#topnav {
   font-family: "Montserrat", "Poppins", sans-serif;
   /*background-color: transparent !important;*/
}
#topnav.non-transparent {
   background-color: var(--ecbz-white);
   position: sticky;
}
#topnav.non-transparent.nav-sticky {
   backdrop-filter: blur(12px);
   background-color: rgba(255, 255, 255, 0.8);
   box-shadow: 0 0 10px rgba(60, 72, 88, 0.5);
}
#topnav .navigation-menu > li > a {
   text-transform: capitalize !important;
   font-size: 13px;
   font-weight: normal !important;
}
#topnav .navigation-menu > li .submenu li a {
   text-transform: capitalize !important;
   font-size: 13px;
   font-weight: normal !important;
}
#topnav.nav-sticky .navigation-menu > li > a,
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
   color: #000000 !important;
}
#topnav .navigation-menu > li > a,
#topnav .navigation-menu.nav-light > li > a{
   color: #000000 !important;
}
#topnav .navigation-menu.nav-light > li > a {
   color: var(--ecbz-primary);
}
#topnav .navigation-menu.nav-light > li.active > a,
#topnav .navigation-menu.nav-light > li:hover > a{
   color: var(--ecbz-primary) !important;
}
/*#topnav .navigation-menu > li .submenu {*/
/*   border-radius: 0 !important;*/
/*}*/
#topnav .navigation-menu > li .submenu li.active a:hover,
#topnav .navigation-menu > li .submenu li.active a.active,
#topnav .navigation-menu.nav-light > li .submenu li.active a.active:hover,
#topnav .navigation-menu.nav-light > li .submenu li.active a.active {
   background-color: rgba(var(--ecbz-primary-rgb), 0.2) !important;
   color: var(--ecbz-black);
   border-radius: 8px;
}
#topnav .navigation-menu > li .submenu li {
   padding: 0 10px 5px 10px;
}
#topnav .navigation-menu > li .submenu li a:hover {
   color: var(--ecbz-black) !important;
   background-color: rgba(var(--ecbz-primary-rgb), 0.3) !important;
   border-radius: 8px;
}
#topnav.main-site-header {
   position: relative !important;
   z-index: 100;
   top: 0 !important;
}
#topnav.landing-page {
   /*position: sticky;*/
   z-index: 50;
   top: 122px ;
}
#topnav.landing-page.tagline-height {
   top: 120px !important;
   transition: ease-in-out 0.5s;
}
#topnav.landing-page.nav-sticky.tagline-height {
   top: 0 !important;
}
#topnav .navigation-menu > li > .menu-arrow,
#topnav .navigation-menu > li:hover > .menu-arrow,
#topnav .navigation-menu > li.active > .menu-arrow {
   cursor: pointer;
}
/*#topnav .navigation-menu > li > .menu-arrow {*/
/*   border: none !important;*/
/*   transform: none !important;*/
/*}*/

@media (min-width: 992px) {
   #topnav .navigation-menu {
      flex-wrap: nowrap !important;
   }
   /*#topnav.landing-page .navigation-menu.nav-light > li > a {*/
   /*   color: rgba(255, 255, 255, 0.5);*/
   /*}*/
   #topnav.nav-sticky .navigation-menu > li.active > a {
      color: var(--ecbz-primary) !important;
   }
   #topnav .navigation-menu > li .submenu {
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
   }
   #topnav .navigation-menu > li .submenu {
      transform: translateY(-45px) !important;
      transition: opacity .6s ease, visibility .6s ease, transform .6s ease;
   }

   #topnav .navigation-menu > li:hover > .submenu {
      transform: translateY(0px) !important;
   }
   #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
      display: inline-block;
      color: #3c4858;
   }
   #topnav .navigation-menu > .has-submenu .menu-arrow:before {
      margin-left: 8px;
   }
   #topnav.nav-sticky .navigation-menu.nav-light > li.has-submenu .menu-arrow,
   #topnav.nav-sticky .navigation-menu.nav-light > li.active .menu-arrow {
      display: inline-block;
      color: #3c4858;
   }
   #topnav .navigation-menu > .has-submenu .menu-arrow {
      display: inline-block;
      color: #3c4858;
      margin-left: 10px;
   }
}
@media(max-width:991px) {
   #topnav .navigation-menu > li > a,
   #topnav .navigation-menu > li:hover > a,
   #topnav .navigation-menu > li.active > a {
      width: 90%;
   }
}


.domain-search-wrapper h2 {
   font-size: 1.6rem;
   font-weight: 600;
}
.domain-input-container {
   display: flex;
   justify-content: center;
   align-items: center;
   max-width: 500px;
   margin: 0 auto;
   background: #fff;
   border-radius: 50px;
   padding: 5px;
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.domain-input {
   flex: 1;
   border: none !important;
   outline: none !important;
   padding: 15px 20px !important;
   border-radius: 50px 0 0 50px !important;
   font-size: 1rem !important;
}
.domain-search-btn {
   background: #ff6600;
   color: #fff;
   border: none;
   padding: 14px 25px;
   border-radius: 50px;
   cursor: pointer;
   font-weight: 600;
   transition: 0.25s ease-in-out;
}
.domain-search-btn:hover {
   background: #e55a00;
}

.section-title .title, .title {
   text-shadow: none !important;
}
.bg-default {
   background-color: #3274f0 !important;
}
.bg-default-gradient-overlay {
   background: linear-gradient(to bottom, rgba(22, 28, 45, 0.5) 0%, rgba(22, 28, 45, 0.6) 25%, rgba(22, 28, 45, 0.7) 50%, rgba(22, 28, 45, 0.8) 100%) !important;
}
.sub-title {
   font-weight: 700;
   /*text-transform: capitalize !important;*/
   color: #5a606a;
}
.footer-contact a:hover, .footer-contact a:active, .footer-contact a:focus {
   color: var(--ecbz-white-soft) !important;
}
.footer.bg-primary .footer-contact a:hover,
.footer.bg-primary .footer-contact a:active,
.footer.bg-primary .footer-contact a:focus {
   color: var(--ecbz-white-soft) !important;
}
.footer.bg-secondary .footer-contact a:hover,
.footer.bg-secondary .footer-contact a:active,
.footer.bg-secondary .footer-contact a:focus {
   color: var(--ecbz-white-soft) !important;
}
.footer.bg-primary .footer-contact i {
   color: var(--ecbz-white) !important;
}
.footer.bg-secondary .footer-contact i {
   color: var(--ecbz-white) !important;
}
.social-icon.foot-social-icon li a {
   color: #8890a4;
   border: none;
}
.footer.bg-dark, .footer .bg-dark {
   border-top: 1px solid #1a2735;
   background-color: #0f172a !important;
}
.footer .footer-list li {
   padding-bottom: 5px;
}
.social-icon li a:hover {
   background-color: inherit;
   border-color: inherit !important;
   color: #ffffff !important;
}

.home .bg-overlay {
   background: linear-gradient(90deg, var(--ecbz-primary), transparent) !important;
}
.home {
   background-image: url("../../dummy-image.jpg");
}
.home:before {
   content: "";
   position: absolute;
   inset: 0; /* top: 0; right: 0; bottom: 0; left: 0 */
   background-color: rgba(0, 0, 0, 0.5); /* black shadow with 50% opacity */
   z-index: 2;
}
.home .container {
   position: relative;
   z-index: 3;
}
.swi .swi-card {
   border: none;
   background: transparent;
   padding: 28px 29px;
   position: relative;
   border-radius: 10px;
}
.swi .swi-card:hover {
   color: rgba(0, 119, 109, 0.9);
}
.swi .swi-card:hover:before {
   height: 100%;
   width: 100%;
   background-color: rgba(0, 119, 109, 0.2);
}
.swi .swi-card::before {
   content: "";
   height: 80px;
   width: 80px;
   position: absolute;
   bottom: 0;
   left: 0;
   transition: all 0.5s ease;
   z-index: -1;
}
.swi .swi-heading {
   position: relative;
   font-size: 28px;
   margin-bottom: 4px;
}
.swi .swi-heading::before {
   content: "";
   position: absolute;
   background-color: rgba(0, 119, 109, 0.4);
   /*height: 50px;*/
   /*width: 50px;*/
   /*bottom: -14px;*/
   border-radius: 100% 38% 100% 51%/45% 49% 100% 100%;
   z-index: -1;
   transform: translateX(-50%);
   height: 38px;
   width: 38px;
   bottom: 0;
   left: 15px;
}
.swi .swi-list {
   margin: 30px 0;
   list-style: none;
   padding: 0;
}
.swi .swi-list li {
   position: relative;
   display: flex;
   padding: 15px 25px 15px 15px;
   margin: 0;
   border-bottom: 1px solid rgba(0, 119, 109, 0.09);
   transition: all 0.3s ease;
   font-size: 14px;
   color: #839393;
}
.swi .swi-list li:hover {
   background: rgba(0, 119, 109, 0.2);
   border-radius: 8px;
}
.swi .swi-list li i {
   margin-right: 8px;
   font-size: 22px;
   line-height: 19px;
}

@media (max-width: 767px) {
   .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
      padding: 80px 0 !important;
   }
}
@media (max-width: 425px) {
   .swiper-slider-hero.vh-100 {
      max-height: 600px !important;
   }
}


.section {
   background-color: white;
}
div.fs-17 p {
   font-size: 17px !important;
}
.text-muted {
   color: #839393 !important;
   --bs-text-opacity: 1;
}
.text-muted p {
   color: #839393 !important;
   --bs-text-opacity: 1;
}
.btn-whatsapp {
   /*background-color: #075E54 !important;*/
   background-color: transparent !important;
   border: none !important;
}
.btn-whatsapp:hover img {
   cursor: pointer !important;
}
.bg-half-80 {
   padding: 80px 0;
   background-size: cover;
   align-self: center;
   position: relative;
   background-position: center center;
}
.d-table {
   display: table !important;
}
.bg-gradient-overlay {
   background: linear-gradient(to bottom, rgba(22, 28, 45, 0.8) 0%, rgba(22, 28, 45, 0.4) 25%, rgba(22, 28, 45, 0.2) 50%, rgba(22, 28, 45, 0.2) 100%);
}
.bg-primary-gradient-overlay {
   background: linear-gradient(
      to bottom,
      rgba(var(--ecbz-primary-rgb), 0.5) 0%,
      rgba(var(--ecbz-primary-rgb), 0.6) 25%,
      rgba(var(--ecbz-primary-rgb), 0.7) 50%,
      rgba(var(--ecbz-primary-rgb), 0.8) 100%
   );
}
.bg-secondary-gradient-overlay {
   background: linear-gradient(
      to bottom,
      rgba(var(--ecbz-secondary-rgb), 0.5) 0%,
      rgba(var(--ecbz-secondary-rgb), 0.6) 25%,
      rgba(var(--ecbz-secondary-rgb), 0.7) 50%,
      rgba(var(--ecbz-secondary-rgb), 0.8) 100%
   );
}
.title-heading {
   line-height: 26px;
}
.title-heading .heading.page-heading {
   font-size: 36px !important;
}
.title-heading .ttl-heading {
   font-size: 45px !important;
   letter-spacing: 1px;
}
@media (max-width: 768px) {
   .title-heading .heading.page-heading {
      font-size: 30px !important;
   }
}
.position-middle-bottom {
   position: absolute;
   bottom: 15px;
   left: 12px;
   right: 12px;
   text-align: center;
}
.contact-icon > span {
   display: block;
}
.contact-icon {
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   column-gap: 10px;
   .list-inline-item:not(:last-child) {
      margin-bottom: 5px;
   }
   li {
      a {
         color: var(--ecbz-primary);
         border: 1px solid var(--ecbz-primary-light);
         display: inline-block;
         height: 32px;
         text-align: center;
         font-size: 15px;
         width: 32px;
         line-height: 30px;
         transition: all 0.4s ease;
         border-radius: 7px;
         margin-right: 5px;
         &:hover {
            background-color: #bbbaba14;
            color: var(--ecbz-primary);
         }
      }
   }
}
.section.partners {
   padding-top: 40px;
   padding-bottom: 40px;
   position: relative;
   overflow: hidden;
}
.image-wrapper img {
   width: 100%;
   height: 100%;
   object-fit: cover;     /* fills the area */
   object-position: center;
   display: block;
}
.owl-carousel img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 5px;
}
.owl-stage .owl-item {
   align-content: center !important;
   justify-items: center !important;
}
.team {
   background-color: inherit !important;
   overflow: hidden;
}
.component {
   /*background-color: rgba(187, 186, 186, 0.08);*/
   overflow: hidden;
}
.component .component-card {
   border-radius: 10px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   background-color: var(--ecbz-white);
}
.component .component-card .component-card-img {
   position: relative;
   overflow: hidden;
}
.component .component-card .component-card-img img {
   transition: 0.5s ease-in-out;
   border-radius: 10px 10px 0 0;
}
.component .component-card .component-card-img .component-social-icons {
   position: absolute;
   left: 30px;
   bottom: 0;
}
.component .component-card .component-card-img .component-social-icons ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.component .component-card .component-card-img .component-social-icons ul li {
   display: inline-block;
   transition: 0.5s ease-in-out;
   transform: rotateX(90deg);
   transform-origin: bottom;
}
.component .component-card .component-card-img .component-social-icons ul li a {
   width: 35px;
   height: 30px;
   font-size: 15px;
   border-radius: 5px 5px 0 0;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: var(--ecbz-white);
   background-color: #252d31;
}
.component .component-card .component-card-img .component-social-icons ul li a:hover {
   background-color: var(--ecbz-primary);
}
.component .component-card .component-card-img .component-social-icons ul li:nth-child(odd) {
   transition: 0.9s ease-in-out;
}
.component .component-card .component-card-text-2 {
   padding: 22px;
}
.component .component-card:hover .component-card-img img {
   transform: scale(1.05);
}
.component .component-card:hover .component-card-img .component-social-icons ul li {
   transform: rotateX(0);
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
   /*color: #3c4858 !important;*/
   font-weight: 600;
}
/*.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {*/
/*   color: var(--ecbz-primary) !important;*/
/*}*/

.banner-section {
   padding-top: 100px;
   padding-bottom: 100px;
   position: relative;
}
/*.bg-light {*/
/*   background-color: #f7f8fa !important;*/
/*}*/
.bg-ecb-primary {
   background-color: var(--ecbz-primary) !important;
}
.banner-section h2 {
   color: var(--ecbz-white);
}
.breadcrumb {
   letter-spacing: 0.5px;
   padding: 8px 24px;
   display: block;
}
.breadcrumb.breadcrumb-muted .breadcrumb-item a {
   color: rgba(255, 255, 255, 0.7);
}
.breadcrumb.breadcrumb-muted .breadcrumb-item a:hover {
   color: var(--ecbz-primary) !important;
}
/*.breadcrumb.breadcrumb-muted .breadcrumb-item:after {*/
/*   color: rgba(255, 255, 255, 0.5);*/
/*}*/
.breadcrumb.breadcrumb-muted .breadcrumb-item.active {
   color: var(--ecbz-primary) !important;
}
.breadcrumb .breadcrumb-item {
   text-transform: uppercase;
   font-size: 13px;
   font-weight: 500;
   padding-left: 0;
   display: inline-block;
}
.breadcrumb .breadcrumb-item a {
   color: #f7f8fa;
   transition: all ease-in-out 0.5s;
}
.breadcrumb .breadcrumb-item a:hover {
   color: var(--ecbz-secondary);
}
.breadcrumb .breadcrumb-item.active {
   color: var(--ecbz-primary);
}
.breadcrumb .breadcrumb-item:before {
   content: "";
}
.breadcrumb .breadcrumb-item:after {
   content: "\F0142" !important;
   font-size: 15px;
   color: #f7f8fa;
   font-family: 'Material Design Icons';
   padding-left: 7px;
}
.breadcrumb .breadcrumb-item:last-child:after {
   display: none;
}
.shadow {
   box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.rounded {
   border-radius: 6px !important;
}
.blog.blog-primary .title:hover,
.blog.blog-primary .link:hover {
   color: var(--ecbz-primary) !important;
}
.blog.blog-secondary .title:hover,
.blog.blog-secondary .link:hover {
   color: var(--ecbz-secondary) !important;
}
.blog.blog-success .title:hover,
.blog.blog-success .link:hover {
   color: #8dc351 !important;
}
.blog.blog-warning .title:hover,
.blog.blog-warning .link:hover {
   color: #f1af2d !important;
}
.blog.blog-info .title:hover,
.blog.blog-info .link:hover {
   color: #09a5be !important;
}
.blog.blog-danger .title:hover,
.blog.blog-danger .link:hover {
   color: #e84142 !important;
}
.blog.blog-dark .title:hover,
.blog.blog-dark .link:hover {
   color: #3c4858 !important;
}
.blog.blog-muted .title:hover,
.blog.blog-muted .link:hover {
   color: #8c98a4 !important;
}
.blog.blog-light .title:hover,
.blog.blog-light .link:hover {
   color: #f7f8fa !important;
}
.blog.blog-blue .title:hover,
.blog.blog-blue .link:hover {
   color: #3274f0 !important;
}
.blog.blog-footer .title:hover,
.blog.blog-footer .link:hover {
   color: #1e273e !important;
}
.blog {
   transition: all 0.5s ease;
}
.blog.blog-image .content {
   position: absolute;
   bottom: -30px;
   left: 0;
   transition: all 0.5s ease;
}
.blog.blog-image .content .author {
   opacity: 0;
   transition: all 0.5s ease;
}
.blog.blog-image:hover .content {
   bottom: 24px;
}
.blog.blog-image:hover .content .author {
   opacity: 1;
}
.blog .image .blog-tag {
   position: absolute;
   bottom: -30px;
   left: 24px;
   transition: all 0.5s ease;
   opacity: 0;
}
.blog:hover {
   box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.blog:hover .image .blog-tag {
   bottom: 20px;
   opacity: 1;
}
.blog .blog-line {
   position: absolute;
   top: 50%;
   transform: translateY(50%);
   left: 0;
   right: 0;
   border-top: 1px dashed;
}
.blog .blog-icon {
   position: relative;
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f8f9fa;
   font-size: 20px;
}
.card.blog {
   border: none;
}
.card .card-img .card-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   opacity: 0;
   background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22,28,45,0.9) 100%);
   transition: all 0.5s ease;
}
.card:hover .card-img .card-overlay {
   opacity: 1;
}
.mt-100 {
   margin-top: 100px;
}
.mt-80 {
   margin-top: 80px;
}
.mt-30 {
   margin-top: 30px;
}
@media (max-width: 768px) {
   .mt-60 {
      margin-top: 60px;
   }
}
.sticky-bar {
   position: sticky !important;
   top: 80px !important;
}
.sidebar .widget .widget-title {
   font-weight: 500;
}
.sidebar .widget .title:hover {
   color: var(--ecbz-primary) !important;
}
.sidebar .widget .widget-search form {
   position: relative;
}
.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
   box-shadow: none;
   padding: 12px 15px;
   height: 45px;
   font-size: 14px;
   display: block;
   width: 100%;
   outline: none !important;
   padding-right: 45px;
}
.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
   position: absolute;
   top: 5px;
   right: 10px;
   opacity: 0;
   width: 40px;
   height: 40px;
}
.sidebar .widget .widget-search .searchform:after {
   content: "\F0349";
   position: absolute;
   font-family: "Material Design Icons";
   right: 16px;
   top: 15px;
   font-size: 20px;
   line-height: 20px;
   pointer-events: none;
}
.sidebar .widget .widget-title {
   font-weight: 500;
}
.sidebar .widget .tagcloud > a {
   background: #f8f9fa;
   display: inline-block;
   font-size: 10px;
   letter-spacing: 1px;
   margin: 5px;
   padding: 6px 10px;
   text-transform: uppercase;
   transition: all 0.5s ease;
}
.sidebar .widget .tagcloud > a:hover {
   background: var(--ecbz-primary);
   color: #ffffff !important;
}
.bg-overlay.bg-overlay-none {
   background-color: rgba(0, 0, 0, 1) !important;
}
.bg-overlay.bg-overlay-none img {
   opacity: 1 !important;
}

.card.skill-card {
   border-left: none !important;
   border-top: none !important;
   border-bottom: none !important;
   border-right: 6px solid var(--ecbz-primary) !important;
   box-shadow: rgba(0, 0, 0, 0.04) 0 8px 24px !important;
   margin: 16px 0;
   border-radius: 10px !important;
   display: flex;
}
.card.skill-card .card-body {
   padding: 1rem !important;
}
.card.skill-card .skill-details p {
   margin: 0 !important;
}
.card.skill-card.shift-left {
   border-right-color: var(--ecbz-secondary);
}
@media (min-width: 991px) {
   .card.skill-card {
      width: 95%;
   }
   .card.skill-card.shift-left {
      margin-left: -30px;
   }
}
.skill-card .skill-heading {
   color: var(--ecbz-secondary);
   margin-bottom: 8px;
}
.skill-card .skill-details p {
   color: #9da9bb;
   font-size: 15px !important;
   line-height: 1.2 !important;
   text-wrap: wrap;
}
.object-cover {
   object-fit: cover;
   border-radius: 12px;
}
.image.card-img {
   position: relative;
   width: 100%;
   height: 100%; /* or set fixed height in inline or CSS */
}
.img-cover {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center; /* centers the crop */
   display: block;
}
.section .details ul {
   list-style: none;
   padding: 0;
   margin-bottom: 0 !important;
}
/*.section .details ol {*/
/*   padding: 0;*/
/*}*/
.section .details ul li {
   display: flex;
   /*text-align: start;*/
}
.text-muted.details ul li > p {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}
.section .details ul li:before {
   content: "\F05E1";
   font-family: 'Material Design Icons';
   align-content: start;
   padding-right: 5px;
   color: var(--ecbz-secondary-light);
}
.section .details ul li > *, .section .details ol li p {
   margin-bottom: 0 !important;
   font-weight: normal !important;
}
.text-muted.details.room p {
   line-height: 1.4 !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
   color: #0e111c;
}

/*.contact-detail p {*/
/*   color: var(--ecbz-white) !important;*/
/*}*/
.section-title .sub-title {
   margin-bottom: 0.5rem !important;
}
.section-title .title {
   margin-bottom: 1rem !important;
}

.cart-count.updated {
   animation: pulse 0.3s ease-in-out;
}
@keyframes pulse {
   0% { transform: translate(-50%, -50%) scale(1); }
   50% { transform: translate(-50%, -50%) scale(1.2); }
   100% { transform: translate(-50%, -50%) scale(1); }
}
.empty-cart {
   background: #f8f9fa;
   border-radius: 8px;
   /*margin: 2rem 0;*/
}
.qty-controls input[type="number"] {
   -moz-appearance: textfield;
}
.qty-controls input[type="number"]::-webkit-outer-spin-button,
.qty-controls input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.cart-items-container tr[data-cart-item] {
   transition: opacity 0.3s ease;
}

.property-title {
   font-size: 1.75rem;
   font-weight: 600;
}
.property-price {
   font-size: 1.5rem;
   font-weight: bold;
   color: var(--bs-primary);
}
.property-gallery img {
   width: 100%;
   display: block;
   object-fit: cover;
}
.agent-contact-card {
   background-color: #fff;
}
.agent-phone {
   font-size: 1.25rem;
}
.contact-form input,
.contact-form textarea {
   font-size: 0.9rem;
}
.feature-card.design-2 {
   background: #fff;
   border-radius: 12px;
   padding: 30px;
}
.feature-card.design-2:hover {
   background-color: var(--ecbz-primary);
   box-shadow: 0 15px 40px rgba(0,0,0,0.06);
   color: var(--ecbz-white-soft);
}
/*@media (min-width: 768px) {*/
/*   .feature-card.design-2.stagger {*/
/*      transform: translateY(20px); !* instead of big margin *!*/
/*   }*/
/*}*/
.feature-card.design-2 .content .title,
.feature-card.design-2 .content .details > p {
   color: #25272b !important;
}
.feature-card.design-2:hover .content .title,
.feature-card.design-2:hover .content .details > p {
   color: var(--ecbz-white-soft) !important;
}
/*.feature-card.design-2:hover .content .details > p {*/
/*   margin: 0 !important;*/
/*   line-height: 1 !important;*/
/*}*/

/*
*  start ecobiz specific styles
*  these styles can be commented out
*  when we switch to other git branches
*/
body {
   font-family: 'Montserrat', 'Quicksand', 'Muli', 'Helvetica Neue', Arial, sans-serif !important;
   color: var(--ecbz-black) !important;
   font-size: 16px;
   font-weight: 400 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
   font-weight: 900;
}
/*p {*/
/*   color: var(--ecbz-gray) !important;*/
/*}*/
/*.card, .custom-form, .social-icon li a, .empty-cart, input,*/
/*.input-group > .form-control, .form-control, .widget-title,*/
/*.dropdown-menu {*/
/*   border-radius: 0 !important;*/
/*}*/
/*.fea-icon, .features {*/
/*   border-radius: 0 !important;*/
/*}*/
/*.social-icon li a {*/
/*   border: none !important;*/
/*}*/
/*.social-icon.tagline-social li a:hover {*/
/*   background-color: transparent !important;*/
/*}*/
/*.social-icon.tagline-social li a i:hover {*/
/*   color: var(--ecbz-secondary) !important;*/
/*}*/
/*
*  end ecobiz specific styles
*/

.btn.btn-primary.btn-boxed {
   border: 2px solid var(--ecbz-primary);
   border-radius: 0 !important;
   transition: all 0.6s ease;
}
.btn.btn-secondary.btn-boxed {
   border: 2px solid var(--ecbz-secondary);
   border-radius: 0 !important;
   transition: all 0.6s ease;
}

/*.card.pricing.bg-primary > *,*/
/*.card.pricing.bg-primary > * > ul {*/
/*   color: var(--ecbz-white);*/
/*}*/

/*.border-bottom {*/
/*   border: 2px solid #e9ecef;*/
/*}*/

.booking-form-overlay {
   bottom: 100px;
   /*top: -500px;*/
   left: 0;
   right: 0;
   z-index: 10;
   display: flex;
   justify-content: center;
   align-items: center;
   pointer-events: auto;
}
@media (max-width: 768px) {
   .booking-form-overlay {
      bottom: 40px;
   }
}
@media (max-width: 587px) {
   .booking-form-overlay {
      /*display: none !important;*/
      bottom: 60px;
   }
}
.booking-form-overlay .modal {
   z-index: 1052 !important;
}
.home-slider .title-heading {
   margin-bottom: 140px;
}
@media (max-width: 992px) {
   .booking-form-overlay {
      position: static;
      margin-top: -80px; /* visually pull it closer to the hero */
      bottom: 40px;
   }
   .home-slider .title-heading {
      margin-bottom: 0;
   }
}
.booking-form {
   display: none;
   opacity: 0;
   transform: translateY(20px);
   transition: all 0.4s ease;
   position: relative;
}
.booking-form.show {
   display: block;
   opacity: 1;
   transform: translateY(0);
}
.booking-toggle-btn {
   transition: all 0.3s ease;
}
@media (max-width: 991px) {
   .booking-form {
      display: none;
      transition: all 0.3s ease;
   }
   .booking-toggle-btn {
      display: block;
   }
}
@media (min-width: 992px) {
   .booking-form {
      display: block;
      opacity: 1 !important;
      transform: none !important;
   }
   .booking-toggle-btn {
      display: none !important;
   }
}

.owl-carousel .owl-dots {
   margin-top: -30px !important;
   position: relative !important;
}
.owl-theme .owl-dots .owl-dot span {
   background: var(--ecbz-secondary-light) !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
   background: var(--ecbz-secondary) !important;
}
.owl-theme .owl-dots .owl-dot.active span {
   background: var(--ecbz-secondary) !important;
}

.w__1 {
   width: 1%;
}
.w__2 {
   width: 2%;
}
.w__3 {
   width: 3%;
}
.w__4 {
   width: 4%;
}
.w__5 {
   width: 5%;
}
.w__6 {
   width: 6%;
}
.w__7 {
   width: 7%;
}
.w__8 {
   width: 8%;
}
.w__9 {
   width: 9%;
}
.w__10 {
   width: 10%;
}
.w__15 {
   width: 15%;
}
.w__20 {
   width: 20%;
}
.w__25 {
   width: 25%;
}
.w__30 {
   width: 30%;
}
.w__35 {
   width: 35%;
}
.w__40 {
   width: 40%;
}
.w__45 {
   width: 45%;
}
.w__50 {
   width: 50%;
}
.w__55 {
   width: 55%;
}
.w__60 {
   width: 60%;
}
.w__65 {
   width: 65%;
}
.w__70 {
   width: 70%;
}
.w__75 {
   width: 75%;
}
.w__80 {
   width: 80%;
}
.w__85 {
   width: 85%;
}
.w__90 {
   width: 90%;
}
.w__95 {
   width: 95%;
}
.w__100 {
   width: 100%;
}


.owl-carousel .fadeOut {
   animation-name: fadeOut;
}
.owl-carousel .fadeIn {
   animation-name: fadeIn;
}
@keyframes fadeOut {
   from { opacity: 1; }
   to { opacity: 0; }
}
@keyframes fadeIn {
   from { opacity: 0; }
   to { opacity: 1; }
}

