/*
Core
*/
* {
    outline: none;
    box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #838291;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
} 

.screen-reader-text {
    display: none;
}

.btn, .btn:hover, .btn:focus {
    box-shadow: none;
    border: 0;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'FONTSPRING DEMO - Articulat CF';
    src: url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.svg#FONTSPRINGDEMO-ArticulatCFRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-Regular.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../BomstadDisplay-Black.eot');
    src: url('../BomstadDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../BomstadDisplay-Black.woff2') format('woff2'),
        url('../BomstadDisplay-Black.woff') format('woff'),
        url('../BomstadDisplay-Black.ttf') format('truetype'),
        url('../BomstadDisplay-Black.svg#BomstadDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('../fonts/BomstadDisplay-Black.woff2') format('woff2'),
        url('../fonts/BomstadDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/*@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} 


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/





body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto; 
  font-style: normal;
  color: #000;

}

.opacity-0 {
    opacity: 0;
}

.container {
    max-width: 1410px;
    width: 100%;
	padding: 0 15px;
} 

/*.container-fluid {
    max-width: 1440px;
}*/

.nav-link:hover {
    color: #e04e15 !important;
} 

.slider-btn {
    text-decoration: none;
    color: #fff;
    padding:7px 10px 7px 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

 /* Hover effect */
      .slider-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .slider-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }

.total-properties {
    margin: 15px 0;
}

.card-inner-block {
    padding: 20px;
}

input#property-search {
    padding: 12px;
} 

.list-inline-item img {
    max-height: 17px;
    max-width: 17px;
    margin-right: 3px;
}

.card-footer li.list-inline-item {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    margin-right: 14px;
} 

li.list-group-item {
    font-size: 14px;
    border-bottom: 2px solid #0000000d;
    padding: 20px;
} 

.auto-complete-title a
 {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
    padding-left: 12px;
} 

.auto-complete-footer {
    color: #000;
    padding: 20px;
    font-size: 12px;
    bottom: 0;
    background: #fff;
    width: 100%;
    position: sticky;
}  

li.list-group-item:hover {background: #f2f2f2;}

button.close-autocomplete {
    color: #000;
    z-index: 99;
    font-size: 32px;
    margin: 7px;
}

.autocomplete-box
 {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1000;
    max-width: 500px;
    top: 50px;
    height: 300px;
    border-radius: 5px !important;
    left: 0;
    overflow-y: auto;
}

.autocomplete-loader img {
    width: 90px;
}  

.autocomplete-loader {
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    max-width: 500px;
    background: #fff;
    top: 50px;
}  

.close-autocomplete {
    background: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    color: #999;
} 

.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
} 

.autocomplete-item:hover {
    background: #f1f1f1;
}
 

.common-btn {
    text-decoration: none;
    color: #fff;
    padding:14px 25px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

 /* Hover effect */
      .common-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .common-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }

.slider-btn img {
    max-width: 40px;
    max-height: 40px;
    margin-left: 30px;
} 

.card-header { 
    border: none !important;
        background: transparent;
  
}

.card.faq-item.active .card-header {
    background: transparent !important;
    border: none;
} 

.card-body {
    padding: 0 30px !important;
}

.faqs-section .faq-list .faq-item .card-header span.heading {
    text-align: left;
    display: block;
    padding-right: 37px;
}
.faqs-section .faq-item .card-header .accordion-toggle {
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
    padding-left: 5px;
}

.no-shadow {
    background: transparent !important;
    box-shadow: unset !important;
    margin-bottom: 40px;
}

ul.datablock-listing {
    display: inline-flex;
    list-style: none;
    margin: 40px 0 0;
    font-weight: 600;
}

ul.datablock-listing li {
    margin: 0 15px;
}

.container.no-shadow h2.heading-common-title {
    margin-bottom: 5px;
}


.faqs-section .faq-item .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/plus.png");
    width: 28px;
    height: 28px;
    display: block;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
        top: -4px;
    position: absolute;
    right: 5px;
}

.faqs-section .faq-item.active .card-header .accordion-toggle:after {
    content: '';
    background-image: url("../images/minus.png");
}


.card.faq-item {
border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: no-repeat;
    margin-bottom: 20px;
    background-color: #fff; 
        padding: 5px 0; 
}

.faqs-section span.heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}





.banner-content-block .banner-title {
    font-size: 71px;
    font-weight: 900;
}

.banner-content-block .banner-title span {
    color: #0a531c;
}

.banner-content-block p {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
}

.fixed-top {
    padding: 20px;
    transition: all 0.3s ease-in-out;
   
} 


header.header.scroll li.menu-icon {
    top: 30px;
}


li.menu-icon {
    list-style: none;
    position: absolute;
    top: 40px;
}

.p-r-0 {
    padding-right: 0;
}

.navbar-nav.m-l-20 {
    margin-left: 60px;
}


.about-image-block img.img-fluid {
    max-width: 300px;
    margin: 0px auto;
}


.top-ticker li a {
    font-family: 'Bomstad Display';
    font-size: 16px;
    color: #fff;
    line-height: normal;
        text-decoration: none;
}

.footer-links h2 {
    font-weight: bold;
    font-size: 20px;
}

ul.footer-menu {
    padding: 0;
    line-height: normal;
    list-style: none;
    padding-top: 20px;
}

ul.footer-menu li a.nav-link {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

.footer-image {
    position: absolute;
    right: 100px;
    bottom: 0;
}
footer .nav-link:hover {
    color: #fff !important;
    opacity: 0.6 !important;
}

.footer-menu li {
    padding: 0 !important;
}

.footer-links-block {
    display: inline-flex;
    width: 100%;
}

.footer-links {
    width: 50%;
}  


.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
}

p.sub-block-heading {
    font-size: 17px;
    font-weight: 500;

}

.section-title.w-btn {
    max-width: 400px;
    margin:30px auto;
}


.count-left-image {
    position: absolute;
    top: -70px;
    left: -40px;
} 

section.blog-section.common-padding {
    background: #f6faf2;
}

section.daily-support-block.common-padding {
    padding-bottom: 20px;
}

.count-right-image {
    position: absolute;
    right: 60px;
    bottom: -70px;
}

.wellness-content-block ul {
    margin: 0;
}

.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}


.custom-menu-items {
    padding: 0 7px;
}

.web-logo img {
    max-width: 170px;
}  

section.wellness-stats.common-padding {
    padding-top: 0;
    position: relative;
}


.wellness-right-image {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.bionutriy-wellness-block {
    position: relative;
}

.wellness-left-image {
    position: absolute;
    top: -70px;
    left: -15px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.top-ticker ul {
   display: flex;
    padding: 0;
    margin: 0 auto;
    animation: ticker 50s linear infinite;
    list-style: none;
    max-width: 1300px;
        }

.top-ticker ul li {
    display: inline-flex;
    padding: 0;
    color: #007bff;
    font-size: 16px;
    position: relative;
}
        @keyframes ticker {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

.news-ticker-enable{
    top: 45px;
}

.newsletter-from-block p {
    font-weight: normal;
    width: 370px;
    color: #ffffff99;
}  

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}
.scroll .fixed-top {
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    top:0px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.newsletter-from-block h2 {
    font-weight: 900;
}  

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #000;
}



.client-logo-block {
    background: #fff;
    padding:40px 0 80px;
}
/*.client-inner-logo-block img {
    color: gray;
    filter: grayscale(1);
    opacity: 0.5;
}

.client-inner-logo-block img:hover {
    opacity: 1;
    filter: none;
}*/

#client-logo {
    margin: 20px 0;
}

.testimonial-block {
    background:#f7e3bc;
}

.client-inner-logo-block{
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin: 20px 5px;
}

h4.subheading-common-title {
    color: #217211;
    font-size: 24px;
}

.dashboard-content {
    width: 80%;
    margin-top: 20px;
    display: block;
}

p:empty {
    display: none;
}

ul.dashboard-listing {
    list-style: none;
    padding: 0;
}

ul.dashboard-listing li {
    padding: 7px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
}

ul.dashboard-listing li img {
    margin-right: 10px;
}

.dashboard-block a.web-btn.button {
    max-width: 350px;
    margin: inherit;
    text-align: center;
}

img.offer-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
}


.header .web-btn a {font-weight: bold;}


/*
Header
*/

.website-logo {
    text-align: center;
} 

.shop-block {
    display: flex;
    align-items: center;
    justify-content: right;
}

.small-cart ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
} 

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}

.top-ticker li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top-ticker {
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    padding:12px 0 6px;
     overflow: hidden;
            white-space: nowrap;
            position: relative;
}

.top-ticker:hover ul {
            animation-play-state: paused;
        }

.small-cart {
    margin-left: 30px;
    position: relative;
}

.small-cart:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #71ab2a;
    content: '';
    left: 5px;
    top: 4px;
} 

.newletter-block input[type="submit"] {
    background: url(../images/next.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
    top: 13px;
    right: 50px;
     transition: all .7s;
}  

.newletter-block input[type="submit"]:hover { 
    background: url(../images/next.png) center center;
    box-shadow: none;    
    transform: scale(1.1);
    transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
}  

.newletter-block {
    position: relative;
    max-width: 400px;
}

.newletter-block .wpcf7-email {
    font-family: 'Bomstad Display';
    background: #fff;
    padding: 14px;
    border: 2px solid #000;
    opacity: 1;
    border-radius:50px;
    color: #000;
    width: 100%;
    font-weight: 600;
} 

::placeholder {
    font-size: 16px;
  color:  #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:  #000;
    font-size: 16px;
}

footer{
    position: relative;
}

span#products-counts {
    width: 18px;
    background: #71ab2a;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 4px;
    right: -5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

li.shop-icon {
    position: relative;
    cursor: pointer;
} 

.btn-right-position {
    position: absolute;
    right: 20px;];
    top: 20px;
}

.search-icon {
    cursor: pointer;
}  

a.web-btn.no-effect:after {
    display: none !important;
}

a.web-btn.no-effect:before {
    display: none !important;
}
.no-effect span {
    color: #000 !important;
}

a.web-btn.no-effect:hover span {
    opacity: 0.7;
}


.sidebar-menu li {
    padding: 7px 0 !important;
    border-bottom: 1px solid #ccc;
} 

.sidebar-menu {
    margin-bottom: 50px;
}

.sidebar-menu a.nav-link {
    color: #000;
} 


.header .web-nav .nav-link {
 color: #1f2e4f;
    font-size: 15px;
    font-family: 'Bomstad Display';
    text-transform: uppercase;
    font-weight: 600;
}
.header .web-nav .nav-link.dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.header .web-nav .dropdown-menu {
    min-width: 250px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.scroll nav {
    background:#fff;
}


.header .web-nav .dropdown-menu .nav-item {
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2;
}

.header .web-nav .dropdown-menu .nav-item:last-child {
    border-bottom: 0;
}

.header .web-nav .dropdown-menu .nav-item:hover {
    background: #ea3d66;
}

.header .web-nav .dropdown-menu .nav-item:hover .nav-link {
    background: #ea3d66;
    color: #fff;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {
    padding: .5rem 1.5rem !important;
    color: #222;
}


.header .web-nav .nav-link.nav-btn {
    padding: 15px 45px;
}

 
section.inner-pages-banner {
    margin-top:140px;
    position: relative;
    color: #fff;
}

section.inner-pages-banner:after {
     background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 70%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
}

section.blog-main-section {
    margin-top: 140px;
    position: relative;
    color: #fff;
    padding: 60px 80px;
} 

.blog-readmore a.slider-btn {
    margin: 15px auto;
    background: #fff;
    color: #e04e15;
    padding: 8px 50px 8px 15px;
}

.blog-main-section .blog-readmore {
    text-align: center;
}


.badge-land-contract {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    background: #FFBA08;
    right: 10px;
     z-index: 9;    font-weight: bold;
}
.badge-for-sale {
     z-index: 9;
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    background:#FF7518;
    right: 10px;    font-weight: bold;
}

img.photo-icon {
    width: 27px;
    margin: 7px;
}



.gm-style-iw-chr {
    position: absolute;
    top: -10px;
    right: 7px;
}

button.gm-ui-hover-effect {
    font-size: 12px;
    height: 30px !important;
    width: 30px !important;
} 

.map-property-block {
    padding: 20px 0 0;
}

.map-property-block {
    display: flex;
    gap: 10px;
    text-align: left;
}

.map-image img {
    max-width: 200px;
}

.map-image-details h3 {
    font-size: 14px;
    font-weight: 500;
} 

/*button.carousel-control-prev {
    background: #0000006b;
}

button.carousel-control-next {
    background: #0000006b;
}  
*/ 
.badge-pending {
        font-weight: bold;
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    background:#87CB28;
    right: 10px;    z-index: 9;
}

h3.mt-sm-5.mt-4.property-title {
    text-align: center;
    font-size: 30px !important;
}


p.no-result-found {
    text-align: center;
    margin: 0;
    position: relative;
}

.tax-cities section#pro-list {
    padding-bottom: 80px;
}


.blog-readmore img {
    margin-right: 20px;
    margin-left: 0;
}

.pagination {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
 background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    opacity: 0.8;
        font-size: 16px;

}

.pagination a:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    opacity: 0.8;
}

.pagination .current {
     background-image: -moz-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

ul.category-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}

ul.category-list li {
    margin: 0 30px;
    position: relative;
}

ul.category-list li a {
    color: #000;
    text-decoration: none;
    font-family: 'Bomstad Display';
    font-size: 18px;
    font-weight: 700;
}
ul.category-list li a:hover{
     color: #e04e15;

}
section.categeories-main-section {
    margin-top: 150px;
    clear: both;
}

ul.category-list li.active a {
    color: #e04e15;
    border-bottom: 1px solid;
}

ul.banner-btn-block {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    margin-top: 20px;
    position: relative;
    max-width: 680px;
}

.banner-btn-block li {
    margin: 10px;
}


.top-right-block ul {
    display: flex;
    align-items: center;
    justify-content: right;
    list-style: none;
    margin: 0;
} 

.web-mail a:hover {
    color: #1f61af;
}
.web-mail a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
}


span.blog-details {
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    z-index: 45;
    margin: 20px;
    display: block;
    padding: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 400px;
    margin:30px auto 60px;
    color: #fff;
} 

.single section.blog-main-section:after {
    height: 70%;
}

.single-blog-details {
    padding: 0 30px 60px;
}
.single-blog-details h3 {
    font-weight: 900;
    font-size: 40px;
}


.blog-details-block li {
    list-style: none;
    padding: 5px;
    position: relative;
    padding-left: 20px;
}

.blog-details-block ul {
    padding: 0;
}

.blog-details-block li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background: #e09419;
    left: 0;
    top: 10px;
    border-radius: 20px;
}


.blog-main-title {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
} 

.banner-post-tagline {
    font-size: 25px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
      color: #ffffff9c;
}

.pagination-wrapper ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.pagination-wrapper li {
    margin: 0 5px;
}
.pagination-wrapper .page-numbers {
    padding: 8px 12px;  
    color: #333;
    text-decoration: none;
}
.pagination-wrapper .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.property-title {
    color: #000 !important;
}

.property-type,.sale-tab,.pending{position: absolute;top: 15px;color: #fff; font-size:10px; padding: 5px 10px; border-radius: 5px; text-transform:uppercase;}
.property-type {right: 15px; background: #FFBA08;}
.sale-tab {left: 15px; background: #FF7518;}
.pending {left: 15px; background: #87CB28; display:none;}


.blog-main-section .blog-image img {
    max-height: 450px;
}

section.blog-main-section:after {
    background: #1f2e4f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
} 

.fixed-top,
.home .scroll .fixed-top {
    background: #fff;
    
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.main-heading-title {
    font-size: 55px;
    font-weight: bold;
}

.banner-section {
    padding-top: 100px;
} 

.properties-section {
    padding: 80px 0;
    text-align: center;
}    
 

iframe {
    height: 100vh;
    width: 100%;
} 

.home .fixed-top {
   background: #fff;
    -webkit-box-shadow: none;
    box-shadow:none;
}


.inner-page-main-content {
    padding: 70px 0 50px;
}

.website-logo {
    padding-left: 70px;
}

section.static-page {
    margin-top: 100px;
    position: relative;
}


.static-page:after {
    background: url(../images/privacy-bg.png) center center;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.faqs-page:before {
    background: url(../images/faq_bg.png) center center;
    position: absolute;
    width: 190px;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
} 


header .active a.nav-link {
    color: #e06917 !important;
}

section.aboutus-block {
    overflow: hidden;
}

header .active a.nav-link {
    color: #e04e15 !important;
} 

footer .active a.nav-link {
    opacity: 0.7;
} 

.heading-light-title {
    font-size: 44px;
    margin-bottom: 30px;
}

.container.w-1000 {
    max-width: 1140px;
}

h1.inner-page-title {
    font-size: 30px;
    font-weight: 900;
}

.inner-page-main-content p {
    font-size: 30px;
    font-weight: 5;
}

/**Footer**/
.inner-container {
    background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    padding: 20px;
    overflow: hidden;
    border-radius: 40px;
    margin:20px auto;
    color: #fff;
    max-width: 1280px;
}  

.footer-content {
    padding: 50px 0;
}

.social-link h2 {
    font-size: 17px;
    font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.footer-content p {
    font-size: 20px;
    color: #000;
}

.social-link ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
} 

.copyright-block {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: 'Bomstad Display';
    padding-bottom: 15px;
    font-weight: 500;
} 

.social-link ul li {
    margin: 5px;
} 

.footer-content.social-link {
    text-align: right;
}

.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery-block textarea {
    height: 90px;
}

input::placeholder,
textarea::placeholder {
  font-size: 12px;
  /* Optional: style color or font too */
  color: #999;
}



.property-badge-block {
    position: relative;
    clear: both;
    padding: 0;
    float: left;
    width: 100%;
}

.single-badge {
    position: sticky !important;
    width: fit-content !important;
    margin-bottom: 10px !important;
    right: inherit;
} 

.locations-div {
    float: left;
    clear: beige;
} 

.margin-bottom-none {
    position: relative;
}

a.more-images {
    position: absolute;
    right: 20px;
    bottom: 7px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 30px;
    line-height: 18px;
    color: #000;
} 

.social-nav li {
    display: inline-block;
    padding: 0 !important;
    margin-left: 5px;
}

.social-nav li:first-child {
    margin-left: 0;
}

.single-detail-thumbnail-image {
    max-height: 270px;
} 

.margin-bottom-none {
    margin: 0;
}

li.thumbnail-1 {
    margin: 0 !important;
} 

.single-large-image
 {
    max-height: 550px;
    width: 100%;
} 



.social-nav .nav-link {
    color: #e83d66;
    font-size: 1rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #e83d66;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.social-nav .nav-link:hover {
    color: #fff;
    background: #e83d66;
}

.footer-block {
    padding: 40px 30px;
    position: relative;
}

.footer-block .widget h3 {
    font-size: 1.5rem;
}

.footer-block .widget .textwidget p {
    display: inline-block;
    font-size: 0.9rem;
}


.footer-block .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
}

.footer-block .widget .textwidget > div a {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;

}

.footer-block .widget .textwidget > div a:hover {
    color: #e83d66;
    text-decoration: none;
}

.footer-block .widget {
    padding: 20px 0;
}

.footer-block .footer-block-one:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 35px;
}

.footer-block .footer-block-one .widget h3 {
    font-size: 1.5rem;
    padding: 0 0 25px 0;
}

.footer-block .footer-block-one .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.footer-block .footer-block-one .widget .textwidget > div a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-block .footer-block-two .widget .textwidget > div,
.footer-block .footer-block-two .widget .textwidget .wpcf7,
.footer-block .footer-block-two .widget .textwidget form {
    width: 100%;
    position: relative;
}

.footer-block .footer-block-two .form-inline {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-style: italic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 178px);
}

.footer-block .footer-block-two .form-inline .wpcf7-submit {
    display: inline-block;
    float: right;
    position: relative;
    right: -12px;
}

.footer-block .footer-block-two .form-inline .ajax-loader {
    position: absolute;
    right: 20px;
    /*background-image: url(../images/loader.gif);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-two span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
    right: 0;
    bottom: 0;
}

.footer-block .footer-block-two div.wpcf7-response-output {
    font-size: 0.8125rem;
    border: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-association {
    border-top: 1px solid #dddddd;
    padding: 50px 30px;
}

.footer-association h3 {
    font-size: 1.6rem;
}

.footer_association_list {
    display: flex;
    margin: 0 auto;
    list-style: none;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

.footer_association_list li {
    display: flex;
    margin: 0 20px;
    flex: 0 20%;
}

.footer-credit {
    border-top: 1px solid #dddddd;
    font-size: 0.8rem;
    padding: 20px 0;
    color: #8a8a8a;

}

.footer-credit .footer-links {
    color: #f44067;
    margin: 0 2px;
}

.footer-credit .footer-links .footer-link-divider {
    color: #8a8a8a;
}

.banner-image img  {
    max-width:370px;
    margin: 0px auto;
}

.home-page-slider {
    padding: 150px 0 0;
    min-height: 400px;
}

.section-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 29px;
    background: #e9fdd0;
    max-width: 200px;
    margin: 0px auto 30px;
    padding: 11px;
    border: 4px solid #a5ce73;
    border-radius: 50px;
    /* border-radius: 23px; */
} 


.offer-form-block {
    max-width: 400px;
    margin: 0px auto;
}

.image-content-block p {
    font-family: 'Bomstad Display';
    font-size: 31px;
    font-weight: 700;
}

.image-content-block img {
    margin-right: 15px;
}

.description-block.common-padding {
    padding-bottom: 0 !important;
} 

section.bionutriy-featured-block {
  background: url(../images/featured-bg.png) center center;
}

.faqs-lists-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.faqs-lists-block .icon-tab {
    width: 20%;
    text-align: center;
    border: 2px solid #e6e2df;
    padding: 30px;
    border-radius: 20px;
    margin: 0 15px;
    cursor: pointer;
}

.service-icons-block {
    padding-bottom: 25px;
}

span.icon-label {
    font-weight: bold;
    font-size: 17px;
}

.item {
    padding: 0 45px;
} 


.icon-tab.active,
.icon-tab:hover {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(225, 97, 22);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    box-shadow: 0px 13px 63.7px 1.3px rgba(225, 90, 22, 0.26);
}

.faq-detail p {
    font-size: 16px;
}


.home-slider-block {
    top: -30px;
    position: relative;
}

.container-fluid {
    padding: 0;
}

/* Testimonial Card Styling */
.testimonial-card {
    padding:20px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 3rem #f5dfb3;
    box-shadow: 0 0.5rem 3rem #f5dfb3;
    margin: 20px auto;
    border-radius: 27px;
    height: 100%;
    max-height:350px;
}


div#testimonial-slider {
    height: 420px;
}



.testimonial-text {
   color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-rating-block {
    width: inherit !important;
    margin: 10px 0;
}

.testimonial-content p {
    font-size: 16px;
    color: #000;
    line-height:27px;
}

.author-name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0;
}


#slider_home { 
    padding: 60px 0;
}
 #slider_home .swiper-slide{
    padding: 5px;
}
.home-slider-image {
    box-shadow: 0px 7px 109px 0px rgba(226, 109, 48, 0.29);
}


section.padding-top {
    padding-top: 0;
}

.padding-top h2.heading-common-title {
    margin-bottom: 40px;
} 

 
 .dashboard-industry-block img{
    border-radius: 15px;
    margin-bottom: 20px;
}


.dashboard-industry-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.dashboard-industry-block img {
  display: block;
  width: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); /* Initially smaller */
  font-size: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;  
  z-index: 99;
  flex-wrap: wrap;
transition: 0.4s all ease-in-out;
}

.data-block .discount-content-block {
    padding: 0;
}

.data-block .disconunt-content {
    font-size: 17px;
}
.dashboard-industry-block:hover .play-icon {
 transition: 0.4s all ease-in-out;
  opacity: 1;
  cursor: pointer;
} 

 .dashboard-industry-block
 {
    transition: 0.5s all ease-in-out;
} 

.view-video-icon {
    margin:5px auto !important;
    max-width: 50px;
}

.play-icon span {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.dashboard-industry-block:hover:after {
    cursor: pointer;
    background: #000000ad;
    width: 100%;
    height: 95%;
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 15px;
    left: 0;
   transition: 0.5s all ease-in-out;  
}  

/*@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1); /* Slight pulse effect */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}*/

.dashboard-industry-block:hover .play-icon {
  animation: pulse 1s infinite ease-in-out; /* Pulse animation */
} 
 

 


div#home-banner-slider {
    box-shadow: 7px 4px 64px 0px rgba(226, 109, 48, 0.29);
    background: #fcefe8;
}

.home-slider-image img.img-fluid {
    border-radius: 10px;
    border: 1px solid #2ab182;
}

.heading-common-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.daily-support-block h2.heading-common-title {
    font-size: 45px;
    font-weight: 900;
} 

p.section-sub-heading {
    font-size: 17px;
}

.featured-lists-block ul {
    list-style: none;
    display: flex;
    padding: 20px 0 0;
    justify-content: center;
    align-items: center;
    margin: 0;
}

h2.bionutriy-featured-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0;
}

.our_purpose_block {
    background: #fff5f5;
    padding: 20px;
    border-radius: 16px;
}


.common-wellness-block h2.heading-common-title {
    font-size: 20px;
}

.common-wellness-block span.list-icons {
    color: #ef1e1e;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}  

.our_promise_block {
    background: #ceecd9;
    padding: 20px;
    border-radius: 16px;
        color: #0f2d1a;
}

.common-wellness-block {
    margin-top: 100px;
    width: 100%;
    margin: 0px auto;
    margin-top: 100px;
    padding: 40px 30px;
    max-width:350px;
}

.custom-dashboard-block {
    transition: 0.2s all ease-in-out;
    padding: 20px;
     background-color: rgb(255, 255, 255);
     border-radius: 15px;
 
}
.custom-dashboard-block:hover {
     transition: 0.2s all ease-in-out;
    transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}


.dashboard-lists-block {
        transition: 0.2s all ease-in-out;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border:1px solid #fdf4ef;
    margin: 12px 0;
}

.dashboard-lists-block:hover {
          transition: 0.2s all ease-in-out;
        transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}

.dashboard-content h3 {
    font-size: 18px;
}

.dashboard-image-block {
    border-radius: 16px;
    background: #fdf4ef;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.dashboard-image {
    width: 40px;
    margin: 0px auto;
}

.discount-content-block {
    padding-top: 40px;
}

.discount-content-section {
    padding: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    height: 520px;
        border-radius: 30px 0px 0px 30px;
}  

.discount-content-block .heading-common-title {
    font-size: 35px;
    margin-bottom: 10px;
}

.disconunt-content {
    font-size: 15px;
    line-height: 25px;
}

.discount-block .container {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 65px 0px rgba(0, 0, 0, 0.15);
   
}

.mt-20 {
    margin-top: 40px;
}

.col-sm-3.mt-20.text-center.mx-auto {
    margin-top: 60px;
}

.dashboard-content-div p {
    font-size: 15px;
}

.dashboard-content-div {
    height: 60px;
} 

.daily-support-block {
    color: #fff;
    position: relative;
    
}

.daily-support-block:after {
    position: absolute;
    background: url(../images/daily-bg.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 80%;
    top: 40px;
    left: 0;
    z-index: -1;
} 



.daily-support-block:before {
    position: absolute;
    background: url(../images/daily-bg-right.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 200px;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.daily-support-content-section {
    padding-top: 70px;
}



.bionutrity-family-block {
    color: #fff;
    position: relative;
    
}

.bionutrity-family-block:after {
     position: absolute;
    background: url(../images/6-Photoroom.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
    max-height: 660px;
} 


.bionutrity-family-content-section p {
    width: 85%;
    line-height: 30px;
    font-size: 17px;
    margin: 15px 0;
}


p {
    font-size: 17px;
    font-weight: 500;
} 

section.related-blog-section.common-padding {
    background: url(../images/featured-bg.png) center center;
    padding-bottom: 0;
} 

.terms-page h1 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.terms-page h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}  


.bionutrity-family-block:before {
     position: absolute;
    background: url(../images/vector1.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 70px;
    right:0px;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.bionutrity-family-block {
    padding-top: 70px;
    position: relative;
}

.bionutrity_family {
    position: absolute;
    top: -15px;
    left: 100px;
}

.bionutrity-family-image-block {
    position: relative;
    margin-top: -128px;
}

h2.truested-wellness-title {
    font-size: 68px;
    text-align: center;
    font-weight: 600;
}

section.trusted-weelness-block {
    padding: 200px 0 250px;
    position: relative;
} 

.trusted-weelness-block .container{
    position: relative;
}

.trusted-image-1 {
    position: absolute;
    top: -150px;
}

.trusted-image-2 {
    position: absolute;
    top: -150px;
    right: 0;
}

.trusted-image-3 {
    position: absolute;
    left: 100px;
    bottom:-170px;
}

.trusted-image-4 {
    position: absolute;
    right: 150px;
    z-index: 9;
    bottom: -300px;
} 

.trusted-weelness-block:after {
    background: url(../images/trusted-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
} 

.daily-support-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.daily-support-block ul {
    padding: 0;
}

section.shop-banner-block {
    margin-top: 100px;
    padding-bottom: 0;
}

.shop-container {
    padding-bottom: 80px;
}


.daily-support-block span.list-icons {
    color: #246826;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.wellness-image-block {
    margin-top: 30px;
    text-align: center;
}

.our_purpose_block span.list-icons {
    color: #ef1e1e;
}

.our_promise_block span.list-icons {
    color: #c24430;
}
.common-wellness-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.common-wellness-block ul {
    margin: 0;
    padding: 0;
}

.featured-lists-block ul li {
    text-align: center;
    flex: 6;
} 

.home-featured-lists ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-featured-lists {
    position: relative;
    display: flex;
    align-items: center;
}

.home-featured-lists ul {
    margin: 0;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: -60px;
    margin-bottom: 100px;
        margin-left: 100px;
}

.featured-icon {
    width: 45px;
    margin: 0 10px;
}

.featured-block {
    width: 220px; 
}

h2.slider-featured-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.home-featured-lists:after {
    background: #fff8ee;
    width: 100%;
    height: 180px;
    content: '';
    left: 0;
    position: absolute;
    top: -130px;
} 

/**Home Page Inner**/
.banner-block {
    width: 100%;
/*    height: 100vh;*/
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    background-color: #fff;
    min-height: 300px;
} 

.left-image {
    position: absolute;
    left: 0;
    top: 200px;
}
 
.right-image {
    position: absolute;
    right: 0;
    top: 250px;
}


.banner-block .owl-nav {
    position: absolute;
    right: -100px;
    top: 70%;
    transform: translateX(-70%);
}

.banner-block button.owl-prev {
    outline: none !important;
    margin: 0 10px;
}

.banner-block button {
    outline: none !important;
} 



.inner-banner-content {
    text-align: center;
}

.description-block .content-block span {
    color: #b1120c;
}

.banner-content h1,
.inner-banner-content h1
 {
    font-size: 70px;
    line-height: 75px;
    font-weight: normal;
     margin:0px auto
}  

.common-padding {
    padding: 80px 0;
}

.description-block {
    background: #ffffff;
    color: #000;
}

.description-block .content-block p {
    font-size: 57px;
    font-family: 'Bomstad Display';
    font-weight: 700;
} 

.description-block .content-block img{
    margin-top: -60px;
}   


.banner-content-block {
    padding-left: 100px;
}

.inner-banner-content p {
    font-size: 18px;
    max-width: 700px;
    font-weight: 500;
    line-height: 34px;
}


.description-icons-image {
    position: absolute;
    right: 0;
    top: -100px;
}

.description-block.common-padding {
    position: relative;
}


section.banner-block.career-banner {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #000;
} 

section.banner-block.career-banner:after {
    background: url(../images/inner-banner-bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -30%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}

.contact-page-banner-section{
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.contact-page-banner-section:after {
    background: url(../images/contact_bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -50px;
    bottom: -130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}


.web-btn a::before {
    display: none !important;
}





.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.contact-page-banner {
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 650px;
    margin: 0px auto;
    margin: 30px auto;
    border-radius: 15px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);

}

.contact-page-banner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 0;
}

.contact-page-banner p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 15px;
} 



.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    color: #000;
} 

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 10px;
    color: red;
} 

section.discount-block {
    position: relative;
}

section.discount-block:after {
    background-image: url(../images/discount-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -70px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
} 

.dashboard-industry {
    background: url(../images/industry_bg.png);
    margin-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
} 


.dashboard-industry-block iframe {
    border-radius: 15px;
}

.discount-tag-image {
    position: absolute;
    left: -130px;
    bottom: 10px;
}

.content-block.discount-content-section {
    position: relative;
} 

section.team-banner {
    color: #fff;
    padding: 100px 0;
      background-color: #000;
}


section.map-section {
    background: #000;
    color: #fff;
    text-align: center;
}

.map-content-section img {
    margin: 40px 0;
}


.team-lists ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-lists li {
    width: 33%;
}


.team-lists h2 {
    font-size: 24px;
    margin: 0px;
}

.team-member-details p {
    font-size: 15px;
}

.team-member-image {
    border-radius: 100%;
    max-height: 320px; 
   transition: transform 0.3s ease, background-color 0.3s ease;  
}

.social-link a:hover {
    opacity: 0.7;
}

.team-member-image:hover {
    transform: scale(1.05);
     transition: transform 0.5s ease, background-color 0.3s ease;
}



.wpcf7-response-output {
      position: absolute;
     margin: 0;
    border: none !important;
    text-align: center;
    font-size: 12px;
    width: 100%;
    left: 0;
    max-width: 400px;
} 

.contact-page-banner {
    padding-bottom: 0px;
}

.form-block input {  
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px; 
    /* padding: 10px; */
     max-width: 450px;
     width: 100%;
}
.form-block textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    /* padding: 10px; */
     max-width: 450px;
}
.discount-form textarea {
    font-weight: bold;
    font-size: 15px;
    padding: 12px;
    width: 100%;
    height: 140px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ccc;
    max-width: 450px;
}

.discount-form .wpcf7-submit {
    margin: 0;
    clear: both;
}

.form-block {
    max-width: 470px;
    margin: 20px 0px;
    display: block;
} 

.discount-form {
    padding-top: 50px;
    position: relative;
} 

section.page-notfound-banner {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
      background-color: #000;
}

section.contact-page-banner-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
      background-color: #000;
} 

.team-details {
    width: 200px;
    margin: 0px auto;
    font-size: 14px;
}

.readmore-btn {
    color: rgb(224 3 3);
    font-weight: 500;
    font-size: 17px;
}

.map-content-section h2 {
    font-size: 38px;
}

.readmore-btn:hover{
    opacity: 0.8;
       color: rgb(224 3 3);
}

.menu-icon {
    display: none;
}

.web-btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
   background:#fff;
  border-radius:7px;
} 

.web-btn:active, .web-btn:hover, .web-btn:focus {
  outline: 0!important;
  outline-offset: 0;
}
.web-btn::before,
.web-btn::after {
  position: absolute;
  content: "";
}

  .web-btn span {         
    position: relative;
    display: inline-block; 
    top: 0; left: 0;
    width: 100%;
    padding:10px 30px; 
    font-weight: 800;
    font-size: 16px;
    transition: transform 0.3s ease, background-color 0.3s ease;     
  }

/*--- btn-1 ---*/
.web-btn::before {
 border-radius: 7px;
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%); 
  transition: 0.3s ease-out;
 
}
.web-btn span {
  color: #000;
  transition: 0.2s 0.1s;
  border-radius:7px;
  border:1px solid rgb(203, 30, 18); 
}

.web-btn span:hover { 
  transition: 0.2s 0.1s;
  color: #fff;
} 
/* 4. hover-filled-slide-right */
.web-btn::before {
  top:0; bottom: 0; left: 0;
  height: 100%; width: 0%;
    border-radius:7px;
}
.web-btn:hover::before {
  width: 100%;
}
 /* alt1 */
.alt.web-btn{
background-image: -moz-linear-gradient( 90deg, rgb(203,30,18) 0%, rgb(241,72,65) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(203,30,18) 0%, rgb(241,72,65) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(203,30,18) 0%, rgb(241,72,65) 100%);
  transition: 0.3s ease-out;
}

.alt.web-btn span {
  color: #fff;
  transition: 0.2s 0.1s;
  border-radius:7px;
    
    
}

.alt.web-btn span:hover { 
  transition: all ease-in-out 400ms;
  color: #fff;
}  

.alt.web-btn::before {
  top:0; bottom: 0; right: unset;left:0;
  height: 100%; width: 0%;
    border-radius:7px;
  transition: all ease-in-out 400ms;
  background:linear-gradient(to right,rgb(203, 30, 18) 31%, rgb(203, 30, 18) 100%); 
}

.alt.web-btn:hover::before {
   width: 100%;
  background:linear-gradient(to right,rgb(203, 30, 18) 31%, rgb(203, 30, 18) 100%); 
    transition: all ease-in-out 400ms;
}

.navbar-collapse {
    justify-content: right;
}      

/* alt2 */
.alt2.web-btn{   
    background:linear-gradient(to right, #eebd2c 31%,#e85b34 100%); 
  transition: 0.3s ease-out;
}

.alt2.web-btn span {
  color: #fff;
  border: none;
  transition: 0.2s 0.1s;
}

.alt2.web-btn span:hover { 
  transition: all ease-in-out 400ms;
  color: #fff;
}  

.alt2.web-btn::before {
  top:0; bottom: 0; right: unset;left:0;
  height: 100%; width: 0%;
    border-radius:7px;
  transition: all ease-in-out 400ms;
  background:linear-gradient(to right, #eebd2c 31%,#e85b34 100%);
}

.alt2.web-btn:hover::before {
   width: 100%;
  background:linear-gradient(to right,#e85b34 31%, #eebd2c 100%); 
    transition: all ease-in-out 400ms;
}


.form-block span {
    border: none;
}


/*.web-btn:hover {
    color: #fff;
    text-decoration: none;
}

.web-btn {
    border-radius: 7px;
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    color: #fff;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-weight: 800;
    font-size: 16px;
    border: 1px solid #7d7ecd;
} 

.hover-btn {
    color: #000;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-weight: 800;
    border: 1px solid #7d7ecd;
    border-radius: 7px;
}

 /* Hover effect */


.banner-section span {
    position: relative;
}

.banner-section h1 span:after {
    background-image: url(../images/heading-bg.png);
    position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
} 

.btn-arrow {
    position: absolute;
    left: 0;
    top: 0;
}
.careers-page p {
    margin: 20px auto 30px;
}

.banner-tagline {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}

.rating-block {
    margin: 10px;
}


.footer-logo {
    text-align: center;
    padding: 30px 0;
} 

.footer-row {
    background: #ffffff1f;
    margin: 15px;
    padding: 40px;
    border-radius: 50px;
}



/**Blog**/


.blogs {
    padding-top: 0;
    padding-bottom: 80px;

}

.blogs .container {
    max-width: 1024px;
}

.blog-content {
    padding-bottom: 30px;
}

.blog-content h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}

.blog-content p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.blog-box {
   margin: 40px 0;
}


a.web-btn.button.yellow-bg{
border-radius: 7px;
  background-image: -moz-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
}
a.web-btn.button.yellow-bg:hover{
    background: #fff;
}

.custom-dashboard-block {
    text-align: center;
}

section.faqs-section {
    background: #f9ebd1;
}

.custom-dashboard-content h3 {
    font-size: 19px;
    margin-top: 30px;
}

.custom-dashboard-content-block {
    font-size: 15px;
}

.custom-dashboard-image {
    width: 100px;
    border-radius: 100%;
}


.blog-box .blog-image img {
    object-fit: cover;
    width: 100%;
   
}

.blog-box .blog-content-inner {
    padding: 20px;
}

.blog-box .blog-content-inner h3 {
     font-size: 21px;
    min-height: 60px;
    font-weight: 600;
} 

.blog-box .blog-content-inner h3 a {
    color: #000;
    text-decoration: none;
}

.blog-box .blog-content-inner h3 a:hover {
    color: #0e6f25;
    text-decoration: none;
}   

.blog-box .blog-content-inner .blog-expect {
font-size: 16px;
    line-height: 1.8rem;
}



.blog-box .blog-content-inner .blog-readmore {
    margin: 15px 0 0 0;
}

.blog-box .blog-content-inner .blog-readmore a {
    color: #0e6f25;
    font-size: 16px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-decoration: none;
}


.hover-zoom {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
} 

.hover-zoom img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom:hover img {
      transition: transform 0.5s ease, filter 0.3s ease;
    transform: scale(1.1); /* Zoom in */
    filter: brightness(90%); /* Slightly darken the image */
    border-radius: 25px;
}




.blogs .btn {
    margin-top: 50px;
    margin-bottom: 30px;
}

main.page-section.inner-page {
    margin-top: 75px;
    padding: 0;
    overflow: hidden;
}

main.page-section.inner-page.archive-page {
    margin-top: 0;
}
.sharethis-inline-share-buttons{
    display: inline-block;
    margin-left: 10px;
}
.social-sharethis{
    padding-bottom: 20px;

}

/***404***/

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.error-404 h1 {
    font-size: 8rem;
    line-height: 8rem;
    color: #3f18db;
    font-weight: 900;
}

.error-404 h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #e33a65;
}

.error-404 p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}


.latest-products {
    text-align: center;
}

.products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item {
     text-align: center;
         margin: 40px 0;
}

.product-item img {
    max-width: 100%;
    height: auto;
}




.product-item h3,
.woocommerce-loop-product__title {
 font-size: 28px;
    margin: 10px 0;
    color: #000;
    font-weight: 900;
} 


.product-description p {
    font-family: 'Bomstad Display';
    font-size: 18px;
    width: 70%;
    margin: 15px auto;
    color: #000;
} 
.product-item .price {
    color: #000;
    font-weight: 600;
    font-family: 'Bomstad Display';
    font-size: 19px;
}

.product-item a:hover {
    text-decoration: none;  
}


.add_to_cart_button {
    position: relative;
}

.add_to_cart_button.loading {
    pointer-events: none;
    opacity: 0.6;
}

.add_to_cart_button.loading:after {
    content: ".....";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.8em;
}

.add_to_cart_button:disabled{
    color:#fff;
    border: 1px solid;
        background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
        opacity: 0.7;
    pointer-events: none;
}


/* Card container for centering */
.our-products-section .card-container {
    perspective: 1000px; /* Enables 3D effect */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
/* Card styles */
.our-products-section .card {
    width:100%;
    height:500px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.6s ease;
    cursor: pointer;
    border-radius: 20px;
    border:none;
    margin: 0px auto 40px;
}

.product-hover-details {
    text-align: left;
    color: #000;
    margin: 10px;
    display: block;
    padding-top: 200px;
    position: absolute;
    left: 25px;
}


.our-products-section span.list-icons {
    color: #256927;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.product-hover-details ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-family: 'Bomstad Display';
}

.product-hover-details ul li {
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
} 

.card-back .wp-post-image,
.card-back .attachment-woocommerce_thumbnail {
    max-width: 130px;
    max-height: 190px;
    position: absolute;
    top: 60px;
    left: 35px;
}


.product-icon-image {
    position: absolute;
    top: 12px;
    right: 12px; 
} 
/* Front and back faces */
.our-products-section .card-front, .our-products-section .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hides the back face when rotated */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* Front side styling */
.our-products-section .card-front {
    background-color: #f9fbfa;
    color: #fff;
}

/* Back side styling */
.our-products-section .card-back {
    background-color: #f1fbe3;
    color: #fff;
    transform: rotateY(180deg); /* Back face starts flipped */
}

/* Card hover effect */
.our-products-section .card-container:hover .card {
    transform: rotateY(180deg); /* Rotates the card */
} 


.add_to_cart_button {
    margin: 30px 0;
    background: transparent;
    border: 1px solid #88ac5d;
    padding: 11px 25px;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
height: 50px;
min-width:150px;
}





/***Header If Banner***/

.header-banner {
    padding: 100px 0 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header-banner-mascot {
    max-width: 90%;
}

.header-banner-mascot img {
    max-height: 300px;
}

.header-banner-content {
    color: #fff;
    max-width: 95%;
}

.header-banner-content h1 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 4rem;
}

.header-banner-content h2 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
}

.header-banner-para {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
}

/***Service***/


.service-section .service-content p {
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.faq-section {
    padding: 50px 0;
}

.faq-section h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
}

.faq-section .faq-list {
    padding: 50px 0;
    margin: 0 -15px;
}

.faq-section .faq-list .faq-item {
    border-top: 1px solid #ddd;
    padding: 30px;
    text-align: left;
}

.faq-section .faq-list .faq-item:first-child {
    border-top: 1px solid transparent;
}


.faq-section .faq-list .faq-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    position: relative;
}

.faq-section .faq-list .faq-item .faq-detail {
    font-size: 0.9rem;
    font-weight: 400;
    color: #797979;
    line-height: 1.8rem;
}

.faq-section .faq-list .faq-item:hover {
    border-top: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 0 15px #bfbfbf;
    transition: all 0.2s ease-in-out;
}

.faq-section .faq-list .faq-item:hover h3 {
    color: #e83d66;
}

.faq-section .faq-list .faq-item:hover + .faq-item {
    border-top: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}




/**contact form***/

.form-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 24px;
    background: transparent;
    height: 24px;
}

.form-check .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}

.form-check .wpcf7-list-item-label::before,
.form-check .wpcf7-list-item-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
}

.form-check .wpcf7-list-item-label::before {
    content: " ";
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

/* Checkbox */
.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    background-image: url(../images/checkbox.png);
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
}

/* :checked */
.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-color: #e13a66;
}

.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/**Blog***/
.blog-banner {
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.blog-banner:before {
    background: #000000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    top: 0;
}

.blog-banner .container {
    z-index: 1;
    position: relative;
}

.navigation {
    padding-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;

}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


.header .web-nav .nav-link {
    position: relative;
}
.header .web-nav .nav-link:before{
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    height:1px;
    bottom:0px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.header .web-nav .active .nav-link:before,
.header .web-nav .nav-link:hover:before{
    content: '';
    width: 100%;
    background: #fff;
}
.header .web-nav .nav-link.btn:before{
    display: none;
}
.header .dropdown:hover>.dropdown-menu {
  display: block;
}
.header .dropdown-item:hover>.dropdown-menu {
  display: block;
}


.header .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {

    display: block;
}


.container.no-shadow.m-t-20 {
    margin-top: 40px;
    margin-bottom: 0;
}

section.data-block.discount-block.common-padding {
    padding-bottom: 20px;
}


footer#footer {
    overflow: hidden;
  
}

.container-fluid.p-0.border-top {
    padding: 20px 0 4px !important;!i;!;
}

ul.bottom-tagline {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.bottom-tagline li {
    margin: 0 15px;
}

section.data-block.discount-block:after {
    bottom: 40px;
    top: inherit;
    background-position: bottom right;
    right: 50px;
    background-size: 200px;
}

.bottom-tagline a {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.bottom-tagline a:hover{
    opacity: 0.8;
}

main.page-section {
    background:#FAFAFA;
}


/********* 10 04 2025 ***********/


.auto-complete-image-wrap img {
    object-fit: cover;
    border-radius: 6px;
}

.auto-complete-content-wrap {
    margin-left: 10px;
}

.hero-section.inner .input-group .input-group-text{border-radius:50px; background:#fff;}
.hero-section.inner .input-group .form-control{border-left:0px; border-radius: 0 50px 50px 0 !important;}
.hero-section.inner .input-group .btn {margin-left: 30px !important; border-radius: 50px !important; padding: 0 40px;}
.hero-section.inner .form-control:focus {outline: 0; box-shadow: none;}
	
#pro-list h3 {font-size:16px; text-transform:capitalize;margin: 1rem 0 .3rem;}
#pro-list .card .loc {display: flex; align-items: start; font-size:13px;}

.pro-list .card{border:0px; margin-bottom:2rem;}
.pro-list .card .card-image{border-radius:18px; overflow:hidden;}
.pro-list .card .card-header,.pro-list .card .card-footer {border:0px; background:#fff; padding:0px;}
.pro-list .card .card-body {padding:0px;}

.pro-list .card h2{font-size:22px; font-weight:700; margin:1rem 0;}
.pro-list .card .loc{font-size:15px;}
.pro-list .card .price{font-size:18px; font-weight:600; margin:1rem 0 .3rem; color:#2b98e7;}
.pro-list .card .card-body ul {font-size:16px; font-weight:600;}
.pro-list .card .card-body ul li+li{border-left:1px solid #000; margin-left:0px; padding-left:15px;}
.pro-list .card .card-body ul li img{margin-right:5px; vertical-align: text-bottom;}

.pro-list .card .carousel-indicators {background:rgba(0,0,0,0.5); border-radius:50px; right: 1rem; left: auto; padding: 0 10px; margin-right: auto; margin-left: auto;}
.pro-list .carousel-indicators [data-bs-target] {width: 10px; height: 10px; border-radius:50%; opacity:1;}
.pro-list .carousel-indicators .active {background-color:#2b98e7;}

.pro-list .page-item:first-child .page-link {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.pro-list .page-item:last-child .page-link {border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.pro-list .page-link{margin: 0px 10px; font-size: 22px; font-weight: 700; color: #000; border: 1px solid #c5c5c5; padding: 0px; line-height: 40px; width: 46px; height: 46px; text-align: center;}
.pro-list .page-link:hover{background:#2b98e7; color:#fff;}

.side-list {border-radius:10px; overflow:hidden; margin-bottom:15px;}
.side-list .position-absolute {background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); font-size:15px; bottom:0px; left:0px; right:0px; color:#fff; padding:15px;}
.side-list .position-absolute .side-price {font-size:20px; font-weight:700;}

.map-btn{border-radius:50px;}
.map-btn img{margin-right:10px; font-size:19px; font-weight:900; color:#fff; padding:10px 10px;}
.cities li{display:flex; align-item:center; margin-bottom:5px;font-size:16px; font-weight:500;}
.cities li a{text-decoration:none; color:#2b98e7; margin-left:10px;}
.cities li a:hover{color:#000;}


.map-position {position:relative;}
.map-position .map-btn-position {position:absolute; bottom:20px; left:20px; z-index:1;}

.property-question {background:url(https://trustlinkre.com/wp-content/uploads/office-shot.png) no-repeat center center; background-size:cover; position:relative;z-index:1;}
.property-question:before {background:rgba(255,255,255,0.60); content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:-1;}
.property-wrapper {padding-right: 0px!important;}
.property-wrapper h2 {margin-bottom: 5rem;}
.property-wrapper address {padding-right: 0px;}
.property-wrapper a, .property-wrapper address {color: #000!important;    font-size: 16px;
    white-space: nowrap;}

h4.sub-head{font-weight:800;}
.cont-icon {
    background: #349ce9;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    opacity: 0.7;
} 
.cont-content {margin-left:1rem; width:70%; font-weight:600;}
.property-wrapper .sub-head {font-size: 22px;}
.ftr-link{padding-left:50px;}
.ftr-link li{margin-bottom:15px;}
.ftr-link a{color: #1f2e4f; font-size: 20px; font-family: 'Bomstad Display'; text-transform: uppercase; font-weight: 600;}
.ftr-link a:hover{color: #ff0000;}
#pro-details .price {color: rgb(203, 30, 18);}

.social-icon {padding-left: 0px;}
.social-icon a {font-size: 28px!important; color:#000;}

.footer-top {background-color: #eeeeee !important; background-image:url(../images/ftr-img.png) !important; background-repeat:no-repeat !important; background-position: right center !important; background-size:cover !important;padding: 80px 0 !important;}
.footer-top .right-box {background-color: transparent !important;}
.footer-top .alt.web-btn {border-radius: 50px; overflow: hidden; text-align:center;}
.footer-top .web-btn span {border-radius: 50px; font-size: 20px; padding: 10px 30px;}



.d-flex.align-items-center.cont-details-sticky {display:none!important; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; padding: 5px 10px; position: fixed; bottom: 0px; background: #fff; left: 0px; right: 0px; z-index: 99;}
.d-flex.align-items-center.cont-details-sticky a {border: 1px solid #f00f; height: 50px; width: 50px; display: inline-block; font-size: 20px; text-align: center; line-height: 50px; color: #f00f;}
.d-flex.align-items-center.cont-details-sticky a:hover {background:#f00f; color: #fff;}
.d-flex.align-items-center.cont-details-sticky img.pro-img {width: 80px;}


.web-btn-new {font-family: "Montserrat", sans-serif;color: #fff; padding: 10px 20px; font-weight: 700; font-size: 15px; border: 1px solid rgb(203, 30, 18); border-radius: 50px; background-image: -webkit-linear-gradient(90deg, rgb(203, 30, 18) 0%, rgb(241, 72, 65) 100%); transition: 0.3s ease-out;}
.web-btn-new img{margin-right:8px;}
.web-btn-new:hover {color: #fff;}
.border-bottom.border-dark{border-color:#999999!important; padding-bottom:.3rem!important; margin-bottom:1.2rem!important;}

.objectimg{max-height:300px;}
.objectimg img{object-fit:cover;}

#pro-list .card .card-footer {margin-top:0px;}

.pro-detail-img.clearfix.single-image-only {
    width: 100%;
}

.pro-detail-img.clearfix.single-image-only img {
    max-height: 700px;
}   

@media (min-width: 992px) and (max-width: 1199px) {
    .web-nav .alt.web-btn span {font-size: 14px!important; padding: 10px 14px!important;}
	.header .web-nav .nav-link {font-size: 13px;}
	.navbar-expand-lg .navbar-nav li.px-3{padding-left:0px!important;padding-right:0px!important;}
	.navbar-brand img {width: 140px;}
	.custom-menu-items {padding: 0px;}
	
	.pro-list .card .price {font-size: 16px;}
	#pro-list h3 {font-size: 14px;}
	#pro-list .card .loc {font-size: 12px;}
	.card-footer li.list-inline-item {margin-right: 5px;}
	#pro-list .web-btn-new {padding: 10px 15px;}
	
	.side-list .position-absolute {font-size: 11px!important;}
	.side-list .position-absolute .side-price {font-size: 16px!important;}
}

@media (max-width: 991px) {
	img.offer-logo {position: static; margin: 0px auto 20px;}
}

@media (max-width: 767px) {
    section.footer-top {
        padding-bottom: 20px;
	
    }
	.footer-top .right-box {padding:0 30px !important;}
	.footer-top {padding: 20px 0 !important;}
	.position-relative.side-list,.side-pro-list .position-relative{display:block!important;}
	#product-description .contact-info h2.title.mb-sm-0.mb-4,#product-description .enquiry .d-sm-flex.text-sm-start.text-center h2.title.mb-sm-0.mb-4,#product-description .enquiry .d-sm-flex.text-sm-start.text-center a.web-btn-new.ms-auto,.enquire-form.side-form {display: none;}
	
	
.d-flex.align-items-center.cont-details-sticky {display:flex!important;} 
.single-property footer#footer {padding-bottom: 90px;}
}