@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-font-family: 'Lato', sans-serif;
    --button-black-background-color: #1C5195;
    --button-yellow-border-color: #C4E4FB;
    --dark-blue-button-color: #3fa3d1;
    --highlight-purple-color: #2f467c;
    --light-background-color: #d4d4d4;
    --light-blue-background-color: linear-gradient(176deg, #C4E4FB 0%, rgba(239, 252, 255, 0.00) 78.13%);
}

p,
li {
    font-family: var(--main-font-family);
}

h1 {
    color: #1F5096 !important;
    text-transform: capitalize;
}

.display-3{
    font-size: 2.6rem !important;
}

h2 {
    font-size: 3rem !important;
    text-transform: capitalize;
    color: var(--highlight-purple-color);
}

h3 {
    color: #000 !important;
}

ul {
    padding-left: 0 !important;
}

h5 {
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
}

.text-gradient-animation {
    background: linear-gradient(90deg, #4169e1, #5768df, #8164d7, #aa60c8, #cc60b3, #e3689c, #ed7889, #ee8c7e, #e99e7c, #e4ac7f, #e0b585, #deb887, orange);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    animation: text-animation-gradient 3s alternate infinite;
}

@keyframes text-animation-gradient {
    from {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 0;
    }

    to {
        background-position: 0 50%;
    }
}

.section-gap {
    padding: 60px 0;
}

/* Custom Gradient Background */
.hero-section {
    background: linear-gradient(135deg, #93ccff 0%, #e5e3ff 50%, #ffffff 100%);
    position: relative;
    padding-bottom: 150px;
    /* Space for the wave */
    overflow: hidden;
}

/* Glassmorphism Button */
.btn-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
}

/* SVG Wave Divider */
.wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.wave-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.wave-bottom .shape-fill {
    fill: #FFFFFF;
}

/* App Store Badge Styling */
.store-badge {
    background: #000;
    color: white;
    border-radius: 12px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #333;
    transition: 0.3s;
}

.store-badge:hover {
    background: #222;
    color: white;
}

/* Phone Mockup */
.phone-frame {
    border: 8px solid #f8f9fa;
    border-radius: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: white;
    padding: 15px;
    max-width: 300px;
    margin: 0 auto;
}

.section-1 {
    background: url("../images/fgjhgjhfghdf.jpg") no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

.section-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}

.section-1-overlay {
    width: 100%;
}

.jjj-btn {
    padding: 12px 35px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    color: #fff !important;
    background-color: var(--button-black-background-color) !important;
    border: 3px solid var(--button-yellow-border-color) !important;
    cursor: pointer !important;
    margin-top: 20px;
    border-radius: 10px !important;
}

.jjj-btn:focus {
    box-shadow: none !important;
}

.jjj-btn:hover {
    background: #fff !important;
    color: var(--button-black-background-color) !important;
    transition: 0.3s ease-in-out;
    scale: 1.1;
}

.section-2 {
    border-bottom: 1px solid #ebebeb;
}

.s-2-t h6 {
    font-size: 17px;
    letter-spacing: 2px;
}

.jjj-btn:hover .kfkfs-icon {
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.s-1-i-l-image {
    padding-bottom: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.s-1-i-l-image img {
    padding-top: 5px;
}

.s-1-inner-left h1 {
    font-size: 65px;
    font-weight: 800;
    padding-bottom: 10px;
}

.kfg_jfiu-point li {
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.s-1-inner-right img {
    width: 100%;
    position: relative;
}

.s-1-inner-left h5 {
    color: var(--highlight-purple-color);
}

.btn-warning {
    border-color: #fff !important;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: var(--button-yellow-border-color) !important;
    border-color: var(--button-black-background-color) !important;
    box-shadow: none !important;
}

.s-2-slider .slide-option {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.s-2-slider .slide-option div.container {
    transition: all 0.3s ease;
}

.s-2-slider .slide-option div.container h1 {
    margin: 15px 0 0 0;
}

.s-2-slider .slide-option div.container h3 {
    margin: 0 0 25px 0;
}

@media (max-width: 992px) {
    .s-2-slider .slide-option {
        padding: 0 20px 0 20px;
    }
}

.s-2-slider .slide-option .no-marg {
    margin: 0 0 0 0;
}

.s-2-slider div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
}

.s-2-slider div.highway-slider div.highway-barrier {
    overflow: hidden;
    position: relative;
}

.s-2-slider div.highway-slider ul.highway-lane {
    display: flex;
    height: 100%;
}

.s-2-slider div.highway-slider ul.highway-lane li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    background: #fff;
    color: #343434;
}

@keyframes translatestf {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-500%);
    }
}

.s-2-slider #stffull div.highway-barrier ul.highway-lane {
    width: 500%;
}

.s-2-slider #stffull div.highway-barrier ul.highway-lane li.highway-car {
    animation: translatestf 30s linear infinite;
}

.s-2-slider #stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
    font-size: 28px;
}

@keyframes translateinfinite {
    100% {
        transform: translateX(-2160px);
    }
}

.s-2-slider #infinite div.highway-barrier {
    background: #fff;
}

.s-2-slider #infinite div.highway-barrier::before,
.s-2-slider #infinite div.highway-barrier::after {
    content: " ";
    position: absolute;
    z-index: 9;
    width: 180px;
    height: 100%;
}

.s-2-slider #infinite div.highway-barrier::before {
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.s-2-slider #infinite div.highway-barrier::after {
    top: 0;
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.s-2-slider #infinite div.highway-barrier ul.highway-lane {
    width: 4320px;
}

.s-2-slider #infinite div.highway-barrier ul.highway-lane li.highway-car {
    width: 180px;
    animation: translateinfinite 25s linear infinite;
}

.s-2-slider #infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
    font-size: 65px;
}

.s-2-slider #red {
    background: #cb5454;
}

.s-2-slider #orange {
    background: #cb8054;
}

.s-2-slider #yellow {
    background: #cbba54;
}

.s-2-slider #green {
    background: #69b46e;
}

.s-2-slider #blue {
    background: #6091b0;
}

h5 {
    letter-spacing: 2px;
}

h1 {
    font-size: 59px !important;
    font-weight: 800 !important;
    padding-bottom: 10px !important;
}

.section-3 h4 {
    letter-spacing: 4px;
}

.kjfsdjf_wrap button {
    font-size: 18px;
    cursor: default !important;
    padding: 0px 8px !important;
    background-color: var(--button-yellow-border-color);
    color: var(--button-black-background-color);
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 50px;
}

.kjfsdjf_wrap hr {
    width: 50%;
    background-color: #fff;
    padding-bottom: 2px;
    opacity: 1;
}

.fgfg {
    text-align: center;
}

.isofj_innr-wrp .nav {
    justify-content: center;
}

.isofj_innr-wrp .nav-pills .nav-link {
    border: 2px solid var(--button-black-background-color);
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    background: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 10px 12px;
    padding: 5px 1rem;
    text-transform: uppercase;
}

.isofj_innr-wrp .nav-pills .nav-link img {
    width: 35px;
}

.isofj_innr-wrp .tab-content .s-3-n-left img {
    width: 100%;
}

.isofj_innr-wrp .tab-content .s-3-n-r-top h3 {
    text-transform: capitalize;
    line-height: 30px;
    line-height: 50px;
    font-style: italic;
}

.isofj_innr-wrp .tab-content .s-3-n-r-top img {
    width: 50px;
}

.isofj_innr-wrp .nav-pills .nav-link.active {
    background-color: var(--button-black-background-color);
}

.isofj_innr-wrp .tab-content p {
    padding-top: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.isofj_innr-wrp .tab-content .s-3-n-r-button {
    color: #fff;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    padding: 8px 25px;
}

.isofj_innr-wrp .nav-pills .nav-link:hover {
    background: var(--highlight-purple-color) !important;
    color: #fff;
}

.pkdfg_overlay {
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.ofkgg-inner {
    box-shadow: rgba(63, 163, 209, 0.48) 0px 2px 8px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.ofkgg-inner img {
    width: auto;
    transition-delay: 0.5s;
    transition: 0.3s ease-in-out;
    height: 50px;
}

.ofkgg-inner .jjjf-image {
    position: absolute;
    left: -50%;
}

.ofkgg-inner:hover .jdsf-image {
    transform: translateX(12rem);
    position: relative;
}

.ofkgg-inner:hover .jjjf-image {
    transform: translateX(15.5rem);
}

.kjgf-desc {
    padding-bottom: 25px;
    transition-delay: 0.5s;
    transition: 0.3s ease-in-out;
}

.vkcjgvldfg {
    background-color: rgba(212, 212, 212, 0.3) !important;
    position: absolute;
    width: 100%;
    transition-delay: 0.5s;
    transition: 0.3s ease-in-out;
}

.ofkgg-inner:hover .vkcjgvldfg {
    transform: translateY(-75px);
    transition: 0.3s ease-in-out;
}

.ofkgg-inner:hover .kjgf-desc {
    opacity: 0.2;
}

.fdg__fjg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
}

/*section 4 start*/
.section-4 .container {
    position: relative;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 40px 40px;
}

.section-4 .card {
    position: relative;
    height: 545px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    border: 1px solid #c5c5c5;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    cursor: pointer;
    border-radius: 20px 0 20px 0;
}

.section-4 .card hr {
    width: 20%;
    opacity: 1;
    padding-bottom: 3px;
    border-radius: 25px;
    background-color: var(--dark-blue-button-color);
}

.section-4 .card:hover.skew::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    right: 2px;
    bottom: -2px;
    background: #fff;
    transform: skew(0deg, 2deg);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.section-4 .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.section-4 .card.skew::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    transform: skew(2deg, 2deg);
    z-index: -1;
}

.section-4 .card.skew.glow:nth-child(1)::before {
    background: linear-gradient(315deg, #3dc2ff, #4868b3);
}

.section-4 .card .content {
    position: relative;
    padding: 20px;
    transform: translateY(5px);
}

.section-4 .card .content h2 {
    position: absolute;
    bottom: -120px;
    right: 20px;
    margin: 0;
    display: none;
    padding: 0;
    font-size: 10em;
    color: rgba(255, 255, 255, 0.05) !important;
    transition: 0.5s;
}

.section-4 .card:hover .content h2 {
    bottom: -65px;
}

.section-4 .card .content h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
    height: 65px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
}

.section-4 .card .content p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.section-4 .card .content a {
    margin: 20px 0 0;
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: none;
}

.section-4 .card:hover .content a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.section-4 .card .content a:hover {
    background: #fff;
    color: #000;
}

@keyframes colorChange {
    0% {
        color: #fff;
    }

    50% {
        color: #b1b493;
    }

    80% {
        color: #4f8a8b;
    }

    100% {
        color: #fff;
    }
}

.section-4 {
    /* =======================Responsive Breakpoint ========================== */
}

@media only screen and (max-width: 992px) {
    .section-4 .container {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .section-4 .container .card {
        width: 450px;
    }
}

@media only screen and (max-width: 768px) {
    .section-4 .card {
        max-width: 350px;
        flex-direction: column;
        height: auto;
    }

    .section-4 .card .imgBox {
        position: relative;
    }

    .section-4 .card .imgBox,
    .section-4 .card:hover .imgBox {
        width: 100%;
        height: 210px;
        left: 0;
        border-radius: 0;
    }

    .section-4 .card .imgBox img,
    .section-4 .card:hover .imgBox img {
        max-width: 100px;
    }

    .section-4 .card .content {
        position: relative;
        width: 100%;
    }
}

.odfjg__okf .jsf {
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    text-align: center;
    background-size: 300%;
    display: inline-block;
    background: #fff;
    color: var(--button-black-background-color);
    border-radius: 25px;
    border: 2px solid var(--highlight-purple-color);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
    /*animation: glowing 8s linear infinite;*/
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    letter-spacing: 1px;
}

.odfjg__okf .jsf:after {
    content: " ";
    position: absolute;
    border-radius: inherit;
    left: -6px;
    right: -6px;
    bottom: -6px;
    top: -6px;
    background: inherit;
    background-size: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(16px);
    animation: glowing 7s linear infinite;
    transform: translateZ(0);
}

.odfjg__okf .jsf:hover {
    background: linear-gradient(80deg, var(--highlight-purple-color), var(--button-black-background-color), var(--button-yellow-border-color), var(--dark-blue-button-color));
    background-size: 300%;
    border-color: #fff;
    color: #fff;
    animation: glowing 8s linear infinite;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.odfjg__okf .jsf:hover:after {
    opacity: 1;
}

@keyframes glowing {
    100% {
        background-position: -400%;
    }
}

.dfkjng--inner button {
    border: none;
    background: transparent;
    margin: 0 5px;
}

/*section 4 end*/
.fkdjglf-image img {
    height: 60px;
    margin-right: 10px;
}

.fkjg_bck {
    border-radius: 100px;
}

.kjdfg_overlay {
    width: 100%;
    height: 100%;
}

.kjdfg_overlay h2 {
    font-weight: 800;
}

:root {
    --clr-dark: #3C2846;
    --clr-light: #FAFAFA;
}

.section-6 {
    background: var(--light-blue-background-color);
}

.section-6 .card {
    position: relative;
    width: 100%;
    height: 300px;
    margin: auto;
    border-radius: 14px;
    z-index: 1111;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.section-6 .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 96%;
    height: 96%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
    padding: 15px 0;
}

.section-6 .bg h5 {
    font-weight: 800;
    letter-spacing: 3px !important;
    margin-bottom: 15px;
}

.section-6 .bg p {
    font-size: 18px;
}

.section-6 .blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--dark-blue-button-color);
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
    0% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

    25% {
        transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }

    50% {
        transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }

    75% {
        transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }

    100% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
}

.olfkjg__image img {
    width: 25%;
    padding-bottom: 10px;
}

.section-8 .counter-value {
    font-size: 85px;
    font-weight: 800;
    z-index: 9999;
    color: #000;
}

.section-8 .fgdgdfg {
    top: 7px;
}

.section-8 .fgdgdfg img {
    width: 30%;
}

.fgdgdfg p {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    padding-top: 15px;
}

/*section 9 start*/
:root {
    --primary-color: #00cec9;
    --bg-color: #dfe6e9;
    --text-color: white;
}

.section-9 {
    width: 100%;
    background: var(--light-blue-background-color);
    overflow: hidden;
}

.section-9 .dfgfg {
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.section-9 .dfgfg::after {
    content: "";
    background: var(--dark-blue-button-color);
    border-radius: 15px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    clip-path: circle(10% at 0% 0%);
    transition: all 0.3s ease-in;
}

.section-9 .content {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in;
}

.section-9 .content h4 {
    color: var(--button-black-background-color);
    font-weight: 800;
    letter-spacing: 2px;
}

.section-9 .content p {
    color: var(--button-black-background-color);
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 15px;
}

.section-9 .dfgfg:hover::after {
    clip-path: circle(100%);
}

.section-9 .dfgfg:hover .content {
    color: var(--text-color);
}

.dfgfg:hover .okfdjg {
    color: #fff !important;
}

.dfgfg:hover .okdfg {
    color: #fff !important;
}

/*section 9 end*/
/*section 10 start*/
.section-10 {
    background: var(--light-blue-background-color);
}

.section-10 button,
.section-10 input,
.section-10 select {
    font-family: inherit;
    font-size: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.section-10 .content-wrapper {
    height: 100%;
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-10 h1 {
    margin-bottom: calc(0.7rem + 0.5vmin);
    font-size: calc(2.3rem + 1vmin);
}

.section-10 .blue-line {
    height: 0.3rem;
    width: 6rem;
    background-color: rgb(79, 143, 226);
    margin-bottom: calc(3rem + 2vmin);
}

.section-10 .wrapper-for-arrows {
    position: relative;
    width: 70%;
    border-radius: 2rem;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding-bottom: 15px;
}

.section-10 .review-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    width: 100%;
}

.section-10 #imgDiv {
    border-radius: 50%;
    width: calc(6rem + 4vmin);
    height: calc(6rem + 4vmin);
    position: relative;
    box-shadow: 5px -3px var(--button-yellow-border-color);
    background-size: cover;
    margin-bottom: calc(0.7rem + 0.5vmin);
}

.section-10 .chicken {
    background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
    width: 200px;
    height: 250px;
    position: absolute;
    top: 12%;
}

.section-10 #imgDiv::after {
    content: "''";
    font-size: calc(2rem + 2vmin);
    font-family: sans-serif;
    line-height: 150%;
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--button-yellow-border-color);
    position: absolute;
    top: 10%;
    left: -10%;
    width: calc(2rem + 2vmin);
    height: calc(2rem + 2vmin);
}

.section-10 #personName {
    padding-bottom: 10px;
    font-size: 24px;
    letter-spacing: calc(0.1rem + 0.1vmin);
    font-weight: bold;
    color: var(--highlight-purple-color);
}

.section-10 #profession {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--button-black-background-color);
}

.section-10 #description {
    font-size: 19px;
    width: 70%;
    max-width: 40rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-style: italic;
    color: var(--button-black-background-color);
    line-height: 35px;
}

.section-10 .arrow-wrap {
    position: absolute;
    top: 50%;
}

.section-10 .arrow {
    width: calc(1.4rem + 0.6vmin);
    height: calc(1.4rem + 0.6vmin);
    border: solid rgb(79, 143, 226);
    border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
    cursor: pointer;
    transition: transform 0.3s;
}

.section-10 .arrow:hover {
    transition: 0.3s;
    transform: scale(1.15);
}

.section-10 .left-arrow-wrap {
    left: 5%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.section-10 .right-arrow-wrap {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 5%;
}

.section-10 .surprise-me-btn:hover {
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(255, 255, 255);
}

.section-10 .move-head {
    animation: moveHead 1.55s infinite;
    animation-delay: -0.8s;
}

.section-10 .hide-chicken-btn {
    border: 2px solid rgb(226, 89, 79);
    background-color: rgb(255, 224, 224);
    color: rgb(226, 79, 79);
    border-radius: 2rem;
    padding: calc(0.5rem + 0.2vmin) 0;
    width: calc(10rem + 5vmin);
    text-align: center;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    margin-bottom: calc(1.4rem + 1vmin);
}

.section-10 .hide-chicken-btn:hover {
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(255, 255, 255);
    transform: rotate(5deg);
}

@keyframes moveHead {
    25% {
        transform: translate(0.5rem, 1rem) rotate(5deg);
    }

    100% {
        transform: translate(0, 0) rotate(-5deg);
    }
}

@media screen and (max-width: 900px) {
    .section-10 .content-wrapper {
        width: 100%;
    }
}

.kfjhg-inner img {
    width: 80px;
}

.kfjhg-inner h4 {
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 10px;
}

.fgdfg {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--button-black-background-color);
    border-radius: 20px;
}

/*section 10 end*/
.section-12 {
    background: var(--light-blue-background-color);
}

.section-12 .ofjgfg {
    padding: 20px 20px;
    border-radius: 20px;
    border: 4px solid var(--dark-blue-button-color);
}

.section-12 .ofjgfg h4 {
    color: var(--highlight-purple-color);
}

.section-12 .ofjgfg p {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0;
}

.section-12 .ofjgfg .jjj-btn {
    margin-top: 0;
}

.section-12 .nav-link {
    color: #fff !important;
}

.section-12 .nav-tabs .nav-link.active {
    color: var(--button-black-background-color) !important;
}

.section-12 .nav-tabs .nav-link {
    border-radius: 20px;
}

.foisf {
    display: block !important;
}

.dfkjgf {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
}

.dfkjgf img {
    width: 100%;
    height: 100%;
}

.dfgdfg li {
    margin-bottom: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: var(--highlight-purple-color);
    border-radius: 20px;
    color: #fff !important;
}

.fdgdfg h4 {
    padding-top: 10px;
}

.dfjgdfg {
    position: relative;
    z-index: 9999999;
}

.dfjgdfg .button-container {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}

.dfjgdfg .chat-info-balloon {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
    position: absolute;
    bottom: -70px;
    right: -70px;
    z-index: -1;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    min-width: 320px;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fff;
    transform: translate(-70px, -70px);
}

.dfjgdfg .chat-info-balloon img {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid var(--button-yellow-border-color);
    float: left;
}

.dfjgdfg .chat-info-balloon p {
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    margin: 10px 0;
}

.dfjgdfg .chat-info-balloon input {
    border: 1px solid #dedede;
    border-radius: 4px;
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    padding: 10px 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
}

.dfjgdfg .chat-info-balloon a {
    display: inline-block;
    text-align: center;
    background: var(--button-yellow-border-color);
    border-radius: 4px;
    color: #fff;
    font-family: Helvetica, Serif;
    text-decoration: none;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    float: right;
}

.dfjgdfg .chat-info-balloon .message-form {
    overflow: hidden;
    padding: 0 0 0 15px;
    margin: 0;
    box-sizing: border-box;
}

.dfjgdfg .customer-support {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.dfjgdfg .customer-support button {
    display: inline-block;
    width: 70px;
    height: 70px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 100%;
    border: 2px solid var(--button-yellow-border-color);
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: all 0.4s ease;
}

.dfjgdfg .customer-support button .fa-comments {
    font-size: 40px;
    color: var(--button-yellow-border-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity: 0;
}

.dfjgdfg .customer-support button .fa-times {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity: 0;
}

.dfjgdfg .customer-support button img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
    opacity: 1;
}

.dfjgdfg .customer-support button:hover .fa-comments {
    opacity: 1;
}

.dfjgdfg .customer-support button:hover img {
    opacity: 0.2;
}

.dfjgdfg .customer-support.is-show button {
    background: var(--button-yellow-border-color);
}

.dfjgdfg .customer-support.is-show button img {
    display: none;
}

.dfjgdfg .customer-support.is-show button .fa-comments {
    display: none;
}

.dfjgdfg .customer-support.is-show button .fa-times {
    opacity: 1;
}

.dfjgdfg .customer-support.is-show .chat-info-balloon {
    opacity: 1;
    pointer-events: all;
    transform: translate(-150px, -70px) !important;
}

.dfjgdfg .customer-support.is-show .chat-info-balloon.bottom-left {
    transform: translate(-70px, 140px) !important;
}

.dfjgdfg .customer-support.is-show .chat-info-balloon.top-right {
    transform: translate(200px, -70px) !important;
}

.dfjgdfg .customer-support.is-show .chat-info-balloon.bottom-right {
    transform: translate(200px, 140px) !important;
}

.lfsdjg__oijfg img {
    position: relative;
    top: 6rem;
    width: 100%;
}

.fldkglfk .nav-tabs .nav-link.active {
    background-color: var(--highlight-purple-color) !important;
    color: #fff !important;
}

.fldkglfk .nav-tabs .nav-link {
    background-color: #fff;
    color: var(--button-black-background-color) !important;
}

.fldkglfk .nav-tabs {
    border-bottom: none;
}

:root {
    --primary-blue: #4EB2E3;
    --dark-text: #333333;
    --light-gray: #fcfcfc;
    --border-color: #eef2f6;
}

.appointment-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.appointment-section:before {
    position: absolute;
    content: "";
    background: var(--light-blue-background-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.s-1-inner-right {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* Left Side: Info */
.contact-info {
    flex: 1;
    min-width: 350px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e4e4e4;
}

.contact-info h2 {
    font-size: 2.2rem;
    color: var(--dark-text);
    margin-bottom: 40px;
    font-weight: 700;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.info-item span.icon {
    font-size: 28px;
    margin-right: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.info-item p {
    margin: 0;
    line-height: 1.6;
    color: #555;
}

.info-item strong {
    color: var(--dark-text);
    font-size: 1.1rem;
}

/* Right Side: Form */
.appointment-form {
    flex: 1.2;
    min-width: 350px;
    padding: 30px;
}

.appointment-form h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--dark-text);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}

input,
select,
textarea {
    width: 100%;
    padding: 14px;
    border: 1.5px solid var(--primary-blue);
    border-radius: 10px;
    font-size: 15px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background-color: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(78, 178, 227, 0.3);
    transition: transform 0.2s ease, background 0.2s ease;
}

.btn-submit:hover {
    background-color: #3ca3d4;
    transform: translateY(-2px);
}

/* Mobile Fix */
@media (max-width: 768px) {

    .contact-info,
    .appointment-form {
        padding: 40px 20px;
    }
}









canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    right: 0;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}





.form {
    position: relative;
    background: linear-gradient(60deg, #060c21, #154878);
    border: 1px solid #000;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    text-align: center;
}

.form label {
    text-align: left;
    color: #fff;
}

.form::before {
    display: none;
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: linear-gradient(315deg, #e91e63, #5d02ff);
    z-index: -2;
    transform: skew(2deg, 1deg);
    border-radius: 10px;
}

.form h2 {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
}

.form .input {
    margin-top: 40px;
    text-align: left;
}

.form .input .inputBox {
    margin-top: 10px;
}

.form .input .inputBox label {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 1px;
}

.form .input .inputBox input {
    position: relative;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding: 5px 15px;
    background: linear-gradient(315deg, #e91e63, #5d02ff);
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}

.form .input .inputBox input[type="submit"] {
    cursor: pointer;
    margin-top: 20px;
    letter-spacing: 1px;
}

.form .input .inputBox input[type="submit"]:hover {
    background: linear-gradient(315deg, #5d02ff, #e91e63);
}

.form .input .inputBox input[type="submit"]:active {
    color: rgba(255, 255, 255, 0.521);
    background: linear-gradient(315deg, #e91e6271, #5f02ff8c);
}

.forgot {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.forgot a {
    color: #ff0800;
}

.social {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social button {
    width: 75%;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: transparent;
    border: 3px solid #222;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;

}

.social button i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;

}

.social button p {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    letter-spacing: 1px;
}

.social button:hover {
    background: linear-gradient(315deg, #326cd6, #5d02ff);
}

.social button:hover i {
    filter: invert(1);
}

.social button:active {
    background: linear-gradient(315deg, #5d02ff, #e91e63)
}












.h_p_s_2 .uiherrr_left img {
    max-width: 100%;
}

.h_p_s_2 .uiherrr_right h2 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2.2rem !important;
}

.h_p_s_2 .uiherrr_right .iejrrer_wrapper .errerr_inner .iherer_shape {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0 50% 50% 50%;
    background: #eee;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.h_p_s_2 .uiherrr_right .iejrrer_wrapper .errerr_inner .iherer_shape i {
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--dark-blue-button-color);
    transition: 0.3s ease-in-out;
}

.h_p_s_2 .uiherrr_right .iejrrer_wrapper .errerr_inner h4 {
    font-weight: 600;
    letter-spacing: 1px;
}

.h_p_s_2 .uiherrr_right .iejrrer_wrapper .errerr_inner:hover .iherer_shape {
    background: var(--dark-blue-button-color);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.h_p_s_2 .uiherrr_right .iejrrer_wrapper .errerr_inner:hover i {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.jdaidh_shape_img {
    width: 78%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 10%;
}

.hbsabd_shape_img {
    width: 75%;
    height: auto;
    position: absolute;
    left: 12%;
    top: 11%;
}

.jjauys_shape_img {
    width: 70%;
    height: auto;
    position: absolute;
    left: 14%;
    top: 12%;
}

.jbkjas_shape_img {
    width: 72%;
    height: auto;
    position: absolute;
    left: 12%;
    top: 12%;
}


.h_p_s_1 .orietrtert_content {
    border-radius: 100px;
    box-shadow: rgba(136, 165, 191, 0.48) 2px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    z-index: 99;
    position: relative;
}

.h_p_s_1 .orietrtert_content .ioherer_inner .uihiertr_left {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--dark-blue-button-color);
    text-align: center;
    position: relative;
}

.h_p_s_1 .orietrtert_content .ioherer_inner .uihiertr_left i {
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.h_p_s_1 .orietrtert_content .ioherer_inner .uihiertr_right h4 {
    font-weight: 600;
}

.h_p_s_1 .orietrtert_content .ioherer_inner .uihiertr_right p {
    color: var(--dark-blue-button-color);
    letter-spacing: 1px;
}

.hsbadj_left_img {
    width: 70%;
    height: auto;
    position: absolute;
    left: 15%;
    top: 12%;
}

.njshdh_left_img {
    width: 70%;
    height: auto;
    position: absolute;
    left: 15%;
    top: 12%;
}

.jsakdd_left_img {
    width: 70%;
    height: auto;
    position: absolute;
    left: 15%;
    top: 12%;
}



.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.row {
    display: flex;
    flwx-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact-info {
    width: 50%;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: var(--dark-blue-button-color);
    text-align: center;
    border-radius: 50%;
    flex: none;
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #fff;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.contact-info-content p {
    color: #000;
    font-size: 1em;
}

.contact-form {
    border-radius: 10px;
    overflow: hidden;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #00bcd4;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #00bcd4;
    transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
    background: #FFF;
    color: #00bcd4;
}