/********** Template CSS **********/
:root {
    --primary: #009878;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

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

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

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/image9.webp) center center no-repeat;
    background-size: cover;
}




.bg-appoint {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/image9.webp) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(0, 152, 120, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(0, 152, 120 .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(0, 152, 120 .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


/* Services Section Styles */
.services-section { 
    margin-bottom: 50px; /* Example: Add some bottom margin */
}

.services-section-title { 
    color: #009878; /* Example: Set primary color */
}

.service-card {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 20px; 
    margin-bottom: 20px;
}

/* Responsive CSS */
@media (max-width: 600px) {
  .col-sm-6 {
    flex: 0 0 100%; 
    max-width: 100%; 
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%; 
    max-width: 50%; 
  }
}

 .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.section-title1{
    margin-left: 7%;
}

.fixed-icons {
    position: fixed;
    right: 20px; /* Distance from the right edge */
    bottom: 0px; /* Distance from the bottom edge */
    z-index: 1000; /* Ensure it stays on top of other elements */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between icons */
    top:70%;
  }
  
  .fixed-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366; /* WhatsApp green color */
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .fixed-icons a.call-icon {
    background-color: #F57E57; /* Call button blue color */
  }
  
  .fixed-icons a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  }

  
  /* For mobile devices */
/* For desktop */
#desktop-image {
    display: block; /* Shows the desktop image */
}

#mobile-image {
    display: none; /* Hides the mobile image */
}

/* For mobile devices */
@media (max-width: 768px) {
    #desktop-image {
        display: none; /* Hides the desktop image */
    }

    #mobile-image {
        display: block; /* Shows the mobile image */
    }
}





.service-section {
    margin-bottom: 30px; /* Space between rows */
  }
  
  .service-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f8f9fa;
  }
  
  .service-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
  }
  
  .service-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .service-content h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .service-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
  }
  
  .service-content .btn {
    background-color: #28a745; /* Green color for the button */
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  
  .service-content .btn:hover {
    background-color: #218838;
  }
  
  /* Responsive design for mobile view */
  @media (max-width: 767px) {
    .service-section {
      flex-direction: column;
      text-align: center;
    }
  
    .service-box img {
      width: 80%; /* Make the image slightly smaller on mobile */
    }
  }
  .service-image {
    position: relative;
    background-color: #009878; /* Green background for each image column */
    overflow: hidden;
    border-radius: 10px;
  }
  
  .service-image img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensure the image covers the area */
  }
  
  .service-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* White text for contrast */
    text-align: center;
    padding: 10px;
  }
  
  .service-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .service-content p {
    font-size: 14px;
  }
  
  @media (max-width: 768px) {
    .service-image img {
        width: 50% !important; /* Force the width to apply */
        height: auto !important; /* Force the height to apply */
        margin-left: 25%;
    }
}


.service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.carousel-caption .p-3 {
    max-width: 1200px;
    transform: translateY(0px);
    text-align: left;
}

@media (max-width: 768px) {
    .carousel-caption .p-3 {
        transform: none; /* Remove translateY on mobile */
    }
}


/* Hide the Appointment button on mobile */
@media (max-width: 768px) {
    .navbar .btn.btn-primary {
        display: none;
    }
}

/* Center logo in navbar on mobile */
@media (max-width: 768px) {
    .navbar-brand {
        position: absolute;
        left: 60%; /* Center the logo horizontally */
        transform: translateX(-60%);
    }

    .navbar .navbar-nav {
        flex-grow: 1;
        justify-content: flex-end; /* Align links to the right */
    }
    .logo{
        height: 100px;
        width: 200px;
    }
    .navbar{
        height: 150px;
    }
}

.logo img{
    height: 80px;
    margin-top: 15px;
}

.solace-banner img{
    width: 100%;
}

.solace-form-block{
    margin-top: -550px;
    margin-bottom: 180px;
}

.display-1{
    font-size: 4rem;
}



.welcome-form form .form-group {
    margin-bottom: 10px;
}

.welcome-form form .form-group-btn {
    margin: 10px 0 0;
}

.form-group input,
.form-group select {
    background: #fff;
    font-weight: 400;
    padding: 0 25px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 55px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 18px;
    border: 1px solid #fff;
    color: #40464b;
    border-radius: 5px;
}

.welcome-form .form-group input::-webkit-input-placeholder,
.welcome-form .form-group textarea::-webkit-input-placeholder {
    color: #54575a;
}

.welcome-form .form-group input:-ms-input-placeholder,
.welcome-form .form-group textarea:-ms-input-placeholder {
    color: #54575a;
}

.welcome-form .form-group input::placeholder,
.welcome-form .form-group textarea::placeholder {
    color: #54575a;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #54575a;
}

.form-group input[type="submit"] {
    height: 55px;
    padding: 12px 15px;
    background: #009878;
    border: 1px solid #009878;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.form-group input[type="submit"]:hover,
.form-group input[type="submit"]:focus {
    background: #fff;
    color: #009878;
    border: 1px solid #009878 !important;
}

.solace-form-data h2{
    color: #fff;
    margin-top: 15px;
}

.solace-count-section{
    padding: 50px 0 10px 0;
}

.solace-count-area{
    background-color: #009878;
    border-radius: 15px;
    padding: 30px 0 30px 0;
}

.solace-count-item{
    text-align: center;
}

.solace-count-item h3{
    color: #fff;
}

.solace-count-item h6{
    color: #fff;
    font-weight: 100;
}

.solace-count-right{
    border-right: 1px solid #fff;
}

.team-item{
    margin-right: 20px;
}

.solace-count-item img{
    width: 50px;
    margin-bottom: 12px;
}


.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 500px !important;
}

.modal.fade .modal-dialog {
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background: #2e2a29;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #c5a10f;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 25px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #e86351 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 20px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #000;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    height: 55px;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #282728;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #e86351;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #185cc9;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #e86351;
    color: #fff;
}

.popup-btn {
    margin-top: 40px;
}

.modal.fade .modal-dialog {
    display: flex;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #54575a;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #54575a;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #54575a;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e86351;
    color: #fff;
    background: transparent;
}

.popupleft-content,
.modal-mookambika {
    background-color: transparent;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/banner-lady.jpg);
    background-size: cover;
}

.popupleft-content p {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
}


.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    background-image: url(../img/bg/popup.png);
    background-size: cover;
    background-position: center;
}

.solace-faq-area{
    padding: 50px 0 50px 0;
}

.solace-faq-title h2{
    text-align: center;
}

@media (max-width: 991px) {
    .solace-form-block{
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #091E3E;
        padding: 50px 20px 50px 20px;
    }
    .navbar-light .navbar-toggler{
        display: none;
    }
    .logo{
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .logo img {
        height: 80px;
        margin-top: 20px;
    }
    .navbar {
        height: 100px;
    }
    .solace-banner img{
        display: none;
    }
    .solace-count-section {
        padding: 40px 40px 10px 40px;
    }
    .solace-count-right{
        border-right: 0px;
        border-bottom: 1px solid #fff;
    }

    .solace-count-right h6{
        margin-bottom: 20px;
    }

    .solace-count-item img{
        margin-top: 20px;
    }

    .solace-carousel-caption h5{
        font-size: 15px;
    }

    .solace-carousel-caption h1{
        font-size: 25px;
    }

    .solace-form-data h2{
        font-size: 20px;
    }

    .solace-faq-area{
        padding: 40px 10px 40px 10px;
    }

}

.solace-service-area{
    background-color: #dfdddd;
}

.solace-footer-area{
    padding-top: 20px;
}

.solace-footer-area .form-group input[type="submit"]{
    background: #024436;
    border: 1px solid #024436;
}

.solace-footer-area .form-group input[type="submit"]:hover{
    background: #fff;
    border: 1px solid #024436;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .solace-form-block {
        margin-top: -400px;
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1800px) {
    .solace-form-block {
        margin-top: -450px;
        margin-bottom: 130px;
    }
}


/* Navigation arrows container */
.solace-doctor-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}

/* Individual arrow buttons */
.solace-doctor-slider .owl-nav .owl-prev,
.solace-doctor-slider .owl-nav .owl-next {
    background-color: #009878;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #009878;
    font-size: 18px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    margin-left: 5px;
    margin-right: 5px;
}



