@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600;700;800;900&display=swap');

:root {
    --primary1: #1877F2;
    --primary2: #F8E831;
    --secondary1: #0c62d3;
    --secondary2: #e9d70e;
    --text1: #0A1931;
    --text2: #ffffff;
}

::selection {
    color: var(--text2);
    background: var(--primary1);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text1)
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* *Header style*/

.aboutImage {
    width: 80%;
    height: auto;
    margin: 4% 10% 2% 10%;
}

.about_box {
    padding: 4% 6% 2% 2%;
}

.about_box h1 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: var(--text1);
}

.about_box p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}


.bgtext {
    position: absolute;
    right: 120px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 260px;
    color: #2e79b618;
    font-weight: 700;
    user-select: none;
}

.aboutHead {
    padding: 7% 5% 1% 5%;

}

.aboutHead h1 span {
    font-size: 78px;
    line-height: 78*1.5px;
    font-weight: 700;
    letter-spacing: 0.002em;
    color: var(--text1);
}

.underline {
    background-image: linear-gradient(120deg, #F8E831 100%, #F8E831 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;

}

.left {
    position: absolute;
    left: 15px;
    top: 0px;
    height: 120px;
}

.right {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 140px;
}

.dash {
    background-color: var(--primary2);
    border: none;
    height: 3px;
    width: 15%;
    margin-top: -12px;
    margin-bottom: 6px;
}

.sectionHeading {
    padding: 36px 16px;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: var(--primary1);
}

.sectionImg {
    width: 70%;
    height: auto;
    margin: 8% 15% 8% 15%;
}


.sectionBox {
    padding: 14% 2% 2% 8%;
}

.sectionBox h1 {
    font-size: 78px;
    line-height: 78*1.2px;
    font-weight: 600;
}

.sectionBox p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    width: 70%;
}

.about_margin {
    margin-left: 80px;
}

.profile {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.teamProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.socialHandle {
    opacity: 1;
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background-color: #0c62d3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialHandle:hover a {
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1876f28a;
    color: var(--text2);
    border-radius: 50%;
    z-index: 10;
}


.teamProfile img {
    border-radius: 50%;
    width: 260px;
    position: absolute;
}

.teamProfile h1 {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 12px;
}

.teamProfile p {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 36px;
}

.bookCta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 28px;
    padding: 30px 0px;
}

.dotbox {
    position: relative;
    overflow: hidden;

}

.dotbox .left {
    position: absolute;
    left: 15px;
    top: 0px;
    height: 120px;
}

.dotbox .right {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 120px;
}

.dotbox .Tleft {
    position: absolute;
    left: -36px;
    top: 4px;
    height: 200px;
    transform: rotate(48deg);
    opacity: 0.4;
}

.dotbox .Tright {
    position: absolute;
    right: -40px;
    top: 4px;
    height: 200px;
    transform: rotate(48deg);
    opacity: 0.4;
}

.dotbox .Tcenter1 {
    position: absolute;
    left: 30%;
    top: -6px;
    height: 80px;
    transform: rotate(-28deg);
    opacity: 0.3;
}

.dotbox .Tcenter2 {
    position: absolute;
    right: 30%;
    bottom: -16px;
    height: 90px;
    transform: rotate(20deg);
    opacity: 0.3;
}

/* CTA  */

.bookCta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 28px;
    padding: 30px 0px;
}

.bookCta h3 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    padding: 0px 56px;
    color: var(--text1);
}

.headertext a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book {
    margin: 0 auto;
    border: none;
    width: 230px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary2);
    color: var(--text1);
}

.book:hover {
    background-color: var(--secondary2);
    color: var(--text1);
}

.whyBox {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.why {
    text-align: center;
    margin: 1% 6%;
    width: calc(30% - 140px);
}

.whyHead {
    margin: 4% 0px 1% 0px;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    color: var(--text1);
}


.wprofile {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.whyProfile img {
    width: 120px;
    padding: 3%;
    margin: 4% 0px 2% 0px;
}

.whyProfile h1 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: -2% 0% 8% 0%;
}

@media (max-width: 947px) {


    .book {
        border: none;
        width: 180px;
        height: 40px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 6px;
    }


    .bgtext {
        display: none;
    }

    .left {
        display: none;
    }

    .right {
        display: none;
    }

    .Tcenter1 {
        display: none;
    }

    .Tcenter2 {
        display: none;
    }

    .Tleft {
        display: none;
    }

    .Tright {
        display: none;
    }

    .aboutImage {
        width: 86%;
        height: auto;
        margin: 0% 7% 0% 7%;
    }

    .about_box {
        padding: 7% 0%;
        margin: 0px 16px;
    }

    .about_box h1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
    }

    .about_box p {
        font-size: 16px;
        line-height: 28px;
    }

    .about_margin h1 br:first-child {
        display: none;
    }

    .about_margin {
        margin-left: 16px;
    }

    .aboutHead {
        padding: 20% 5% 4% 5%;

    }

    .aboutHead h1 span {
        font-size: 32px;
        line-height: 32*1.2px;
    }

    .sectionHeading {
        padding: 36px 16px;
        font-size: 44px;
        text-align: center;
        font-weight: 700;
        margin: 0;
        color: var(--primary1);
    }

    .sectionImg {
        width: 70%;
        height: auto;
        margin: 8% 15% 8% 15%;
    }


    .sectionBox {
        padding: 14% 6% 2% 6%;
    }

    .sectionBox h1 {
        font-size: 44px;
        line-height: 44*1.2px;
    }

    .sectionBox p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .about_margin {
        margin-left: 0px;
    }

    .bookCta h3 {
        font-size: 28px;
        line-height: 38px;
        padding: 4px;

    }

    .bookCta {
        margin-top: 0px;
        padding: 16px;
    }

    .whyProfile img {
        width: 80px;
        padding: 4%;
        margin: 4% 0px 2% 0px;
    }

    .whyProfile h1 {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        margin: -2% 0% 8% 0%;
    }

}
/*---------------------------------------------------------------------------------------------------*/
/*--- New CSS for Animations, Custom Cursor, and Scroll Effects ---*/
/*---------------------------------------------------------------------------------------------------*/

/* Custom Scrollbar for Webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary1);
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary2);
}

/* Custom Cursor with Blob Effect */
body {
    cursor: none; /* Hides the default cursor */
}

.cursor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(24, 119, 242, 0.5); /* Semi-transparent primary color */
    border: 1px solid var(--primary1);
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background-color 0.3s ease;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(24, 119, 242, 0.5), 
                0 0 20px rgba(24, 119, 242, 0.3);
}

.cursor.is-hovering {
    width: 50px;
    height: 50px;
    background-color: rgba(248, 232, 49, 0.4); /* Secondary color on hover */
    box-shadow: 0 0 20px rgba(248, 232, 49, 0.7), 
                0 0 40px rgba(248, 232, 49, 0.5);
}

/* Scroll Animations */
.fade-in-up,
.fade-in-left,
.fade-in-right,
.animate-slide-up,
.animate-scale,
.animate-rotate,
.animate-bounce,
.animate-pulse,
.animate-fade,
.animate-expand {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up {
    transform: translateY(20px);
}

.fade-in-left {
    transform: translateX(-50px);
}

.fade-in-right {
    transform: translateX(50px);
}

.animate-slide-up {
    transform: translateY(30px);
}

.animate-scale {
    transform: scale(0.9);
}

.animate-rotate {
    transform: rotate(-10deg);
}

.animate-bounce {
    transform: translateY(0);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.animate-pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.animate-fade {
    opacity: 0;
}

.animate-expand {
    transform: scaleX(0);
    transform-origin: left;
}

.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible,
.animate-slide-up.is-visible,
.animate-scale.is-visible,
.animate-rotate.is-visible,
.animate-bounce.is-visible,
.animate-pulse.is-visible,
.animate-fade.is-visible,
.animate-expand.is-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
}

/* Hover Animations */
.animate-scale-hover:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Interactive Elements */
.interactive-element {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    will-change: transform, box-shadow;
}

.interactive-element:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.2);
}

/* Button & Link Hover Effects */
.book {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.book::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s;
}

.book:hover::before {
    left: 100%;
}

.socialHandle a {
    transition: all 0.3s ease;
}

.socialHandle a:hover {
    transform: scale(1.1);
}
/* Hide the icon by default */
.socialHandle .btn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show the icon when the parent .socialHandle is hovered */
.socialHandle:hover .btn {
  opacity: 1;
  visibility: visible;
}
/* Custom Scrollbar for Webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary1);
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary2);
}body {
    overflow-x: hidden;
}.cursor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(58, 123, 213, 0.5); /* Semi-transparent primary color */
    border: 1px solid #3a7bd5;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background-color 0.3s ease;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(58, 123, 213, 0.5), 
                0 0 20px rgba(58, 123, 213, 0.3);
}

.cursor.is-hovering {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 210, 255, 0.4); /* Secondary color on hover */
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.7), 
                0 0 40px rgba(0, 210, 255, 0.5);
}