a {
    transition-duration: 0.7s;
}

a:hover {
    color: #dd87b9 !important;
    transition-duration: 0.7s;
}

.nav-logo {
    width: 225px;
    position: absolute;
    top: 0;
    left: 3%;
}

.nav-bar.sticky-top .nav-logo {
    width: 130px;

}

/* .slide-content-bg{
    background: url(../img/slide-content.jpg);
background-size: cover;
} */
.tag {
    margin: 0 15px;
}

.trans-pos {
    width: 130px;
    opacity: 1;
}

.tooltip {
    position: absolute;
    top: 60px;
    right: -237px;
    transform: translateX(-50%);
    background: #0a5e0a;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 10;
    float: right;
    padding: 13px 18px;
}

.tag:hover .tooltip,
.tag:focus-within .tooltip {
    opacity: 1;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: -19px;
    right: 30px;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #0a5e0a transparent;
}

.slide-content {
    padding: 120px 25px 0px 64px;

}

.slide-content h1 {
    font-family: "Prata", serif;
    line-height: 53px;
    font-size: 44px;
    margin-top: 3px;
}

.tagline-h1 {
    font-size: 17px !important;
}

.mobile-img {
    width: 410px;
}

.slide-content span {
    font-family: 'Prata';

}

.slide-content .ayu {
    color: #ff67bd;

}

.slide-content p {
    margin-top: 18px;
    color: #116889c2;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Option 2: Leaf-Themed Button */
.btn-appointment-2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 45px;
    background-color: #095e7e;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 100;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(58, 92, 64, 0.3);
    margin-top: 24px;
    border: 2px solid #26718d;
    z-index: 1;
    border-radius: 61px;
}

.sl-flag {
    width: 50px;
}

.btn-appointment-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #04384b 0%, #006d96 100%);
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 1;
}

.btn-appointment-2:hover::before {
    opacity: 0;
}

.btn-appointment-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #04384b 0%, #006d96 100%);
    z-index: -2;
}

.btn-appointment-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px 04384b;
    color: #fff;
}

.leaf-icon {
    margin-left: 12px;
    font-size: 1.3rem;
    transition: transform 0.5s ease;
}

.btn-appointment-2:hover .leaf-icon {
    transform: rotate(360deg) scale(1.2);
}

/* Floating leaves animation */
.btn-appointment-2::before {
    content: '🍃';
    position: absolute;
    font-size: 1rem;
    opacity: 0;
    animation: floatLeaf 3s linear infinite;
}

@keyframes floatLeaf {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0;
        left: 10%;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-60px) translateX(20px) rotate(180deg);
        opacity: 0;
        left: 90%;
    }
}

.main-content-bg {
    padding: 77px 20px;
}

.main-content {
    color: #ff67bd;
    font-family: "Prata", serif;
    line-height: 51px;
    font-size: 35px !important;
    text-transform: math-auto;
    font-weight: 100;
    text-align: center;
}

/* For smaller screens */
@media (max-width: 768px) {
    .main-content {
        font-size: 1.8rem;
    }

    .img-fluid-m-content {
        margin-top: 2rem;
    }
}

/* Optional animation */
.wow.fadeIn .img-fluid-m-content {
    animation: float 5s ease-in-out infinite;
    width: 171px;
    display: block;
    margin: 6px auto 28px;
}

.wow.fadeIn .img-fluid-m-content1 {
    animation: float 5s ease-in-out infinite;
    position: absolute;
    opacity: 0.2;
    width: 521px;
    bottom: -400px;
    right: 167px;
}





@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.about-content {
    background: url(../img/welcome-content.png);
    /* background-size: cover; */
}

.about-content::after {
    background-color: #ffff;
}

.about-content h2 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 27px;
    text-align: left;
    color: #a9c7d2;
}

.about-content h3 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    color: #a9c7d2;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.mission {
    color: #095e7e;
    font-size: 21px;
    font-weight: 600;
}

.vm {
    color: #095e7ea3;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    background: #ffffff;
    width: 16%;
    text-align: center;
    border: 2px solid #095e7e80;
    margin-top: 30px;

}

.about-content i {
    color: #095e7e;
}

.experience {
    font-weight: bolder;
    color: #282828ba;
}

.d-name {
    color: #616161;
    font-weight: normal;
    font-size: 19px;
}

.ap-span {
    font-family: 'Prata';
    text-transform: none;
    font-size: 22px;
    text-align: left;

}




@keyframes shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



.team-s h3 {
    margin-top: 10px;
}

.area2 li{
    list-style: none;
    text-align: left;
}

.gallery-sec h2 {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    line-height: 49px;
    font-size: 25px;
    background: #ffd8ee6e;
    padding: 0px 0px;
    text-align: center;
    text-transform: lowercase;
    color: #fff;
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;

}

.gallery-sec h3 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 70px;
    padding: 0px 0px;
    text-align: center;
    color: #095e7e59;
    letter-spacing: 3px;
    word-spacing: 6px;
}

.gallery-sec p {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

.gallery img {
    cursor: pointer;
    transition: transform 0.2s;
    width: 100%;
    margin: 15px 0px;
    min-height: 160px;
    height: auto;
}

.gallery img :hover {
    transform: scale(1.08);
}

.gallery .row {
    background: linear-gradient(150deg, rgb(255 216 238) 0%, rgb(33 93 136 / 85%) 31%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 60px;
}

/* service-category */

.service-topic {
    font-family: 'Prata';
    text-transform: uppercase;
    padding: 0px 0px;
    text-align: center;
    color: #095e7e;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: #ffffffc7;
}

.service-category h5 {
    font-size: 17px;
    color: #3b3b3be0;
    text-transform: uppercase;
}

.pervisit {
    color: #909293;
    opacity: 0.5;
}

.service-category .main-topic {
    font-size: 15px;
    color: #0d7800;
    text-transform: capitalize;
}

.i-color {
    color: #909293;
}


.bg-1 {
    background: url(../img/ab-bg.png);
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.testimonial-sec h2 {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    line-height: 65px;
    font-size: 29px;
    background: #ffd8ee;
    padding: 0px 0px;
    text-align: center;
    text-transform: lowercase;
    width: 29%;
    display: block;
    margin: 0 auto;
}

.test-p {
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

.testimonial-sec h3 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 70px;
    padding: 0px 0px;
    text-align: center;
    color: #095e7e59;
    letter-spacing: 3px;
    word-spacing: 6px;
    margin-top: 1px;
}
#cookie-banner {
    display: none !important; /* Hidden by default with !important to ensure consistency */
    position: fixed;
    bottom: 20px;
    left: 23px;
    width: 350px;
    background: #fffffc;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    gap: 15px;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#cookie-banner.show {
    display: flex !important;
    opacity: 1;
}

#cookie-banner.hide {
    opacity: 0;
}

@keyframes slideUpCookie {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#cookie-banner.show {
    animation: slideUpCookie 0.5s ease;
}
  /* Cookie Banner Premium Styles */
  .premium-cookie-card {
      position: fixed;
     bottom: 20px;
     left: 23px;
     width: 350px;
     background: #fffffc;
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.5);
   border-radius: 20px;
   padding: 20px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
   display: flex; /* Make sure this is flex to align children */
   flex-direction: column;
   gap: 15px;
   z-index: 10000;
   animation: slideUpCookie 0.5s ease;
  }

@keyframes slideUpCookie {
 from {
   transform: translateY(50px);
   opacity: 0;
 }
 to {
   transform: translateY(0);
   opacity: 1;
 }
}

.cookie-content {
 display: flex;
 align-items: center;
 gap: 15px;
}

.cookie-icon {
 font-size: 2rem;
 color: #146684; /* Your Gold Color */
}

.cookie-text p {
 font-size: 0.9rem;
 color: #333333;
 margin: 0;
 line-height: 1.4;
}

.cookie-text a {
 color: #146684; /* Your Dark/Brown Color */
 font-weight: 600;
 text-decoration: underline;
}

.cookie-actions {
 display: flex;
 gap: 10px;
 justify-content: flex-end;
 transform: translateY(10px);
}

#accept-cookies {
background: #146684;
   color: #ffffff;
 border: none;
 border-radius: 50px;
 padding: 8px 20px;
 font-weight: 600;
 font-size: 0.9rem;
 cursor: pointer;
 transition: all 0.3s ease;
}

#accept-cookies:hover {
 background: #198754;
 color: #fff;
 transform: translateY(-2px);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#cancel-cookies {
background: transparent;
   color: #666 !important;
   border: none;
   padding: 8px 15px;
   font-size: 0.9rem;
   font-weight: 500;
   cursor: pointer;
   border-radius: 38px;
}

#cancel-cookies:hover {
    color: #E31E24 !important; /* Red color for cancel/skip */
}

@media (max-width: 576px) {
 .premium-cookie-card {
   width: 90%;
   left: 5%;
   right: auto;
   bottom: 20px;
 }
}






#chat {
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    right: 14px;
    z-index: 800;
    padding: 5px 10px;
    background-color: #ffffff;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#chat p {
    display: grid;
    padding: 0px 12px;
    margin-bottom: 0px !important;
    color: #616161;
    font-weight: 500;
    font-size: 16px;
}

#chat p>span {
    font-size: 12px;
    color: gray;
    font-weight: 400;
}

.chat-img {
    border-radius: 50%;
    width: 25%;
    width: 50px;
    height: 50px;
    animation: tilt-shaking 0.3s infinite;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#chat h6 {
    color: white;
    background-color: #4ccb5b;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    text-decoration: none !important;
    transition: 1s ease;
    letter-spacing: 0;
    text-transform: none;
    margin: 0px auto;
    display: inline;
    font-family: system-ui;

}

#chat h6:hover {
    padding: 8px 30px;
    text-decoration: none !important;
    transition: 1s ease;
    background-color: #1c8528;

}

.chat-display {
    transition: 1s ease;
    bottom: 10px;
}

.chat-hide {
    transition: 1s ease;
    bottom: -90px;

}

#chat p {
    font-size: 13px !important;
}

#chat {
    right: 35px !important;
    width: 355px;
    bottom: 15px;
}

.chat table {
    width: 100%;
    margin-bottom: 0;

}


#chat .table td,
.table th {
    padding: 0;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
    border-style: hidden;
}



.footer-bg {
    height: 700px;
}


.f-logo {
    width: 86%;
    margin-bottom: 20px;
}

.footer-sec1 h5 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 21px;
    padding: 0px 0px;
    color: #095e7e59;
    letter-spacing: 3px;
    margin-top: 30px;
}

.footer-sec1 ul li {
    list-style: none;
}

.footer-sec1 ul li img {
    width: 27px;
    margin-inline-end: 7px;
}

.footer-sec1 ul li a {
    color: #fff;
    line-height: 43px;
}
.locatxt{
padding-left: 0px;
margin-top: 10px;
}
.locatxt1{
    font-size: 14px;
}
.social h5{
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 21px;
    padding: 0px 0px;
    color: #095e7e59;
    letter-spacing: 3px;
    margin-top: 30px;
}
.shaking {
    animation: shaking 0.3s infinite;
}
.locimg{
    width: 22px !important;
    margin-inline-end: 2px !important;
}











/* Reset and Base */


/* font-family: 'Georgia', 'Times New Roman', serif; */



/* Gallery Section */
.amaara-gallery-section {
    padding: 40px 18px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.gallery-header {
    text-align: center;
    margin-bottom: 3rem;
}

.sanskrit-char {
    font-family: 'Noto Sans Devanagari', 'Sanskrit', serif;
    font-size: 2.8rem;
    color: #8d6e63;
    display: block;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.english-title {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #5d4037;
    display: block;
    margin-bottom: 1rem;
}

.gallery-subtitle {
    color: #8d6e63;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-style: italic;
}

/* Filter Buttons */
.gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    padding: 1rem;
}

.filter-btn {
    padding: 0.8rem 1.8rem;
    background: transparent;
    border: 2px solid #87abb96b;
    border-radius: 30px;
    color: #a9c7d2;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.filter-btn:hover {
    border-color: #a9c7d2;
    color: #a9c7d2;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: #a9c7d2;
    color: white;
    border-color: #87abb9;
    box-shadow: 0 4px 12px rgba(141, 110, 99, 0.2);

}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 280px;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 20px rgba(141, 110, 99, 0.1);
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(141, 110, 99, 0.2);
}

/* Grid Item Sizes */
.gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.vertical {
    grid-row: span 2;
}

.gallery-item.horizontal {
    grid-column: span 2;
}

/* Image Container */
.image-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .image-container img {
    transform: scale(1.1);
}

/* Image Overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            transparent 0%,
            transparent 50%,
            #095e7e6b 100%);
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    color: white;
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.gallery-item:hover .overlay-content {
    transform: translateY(0);
}

.item-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #ffecb3;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.overlay-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.overlay-content p {
    font-size: 0.9rem;
    opacity: 0.9;
    font-style: italic;
    margin-bottom: 1rem;
}

.view-icon {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.2rem;
    opacity: 0.7;
}

/* Gallery Footer */
.gallery-footer {
    text-align: center;
    padding: 2rem;
    border-top: 1px solid #e8e2d9;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 1200px) {

    .gallery-item.featured,
    .gallery-item.horizontal {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .amaara-gallery-section {
        padding: 2rem 1rem;
    }

    .sanskrit-char {
        font-size: 2.2rem;
    }

    .english-title {
        font-size: 1.8rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-auto-rows: 250px;
        gap: 1rem;
    }

    .gallery-item.vertical {
        grid-row: span 1;
    }

    .image-overlay {
        opacity: 1;
        background: linear-gradient(to bottom, transparent 0%, transparent 30%, #095e7e7d 100%);

    }

    .overlay-content {
        transform: translateY(0);
    }

    .gallery-item:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-filters {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 1rem;
    }

    .filter-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
}






/* welcome */
.welcome {
    width: 100%;
    border: 9px solid #004a7930;
    border-radius: 10px;
}

.overlay1 {
    position: relative;
}

.overlay1 {
    background-color: #ffffffe3;
    background-color: #ffffffe6;
    padding: 1px 2px 70px;
}

.des-about {
    text-align: left;
}

.mission {
    text-align: left !important;
}

.hed-video {
    width: 100%;
    border-radius: 10px;
    margin-top: 50px;
}

.about-section {
    background: url(../img/ab-bg.png);
    padding: 85px 0px 0px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.doctor-bg {
    background: url(../img/doctor-bg.png);
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white1 {
    background-color: #ffffffa6;
}



.meet-doc h1 {
    font-family: 'Prata';
    text-transform: capitalize;
    font-size: 32px;
    text-align: left;
    padding-top: 30px;
}

.header-top-address ul {
    list-style: none;
}

.header-top-address ul li {
    display: inline-block;
    float: inline-end;
}

.header-top-address ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 9px;
}

.header-top-address ul li a:hover {
    color: #fffb00;
}

.call-top-img {
    width: 22px;
}

.call-top {
    color: #095e7e;
    font-weight: 700 !important;
    font-size: 13px;
}



.header-button {
    display: inline-block;
    margin-left: 8px;
}

.header-button a {
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 4px 3px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background: #095e7e;
    cursor: pointer;
    text-transform: uppercase;
    transition-duration: 0.7s;
}

.header-button a img {
    width: 25px;
    margin: 0 5px 2px 0;
}

.header-button a:hover {
    background: #fff;
    color: #095e7e !important;
    border: 1px solid #095e7e;
    transition-duration: 0.7s;

}

.translate {
    height: auto;
    width: 180px;
}

/* SOCIAL */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.footer {
    background: #146684;
    color: #fff;
}

.footer-container {
    display: flex;
    min-height: 500px;

}

/* LEFT */
.footer-left {
    flex: 2;
}

.footer-columns {
    /* display: flex; */
    padding: 30px 30px 0px 30px;
}

.footer-nav ul li {
    display: inline-block;
    background: #ffffff24;
    padding: 5px 27px;
    margin: 3px;
    border-radius: 3px;
    color: #ffff !important;
    text-transform: capitalize;
}



.footer-nav h5 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 21px;
    padding: 0px 0px;
    color: #095e7e59;
    letter-spacing: 3px;
    margin-top: 0px;
    margin-left: 10px;
}

.footer-col h3 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 21px;
    padding: 0px 0px;
    letter-spacing: 3px;
}

.footer-col h5 {
    font-family: 'Prata';
    text-transform: uppercase;
    font-size: 21px;
    padding: 0px 0px;
    color: #095e7e59;
    letter-spacing: 3px;
}

.footer-col h6 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding-bottom: 6px;
}

.footer-col ul {
    list-style: none;
    padding-left: 3px;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
}

.footer-col ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* CONTACT */
.footer-contact p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-contact i {
    margin-right: 8px;
}



/* BOTTOM */
.footer-bottom {
    margin-top: 50px;
    font-size: 12px;
    opacity: 0.9;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom p {
    margin-top: 10px;
}

.footer-copy {
    padding: 19px 56px 0px;
    background: #004e6a;
    margin-left: 0px;

}








/* RIGHT IMAGE */
.footer-right {
    flex: 1;
    background: url("footer-image.jpg") center/cover no-repeat;
    position: relative;
}

.footer-right::after {
    content: "";
    position: absolute;
    inset: 0;

}

.footer-logo {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.footer-logo img {
    width: 270px;
    margin-bottom: 15px;
    opacity: 0.3;
    margin-top: 940px;
}

.footer-logo h4 {
    font-size: 22px;
    letter-spacing: 2px;
}

.footer-logo span {
    font-size: 12px;
    letter-spacing: 4px;
    margin-top: 5px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-columns {
        flex-direction: column;
        gap: 40px;
    }

    .footer-right {
        height: 350px;
    }
}

/* shell-footer 
.shell-footer {
    position: absolute;
    z-index: 9999999999;

}

.shell-footer {
    height: 50%;
    width: auto;
    opacity: .2
}
.shell-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 16%!important;
    display: none
}*/
.fit {
    width: 23px;
}


/* Text content */
.content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.content h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

/* video */
.hero {
    position: relative;
    /* IMPORTANT */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay layer */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.747);
    z-index: 1;
}

/* Content above overlay */
.content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.over-img {
    width: 150px;
    margin-top: 150px;
}

.content2 {
    position: absolute;
    z-index: 99999999;
    margin-left: 1077px;
    margin-top: -193px;

}

.google-map {
    width: -webkit-fill-available;
    height: 250px;

}

/* faq */
:root {
    --theme-color: #095e7e;
}

.faq-section {
    background-color: #f5fafc;
}

.faq-title {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 2.2rem;
}

.faq-subtitle {
    color: #555;
    font-size: 1rem;
}

.accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 600;
    color: var(--theme-color);
    background-color: #ffffff;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--theme-color);
    color: #ffffff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    color: #444;
    line-height: 1.7;
}

/* privacy policy*/

.privacy-section {
    background-color: #f5fafc;
}

.privacy-title {
    color: #095e7e;
    font-weight: 700;
    font-size: 2.2rem;
}

.privacy-subtitle {
    color: #555;
    font-size: 1rem;
    text-align: center;
}

.privacy-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.privacy-box h5 {
    color: #095e7e;
    font-weight: 600;
    margin-top: 25px;
}

.privacy-box p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}



.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #ffffff !important;
    background-color: #dd81c1 !important;
    border-color: #db80bf !important;
    box-shadow: 0 0 0 .25rem #eb2f961a !important;
}

.lang-switch-mobile {
    display: none;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff !important;
    z-index: 1000000;
}

.preloader .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    z-index: 9999;
}

.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 356px;
    height: auto;
}

.preloader-finish {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    z-index: -999;
}





/* Modal sizing */
.modal-dialog.modal-lg {
    max-width: 460px;
}

/* Remove extra spacing */
.modal-body {
    padding: 0;
}

.modal-head {
    z-index: 9999999;
}

/* Header styling */
.modal-header {
    background: #095e7e;
    color: #fff;
    border-bottom: none;
}

.modal-title {
    font-weight: 600;
    font-size: 15px;
    color: #ffff;
}

/* Close button color */
.modal-header .close {
    float: right;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #ffff !important;
    opacity: 0.8;
    position: absolute;
    z-index: 100;
    right: 15px;
    padding: 4px 6px;
    background: #095e7e;
    border: none;
    transition-duration: 0.7s;

}

.modal-header .close:hover {
    color: #f70202 !important;
    transition-duration: 0.7s;

}

/* Carousel image sizing */
.carousel-item img {
    width: 100%;
    object-fit: cover;
}

/* Carousel controls (arrows) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}

/* Caption background */
.contact-modal {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 15px 30px;
    border-radius: 8px;
    align-items: center;
    transform: translateX(125px) translateY(7px);
    padding-bottom: 25px;
}

/* Each block */
.contact-item {
    display: inline;
    align-items: center;
    gap: 10px;
    color: rgb(255, 255, 255);
}

.call-modal-img {
    width: 35px;
    color: #ffffff;
    margin-top: -5px;
    margin-right: 7px;
    margin-left: 13px;

}
.redcall-modal-img {
    width: 35px;
    color: #ffffff;
    transform: translatey(9px);
    margin-right: 7px;
    margin-left: 13px;

}

/* Icons */
.contact-item i {
    font-size: 24px;
    margin-top: -5px;
    margin-right: 7px;
    margin-left: 22px;

}

/* Links */
.contact-item a {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 20px;
    text-decoration: none !important;
    display: inline-grid;
}


/* Small text under */
.small-text {
    font-size: 9px;
    opacity: 0.8;
    margin-left: 30px;

}

.small-text1 {
    font-size: 9px;
    opacity: 0.8;
    margin-left: 108px;

}

/* Mobile adjustment */
@media (max-width: 768px) {
    .contact-modal {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}


/* Blur background behind modal (optional, looks premium) */
.modal-backdrop.show {
    opacity: 0.85;
    backdrop-filter: blur(3px);
  }

/* Full Screen Mobile Navigation */



/* cookies Policy start*/

/* Policy title */
.policy-title {
    color: #146684;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

/* Section titles */
.section-title {
    color: #146684e8;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eef0ee;
    padding-bottom: 8px;
}

/* Paragraph styling */
.intro-paragraph,
.section-paragraph,
.contact-intro {
    line-height: 1.7;
    color: #555555;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

/* Company name styling */
.company-name,
.company-name-footer {
    color: #146684;
    font-weight: 600;
}

/* Cookie type items */
.cookie-type-item {
    line-height: 1.7;
    color: #555555;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    padding: 12px 0;
    border-bottom: 1px dashed #eef0ee !important;
}

.cookie-type-item:last-child {
    border-bottom: none !important;
}

.cookie-type-item:hover {
    padding-left: 5px;
    background-color: rgba(46, 139, 86, 0.02) !important;
}

.cookie-type {
    color: #146684;
    font-weight: 700;
    margin-right: 5px;
}

/* Link styling */
.website-link,
.email-link {
    color: #146684;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.website-link:hover,
.email-link:hover {
    color: #146684;
    text-decoration: underline;
}

/* Footer links specific styling */
.footer-link {
    display: inline-block;
    margin: 2px 0;
}

/* Address styling */
.contact-address {
    font-style: normal;
    line-height: 1.7;
    color: #555555;
    background-color: #f9fbf9;
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid #146684;
    margin-top: 20px;
}

/* Website and email info */
.website-info,
.email-info {
    display: inline-block;
    margin: 5px 0;
    color: #555555;
}

/* Last updated specific styling */
.last-updated {
    font-style: italic;
    color: #888888;
    font-size: 0.9rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

/* Custom list container */
.custom-list {
    margin-top: 20px;
    box-shadow: none;
}

/* Responsive adjustments for new classes */
@media (max-width: 768px) {
    .policy-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.3rem;
    }
    
    .contact-address {
        padding: 15px;
    }
    
    .cookie-type-item {
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .policy-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
    
    .intro-paragraph,
    .section-paragraph,
    .contact-intro,
    .cookie-type-item {
        font-size: 1rem;
    }
    
    .contact-address {
        padding: 12px;
    }
}

/* Animation for links */
@keyframes linkFade {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

.website-link:active,
.email-link:active {
    animation: linkFade 0.3s ease;
}

/* Focus states for accessibility */
.website-link:focus,
.email-link:focus,
.footer-link:focus {
    outline: 2px solid #146684;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Print styles */
@media print {
    .cookies-policy-page {
        display: block;
    }
    
    .website-link::after,
    .email-link::after {
        content: " (" attr(href) ")";
        font-size: 0.9em;
        font-weight: normal;
        color: #666;
    }
    
    .contact-address {
        background-color: transparent;
        border-left: none;
        padding: 0;
    }
}
.duretion{
    text-transform: uppercase;
}
.rounded-top{
    font-size: 13px;
}
#preferredTime{
    padding: 10px 15px !important;
}
.errorbtn a:hover{
    color: #ffff !important;
    background: #0a5a77;
}

/* cookies Policy end*/
.service-hidden {
    display: none !important;
}
.vimore{
    background-color: #004e6a;
}
.vimore:hover{
    transform: translateY(-5px);
    background: #004e6a;
    
}


 

/* Service Section Styles */
.service-sec {
    padding:10px 30px;
    background: white;
    border-radius: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-sec h3 {
    color: #a9c7d2;
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Prata';
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    word-break: break-word;
}

.service-sec h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: clamp(40px, 8vw, 60px);
    height: 3px;
    background: linear-gradient(90deg, #095e7e, #095e7e);
    border-radius: 2px;
}

.service-sec > p {
    color: #475569;
    font-size: clamp(14px, 2.5vw, 15px);
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 100%;
    text-align: left;
    word-break: break-word;
}

.service-sec-h5 {
    color: #0f172a;
    font-size: clamp(18px, 4vw, 20px);
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    word-break: break-word;
}

.service-sec-h5-img {
    width: clamp(20px, 4vw, 24px);
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.service-sec-h5-img:hover {
    transform: scale(1.1);
}

.area1 {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px, 2vw, 12px);
}

.area1 li {
    background: #eef2ff;
    color: #fd003a;
    padding: clamp(6px, 2vw, 8px) clamp(12px, 3vw, 18px);
    border-radius: 40px;
    font-size: clamp(12px, 2.5vw, 14px);
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: default;
    border: 1px solid transparent;
    white-space: nowrap;
}

/* Tablet and small desktop */
@media (min-width: 769px) and (max-width: 1024px) {
    .area1 li {
        white-space: normal;
        text-align: center;
    }
}

.area1 li:hover {
    background: #fd003a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

/* Card Styles */
.card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: none;
    margin: 20px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
}

.content1 {
    padding:10px;
}

.charge-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2vw, 14px);
}

.charge-row {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f8fafc;
    border-radius: 18px;
    transition: all 0.25s ease;
    border: 1px solid #e9eff6;
    width: 100%;
}

.charge-row:hover {
    background: #f1f5f9;
    transform: translateX(8px);
    border-color: #a9c7d2;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.icon-box {
    width: clamp(40px, 8vw, 48px);
    height: clamp(40px, 8vw, 48px);
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: clamp(12px, 2.5vw, 16px);
    font-size: clamp(20px, 4vw, 24px);
    color: #095e7e;
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.12);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.charge-row:hover .icon-box {
    transform: rotate(5deg) scale(1.05);
    color: #a9c7d2;
}

.info {
    flex: 1;
    min-width: 0; /* Pretext overflow */
}

.info h4 {
    color: #1e293b;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 650;
    margin-bottom: 4px;
    letter-spacing: -0.2px;
    word-break: break-word;
    line-height: 1.3;
}

.info p {
    color: #64748b;
    font-size: clamp(11px, 2.2vw, 13px);
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.4;
}

.amount {
    font-weight: 700;
    font-size: 15px;
    color: #146684;
    background: white;
    padding: clamp(5px, 1.5vw, 7px) clamp(12px, 2.5vw, 16px);
    border-radius: 40px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.02);
    border: 1px solid #e2e8f0;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 8px;
}

.amount small {
    font-size: clamp(10px, 2vw, 12px);
    font-weight: 400;
    color: #64748b;
    margin-left: 4px;
}

.badge {
    background: #095e7e;
    color: white;
    padding: clamp(2px, 1vw, 3px) clamp(6px, 1.5vw, 10px);
    border-radius: 40px;
    font-size: clamp(9px, 1.8vw, 11px);
    font-weight: 500;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

/* Tablet Styles (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        padding: 20px;
    }

    .service-sec {
        padding: 25px;
    }

    .row {
        --bs-gutter-x: 1.5rem;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .charge-row {
        padding: 14px 18px;
    }

    .icon-box {
        width: 52px;
        height: 52px;
        font-size: 26px;
    }

    .info h4 {
        font-size: 17px;
    }

    .info p {
        font-size: 13.5px;
    }

    .amount {
        font-size: 20px;
        padding: 8px 18px;
    }
}

/* Large Mobile Styles (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    body {
        padding: 15px;
    }

    .service-sec {
        padding: 20px;
    }

    .col-lg-8 {
        width: 100%;
    }

    .area1 {
        justify-content: flex-start;
    }

    .area1 li {
        white-space: normal;
        text-align: center;
        flex: 0 1 auto;
    }

    .charge-row {
        padding: 12px 15px;
    }

    .info h4 {
        font-size: 16px;
    }

    .info p {
        font-size: 12px;
    }
}

/* Mobile Styles (up to 575px) */
@media (max-width: 575px) {
    body {
        padding: 10px;
    }

    .service-sec {
        padding: 18px;
        border-radius: 24px;
    }

    .service-sec h3 {
        font-size: 26px;
        display: block;
        text-align: center;
    }

    .service-sec h3::after {
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
    }

    .service-sec > p {
        text-align: center !important;
        font-size: 14px;
        padding: 0 5px;
    }

    .service-sec-h5 {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .service-sec-h5-img {
        display: block;
        margin: 0 auto 15px;
    }

    .area1 {
        justify-content: center;
    }

    .area1 li {
        white-space: normal;
        text-align: center;
        flex: 0 1 auto;
        font-size: 13px;
        padding: 8px 16px;
    }

    /* Card Mobile Layout */
    .card {
        margin: 15px 0;
        border-radius: 20px;
    }

    .content1 {
        padding: 15px;
    }

    .charge-grid {
        gap: 12px;
    }

    .charge-row {
        flex-wrap: wrap;
        padding: 15px;
        gap: 12px;
        position: relative;
    }

    .charge-row:hover {
        transform: translateY(-3px);
    }

    .icon-box {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-right: 0;
    }

    .info {
        width: calc(100% - 70px);
        text-align: left;
    }

    .info h4 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .info p {
        font-size: 12px;
        line-height: 1.3;
    }

    .amount {
        width: 100%;
        margin-left: 62px;
        text-align: center;
        font-size: 18px;
        padding: 8px 15px;
        white-space: normal;
        word-break: keep-all;
    }

    .badge {
        margin-left: 8px;
        padding: 4px 10px;
        font-size: 11px;
    }

    .amount small {
        font-size: 11px;
        display: inline;
    }
}

/* Small Mobile (up to 375px) */
@media (max-width: 375px) {
    .service-sec h3 {
        font-size: 24px;
    }

    .area1 li {
        font-size: 12px;
        padding: 6px 12px;
    }

    .charge-row {
        padding: 12px;
    }

    .icon-box {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .info {
        width: calc(100% - 60px);
    }

    .info h4 {
        font-size: 15px;
    }

    .info p {
        font-size: 11px;
    }

    .amount {
        margin-left: 57px;
        font-size: 16px;
        padding: 6px 12px;
    }

    .badge {
        padding: 3px 8px;
        font-size: 10px;
    }
}

/* Landscape Mode for Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    body {
        padding: 15px;
        align-items: flex-start;
    }

    .service-sec {
        padding: 20px;
    }

    .charge-row {
        padding: 10px 15px;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .charge-row:hover {
        transform: none;
        background: #f8fafc;
    }

    .charge-row:active {
        background: #f1f5f9;
        transform: translateX(5px);
    }

    .area1 li:hover {
        background: #eef2ff;
        color: #2563eb;
        transform: none;
    }

    .area1 li:active {
        background: #2563eb;
        color: white;
        transform: translateY(-2px);
    }
}
.floating {
    animation: floating 3s ease infinite;
}













