@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&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');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-color: rgb(156, 4, 156) white;
    scrollbar-width: thin;
    /* cursor: url("media/gearRed.svg"), auto; */
}

*body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    /* scroll-behavior: auto !important; */
}

:root {
    --pppurple: #eb05eb;
    --pppurplebg: rgb(224, 190, 224);
    --ppdarkpurplebg: rgb(59, 3, 59);
    --ppfont: "Marcellus", serif;

    --btnBgColor: rgb(51 169 177);
    --bg1: #2b0057;
    --bg2: #4b148c;
    --card: rgba(255, 255, 255, 0.08);
    --border: rgba(255, 255, 255, 0.12);
    --text: #ffffff;
    --muted: #e2c9ff;
    --accent: #c084fc;
    --shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    --radius: 18px;


}


.topContainer {
    /* border: 1px solid red; */
    background-color: var(--ppdarkpurplebg);
    background-color: rgb(33 0 33);
    padding: 12px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.topContainerh2 {
    display: flex;

}

.topContainerh2Content {
    /* border: 2px solid red; */
    /* display: flex; */
    /* flex-direction: row; */

}

.topContainer1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.topContainerh2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;


}


.topContainerIcon {
    height: 35px;
    background-color: white;
    border-radius: 50%;
    padding: 9px;
    margin: 0 8px;

}

.topContainerIcon:hover {
    filter: invert(-100%);
    background-color: skyblue;
}

.hamburger {
    display: none;
}




@media (min-width:10px) and (max-width:485px) {
    .topContainer {
        display: none;
    }

}

















/* navbar and main1stContainer */
.mainContainer {
    /* border: 5px solid blue; */
    /* position: absolute; */
    height: 100vh;
    width: 100%;
    /* background-image: url(images/mainbg.jpg) center no-repeat; */
    background-size: cover;
    background-position: center;
    /* background: black; */
    align-items: center;
    display: flex;
    /* align-items: center; */
    justify-content: center;

}

.navbar {
    /* border: 10px solid red; */
    display: flex;
    position: absolute;
    z-index: 2;
    top: 12%;
    width: 96%;
    background-color: white;
    height: 70px;
    border-radius: 50px;
    /* margin: 0px 50px; */
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}


.navbarSub1 {
    /* border: 1px solid black; */
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

#navbarLogo {
    /* border: 10px solid red; */
    margin: 5% 2%;

}

.smallLogo {
    /* border: 1px solid red; */
    height: 60%;
    /* width: 11%; */
}

#deskMenubar {}

.menuList {
    list-style: none;
    display: flex;
    align-items: center;
}

.navList {
    margin: 0 15px;
}

.navList a {
    text-decoration: none;
    font-size: 19px;
    cursor: pointer;
    color: rgb(136, 5, 136);
    font-family: "Marcellus", serif;
    font-weight: 500;
    /* font-style: normal; */
    letter-spacing: 0.5px;
}

.navList a:hover {
    color: black;
}

.makeAppointment {
    border: 1px solid rgb(51 169 177);
    background-color: rgb(51 169 177);
    color: white;
    position: relative;
    display: flex;
    height: 55%;
    width: 250px;
    border-radius: 30px;
    align-items: center;
    /* padding: 25px; */
    /* font-size: 19px; */
    margin: 0 5%;
    font-weight: 200;
    transition: color 0.5s, background-color 0.5s;
    /* transition: width 2s, height 4s, background-color 3s; */

}

.navButtonHeading {
    font-family: "Marcellus", serif;
    margin: 0 5%;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.5px;

}

.buttonArrowIcon {
    /* border: 1px solid rgb(5, 47, 58); */
    background-color: rgb(5, 47, 58);
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    right: 0;
    margin: 0 3% 0 0;
    font-weight: 200;
    padding: 5px;
    transition: transform 0.5s ease;
}


.makeAppointment:hover {
    background-color: rgb(5, 47, 58);
    cursor: pointer;
}

.makeAppointment:hover .buttonArrowIcon {
    background-color: rgb(51 169 177);
    transform: rotate(-35deg);
    /* color: rgb(5, 47, 58); */
}

.mobile-menu {
    display: none;
}



.bgoverlay {
    position: relative;
    /* border: 2px solid red; */
    /* top: -10%; */
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.1); */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 81%, transparent 100%);
    /* background-image: linear-gradient(to bottom, transparent, black); */
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* Black background with opacity */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 85%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 85%, transparent 100%);
    z-index: 0;
}







@media (min-width:10px) and (max-width:485px) {
    .navbar {
        height: 65px;
        width: 90%;
        top: 3%;
    }

    #navbarLogo {
        /* border: 10px solid red; */
        margin: 0% 10%;

    }

    #deskMenubar {
        display: none;
    }

    #navBarBtn {
        display: none;
    }



    .hamburger {
        border: 20px solid red;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 3%;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        /* padding: 15px 0 0 0; */
        z-index: 1001;
        color: black;
    }

    .hamburger span {
        width: 28px;
        height: 2px;
        background-color: #000000;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* dropdown-style mobile menu (anchored to navbar) */
    .mobile-menu {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 3%;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        padding: 10px 12px;
        z-index: 1200;
        min-width: 180px;
    }

    .mobile-menu.active {
        display: flex;
        height: 40vh;
        width: 95%;
        align-items: center;
        justify-content: center;
        animation: mobileDropdown 210ms cubic-bezier(.2, .9, .2, 1);
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .mobile-menu a {
        color: rgb(136, 5, 136);
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        display: block;
        padding: 8px 6px;
        border-radius: 6px;
    }

    .mobile-menu a:hover {
        background: rgba(136, 5, 136, 0.06);
    }

    @keyframes mobileDropdown {
        from {
            transform: translateY(-6px);
            opacity: 0
        }

        to {
            transform: translateY(0);
            opacity: 1
        }
    }

    .bgoverlay {
        position: relative;
        /* border: 2px solid red; */
        /* top: -10%; */
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.1); */
        background-image: linear-gradient(to right, rgba(0, 0, 0, 1.8) 40%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0) 81%, transparent 100%);
        /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 85%, transparent 100%); */
        background-image: linear-gradient(to bottom, transparent, black);
        background-color: rgba(0, 0, 0, 0.6);
        /* Black background with opacity */
        z-index: 0;
    }

}










.mainContainer1 {
    /* border: 2px solid red; */
    position: absolute;
    top: 28%;
    color: white;
    width: 50%;
    /* justify-content: left; */
    margin: 0 35% 0 0;
    font-family: "Marcellus", serif;



}


.mainHeading {
    margin: 58px 0;
}


.mainHeadingContent {
    font-size: 9vh;
    font-weight: 100;
    letter-spacing: 0.85px;
    /* color: black; */

}

.colouredSpan {
    color: rgb(158, 4, 158);
    font-weight: 900;
}

.subHeadingContent {
    font-size: 2.6vh;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 35px;
}



.mainContainer1Btns {
    margin: 20px 0;
    display: flex;
}

.mainContainer1Btn {
    border-radius: 40px;
    /* padding: 15px; */
    border: 1px solid rgb(51 169 177);
    background-color: rgb(51 169 177);
    position: relative;
    width: 40vh;
    display: flex;
    height: 7.5vh;
    font-size: 12px;
    font-weight: 300;
    margin: 0 30px 0 0;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s, color 0.5;
}



.mainContainer1Btn:hover {
    background-color: white;
    color: black;
    border: 1px solid rgb(5, 47, 58);
}

.mainContainer1Btn h1 {

    font-size: 20px;
    font-weight: 300;
    margin: 0 30px 0 0;
    color: white;
    font-family: Marcellus, serif;
    letter-spacing: 1.5px;
    transition: color 0.5;
}

.mainContainer1Btn:hover .mainContainerTeamBtn {
    color: black;
}





.telephoneIcon {
    /* border: 1px solid rgb(5, 47, 58); */
    background-color: rgb(5, 47, 58);
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    right: 0;
    margin: 0 4% 0 0%;
    font-weight: 200;
    padding: 9px;
    color: white;
    transition: transform 0.5s ease;
}

.mainContainer1Btn:hover .telephoneIcon {
    background-color: rgb(51 169 177);
    transform: rotate(-35deg);
    border: 1px solid rgb(51 169 177);
    /* color: rgb(5, 47, 58); */
}



#telephoneBtn {
    border: 1px solid white;
    background: transparent;

}

#telephoneBtn:hover {
    background-color: rgb(255, 255, 255);
    color: black;
}

.telephoneNum {
    margin: 0 5px;
}

#telephoneBtn:hover .telephoneNum {
    /* background-color: rgb(255, 255, 255); */
    color: black;
}







@media (min-width:10px) and (max-width:485px) {
    .mainContainer1 {
        /* border: 2px solid red; */
        position: absolute;
        top: 15%;
        color: white;
        width: 90%;
        /* justify-content: left; */
        margin: 0 0 0 0;
        font-family: "Marcellus", serif;
        text-align: center;

    }

    .mainHeading {}

    .mainHeadingContent {
        font-size: 5.8vh;
        line-height: 50px;
    }

    .subHeadingContent {
        font-size: 2.2vh;
        line-height: 25px;
    }

    .mainContainer1Btns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 40px;
    }

    .mainContainer1Btn {
        margin: 10px;
        height: 6.5vh;
    }
}
























/*||||||||||||||||||||| section2a/ |||||||||||||||||||*/
.section2 {
    position: relative;
    /* z-index: 2000; */
    margin: -110px 0 0 0;
    background-color: #f0e8f0;
    height: 105vh;
    width: 100%;
    border-radius: 110px 110px 0 0;
    display: flex;
    align-items: center;
    /* border: 2px solid red; */
    /* flex-direction: row; */
}

.section2a {
    /* border: 1px solid black; */
    width: 55%;
    padding: 2%;
    /* position: absolute; */
}

.section2aImages {
    /* border: 2px solid green; */
    display: flex;
}

.section2aImageContainer1 {
    margin: 0 5%;
    width: 55%;
}

#section2filler1 {
    border-radius: 30px;
    height: 100%;
    width: 100%;

}


.section2aImageContainer2 {
    width: 45%;
}


.section2filler2 {
    border-radius: 30px;
    height: 47%;
    width: 100%;
}

#section2filler3 {
    margin: 8% 0;
}

.section2Circle {
    position: absolute;
    top: 42%;
    /* right: 35%; */
    left: 25%;
    display: flex;
    flex-direction: column;
    border: 15px solid #f0e8f0;
    text-align: center;
    padding: 40px;
    border-radius: 50%;
    background-color: rgb(18 2 37);
    color: white;
    font-family: var(--ppfont);
    /* font-family: "Marcellus", serif; */
    letter-spacing: 1px;

}









.section2b {
    /* border: 1px solid blue; */
    width: 45%;
    color: rgb(54, 35, 54);
    font-size: 2.3vh;
    letter-spacing: 1.2px;
    font-family: var(--ppfont);
}

#section2bMainHeading {
    /* border: 2px solid black; */
    /* font-size: 10vh; */
    margin: 30px 0;
}

#section2bMainHeading h1 {
    /* border: 2px solid black; */
    font-size: 7vh;
    letter-spacing: -1px;
}


.universalButton {
    position: relative;
    border: 0px solid red;
    background-color: var(--btnBgColor);
    width: 200px;
    height: 50px;
    color: white;
    border-radius: 30px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    transition: color 0.5s, background-color 0.5s;
}

.buttonContent {
    font-size: 2.5vh;
    font-weight: 200;
    /* padding: 0 15px 0 0; */
    /* text-align: center; */
}

.buttonIcon {
    position: absolute;
    right: 4%;
    background-color: rgb(5, 47, 58);
    border-radius: 50%;
    font-size: 20px;
    /* position: absolute; */
    margin: 0 0% 0 0;
    font-weight: 200;
    padding: 5px;
    transition: transform 0.5s ease;
    /* width: 300px; */
}



.universalButton:hover {
    background-color: white;
    color: black;
    cursor: pointer;

}

.universalButton:hover .buttonIcon {
    background-color: rgb(51 169 177);
    transform: rotate(-35deg);
}








@media (min-width:10px) and (max-width:485px) {
    .section2 {
        flex-direction: column;
        margin: -45px 0 0 0;
        border-radius: 50px 50px 0 0;
        height: auto;
    }

    .section2a {
        /* border: 2px solid red; */
        position: relative;
        width: 100%;
        /* border: 2px solid red; */
        margin: 8vh 0 0 0;
    }

    .section2aImages {
        /* border: 2px solid green; */
        padding: 5px;
        display: flex;
        align-items: center;
    }

    .section2Circle {
        /* border: 20px solid red; */
        position: absolute;
        top: 84%;
        /* right: 35%; */
        left: 60%;
        display: flex;
        flex-direction: column;
        border: 7px solid #efdfef;
        text-align: center;
        padding: 22px;
        border-radius: 50%;
        background-color: rgb(18 2 37);
        color: white;
        font-family: var(--ppfont);
        /* font-family: "Marcellus", serif; */
        letter-spacing: 1px;
        font-size: 8px;
    }

    .section2aImageContainer1 {
        /* margin: 0 5% 0 0; */
        width: 100%;
    }

    .section2aImageContainer2 {
        display: none;
        /* width: 55%; */
    }

    .section2b {
        /* border: 1px solid blue; */
        width: 90%;
        color: rgb(54, 35, 54);
        font-size: 2.3vh;
        letter-spacing: 1.2px;
        font-family: var(--ppfont);
        margin: 20px 0;
    }

    #section2bMainHeading>h1 {
        /* border: 2px solid black; */
        /* margin: 20px 0; */
        font-size: 4.7vh;
        font-weight: 100;
        letter-spacing: -1px;
    }

    .section2bPara {
        /* border: 2px solid red; */
        font-size: 2vh;
    }

    #section2bPara1 {
        /* margin: 200px 0; */
        padding: 10px 0 0 0;
        font-weight: 700;
        color: #686666;
        /* margin: 10px; */
        font-size: 1.85vh;
        /* border: 2px solid blue; */
    }

    #section2bPara2 {
        font-weight: 200;
        letter-spacing: 1.2px;
        /* margin: 25px 25px; */
    }

}




















/* ||||||||||||||||||section 3||||||||||||||||| */
.swiper {

    /* background-image: url(images/159480213_2ce537e4-bb8c-4bef-8e05-c31f68b8dfd1.jpg); */
    background-image: url(images/swiperbg2.jpg);
    background-color: rgb(0 0 0 / 65%);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.swiperHeading {
    /* border: 2px solid red; */
    font-weight: 500;
    padding: 40px 0 0 0;
    color: white;
    font-family: var(--ppfont);
    text-align: center;
    font-size: 6vh;
    /* background: black; */
}

.swiperspan {
    color: var(--pppurple);
}

.slider-wrapper {
    /* border: 3px solid white; */
    overflow: hidden;
    max-width: 88%;
    margin: 3% auto;
    height: 70%;
}

.card-list .card-item {
    /* border: 3px solid red; */
    position: relative;
    overflow: hidden;
    height: auto;
    color: #fff;
    user-select: none;
    /* padding: 0 20px; */
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-radius: 100px; */
    /* backdrop-filter: blur(30px); */
    background: rgba(255, 255, 255, 1);
    background: transparent;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 10% 0 0 10%;
}

.card-list .card-item::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.card-list .card-item .user-image {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 85%, transparent 100%); */
    width: 100%;
    height: 100%;
    border-radius: 10% 0 0 10%;
    /* margin-bottom: 40px; */
    /* border: 3px solid #fff; */
    /* padding: 4px; */
    z-index: -1;
    transition: transform 0.5s ease;
    transform-origin: center;
}

.card-list .card-item:hover .user-image {
    transform: scale(1.06);
}

.card-list .card-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transform: translateX(-120%) rotate(25deg);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.card-list .card-item:hover::after {
    opacity: 1;
    transform: translateX(120%) rotate(25deg);
}

.user-name {
    position: absolute;
    bottom: 5%;
    z-index: 10;
    font-family: var(--ppfont);
    font-weight: 100;
    letter-spacing: 1px;
}

.card-list .card-item .user-profession {
    font-size: 1.15rem;
    color: #e3e3e3;
    font-weight: 500;
    margin: 14px 0 40px;
}

.card-list .card-item .message-button {
    font-size: 1.25rem;
    padding: 10px 35px;
    color: #030728;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    /* border: 1px solid transparent; */
    transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
    background: rgba(255, 255, 255, 0.1);
    /* border: 1px solid #fff; */
    color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 13px;
    width: 13px;
    opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -55px;
    transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
    color: #4658ff;
}

@media (min-width:485px) and(max-width: 768px) {
    .slider-wrapper {
        margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slide-button {
        display: none;
    }
}

@media (min-width:10px) and (max-width:485px) {
    .swiper {
        height: 70vh;
    }

    .swiperHeading {
        font-size: 3vh;
    }

    .slider-wrapper {
        height: 70%;
    }
}

















/* section 4/why choose us */
.section4 {
    background-color: rgb(240 232 240);
    background-color: white;
    text-align: center;
    padding: 80px 80px;
    /* color: white; */
}

.section4mainHeading {
    margin: 0 0 50px 0;
    font-size: 5.4vh;
    font-family: var(--ppfont);
    /* color: white; */
}

.section4list {
    /* border: 2px solid red; */
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-evenly; */
    align-items: center;
    font-family: var(--ppfont);
    display: grid;
    grid-template-columns: 20% 30% 50%;
    text-align: center;
    margin: 45px 0;
    padding: 0 10px;

}

.section4listIcon {
    /* border: 2px solid black; */
    height: 90px;
    width: 90px;
    background: #4bab1b;
    border-radius: 30%;
    padding: 15px;
    filter: invert(100%);


}

.section4listMainHeading {
    /* border: 2px solid red; */
    font-size: 4.1vh;
    font-weight: 200;
}

.section4listSubHeading {
    /* border: 2px solid green; */
    font-weight: 100;
    font-size: 2.7vh;
    color: #850565;
    font-family: "Lato, sans-serif";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;

}

hr {
    /* width: 95%; */
    text-align: center;
    height: 2px;
    border: 0;
    border-top: 1px solid #000000;
}





@media (min-width:10px) and (max-width:485px) {
    .section4 {
        /* border: 2px solid red; */
        padding: 100px 10px;
    }

    .section4mainHeading {
        margin: 0 0 20px 0;
        font-size: 3.1vh;
        font-family: var(--ppfont);
        /* color: white; */
    }

    .section4list {
        display: flex;
        flex-direction: column;
        align-items: start;

    }

    .section4listIcon {
        height: 70px;
        width: 70px;
        padding: 5px;

    }

    .section4listMainHeading {
        margin: 10px 0;
        font-size: 3.5vh;
    }

    .section4listSubHeading {
        color: #7a5371;
        font-size: 2vh;
        font-weight: 500;
        line-height: 22px;
    }
}















/* -----------------section 5/about us----------------- */
.section5 {
    background-image: url(images/swiperBg.jpg);
    background-color: rgb(0 0 0 / 75%);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    /* border: 2px solid green; */
    display: flex;
    flex-direction: row;
    height: 100vh;
    margin: 8vh 0 0 0;
}


.section5a {
    /* border: 2px solid blue; */
    width: 55%;
    display: flex;
    flex-direction: column;
    /* padding: 10vh; */
    align-items: end;
    justify-content: center;
}


.section5aDrdata {
    /* border: 10px solid red; */
    width: 85%;
    height: 60%;
    display: flex;
    flex-direction: row;

}

.section5adr {
    position: relative;
    /* border: 5px solid black; */
    width: 100%;
    /* display: flex;
    flex-direction: row; */
    margin: 0 20px;
    border-radius: 20px;
}

.drimage {
    border-radius: 30px;
    width: 100%;
    height: 100%;

}

.aboutdr {
    background-color: rgba(43, 0, 43, 0.9);
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: white;
    font-size: 9px;
    text-align: center;
    font-family: var(--ppfont);

    width: 100%;
    height: 23%;
    align-items: center;
    padding: 10px;
    border-radius: 30px;

}

.drName {
    letter-spacing: 1px;
    /* border: 2px solid white; */
    font-weight: 100;
    margin: 5px 0;
}

.drNameDeg {
    /* border: 2px solid white; */
    letter-spacing: 1px;
    font-weight: 100;
    margin: 8px 0;
}







.hrline {
    border-top: 0.5px solid white;
}




.section5b {
    width: 45%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0 30px;
}



.section5bHeading {
    font-size: 5.2vh;
    font-weight: 100;
    font-style: var(--ppfont);
    margin: 20px 0;
}

.section5bspan {
    color: rgb(248, 157, 248);
}

.section5bData {
    font-weight: 100;
    line-height: 26px;
    font-style: var(--ppfont);
    letter-spacing: 1.5px;
    font-size: 2.6vh;
    color: #c4bfbf;
}







@media (min-width:10px) and (max-width:485px) {
    .section5 {
        flex-direction: column;
        height: 120vh;

    }

    .section5a {
        width: 100%;
        height: 50vh;
        margin: 45px 0 0 0;
    }

    .section5aDrdata {
        /* flex-direction: column; */
        width: 100%;
        height: 100%;
    }

    .section5adr {
        margin: 0px;
        height: 85%;
    }

    .drimage {
        border-radius: 30px;
        width: 100%;
        height: 94%;
    }

    .drName {
        font-size: 1.9vh;
        margin: 2px 0;
    }

    .drNameDeg {
        font-size: 1.5vh;
        margin: 5px 0;
    }




    .section5b {
        width: 100%;
        margin: -10px 0;

    }

    .section5bData {
        font-size: 1.8vh;
        line-height: 22px;
    }

    .section5bHeading {
        font-size: 3.2vh;
    }
}















/* section6//recovery stories */
.section6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #0f172a;
    background-image: url(images/image2.jpg);
    background-color: rgb(0 0 0 / 20%);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
    color: rgb(58, 57, 57);
}

.carousel-container {
    width: 85%;
    height: 80vh;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* The Viewport limits the visible area */
.carousel-viewport {
    width: 100%;
    height: 90%;
    overflow: hidden;
    border-radius: 12px;
    padding: 15px 0;
    cursor: grab;
    /* Shows grabbable hand cursor */
}

.carousel-viewport:active {
    cursor: grabbing;
    /* Shows gripping hand cursor when dragging */
}

/* The Track holding all 7 items */
.carousel-track {
    display: flex;
    gap: 20px;
    /* Space between cards */
    width: 100%;
    height: 100%;
    user-select: none;
    /* Prevents text/image selection during dragging */
    will-change: transform;
}

/* Smooth animation class triggered when NOT dragging */
.smooth-transition {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Mathematical Calculation for 4 Visible Elements:
           Formula: calc((100% - (Total Gaps Between Visible Cards * Gap Width)) / Visible Cards) */
.carousel-card {
    flex: 0 0 calc((100% - (3 * 20px)) / 4);
    min-height: 280px;
    background-color: rgb(73 0 99 / 65%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    text-align: center;
    pointer-events: none;

    /* Prevents nested element drag interference */
}

.carousel-card h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #38bdf8;
}

.client-image {
    border-radius: 50%;
    border: 2px solid white;
    padding: 5px;
}

.client-review {
    margin: 30px 0;
}

.carousel-card p {
    color: #d4d4d4;
    font-size: 0.9rem;
}

/* Arrow Navigation Styling */
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8fafc;
    font-size: 1.25rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
    user-select: none;
    z-index: 10;
}

.arrow-btn:hover {
    background-color: #334155;
    border-color: #38bdf8;
    color: #38bdf8;
}

.arrow-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.prev-arrow {
    left: -60px;
}

.next-arrow {
    right: -60px;
}

/* Navigation Dots UI Layout */
.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    background-color: #475569;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.nav-dot.active {
    background-color: #38bdf8;
    transform: scale(1.3);
}

/* Responsive adjustments for tablet and mobile views */
@media (max-width: 900px) {
    .carousel-card {
        flex: 0 0 calc((100% - (1 * 20px)) / 2);
        /* 2 items visible */
    }

    .arrow-btn {
        display: none;
    }

    .carousel-container {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .carousel-card {
        flex: 0 0 100%;
        /* 1 item visible */
    }
}




















/* section 7/contact us */

.contact-section {
    width: 100%;
    /* max-width: 1200px; */
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(135deg, #601479, var(--bg2));
    color: var(--text);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.contact-info,
.map-box {
    padding: 32px;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-info p {
    color: var(--muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    padding: 14px 16px;
    border-radius: 12px;
    outline: none;
    margin-bottom: 14px;
    font-size: 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(192, 132, 252, 0.2);
}

.contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.btn {
    display: inline-block;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: #fff;
    border: none;
    padding: 14px 22px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.contact-details {
    margin-top: 20px;
    color: var(--muted);
    line-height: 1.8;
    font-size: 14px;
}

.map-box {
    min-height: 420px;
    background: rgba(0, 0, 0, 0.12);
}

.map-box h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.map-iframe {
    width: 100%;
    height: calc(100% - 48px);
    min-height: 360px;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .contact-wrap {
        grid-template-columns: 1fr;
    }

    .map-box {
        min-height: 380px;
    }

    .map-iframe {
        min-height: 300px;
    }
}

@media (max-width: 600px) {

    .contact-info,
    .map-box {
        padding: 22px;
    }
}

.site-footer {
    width: 100%;
    background: linear-gradient(135deg, var(--bg1), var(--bg2));
    color: var(--text);
    padding: 48px 24px 28px;
}

.footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 28px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 32px;
}

.footer-brand h2,
.footer-links h3 {
    margin-bottom: 16px;
    font-family: "Marcellus", serif;
}

.footer-brand p,
.footer-links p,
.footer-links li {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #f6e3ff;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    max-width: 1200px;
    margin: 24px auto 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

@media (max-width: 900px) {
    .footer-wrap {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}


.form-row {
    grid-template-columns: 1fr;
}

.contact-info h2 {
    font-size: 26px;
}