@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

:root {
    --primary-color: #f2a31e;
    --secondary-color: #8f94fb;
    --dark-color: #272727;
    --gray-color: #f5f5f5;
    --dark-primary-color: #1a7aaa;
    --dark-gray-color: #edeaf1;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.bg-primary {
    background-color: var(--dark-primary-color) !important;
}

.bg-gray {
    background-color: var(--gray-color);
}

.bg-dark-gray {
  background-color: #dedede;
}

.bg-secondary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--dark-primary-color) !important;
}

.offcanvas-end {
    width: 250px;
}

.navbar-collapse .nav-link {
    color: #000000;
}

.navbar-nav {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-weight: 650;
}

.social-icons {
    margin-left: auto;
    min-width: 220px;
}

/* Button Sizes*/

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

/* Button Mod to the original Bootstrap Buttons */

.btn-mod.btn-circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-mod.btn-border {
    color: #000000;
    border: 2px solid #000000;
    background: var(--primary-color);
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/hero.webp');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
}

.section-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 350px;
  justify-content: space-evenly;
  padding: 40px;
}

.about-section-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/community.webp');
}

.promotion-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/family.webp');
}

.blog-banner-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/hero.webp');
}

.blog-detail-banner-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/hero.webp');
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
}

.btn-hero-primary {
    background: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}

.btn-outline-primary {
    border-radius: 30px;
    font-weight: 500;
    color: var(--dark-color);
}

.btn-outline-light {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}

.btn-hero-primary:hover, .btn-primary:hover {
    background-color: #000000;
    color: #fff;
}

.btn-outline-primary:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.py-120 {
    padding: 120px 0px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.fw-600 {
    font-weight: 600;
}

.btn {
    font-weight: 600;
}

.form-container {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-header {
    padding: 2rem;
    border-radius: 30px 30px 0 0;
}

.form-container form {
    padding: 2rem;
    background-color: #fff;
    border-radius: 30px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-control {
    background-color: var(--dark-gray-color);
}

.form-select {
    background-color: var(--dark-gray-color);
}

.services-title span {
    background-color: var(--primary-color);
    padding: 0 8px;
    border-radius: 5px;
}

.card-box {
    color: #fff;
    min-height: 250px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
}

.card-blue {
    background-color: #2196f3;
}

.card-orange {
    background-color: var(--primary-color);
}

.card-white {
    background-color: #f5f5f5;
    color: #000;
}

.card-dark {
    background-color: #424242;
}

.card-green {
    background-color: #8bc34a;
}

.card-brown {
    background-color: #795548;
}

.service-card {
    border: none;
    border-radius: 5px;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.service-card a {
    text-decoration: none;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.service-card p {
    font-size: 1rem;
}

.service-area-cards a {
    text-decoration: none;
    color: #000000;
}

.banner-section {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
}

.contact-banner-bg {
    height: 250px !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/hero.jpg');
}

.healty-home-section img {
    max-height: 600px;
}

.service-banner-bg {
   background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/hero.jpg');
}

.about-banner-bg {
    height: 250px !important;             
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/images/hero.jpg');         
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.fs-1-7 {
  font-size: 1.2rem !important;
}
.fs-3 {
  font-size: 3rem !important;
}

.twentytwenty-wrapper, .image-wrapper {
   width: 100%;
   max-width: 100%;
   overflow: hidden;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

.service-img {
    width: 240px;
    height: 180px;
    position: absolute;
    right: -40px;
    bottom: -20px;
}

.card-box .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
}

button[aria-expanded="false"] .chevron-up {
   display: none;
}

button[aria-expanded="false"] .chevron-down {
   display: inline;
}

button[aria-expanded="true"] .chevron-up {
   display: inline;
}
button[aria-expanded="true"] .chevron-down {
   display: none;
}

#servicesCollapse .nav-link {
    font-size: initial;
    font-weight: normal;
}

hr {
    background-color: #fff;
    padding: 0;
}

.faded-line {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.radius-30 {
    border-radius: 30px;
}

.swiper-pagination {
    text-align: right;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    top: 0;
    width: 100%;
    right: 40px;
    left: auto;
    height: 0px;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: #d1d5db;
    opacity: 1;
    border-radius: 2px;
    margin: 0 4px !important;
    transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
    background: var(--dark-color);
}

.review-box {
    border-radius: 10px;
    background: var(--dark-gray-color);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.review-box .media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.review-box p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #7d8597;
}

.service-banner-bg {
  min-height: 600px;
}

.user-post {
    font-size: 14px;
    margin: 0 !important;
}

.swiper-testimonial {
    padding: 100px 20px 0 20px;
    padding-top: 50px;
}



@media (max-width: 1280px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .radius-30 {
        border-radius: 0;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }
    
    .swiper-testimonial .swiper-pagination-bullets {
        right: 10px;
    }
}

.client-videos-swiper .swiper-wrapper {
    padding: 40px 0px;
}

.client-videos-swiper .swiper-slide {
    text-align: center;
}

.client-videos-swiper >.swiper-pagination-bullets {
    right: 0px !important;
}

.swiper-slide iframe {
    width: 100%;
    max-width: 100%;
    height: 428px;
    border-radius: 20px;
    pointer-events: auto;
    touch-action: none; 
}

@media screen and (max-width: 600px) {
    .swiper-slide iframe {
       height: 300px;
    }
}


.post-description {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-section .img-container,
.all-blog-section .img-container {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.blog-section .img-container img,
.all-blog-section .img-container img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.responsive-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin: 1rem auto;
    display: block;
    max-width: 800px; /* Optional: control max width */
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: inherit !important;
    text-decoration: none !important;
    background-color: inherit !important;
}

.offcanvas-title {
   font-size: 1.25rem;
}


@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
