/* lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* opensans */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* inter var */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* roboto */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
       font-family: "Inter", sans-serif;
    /* font-family: "Roboto", sans-serif; */
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
}
/* .inter {
  

} */

.lato {
    
font-family: "Inter", sans-serif;
    /* font-family: "Lato", sans-serif; */
}

.roboto {
    font-family: "Inter", sans-serif;
    /* font-family: "Roboto", sans-serif; */
}

.opensans {
    font-family: "Inter", sans-serif;
    /* font-family: "Open Sans", sans-serif; */
}

:root {
    --light-black: #454545;
    --green: #24A562;
    --grey: #8D928E;
    --purple: #C2A8F4;
    --lavender: #FBF9FF;
    --light-purple: #E6EFF2;
    --light-grey: #F2F3F5;
    --white: #fff;
    --dark-grey: #667085;
    --lightest-grey: #EAECF0;
    --ice-grey: #98A2B3;
    --maroon: #9A100B;
    --red: #ff0800;
    --charcoal: #475569;
    --cold-grey: #CCCCCC;
    --dark-green: #082B1B;
    --mat-black: #414D55;
    --dim-grey: #727677;
    --dim-white: rgba(255, 255, 255, 0.60);
    --brownish-grey: #686868;
    --black: #000;
    --blue: #2A76B8;
    --dimmest-grey: #888888;
    --cream: #FFFCF9;
    --white-80: #FFFFFFCC;

}

.white-80 {
    color: var(--white-80);
}

.dimmest-grey {
    color: var(--dimmest-grey);
}

.blue {
    color: var(--blue);
}

.cream {
    color: var(--cream);
}

.black {
    color: var(--black);
}

.light-green {
    color: var(--green);
}

.brownish-grey {
    color: var(--brownish-grey);
}

.dim-white {
    color: var(--dim-white);
}

.dark-green {
    color: var(--dark-green);
}
.red-text{
    color: var(--red);
}

.cold-grey {
    color: var(--cold-grey);
}

.charcoal {
    color: var(--charcoal);
}

.dark-grey {
    color: var(--dark-grey);
}

.dim-grey {
    color: var(--dim-grey);
}

.mat-black {
    color: var(--mat-black);
}

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

.white {
    color: var(--white);
}

.grey {
    color: var(--grey);
}

.radiant-text {
    background: linear-gradient(90deg, #2A76B8 0%, #24A562 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.bg-section.purple-bg,
.purple-bg {
    background: var(--lavender);
}

.light-black {
    color: var(--light-black);
}

.grey {
    color: var(--grey);
}

.green {
    color: var(--green);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    word-break: break-word;

}

p,
a,
span {
    line-height: 1.5;
    word-break: break-word;
    text-decoration: none;
}



h1 {
    font-size: 112px;
    font-weight: 600;
}

h2 {
    font-size: 64px;
    font-weight: 600;
}

h3 {
    font-size: 48px;
    font-weight: 700;
}

h4,
.fs-20 {
    font-size: 20px;
    font-weight: 400;
}

h5,
.fs-18 {
    font-size: 18px;
    font-weight: 400;
}

h6,
.fs-16 {
    font-size: 16px;
    font-weight: 400;
}


p,
.fs-14 {
    font-size: 14px;
    font-weight: 400;
}

.fs-12 {
    font-size: 12px;
    font-weight: 600;
}

.fs-11 {
    font-size: 11px;
}

.fs-34 {
    font-size: 34px;
    font-weight: 700;
}

.fs-32 {
    font-size: 32px;
    font-weight: 700;
}

.fs-30 {
    font-size: 30px;
    font-weight: 700;
}

.fs-70 {
    font-size: 70px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-38 {
    font-size: 38px;
}

.fs-42 {
    font-size: 42px;
}

.fs-48 {
    font-size: 48px;
}



/* fontweight */
.fw-300 {
    font-weight: 300;
}

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

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

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

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

.lh {
    line-height: 30px;
}

.nav-link:hover,
a.nav-link.active {
    background: linear-gradient(90deg, #2A76B8 0%, #24A562 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.2s ease-in;
}

.dark-radiant-box {
    border-radius: 8.803px;
    background: linear-gradient(155deg, #2A76B8 -15.56%, #24A562 119.67%);
}

.radiant-btn {
    border-radius: 8px;
    background: linear-gradient(90deg, #24A562 0%, #2A76B8 100%);
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 23px;
    border: 2px solid transparent;
    width: fit-content;
}

.radiant-btn:hover {
    color: var(--green);
    border: 2px solid var(--green);
    background: white;
    transition: 0.3s ease-in;
}


.get-started .card{
    border: 2px solid #24A562 ;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}


/* Video Background */
.video-background {
    top: 0px;
}

.video-background video,
.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.banner-video {
    padding-block: 11rem;
}



.footer-text {
    max-width: 400px;
}


.social-logo-parent {
    padding: 7px;
    height: 44px;
    width: 44px;
    background: #45976C;
    border-radius: 26px;
}

.footer-bottom::before {
    content: "";
    border-bottom: 1px solid white;
    position: absolute;
    width: 59px;
    top: 31px;
    left: 1px;
}

.footer-btn.radiant-btn i {
    color: white;
    font-size: 18px;
}

.footer-btn.radiant-btn {
    border-radius: 4px;
    /* padding: 16px 47px; */
    font-weight: 600;
}

.footer-btn.radiant-btn:hover i {
    color: var(--green);
    transition: 0.2s ease-in;
}

.footer-contact i {
    font-size: 21px;
    color: var(--cold-grey);
}

.navbar-brand img,
.footer-logo-parent img {
    height: 37px;
    width: 235px;
}

.padding-7 {
    padding-top: 7em;
}

/* .about-percentage {
    border-radius: 6px;
    border: 0.88px solid #01321D;
    background: #01321D;
    padding: 26.93px 18.409px 27.811px 20.409px;
    bottom: 0px;
    right: calc(100% - 429px);
} */


/* .about-percentage {
    border-radius: 6px;
    border: 0.88px solid #01321D;
    background: #01321D;
    padding: 26.93px 18.409px 27.811px 20.409px;
    bottom: 33px;
    right: calc(100% - 422px);
    min-width: 372px;
} */

.about-percentage {
    border-radius: 6px;
    border: 0.88px solid #01321D;
    background: #01321D;
    padding: 26.93px 18.409px 27.811px 20.409px;
    bottom: calc(100% - 467px);
    right: calc(100% - 373px);
    min-width: 318px;
}

.about-percentage-text {
    max-width: 135px;
}

/* .about-img-parent {
    width: 546px;
} */

/* .about-img-parent {
    width: 644px;
} */

.category-img {
    /* height: 90px; */
    width: 60px;
}

.category-cards .card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 30px;
    border-bottom: 6px solid transparent;
    width: 254px;
    min-height: 200px;
    min-width: 243px;
    border-color: transparent;
}

.category-cards .card:hover {
    border-bottom: 6px solid #2A76B8;
    transition: 0.3s ease-in;
}

.meet-team .card {
    border-radius: 12px;
    border-bottom: 6px solid #2A76B8;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
}

/* .meet-team .row:nth-child(even){
   border-bottom: 6px solid #24A562; 
} */


.meet-team .card-header {
    height: 432px;
    width: 418px;
    border-radius: 12px;
}

.meet-team .card-header img {
    border-radius: 12px;
}

/* Common icon styles */
.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.523px;
    text-decoration: none;
}

/* Individual platform background colors */
.social-icons a:nth-child(1) {
    background: #E7EFF5;
    /* Facebook */
}

.social-icons a:nth-child(2) {
    background: #E9E5F6;
    /* Twitter */
}

.social-icons a:nth-child(3) {
    background: #F1E0E3;
    /* Instagram */
}

/* Optional: Smooth hover effect */
.social-icons a:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.meet-team .social-icons i {
    font-size: 20px;
}

.social-icons a:nth-child(1) i {
    color: #2966f4;
}

.social-icons a:nth-child(2) i {
    color: #6738ff;
}

.social-icons a:nth-child(3) i {
    color: #f3607a;
}

.contact-bg {
    background-image: url(../images/login-bg.png);
}

.location-svg-parent img {
    height: 24px;
    width: 23px;
}

.contact-bg {
    background-image: url(../images/login-bg.png);
    border-radius: 0px 16px 16px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 44px;
}

.contact-sec .card {
    border-radius: 16px 0px 0px 16px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

/* .padding-7{padding-block: 7em;} */

/* iv-drip */

section.vitamin-sec {
    padding-block: 7rem;
}



.step-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.step-icon {
    position: relative;
}

.icon-circle {
    width: 70px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i {
    font-size: 24px;
    color: white !important;
}

.step-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: 2;
}

.step-badge .badge {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 15px;
}

.step-card h5 {
    font-weight: 600;
    color: #333;
}

.step-card p {
    color: #666;
    line-height: 1.6;
}

/* FAQ Section Styles */
.faq-section {
    background-color: #fff;
}

.custom-accordion {
    border: none;
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    background: transparent;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion .accordion-header {
    border: none;
}

.custom-accordion .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 20px 0;
    font-weight: 500;
    color: #333;
    /* font-size: 16px; */
    border-radius: 0;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #333;
    box-shadow: none;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.custom-accordion .accordion-button::after {
    background-image: url('/website/assets/images/plus.svg');
    width: 20px;
    height: 20px;
    transform: none;
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("/website/assets/images/minus.svg");
    transform: none;
}

.custom-accordion .accordion-collapse {
    border: none;
}


.custom-accordion .accordion-body {
    padding: 0 0 20px 0;
    color: #666;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
}

.load-more-btn {
    background-color: #28a745;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

/* ageing page */

.ageing-sec-h4 {
    max-width: 571px;
}



.footer-border {
    border-top: 0.667px solid rgba(255, 255, 255, 0.40);
    background: #082B1B;
    padding: 16px 40px;
        height: 134px;
}

.our-mission .contact-bg {
    border-radius: 14px;
    padding: 76px;
    border-radius: 14px;
    /* width: 1317px; */
    /* height: 522px; */
}

.who-we-serve .about-percentage {
    border-radius: 14px;
    border: 0.88px solid #FFF;
    background: linear-gradient(146deg, #2A76B8 20.23%, #039858 136.32%);
    /* width: 100%; */
    /* padding: 0; */
    right: calc(100% - 327px);
    bottom: -130px;
}

.who-we-serve .about-percentage-text {
    max-width: 235px;
}

.who-we-serve .who-we-serve-text {
    max-width: 257px;
    position: absolute;
    bottom: -127px;
    /* right: 33px; */
    /* left: calc(100% - 299px); */
    right: calc(100% - 625px);
}

.padding-bottom {
    padding-bottom: 7em;
}

.get-in-touch-sec .green-bg {
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: linear-gradient(214deg, #082B1B 2.2%, #1B915B 172%);
    padding: 32px;
}

input.form-control,
textarea.form-control,
.form-control:focus {
    color: #414D55;
    font-size: 14px;
    font-weight: 500;
    font-family: "Lato";
    border-radius: 8px;
    border: 1px solid var(--Stroke-Color, #F0F0F0);
    padding: 16px;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #414D55;
}

.card {
    border-radius: 10px;
    border: 1px solid #DFDDDD;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 38px;
}

.green-banner-sec {
    border-radius: 16px;
    background: #082B1B;
    padding: 7em;
}

.social-contact img,
.social-contact i {
    border-radius: 8px;
    background: linear-gradient(231deg, #2A76B8 4.99%, #24A562 147.33%);
    padding: 8px;
    /* font-size: 25px; */
    color: white;
    width: 48px;
}

.social-contact i {
    font-size: 24px;
    padding: 12px;
}

/* Booking Section */


.booking-card {
    background: linear-gradient(135deg, #1e4d3b 0%, #2d5a47 100%);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.booking-header {
    padding: 30px 30px 20px 30px;
}

.booking-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.booking-subtitle {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}

.calendar-container {
    background: white;
    margin: 0 20px;
    border-radius: 10px;
    padding: 20px;
    min-height: 300px;
}

.booking-footer {
    padding: 20px 30px 30px 30px;
}

.white-bg {
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.padding-on-x {
    padding-left: 6rem;
}


/* vaccinations page */

.accordion-item .accordian-count {
    width: 62px;
}

.health-care-sec .green-bg, .babybotox.green-bg {
    background: #082B1B;
    padding: 50px 24px;
    border-radius: 8px;
}

.protect-section {
    background-color: #f8f9fa;
}

.protect-content {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.protect-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.protect-text p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.protect-text-secondary p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

.info-card {



    background: linear-gradient(155deg, #2A76B8 -15.56%, #24A562 119.67%);
    display: flex;
    align-items: center;
    margin-right: 16px;
    height: 480px;
    border-radius: 20px;

}

.info-content {
    color: white;
}

.info-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.brand-signature {


    padding-top: 1rem;
}

.brand-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.image-grid {
    display: grid;
    grid-template-rows: .2fr 1fr;
    gap: 0;
    height: 100%;
    min-height: 500px;
}

.image-item {
    overflow: hidden;
    position: relative;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-item:hover img {
    transform: scale(1.05);
}

.img-grid {

    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-grid {
    display: grid;
    grid-template-rows: .2fr 1fr;
    gap: 20px;
    min-height: 500px;
}

/* TRAVEL VACCINATION */

input.vacc-input {
    width: 400px;
    padding: 7px;
    border-radius: 8px;
    outline: none;
    font-family: lato;
}

.travel-heading {
    max-width: 600px;
}

/* dermal */
img.list-icon {
    object-fit: contain;
    width: 29px;
}

p.fillers-para {
    width: 765px;
}

.fillers-sec {
    background-image: url(../images/fillers-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}

.facelift-section {
    min-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-column {
    background-image: url(../images/login-bg.png);
    object-fit: contain;
    color: white;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-column {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-column h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-column .facelift-para {
    line-height: 40px;


}

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

.benefits-list li {

    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
}

.doctor-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

.cheekfiller-heading {
    max-width: 500px;
}

.cheekfiller-sec {
    background-image: url(../images/cheekfiller-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.cheekfiller-sec .face-img {
    object-fit: contain;
    width: 50%;
}

.cheekfiller-sec .cheekfiller-para {
    max-width: 503px;
}

.faq-section {
    background-color: #fff;
}

.custom-accordionn {
    border: none;
}

.custom-accordionn .accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    background: transparent;
}

.custom-accordionn .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordionn .accordion-header {
    border: none;
}

.custom-accordionn .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 20px 0;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
}

.custom-accordionn .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.custom-accordionn .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.custom-accordionn .accordion-button::after {
    background-image: url('/website/assets/images/add-acc.svg');
    width: 20px;
    height: 20px;
    transform: none;
    transition: transform 0.3s ease;
}

.custom-accordionn .accordion-button:not(.collapsed)::after {
    background-image: url("/website/assets/images/minus-acc.svg");
    transform: none;
}

.custom-accordionn .accordion-collapse {
    border: none;
}


.custom-accordionn .accordion-body {
    padding: 0 0 20px 0;
    color: var(--dim-white);
    line-height: 1.6;
    font-size: 15px;
}

.fillers-treatment {
    max-width: 572px;
}

.radiant-text-border {
    position: relative;
    display: inline-block;
    /* Ensure width fits content */
    text-decoration: none;
    /* Remove default underline */
    color: #000;
    /* Or any text color */
}

.radiant-text-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.5px;
    width: 100%;
    background: linear-gradient(90deg, #2A76B8 0%, #24A562 100%);
}

.swiper-slide {
    padding: 3rem;
    color: #1e1e1e;
    /* margin-right: 10px !important; */
}

.swiper-slide:nth-child(3n + 1) {
    background-color: #eef7f4;
    color: #1e1e1e;
}

.swiper-slide:nth-child(3n + 2) {
    background-color: #e0ebec;
    color: #1e1e1e;
}

.swiper-slide:nth-child(3n) {
    background-color: #1c2d28;
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    border-radius: 50%;
    padding: 0.5rem 1rem;
    color: #1e1e1e;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
}

.swiper-wrapper .swiper-slide {
    height: initial;
}

.swiper-main .swiper-button-prev {
    position: absolute;
    bottom: -60px;
    top: unset;
    left: 48%;
    border: 1px solid #7057A8;
    width: 50px;
    height: 50px;
}

.swiper-main .swiper.mySwiper {
    position: unset;
}

.swiper-main .swiper-wrapper {
    position: unset;
}

.swiper-main {
    position: relative;
}

.swiper-main .swiper-button-next {
    top: unset;
    bottom: -60px;
    right: 44%;
    border: 1px solid #7057A8;
    width: 50px;
    height: 50px;
}

/* .swiper-main .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: '';
    background-image: url(../images/left.svg);
}


.swiper-main .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    
} */
 .swiper-button-next svg, .swiper-button-prev svg {
    display: none;
}


/* .swiper-button-prev::before{
    content:"";
    background-image: url(../images/left.svg);
    width:40px;
    height:40px;
    position:absolute;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-button-next::before{
    content:"";
    background-image: url(../images/right.svg);
    width:40px;
    height:40px;
    position:absolute;
    background-repeat: no-repeat;
    background-position: center center;
} */

.swiper-main .swiper.mySwiper .swiper-button-prev {
    bottom: -60px;
    top: unset;
    left: 45%;
}

.swiper-main .swiper.mySwiper .swiper-button-next {
    bottom: -60px;
    top: unset;
    right: 45%;
}
.Benefits-sec {
    padding-top: 8rem;
}

.grid-circle::before {
    top: 28px;
    content: "";
    background: url(/website/assets/images/circle-Mask.png);
    height: 256px;
    width: 256px;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
    right: calc(100% - 204px);
}

/* grid */

.grids {
    padding-block: 1em;
}

.parent_grid {
    display: grid;
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: 0.65fr 0.65fr;
    grid-template-rows: 0.1fr 0.3fr 0.25fr 0.4fr 0.3fr;
}

.grid_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgb(0 0 0 / 96%), transparent);
}

/* Specific positions */
.grid_item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 5;
}

.grid_item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.grid_item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 3 / 6;
}

.sea-green-box {
    border-radius: 8px;
    background: #E7F4EE;
    padding: 14px;
}

.grid_item.green-box {
    border-radius: 8px;
    background: #082B1B;
    box-shadow: 0 0 13.24px 0 rgba(0, 0, 0, 0.10);
}

.grid-img-parent {
    /* width: 50px; */
    height: 98px;
}









/* Specific positions */
.travel-vaccination-grid .parent_grid {
    /* display: grid;
    gap: 20px;
    padding-top: 20px; */
    grid-template-columns: 0.65fr 0.65fr;
    grid-template-rows: 0.1fr 0.3fr 0.2fr 0.3fr 0.38fr;
}

.travel-vaccination-grid .grid_item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
}

.travel-vaccination-grid .grid_item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.travel-vaccination-grid .grid_item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.travel-vaccination-grid .grid_item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 6;
}

.service-card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* border-radius: 15px; */
    transition: transform 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
}

.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
}

.booking-icon {
    background-color: #e8f4f8;
    color: #2196F3;
}

.appointment-icon {
    background-color: #e8f4f8;
    color: #2196F3;
}

.courier-icon {
    background-color: #f0f8e8;
    color: #4CAF50;
}

.results-icon {
    background-color: #e8f4f8;
    color: #2196F3;
}

.card-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.btn-sample {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-sample:hover {
    background-color: #357abd;
}

.container-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.nav-megamenu .nav-link.active {
    background: transparent;
    color: var(--blue);
}

/* megamenu */

/* .mega-menu-dropdown .dropdown-menu {
    padding: 20px 40px;
    width: 70%;
    border-bottom: 1px solid #F2F2F5;
    /* height: 615px; */
/* 
.mega-menu-dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
     display: block;          
    overflow: hidden; 
     opacity: 0;
    transition:  0.5s ease-in-out;
}



.mega-menu-dropdown.show .dropdown-menu {
    opacity: 1;
     transition:  0.5s ease-in-out;

} */
/* .mega-menu-dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    top: 90px;

}

.mega-menu-dropdown.show .dropdown-menu {
    display: block;
    opacity: 1;
} */

/* .mega-menu-dropdown .dropdown-menu[data-bs-popper] {
    left: 50%;
    transform: translateX(-50%);
    top: 91px;
} */
/* Mega menu base */
.mega-menu-dropdown {
    position: relative;
}

.mega-menu-dropdown .dropdown-menu {
    position: absolute;
    top: 109px;
    left: 50%;
    transform: translateX(-50%);
    width: 1226px;
    padding: 20px 15px;
    border-bottom: 1px solid #F2F2F5;
    background: #fff;
    display: block;
    /* always block for transition to work */
    opacity: 0;
    pointer-events: none;
    /* initially non-clickable */
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
    height: 418px;
  
}

/* Show state */
.mega-menu-dropdown.show .dropdown-menu {

    opacity: 1;
    pointer-events: auto;
    /* make it hoverable */
}



.nav-megamenu .nav-link:hover,
.nav-megamenu .nav-link.active {
    -webkit-text-fill-color: var(--blue);
}

.radiant-box {
    border-radius: 8px;
    background: linear-gradient(90deg, #24A562 0%, #2A76B8 100%);
    padding: 20px 15px;
}

.drip-icon-parent {
    border-radius: 6px;
    /* background: linear-gradient(180deg, #DBF1FF 0%, #B3E1FF 100%); */
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    
        /* width: 55px; */
        width: 52px;
        height: 52px;
    

    padding: 10px 10px;
        background: Linear-gradient(90deg, #24A562 0%, #2A76B8 100%);

}

/* .drip-icon-parent img{ height: 36px;
    width: 25px;
    object-fit: cover;} */
.drip-icon-parent img {
    height: 31px;
    width: unset;
    /* object-fit: cover; */
}

.black-btn,
.black-btn:hover {
    border-radius: 8px;
    background: #082B1B;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    padding: 16px 24px;
    width: fit-content;
    border: 1px solid #082B1B;
}

.black-btn:hover {
    
    background: var(--white);
    color: #082B1B;
    transition: 0.2s ease-in;
}

.drop-down-img {
    width: 42px;
}

.nav-megamenu {
    min-width: 217px;
}

.travel-vaccination-ul li {
    list-style: disc;
}

.travel-vaccination-ol li {
    list-style: auto;
}

.iv-drip-img img {
    border-radius: 10px;
}

.white-btn {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    width: 150px;
    margin-top: 10px;
}

.white-btn:hover {
    background-color: #fff;
    color: black;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background-color: #082B1B;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

td {
    padding: 8px 10px;
    border: 1px solid #ddd;
}



.btn {
    background-color: #082B1B;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.gradient-line::before {
    content: "";
    /* background: linear-gradient(180deg, #DBF1FF 0%, #B3E1FF 100%); */
    height: 5px;
    width: 40px;
    position: absolute;
    /* top: 22px; */
    top: 100%;
    border-radius: 12px;
    background: Linear-gradient(90deg, #24A562 0%, #2A76B8 100%);
}

.nav-link.gradient-line::before {
    /* content: ""; */
    /* background: linear-gradient(180deg, #DBF1FF 0%, #B3E1FF 100%); */
    /* height: 5px; */
    width: 63px;
    /* position: absolute; */
    top: 29px;
    /* border-radius: 12px; */
}

/* scroll */
/* Scroll container */
.scroll-box {
    max-height: 302px;
    overflow-y: auto;
    padding-right: 10px;

    /* Firefox ke liye */
    scrollbar-width: thin;
    scrollbar-color: green #f1f1f1;
}

/* Webkit browsers */
.scroll-box::-webkit-scrollbar {
    width: 8px;
}

.scroll-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
    /* track ko bhi curve karne ke liye */
}

.scroll-box::-webkit-scrollbar-thumb {
    background-color: green;
    /* hamesha green */
    border-radius: 50px;
    /* curve */
    border: 2px solid #f1f1f1;
    /* thoda gap effect dene ke liye (optional) */
}

/* Optional: hover par bhi green hi rahe */
.scroll-box::-webkit-scrollbar-thumb:hover {
    background-color: green;
}


/* ///////////// */
.bottom-bar {
    position: fixed;
    bottom: -100px;

    left: 0;
    width: 100%;
    background: white;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    transition: bottom 0.4s ease;

    z-index: 999;
}

.bottom-bar.show {
    bottom: 0;

}

.bottom-bar i {
    color: white;
    font-size: 16px;
}

.bottom-bar .radiant-btn:hover i {
    color: var(--green);
    transition: 0.3s ease-in-out;
}

/* .book-btn {
  background: linear-gradient(to right, #9acd32, #20b2aa);
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
} */
/* .book-btn:hover {
  opacity: 0.9;
} */

.border-radius .img {
    border-radius: 13px;
}

.about-img-parent-height {
    height: 510px;
    width: 534px;
}

.chinfiller-faq span {
    width: 45px;
}

.iv-img-parent{
    height: 100%;
}

.facial-img {
    width: 645px;
    height: 100%;
}
.scrolltop {
    bottom: 85px;}

.about-img-parent img {
    border-radius: 20px;
}

.cheekfiller-grid-sec .parent_grid {
    display: grid;
    gap: 20px;
    padding-top: 20px;
    /* grid-template-columns: 0.65fr 0.65fr; */
      grid-template-rows:3fr 6fr 4fr 3fr;
}

.cheekfiller-grid-sec .grid_item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}
.cheekfiller-grid-sec .grid_item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 2/ 6;
}

div#kt_amcharts_1 iframe {
    height: 489px;
    width: 660px;
    border: 2px solid var(--cold-grey);
    border-radius: 16px 0px 0px 16px;
}
div#kt_amcharts_1{height: 488px;}
.modal-close-btn i {
    font-size: 19px;
    color: var(--black);
}
#pabau-modal .modal-dialog {
    max-width: 720px;
}
.modal-body.scroll-box {
    max-height: 621px;
}