.container-fluid {
    padding: 0;
    margin: 0;
}
.the-best-in-text {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 63px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.comprehensive-therapy-text {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 22.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 10px 0;
}

.header-our-services-btn {
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Pale-Blue, #8FA8B4);
    margin-top: 1.20rem;
    border: none;
}
.header-our-services-btn:hover {
    background-color: #5d7680;
}
.header-our-services-btn-text {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*-- See Providers Toolbar and Our Insurance Partners Section --*/
.our-insurance-partners-section {
    padding: 40px 70px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    border-radius: 10px;
    background: var(--White, #FFF);
    margin-top: -6.5rem;
}

.see-providers-toolbar {
    position: relative;
    width: 92.28%;
    max-width: 1700px;
    margin: 0 auto;
    z-index: 10;
    bottom: 4.5rem;
    display: flex;
    padding: 30px 30px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: var(--Light-Gray, #EDECEB);
    backdrop-filter: blur(5px);
}
.see-providers-section {
    background: white;
}

.custom-filter-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 22px;
}

.custom-filter-input {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--White, #FFF);
    background: rgba(255, 255, 255, 0.60);
    position: relative;
    padding: 20px;
    gap: 10px;
    flex: 1 0 0;
}

.custom-filter-input i {
    position: absolute;
    color: #92a29c;
    font-size: 16px;
}

.custom-filter-input input {
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
    color: var(--Dark-Grey, #454546);
    font-family: "Source Sans Pro";
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.custom-divider {
    width: 1px;
    height: 4.7rem;
    background-color: #ccc;
    margin: 0 10px;
    background: var(--Pale-Brown, #CBBDAA);
}

.custom-btn {
    background-color: #78909c;
    border: none;
    color: white;
    white-space: nowrap;
    display: flex;
    padding: 24px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Pale-Blue, #8FA8B4);
}

.custom-btn i {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.custom-btn:hover {
    background-color: #5d7680;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 1480px) {
    .custom-filter-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .custom-filter-input {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
    }
    .custom-divider {
        display: none;
    }
    
    .custom-btn {
        margin-left: auto;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
    .custom-filter-container {
        flex-direction: column;
        gap: 8px;
    }
    .custom-filter-input {
        width: 100%;
        flex: none;
    }
    .custom-btn {
        width: 100%;
        margin-top: 4px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .custom-filter-input input::placeholder {
        font-size: 13px;
    }
}

.custom-filter-input img {
    width: 25px;
    height: 25px;
}

.custom-filter-input .form-control {
    padding: 0.375rem 0 !important;
}

.custom-filter-input input:focus {
    box-shadow: none;
    outline: none;
    background: rgb(248,248,247);   
}

.insurance-section {
    padding: 40px 20px;
}
.insurance-heading {
    font-family: Montserrat;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 2.5rem 0 1.9rem 0;

}
.insurance-heading strong {
    color: var(--Dark-Grey, #454546);
    font-weight: 600;
}
.insurance-heading span {
    color: var(--Pale-Blue, #8FA8B4);
}
.see-all-btn {
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Pale-Green, #BACBB9);
    margin-bottom: 1.5rem;
}
.see-all-btn-text {
    color: var(--Pale-Green, #BACBB9);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.see-all-btn:hover {
    background: var(--Pale-Blue, #8FA8B4);
}
.see-all-btn:hover .see-all-btn-text{
    color: var(--Dark-Grey, #454546);
}
.insurance-logos {
    display: flex;
    justify-content: right;
    gap: 3.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.insurance-logos img {
    max-width: 100%;
    height: auto;
    width: clamp(100px, 15vw, 190px);
}

/* Ensure full-width container on smaller screens */
@media (max-width: 768px) {
    .insurance-logos {
        justify-content: center;
        gap: 1rem;
        display: block;
    }
    .insurance-logos img {
        width: 120px;
    }
}



/*-- Welcome To PAWC Section --*/
.welcome-to-pawc-section {
    display: flex;
    padding: 60px 80px 100px 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #FAFAFA;
}

.service-provided {
    display: flex;
    width: 100%;
    padding: 100px 50px 52px 33px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    background: #FAFAFA;
}

.welcome-to-heading {
    color: var(--Dark-Grey, #454546);
    text-align: center;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pawc-heading {
    color: var(--Pale-Blue, #8FA8B4);
}

.service-section {
    padding: 60px 0;
}
.service-section h2 {
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.welcome-card-container {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.8rem;
    display: flex;
}

.welcome-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid var(--Light-Gray, #EDECEB);
    padding: 2.33rem 1.85rem 1.1rem;
    margin-top: 1.98rem;
    height: 100%;
    width: 95.2%;
}
.right-card {
    margin-left: 1rem;
}
.left-card {
    margin-left: 1.7rem;
}

.welcome-card:hover {
    background: var(--Pale-Blue, #8FA8B4);
    box-shadow: 16px 20px 40px rgba(0, 0, 0, 0.08);
    color: #FFF !important;
}

.welcome-card:hover h3{
    color: var(--White, #FFF);
}

.welcome-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}



.welcome-card p {
    font-size: 1rem;
    color: #555;
}
.welcome-card .icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 15px;
}

.welcome-card-container::after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: calc(100% + 10px);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ccc, transparent);
    transform: translateX(-50%);
}

.welcome-card-container:last-child::after {
    display: none;
}

@media (min-width: 992px) {
    .welcome-card-container:nth-child(3n)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .welcome-card-container::after {
        display: none;
    }
}

.horizontal-line {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #ddd;
    background: linear-gradient(270deg, #FAFAFA 0%, #8FA8B4 50%, #FAFAFA 100%);
}


.welcome-card img {
    width: 56px;
    height: 62px;
    margin-left: 8px;
    margin-bottom: 10px;
    background-image: url('/static/web/images/join-us/frame-pale-green.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.5rem;
}

.welcome-card:hover img {
    background-image: url('/static/web/images/join-us/frame-white.png');
}

.welcome-card.active {
    background-color: #d1dce6;
    color: #000;
}

.welcome-card h3 {
    color: var(--Pale-Blue, #8FA8B4);
    font-family: Montserrat;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 1.08rem 0 0.6rem 0;
}

.welcome-card p {
    color: var(--Dark-Grey, #454546);
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.welcome-card:hover p {
    color: var(--White, #FFF);
}

.welcome-text {
    color: var(--Dark-Grey, #454546);
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 1.2rem 0 2.5rem 0;
}
.card-section {
    margin-left: -1.5rem !important;
}
.b-card {
    margin-top: 12px;
}

/*-- What We Do Section --*/
.what-we-do-section {
    padding: 6.25rem 0 6.25rem 5rem;
    background-size: 100% 100%;
    background-position: cover;
    background-repeat: no-repeat;
    min-height: 678px;
}

.what-we-do-section-title {
    color: var(--Dark-Grey, #454546);
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.what-we-do-section-title span {
    color: var(--Pale-Blue, #8FA8B4);
}

.what-we-do-section-text {
    color: var(--Dark-Grey, #454546);
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.slider-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }

.custom-slide {
    width: 180%;
    display: inline-block;
    margin-left: 11.6rem;

}

.slide .item {
    width: 360px;
    height: 420px;
    border-radius: 20px;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    margin-left: 2rem;
  }

  .slide .item:nth-child(1),
  .slide .item:nth-child(2) {
    
    display: none;
  }

  .slide .item:nth-child(3) {
    left: 50%;
    height: 480px;
  }

  .slide .item:nth-child(4) {
    left: calc(50% + 220px);
    transform: translateY(-60px);
  }

  .slide .item:nth-child(5) {
    left: calc(50% + 440px);
    transform: translateY(-60px);
  }

  .slide .item:nth-child(n + 6) {
    left: calc(50% + 660px);
    opacity: 0;
    display: none;
  }

  .item .content {
    top: 50%;
    left: 100px;
    width: 300px;
    text-align: left;
    color: #eee;
    display: none;
  }

  .slide .item:nth-child(2) .content {
    display: block;
  }

  .content .name {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
  }

  .content .des {
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
  }

  .content button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
  }

  @keyframes animate {
    from {
      opacity: 0;
      transform: translate(0, 100px);
      filter: blur(33px);
    }
    to {
      opacity: 1;
      transform: translate(0);
      filter: blur(0);
    }
  }

  .button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
  }

  .button button {
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #000;
    transition: 0.3s;
  }

  .button button:hover {
    background: #ababab;
    color: #fff;
  }
  .pagination-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -1.5rem;
    bottom: 60px;
    width: 123.8%;
  }
  
  .pagination-dots .dot {
    width: 17px;
    height: 17px;
    border: 2px solid #B5C4B6; /* outer soft green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
  }
  
  .dot .white-ring {
    width: 13px;
    height: 13px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .dot .inner-dot {
    width: 11px;
    height: 11px;
    background-color: #B5C4B6;
    border-radius: 50%;
  }
  
  

@media (max-width: 1110px) {
    .slide .item:nth-child(5) {
        display: none;
    }
    .slide {
        margin-left: -2rem;
    }
}

@media (max-width: 1750px) {   
    .pagination-dots {
        margin-top: 1rem;
    }
}
@media (max-width: 516px) {   
    .slide .item:nth-child(4) {
        display: none;
    }
    .pagination-dots {
        width: 82%;
    }
}

.book-appointment-btn {
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Pale-Blue, #8FA8B4);
}

.book-appointment-btn i {
    color: var(--Pale-Blue, #8FA8B4);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.book-appointment-btn:hover {
    background-color: rgba(143, 168, 180, 0.84);
}
.book-appointment-btn:hover i {
    color: var(--White, #FAFAFA);
}

.item {
    width: 300px;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 2px solid var(--White, #FFF);
    background-size: 100% 100% !important;
}

.slide-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    background: rgba(143, 168, 180, 0.84);
    backdrop-filter: blur(5px);
    padding: 20px;
    margin: 0 9px 0px 9px;
}
.telemedicine {
    margin-top: 14rem;
}
.couples {
    margin-top: 16.7rem
}
.family {
    margin-top: 15.3rem;
}
.children {
    margin-top: 12.5rem;
}
.medication {
    margin-top: 14rem;
}
.individual {
    margin-top: 16.66rem;
}
.mt-tf {
    margin-top: 25rem;
}
.mt-tof {
    margin-top: 21.10rem;
}

.slide-card-heading {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.slide-card-content {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15.5px;
    line-height: 22px;
}

.slide-card-link {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15.5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.slide-card-link:hover {
    opacity: 0.8;
}

.slide-card-link img {
    width: 20px;
    stroke-width: 1px;
    stroke: var(--White, #FFF);
}

/*-- Featured Psychiatrists Section --*/
.featured-psychiatrists-section {
    display: flex;
    padding: 100px 80px 46px 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #FAFAFA;
}

.section-header {
    max-width: 800px;
    margin: 0 auto 60px;
}

.featured-heading {
    color: #454546;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

.psychiatrists-heading {
    color: #8FA8B4;
}

.featured-text {
    color: #454546;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

.psychiatrist-profile-row {
    align-items: flex-start;
    margin-top: 3.65rem;
}

.psychiatrist-img {
    width: 480px;
    height: 720px;
    border-radius: 10px;
}

.psychiatrist-profile-detail-section {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    border-radius: 10px;
    background: rgba(203, 189, 170, 0.20);
}

.psychiatrist-name {
    color: #454546;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}

.psychiatrist-role {
    color: #454546;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.psychiatrist-profile-details {
    color: #454546;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.read-profile-btn {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Pale-Blue, #8FA8B4);
    border: none;
}
.read-profile-btn i {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.read-profile-btn:hover {
    background: #7a96a3;
    color: white;
}

/* Image Slider Styles */
.image-slider-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.image-slider {
    display: flex;
    gap: 27px;
    padding: 10px 0;
    width: max-content;
}

.image-card {
    flex: 0 0 322px;
    border-radius: 8px;
    overflow: hidden;
    height: 285px;
    background-size: 100% 100%;
    border: none;
}

.image-card .card-body {
    padding: 15px;
}

/* Custom scrollbar */
.image-slider-container::-webkit-scrollbar {
    height: 10px;
}

.image-slider-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}

.image-slider-container::-webkit-scrollbar-thumb {
    background: var(--Pale-Blue, #8FA8B4);
    border-radius: 100px;
}

.image-slider-container::-webkit-scrollbar-thumb:hover {
    background: var(--Dark-Grey, #454546);
}

/* Responsive Adjustments */
@media (max-width: 1399.98px) {
    .featured-heading {
        font-size: 38px;
    }
    
    .psychiatrist-name {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    .featured-psychiatrists-section {
        padding: 80px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .featured-heading {
        font-size: 32px;
    }
    
    .psychiatrist-profile-detail-section {
        margin-top: 30px;
    }
    
    .psychiatrist-name {
        font-size: 28px;
    }
    
    .featured-text,
    .psychiatrist-profile-details {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .featured-psychiatrists-section {
        padding: 60px 0;
    }
    
    .featured-heading {
        font-size: 28px;
    }
    
    .psychiatrist-name {
        font-size: 24px;
    }
    
    .image-card {
        flex: 0 0 250px;
    }
}

@media (max-width: 575.98px) {
    .featured-heading {
        font-size: 24px;
    }
    
    .psychiatrist-name {
        font-size: 22px;
    }
    
    .psychiatrist-role {
        font-size: 16px;
    }
    
    .read-profile-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}
.container {
    max-width: 1570px;
}

.see-all-providers-btn {
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Pale-Blue, #8FA8B4);
}
.see-all-providers-btn:hover i {
    color: var(--White, #fff) !important;
}
.see-all-providers-btn:hover {
    background-color: var(--Dark-Grey, #454546);
}
.see-all-providers-btn i {
    color: var(--Pale-Blue, #8FA8B4);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-title {
    color: var(--White, #fff);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 0 20px 20px;
}
.image-card.active {
    border: 2px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.image-card:hover {
    cursor: pointer;
}

/*-- Reviews Section --*/

.reviews-section {
    display: flex;
    padding: 100px 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: var(--White, #FFF);
}
.reviews {
    margin-bottom: 4.79rem;
}
.review-card {
    display: flex;
    width: 25.2rem;
    height: 25rem;
    min-height: 22.2rem;
    padding: 2rem 25px 23px 25px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid var(--Light-Gray, #EDECEB);
    background: var(--White, #FFF);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 5px 5px 20px rgba(69, 69, 70, 0.05);
    position: relative;
    overflow: hidden;
    opacity: 0.6;
}

.review-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.review-content {
    color: var(--Dark-Grey, #454546);
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.review-author {
    color: var(--Pale-Blue, #8FA8B4);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: auto; /* Pushes it to the bottom */
}

.review-card:hover {
    transform: translateY(-50px);
    padding-top: 30px;
    border-radius: 10px;
    border: 1px solid var(--Light-Gray, #EDECEB);
    background: var(--White, #FFF);
    box-shadow: 14px 14px 40px 0px rgba(69, 69, 70, 0.10);
    opacity: 1;
    cursor: pointer;
}

.quote {
    width: 42px;
    height: 33px;
    fill: var(--Pale-Blue, #8FA8B4);
}


.carousel-indicators [data-bs-target] {
    background-color: #FAFAFA;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--Pale-Blue, #8FA8B4);
}
.join-btn {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Pale-Blue, #8FA8B4);
    border: none;
    margin-top: 4.2rem;
}
.join-btn i {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.carousel-indicators {
    position: absolute;
    bottom: -76px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid var(--Pale-Blue, #8FA8B4);
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    border: 1px solid var(--Pale-Blue, #8FA8B4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators .active::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid var(--Pale-Blue, #8FA8B4);
    border-radius: 50%;
    background-color: white;
    position: absolute;
}

.carousel-indicators .active::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--Pale-Blue, #8FA8B4);
    border-radius: 50%;
    position: absolute;
}

.carousel-indicators .active::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--Pale-Blue, #8FA8B4);
    border-radius: 50%;
}

.carousel-inner {
    overflow: visible;
    margin-top: 1rem;
}


@media (max-width: 1400px) {
    .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .custom-col:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .review-card {
        margin-top: 1rem;
    }
}

@media (max-width: 1000px) {
    .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .review-card {
        margin-top: 1rem;
    }
}

/* Send Us Message Section */
.send-us-message {
    display: flex;
    padding: 100px 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #FAFAFA;    
}
.contact-form h2 {
    color: var(--Dark-Grey, #454546);
    text-align: center;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contact-form h2 span {
    color: var(--Pale-Blue, #8FA8B4);
}
.contact-form p {
    color: var(--Dark-Grey, #454546);
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 1.25rem;
}
.contact-info {
    margin-bottom: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    color: var(--Dark-Grey, #454546);
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.contact-info i {
    margin-right: 5px;
}
form label {
    color: var(--Dark-Grey, #454546);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
form input,
form select {
    display: flex;
    height: 48px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
}
form textarea {
    display: flex;
    height: 180px;
    padding: 12px;
    align-items: flex-start;
    align-self: stretch;
}
form textarea {
    color: var(--Dark-Grey, #454546);
    font-family: "Source Sans Pro";
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
form button {
    padding: 20px 30px !important;
    gap: 8px !important;
    border-radius: 4px !important;
    background: var(--Pale-Blue, #8FA8B4) !important;
}
form button i {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.mt-c4
{
    margin-top: 2.55rem;
}

@media (max-width: 700px) {
    .the-best-in-text {
        font-size: 23px !important;
    }
}


.navbar-collapse {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.navbar-collapse > *:not(video) {
    position: relative;
    z-index: 2;
}

.inn-nav {
    z-index: 2;
}

.custom-text-wrapper {
    top: 54%;
}
.book-now:hover,
.book-now:active {
    border-radius: 4px !important;
    background: #8A9CA0 !important;
    border: none !important;
    color: white !important;
}