/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    landio
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
    
    1. preloader
    2. header
    3. hero-section
    4. get-a-quote
    5. btn
    6. heading
    7. count-style
    8. consulting-business
    9. service
    10. team
    11. quotation-mark
    12. pricing-plan
    13. join-now-text
    14. accordion
    15. footer
    16. address
    17. progress go to top    
    18. hero-text.section-video
    19. hero-section.click-here

-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
    font-family: 'Epilogue';
    overflow-x: hidden;
}

/* 1. preloader */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    background-color: #f2fcff;
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.preloader {
    top: 0%;
}

.page-loaded .preloader {
    top: -100%;
}

.preloader-content {
    text-align: center;
}

.preloader-content h1 {
    font-size: 48px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    color: #244C45;
}

.logo-img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(60deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(60deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }

    50% {
        -o-transform: rotate(60deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(60deg);
    }
}


@-webkit-keyframes rotate2 {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate2 {
    50% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate2 {
    50% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
    font-family: 'Epilogue';
}

* {
    margin: 0;
    padding: 0;
}

a,
h2,
h3,
h4,
h5,
h6 {
    color: #244C45;
    margin: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

.gap {
    padding: 120px 0;
}

.faq-gap {
    padding: 40px 0 80px 0;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 20px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    display: block;
}

figure {
    overflow: hidden;
}

.container {
    max-width: 1350px;
    /* margin: 0 auto; */
    /* padding: 0 20px; */
}

/* 2. header */
header {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid #000;
}

.header-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

/* Left Container - Logo and Nav */
.header-left {
    display: flex;
    align-items: center;
    gap: 90px;
    padding: 22px 30px 22px 50px;
    background-color: #fff;
    flex: 1;
}

/* Right Container - Social Icons */
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 50px 22px 40px;
    background-color: #e6faff;
    border-left: 3px solid #000;
    flex-shrink: 0;
}

.top-bar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.top-bar>a {
    margin-left: auto;
}

.top-bar nav {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: auto;
}

/* Ensure proper alignment on large screens */
@media (min-width: 995px) {
    .header-left {
        order: 1;
    }

    .header-right {
        order: 2;
    }

    .hamburger-menu {
        display: none;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    #stickyHeader.slideUp {
        top: 0;
        z-index: 111;
        position: fixed;
        border-radius: 0;
        left: 0;
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
        padding-bottom: 0;
        padding-top: 0;
        background: linear-gradient(89.98deg, #fff .39%, #fff 99.99%);
    }
}

/* Hide social media and phone when hamburger is visible */
@media (max-width: 994px) {
    header nav {
        display: none !important;
    }

    .header-right {
        display: none !important;
    }

    .phone-num {
        display: block;
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger-menu {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-left {
        padding: 20px 0 20px 20px;
    }
}

.top-bar ul li {
    padding-right: 40px;
    position: relative;
}

.top-bar ul li:first-child {
    padding-left: 0;
}

.top-bar ul li:last-child {
    padding-right: 0;
}

.top-bar ul li a {
    font-weight: bold;
    font-size: 18px;
    color: #244C45;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    position: relative;
    padding-bottom: 2px;
}

.top-bar ul li a:hover {
    color: #244C45;
}

.top-bar ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: #94CEB7;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.top-bar ul li a:hover::after {
    width: 100%;
}

.top-bar a {
    transition: .3s ease-in-out;
}

/* hide submenu by default */
.top-bar ul li ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 1000;
}

/* position relative for parent li */
/* .top-bar ul li {
    position: relative;
} */

/* show submenu on hover */
.top-bar ul li:hover ul.submenu {
    display: block;
}

/* submenu link styling */
.top-bar ul li ul.submenu li {
    padding: 0;
}

.top-bar ul li ul.submenu li a {
    display: block;
    padding: 10px 20px;
    color: #244C45;
    background: #fff;
}

.top-bar ul li ul.submenu li a:hover {
    background-color: #f5f5f5;
    color: #244C45;
}

/* second-level submenu hidden by default */
.top-bar ul li ul.submenu li ul.sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* show on hover */
.top-bar ul li ul.submenu li:hover ul.sub-submenu {
    display: block;
}

/* submenu item styles */
.top-bar ul li ul.submenu li ul.sub-submenu li a {
    display: block;
    padding: 10px 20px;
    color: #244C45;
    background: #fff;
}

.top-bar ul li ul.submenu li ul.sub-submenu li a:hover {
    background-color: #f5f5f5;
    color: #244C45;
}




.main-logo {
    margin-right: 0;
    flex-shrink: 0;
}

.main-logo img {
    width: 280px;
    height: auto;
}

/* Social icons and phone styling */
.team-text {
    display: flex;
    gap: 15px;
    align-items: center;
}

.team-text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.team-text a:hover {
    transform: translateY(-3px);
}

.team-text a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phone-num {
    margin-left: 15px;
    white-space: nowrap;
}





/* Hamburger Menu Styles */
.hamburger-menu {
    display: none;
    cursor: pointer;
    z-index: 1000;
}

.hamburger-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #244C45;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;

}

/* Mobile Menu Container */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 450px;
    height: 100vh;
    background-color: #f2fcff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    padding: 15px 20px 150px;
    z-index: 1005;
    overflow-y: auto;
    border-left: 3px solid #000;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Active Mobile Menu */
.mobile-menu.active {
    right: 0;
}

/* Menu Header with Close Button */
.menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9DDECA;
}

.close-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #244C45;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.close-menu-btn:hover {
    background-color: rgba(36, 76, 69, 0.1);
    transform: rotate(90deg);
}

.close-menu-btn svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
}

/* Hamburger Animation */
.hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu Styles */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    padding: 15px 0;
    border-bottom: 1px solid #9DDECA;
}

.mobile-menu ul li a {
    color: #244C45;
    font-weight: bold;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    text-decoration: none;
}

.mobile-menu ul li a:hover {
    color: #244C45;
}

/* Mobile Submenu */
.mobile-menu ul li ul.mobile-submenu {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.mobile-menu ul li ul.mobile-submenu.active {
    height: auto;
    margin-top: 15px;
}

.mobile-menu ul li ul.mobile-submenu li {
    padding: 10px 0;
    border-bottom: 1px dashed #9DDECA;
}

.mobile-menu ul li ul.mobile-submenu li:last-child {
    border-bottom: none;
}

/* Dropdown Toggle */
.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dropdown-toggle i {
    transition: transform 0.3s ease;
}

.dropdown-toggle.active i {
    transform: rotate(180deg);
}

/* Sub-submenu */
.mobile-menu ul li ul.mobile-submenu li ul.mobile-sub-submenu {
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.mobile-menu ul li ul.mobile-submenu li ul.mobile-sub-submenu.active {
    height: auto;
    margin-top: 10px;
}

/* Mobile Contact Info */
.mobile-contact-info {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f2fcff;
    border-radius: 15px;
    border: 2px solid #000;
}

.mobile-contact-info a {
    display: flex;
    align-items: center;
    color: #244C45;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 600;
}

.mobile-contact-info a img {
    width: 45px;
    margin-right: 10px;
}

.mobile-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.mobile-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    border-radius: 50%;
    overflow: hidden;
    background: white;
}

.mobile-social a img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    margin-left: 9px;
}

.mobile-social a img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 80;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}





/* 3. hero-section */
.hero-section {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
    background-color: #94CEB7;
    padding-bottom: 70px;
    border-bottom: 3px solid #000;
}

.hero-section img.shaps {
    animation: float 20s infinite;
    right: 45%;
    top: 24%;
    z-index: 0;
}

.hero-text {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-text h2 {
    font-size: 50px;
    padding-bottom: 10px;
    line-height: 74px;
    font-weight: 800;
    text-align: left;
    max-width: 900px;
}

.hero-text p {
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
    max-width: 700px;
    padding: 0;
}

.hero-text h3 {
    font-size: 60px;
    padding-top: 16px;
}

img.video-img {
    margin-right: 50px;
}

.circle-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.hero-text h3 span {
    font-size: 16px;
    text-transform: uppercase;
}

.hero-text ul li img {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #ffffff30;
    margin-right: 17px;
    padding: 7px;
}

.video {
    display: flex;
    align-items: end;
    margin-top: 40px;
    justify-content: flex-start;
    width: 100%;
}

.hero-text>img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}

.stats-container {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    margin-top: 20px;
    width: 100%;
}



/* 4. get-a-quote */
form.get-a-quote i svg {
    fill: #00c389;
}

form.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff12e;
    border-radius: 50%;
    position: absolute;
    top: -53px;
}

form#contact-form h3 {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 40px;
    font-weight: 900;
    line-height: 46px;
    padding-bottom: 6px;
    padding-bottom: 30px;
}

.get-a-quote h6 {
    color: #244C45;
    font-size: 16px;
    font-weight: 700;
}

.get-a-quote {
    margin-top: -30px;
    margin-bottom: 16px;
    background-color: #DFFBFE;
    padding: 50px;
    border-radius: 40px;
    position: relative;
    padding-top: 60px;
    border: 3px solid #28544c;
    box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 1);
}

.get-a-quote input[type="text"],
.get-a-quote input[type="number"] {
    width: 100%;
    height: 10px;
    border: 0;
    outline: 0;
    margin-bottom: 15px;
    color: #444;
    font-size: 14px;
    border-radius: 45px;
    padding: 25px;
    border: 1px solid #c1c1c1;
}

.get-a-quote p {
    font-weight: bold;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    color: black;
}

.radio-button {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

.radio-button label {
    padding-left: 10px;
}

.radio-button input {
    width: 22px;
    height: 22px;
}

.group-img {
    position: relative;
}

.group-img svg {
    position: absolute;
    right: 25px;
    width: 22px;
    height: auto;
    top: calc(50% - 7.5px);
    transform: translateY(-50%);
}

.get-a-quote img {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cloudflare Turnstile */
.cf-turnstile {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

/* 5. btn */
.btn {
    background-color: #244C45;
    padding: 14px 38px;
    border-radius: 37px;
    color: #fff;
    border: 3px solid #94CEB7;
    font-weight: 800;
    letter-spacing: 1px;
    width: 18rem;
    margin-top: 5px;
}

.btn:hover {
    color: #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.download-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #244C45;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 20px 30px;
    margin-left: 70px;
    margin-bottom: 10px;
    border-radius: 37px;
    border: 3px solid #94CEB7;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 70%;
    z-index: 1;
    /* margin-top: 80px; */
    /* Increased to make room for the panda image */
    color: #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.download-btn:hover {
    transform: translateY(-2px);

}

.download-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.download-text {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.download-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Panda image styling */

/* Download badge styling */
.download-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6BB89E 0%, #244C45 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(107, 184, 158, 0.4);
    animation: badge-pulse 2s ease-in-out infinite, badge-glow 2s ease-in-out infinite alternate;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.download-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 184, 158, 0.5);
}

.download-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: rotate(45deg);
    animation: badge-shine 3s ease-in-out infinite;
}

.download-badge .counter {
    font-weight: 700;
    display: inline-block;
    min-width: 40px;
    font-variant-numeric: tabular-nums;
}

.download-badge .plus-sign {
    font-size: 20px;
    font-weight: 900;
    margin-left: -5px;
    display: inline-block;
}

@keyframes badge-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
}

@keyframes badge-glow {
    0% {
        box-shadow: 0 4px 15px rgba(107, 184, 158, 0.4);
    }

    100% {
        box-shadow: 0 4px 20px rgba(107, 184, 158, 0.6), 0 0 30px rgba(148, 206, 183, 0.3);
    }
}

@keyframes badge-shine {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

/* Stats container for download and user badges */
.stats-container {
    display: flex;
    gap: 15px;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-top: 20px;
}

/* Users badge styling */
.users-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6BB89E 0%, #244C45 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(107, 184, 158, 0.4);
    animation: badge-pulse 2s ease-in-out infinite, user-badge-glow 2s ease-in-out infinite alternate;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.users-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 184, 158, 0.5);
}

.users-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: rotate(45deg);
    animation: badge-shine 3s ease-in-out infinite;
}

.users-badge .user-counter {
    font-weight: 700;
    display: inline-block;
    min-width: 50px;
    font-variant-numeric: tabular-nums;
}

.users-badge .plus-sign {
    font-size: 20px;
    font-weight: 900;
    margin-left: -5px;
    display: inline-block;
}

@keyframes user-badge-glow {
    0% {
        box-shadow: 0 4px 15px rgba(107, 184, 158, 0.4);
    }

    100% {
        box-shadow: 0 4px 20px rgba(107, 184, 158, 0.6), 0 0 30px rgba(148, 206, 183, 0.3);
    }
}

/* Button container positioning */
.button-container {
    /* position: relative; */
    width: 100%;
    display: inline-block;
}

.panda-image {
    position: absolute;
    bottom: 2.5%;
    left: 60%;
    transform: translateX(-50%);
    width: 180px;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.button-container:hover .panda-image {
    transform: translateX(-50%) translateY(-2px);
}


/* 6. heading */
.heading h2 {
    font-weight: 900;
    padding-bottom: 20px;
}

.heading span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #244C45;
    font-weight: 900;
    /* padding-bottom: 10px; */
    display: block;
    text-transform: uppercase;
}

.consulting_landing_text ul {
    padding-top: 20px;
    font-weight: bold;
}

.consulting_landing_text ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.consulting_landing_text ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #244C45;
    border-radius: 27px;
    border: 1px solid;
    left: 0;
    top: 5px;
}

.consulting_landing_text p {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 16px;
}

/* 7. count-style */
.counter-wrapper {
    position: absolute;
    width: 100%;
    height: 750px;
    /* Reduced height to bring circles closer */
    margin: 50px auto;
    /* padding: 20px; 21*/

}

.count-style {
    position: relative;
    width: 220px;
    /* Slightly larger circles */
    height: 220px;
    background-color: #f2eaff;
    border: 4px solid #000;
    /* Thicker border */
    border-radius: 50%;
    padding: 20px;
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 1);
    /* Stronger shadow */
    -webkit-box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 1);
}

/* Adjusted positioning to bring circles closer together */
.count-style:nth-child(1) {
    top: 2%;
    left: 42%;
    background-color: #f2eaff;
}

.count-style:nth-child(2) {
    top: 16%;
    left: 18%;
    background-color: #f4ffc9;
}

.count-style:nth-child(3) {
    top: 30%;
    left: 48%;
    background-color: #e6faff;
}

.count-style:nth-child(4) {
    top: 46%;
    left: 20%;
    background-color: #ffffea;
}

.count-style:nth-child(5) {
    top: 60%;
    left: 42%;
    background-color: #ffeaea;
}

/* Larger, more impactful typography */
.count-style h2 {
    font-size: 68px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    color: #2c4a3c;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /* Subtle text shadow */
    letter-spacing: -1px;
    /* Tighter letter spacing for impact */
}



.count-style span {
    color: #000000;
    font-size: 16px;
    /* Larger descriptive text */
    font-weight: 700;
    /* Bolder */
    /* margin-top: 10px; */
    max-width: 90%;
    /* Ensuring text stays within the circle */
    letter-spacing: 0.5px;
    /* Better readability */
}

/* Hover effect for interactivity */
.count-style:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.8);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .counter-wrapper {
        width: 120%;
        height: 650px;
    }

    .count-style {
        width: 180px;
        height: 180px;
        padding: 15px;
    }

    .count-style h2 {
        font-size: 56px;
    }

    .count-style span {
        font-size: 14px;
    }

    .count-style:nth-child(1) {
        top: 1%;
    }

    .count-style:nth-child(2) {
        top: 16%;
        left: 18%;
        background-color: #f4ffc9;
    }

    .count-style:nth-child(3) {
        top: 30%;
        left: 48%;
        background-color: #e6faff;
    }

    .count-style:nth-child(4) {
        top: 46%;
        left: 20%;
        background-color: #ffffea;
    }

    .count-style:nth-child(5) {
        top: 60%;
        left: 42%;
        background-color: #ffeaea;
    }
}

/* Media query for medium mobile screens */
@media (max-width: 600px) {
    .counter-wrapper {
        height: 750px;
    }

    .count-style {
        width: 150px;
        height: 150px;
        padding: 12px;
        box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    }

    .count-style h2 {
        font-size: 50px;
    }

    .count-style span {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
        max-width: 95%;
    }

    /* Clustered layout for medium screens */
    .count-style:nth-child(1) {
        top: 4%;
        left: 44%;
    }

    .count-style:nth-child(2) {
        top: 20%;
        left: 8%;
    }

    .count-style:nth-child(3) {
        top: 32%;
        left: 55%;
    }

    .count-style:nth-child(4) {
        top: 50%;
        left: 2%;
    }

    .count-style:nth-child(5) {
        top: 64%;
        left: 50%;
    }
}


/* Media query for mobile screens */
@media (max-width: 480px) {
    .counter-wrapper {
        height: 680px;
        width: 100%;
        position: relative;
    }

    .count-style {
        width: 110px;
        height: 110px;
        padding: 8px;
        box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    }

    .count-style h2 {
        font-size: 46px;
    }

    .count-style h2 sup {
        font-size: 18px;
        top: -20px;
    }

    .count-style span {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        max-width: 95%;
    }

    /* Clustered flower-like layout matching reference image */
    .count-style:nth-child(1) {
        top: 5%;
        left: 50%;
    }

    .count-style:nth-child(2) {
        top: 20%;
        left: 6%;
    }

    .count-style:nth-child(3) {
        top: 35%;
        left: 60%;
    }

    .count-style:nth-child(4) {
        top: 50%;
        left: 4%;
    }

    .count-style:nth-child(5) {
        top: 65%;
        left: 55%;
    }
}





/* .count-style.three {
    background-color: #e6faff;
}
.count-style.four {
    margin-bottom: 120px;
} */



/* 8. consulting-business */
.consulting-business {
    background-color: #f2fdfe;
    border: 3px solid #000;
    padding: 50px 80px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.consulting-business-text {
    width: 28.333333%;
}

.consulting-business-text img {
    transition: .3s ease-in-out;
}

.consulting-business-text:hover img {
    transform: scale(1.1);
}

.consulting-business-img {
    width: 230px;
    height: 230px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 3px solid #000; */
    margin-bottom: 30px;
    position: relative;
}

.consulting-business-img span {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background-color: #244C45;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #000;
    font-weight: bold;
    line-height: 0;
    font-size: 18px;
    color: #fff;
    left: 23px;
}

.consulting-business-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.consulting-business-text h5 {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 10px;
}

/* Explore Features button inside Features card */
.consulting-business-button {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* 9. service */
.services {
    background-color: #f2fcff;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
}

.service-text {
    border: 3px solid #000;
    padding: 40px;
    border-radius: 30px;
    background-color: #fff;
    transition: .3s ease-in-out;
}

.service-text:hover {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
}

.service-text h4 {
    font-weight: 900;
    padding-bottom: 4px;
    padding-top: 20px;
}

.service-text i {
    width: 108px;
    height: 108px;
    background-color: #f2eaff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-text i img {
    transition: .5s ease-in-out;
}

/* .service-text:hover i img {
    transform: rotate3d(1, 1, 1, 360deg);
} */

.service-text.three {
    background-color: transparent;
    margin-bottom: 30px;
}

.service-text.two {
    margin-top: 30px;
    background-color: transparent;
}

.service-text.two i {
    background-color: #d4ffcc;
}

.service-text.three i {
    background-color: #ffeaea;
}

.service-text.for i {
    background-color: #fffec2;
}

/* 10. team */
ul.star {
    justify-content: center;
    background-color: #ffd545;
    display: inline-flex;
    padding: 6px 26px;
    border-radius: 26px;
    border: 3px solid #000;
    margin-bottom: 40px;
}

ul.star h6 {
    font-size: 16px;
    font-weight: 900;
    padding-top: 4px;
    padding-left: 20px;
    text-transform: uppercase;
}

.team .heading h2 {
    font-weight: 900;
    padding-bottom: 20px;
}

.team-text span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.team-text a {
    color: black;
    position: relative;
    width: 40px;
    height: 40px;
}

/* .team-text a img {
  width: 100%;
  height: 100%;
  position: relative;;
  top: 0;
  left: 0;
} */


.team-text h5 {
    font-size: 28px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 10px;
    width: auto;
}


.team-text {
    display: flex;
    justify-content: right;
    gap: 10px;
    width: fit-content;
}

/* .team-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: white;
} */

.team-text a img {
    width: 80%;
    height: 80%;
    object-fit: contain;

}

.team-text a img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;

}



/* 11. quotation-mark */
/* .section {
    padding: 80px 0;
    width: 100%;
} */

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
} */

.quotation-container {
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    margin-top: -40px;
}

.quotation-stack {
    position: relative;
    width: 90%;
    height: 320px;
}

.quotation-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    border: 3px solid #244C45;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 40px;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(36, 76, 69, 0.1);
    box-sizing: border-box;
}

.quotation-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 40px;
}

.quotation-image {
    flex: 0 0 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quotation-image img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 20px;
    background: #f0f7f6;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(36, 76, 69, 0.1);
    transition: transform 0.3s ease;
}

.quotation-text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.quotation-text {
    font-size: 28px;
    font-weight: 600;
    color: #244C45;
    line-height: 1.6;
    margin: 0;
    position: relative;
    display: inline;
}

.quotation-text::before {
    content: '"';
    color: rgba(36, 76, 69, 0.3);
    font-size: 60px;
    font-weight: 700;
    line-height: 0;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
    top: 15px;
}

.quotation-text::after {
    content: '"';
    color: rgba(36, 76, 69, 0.3);
    font-size: 60px;
    font-weight: 700;
    line-height: 0;
    vertical-align: bottom;
    margin-left: 5px;
    position: relative;
    bottom: 12px;
}

.quotation-card.active {
    transform: translateZ(0) scale(1);
    z-index: 4;
    opacity: 1;
}

.quotation-card.next {
    transform: translateZ(-100px) scale(0.95) translateY(20px);
    z-index: 3;
    opacity: 0.8;
}

.quotation-card.prev {
    transform: translateZ(-200px) scale(0.9) translateY(40px);
    z-index: 2;
    opacity: 0.6;
}

.quotation-card.hidden {
    transform: translateZ(-300px) scale(0.85) translateY(60px);
    z-index: 1;
    opacity: 0.3;
}

.quotation-card:hover {
    transform: translateZ(10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(36, 76, 69, 0.2);
    border-color: #2d5850;
}

.quotation-card:hover .quotation-image img {
    transform: scale(1.05) rotate(2deg);
}

.quotation-card.active:hover {
    transform: translateZ(10px) scale(1.02);
}

.quotation-card.next:hover {
    transform: translateZ(-90px) scale(0.97) translateY(15px);
}

.quotation-card.prev:hover {
    transform: translateZ(-190px) scale(0.92) translateY(35px);
}

.quotation-card.hidden:hover {
    transform: translateZ(-290px) scale(0.87) translateY(55px);
}

/* Navigation dots */
.quotation-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.quotation-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(36, 76, 69, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.quotation-dot.active {
    background: #244C45;
    transform: scale(1.2);
}

@media (max-width: 1024px) {
    .quotation-container {
        height: 480px;
    }

    .quotation-stack {
        width: 95%;
        height: 330px;
    }

    .quotation-card {
        padding: 35px;
    }

    .quotation-content {
        gap: 25px;
    }

    .quotation-image {
        flex: 0 0 150px;
    }

    .quotation-image img {
        width: 140px;
        height: 140px;
    }

    .quotation-text {
        font-size: 22px;
        line-height: 1.5;
    }

    .quotation-text::before,
    .quotation-text::after {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .quotation-container {
        height: 350px;
    }

    .quotation-stack {
        width: 95%;
        height: 240px;
    }

    .quotation-card {
        padding: 20px 18px;
    }

    .quotation-content {
        flex-direction: column;
        gap: 0;
        justify-content: center;
    }

    .quotation-image {
        flex: 0 0 auto;
        height: auto;
        display: none;
    }

    .quotation-image img {
        width: 100px;
        height: 100px;
    }

    .quotation-text-container {
        padding-right: 0;
        text-align: center;
        padding: 0 10px;
    }

    .quotation-text {
        font-size: 18px;
        line-height: 1.6;
    }

    .quotation-text::before,
    .quotation-text::after {
        font-size: 45px;
    }

    .quotation-text::before {
        top: 10px;
    }

    .quotation-text::after {
        bottom: 8px;
    }

    .quotation-card.next {
        transform: translateZ(-80px) scale(0.93) translateY(18px);
    }

    .quotation-card.prev {
        transform: translateZ(-160px) scale(0.86) translateY(36px);
    }

    .quotation-card.hidden {
        transform: translateZ(-240px) scale(0.79) translateY(54px);
    }
}

@media (max-width: 600px) {
    .quotation-container {
        height: 330px;
    }

    .quotation-stack {
        width: 98%;
        height: 220px;
    }

    .quotation-card {
        padding: 20px 16px;
        border-radius: 20px;
        border-width: 2px;
    }

    .quotation-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .quotation-text::before,
    .quotation-text::after {
        font-size: 40px;
    }

    .quotation-nav {
        bottom: 15px;
        gap: 8px;
    }

    .quotation-dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .quotation-container {
        height: 310px;
    }

    .quotation-stack {
        height: 200px;
    }

    .quotation-card {
        padding: 18px 14px;
    }

    .quotation-text-container {
        padding: 0 5px;
    }

    .quotation-text {
        font-size: 15px;
        line-height: 1.5;
    }

    .quotation-text::before,
    .quotation-text::after {
        font-size: 35px;
    }

    .quotation-nav {
        bottom: 12px;
    }

    .quotation-card.next {
        transform: translateZ(-60px) scale(0.90) translateY(15px);
    }

    .quotation-card.prev {
        transform: translateZ(-120px) scale(0.80) translateY(30px);
    }

    .quotation-card.hidden {
        transform: translateZ(-180px) scale(0.70) translateY(45px);
        opacity: 0.2;
    }
}

@media (max-width: 432px) {
    .quotation-container {
        height: 300px;
    }

    .quotation-stack {
        height: 190px;
    }

    .quotation-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .quotation-nav {
        bottom: 12px;
    }
}

@media (max-width: 412px) {
    .quotation-container {
        height: 290px;
    }

    .quotation-stack {
        height: 180px;
    }

    .quotation-card {
        padding: 16px 12px;
    }

    .quotation-text {
        font-size: 13.5px;
        line-height: 1.5;
    }

    .quotation-text::before,
    .quotation-text::after {
        font-size: 32px;
    }

    .quotation-nav {
        bottom: 10px;
    }
}

/* 12. pricing-plan */
.pricing-plan {
    background-color: #f2fcff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.pricing-pr {
    background-color: #f2eaff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 3px solid #000;

}

.pricing-pr.two {
    background-color: #f4ffc9;
}

.pricing-pr.three {
    background-color: #e6faff;
}

.pricing-pr h4 {
    font-weight: bold;
    font-size: 60px;
}

.pricing-pr span {
    font-weight: bold;
}

.pricing-pr h4 span {
    font-size: 16px;
    font-weight: 400;
}

.pricing-pr i {
    width: 70px;
    display: flex;
    align-items: center;
    height: 70px;
    border: 3px solid #000;
    background-color: #244C45;
    padding: 18px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pricing-plan-style {
    background-color: white;
    border: 3px solid #000;
    border-radius: 20px;
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out;
}

.pricing-content {
    flex-grow: 1;
}

.pricing-plan-style:hover {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1);
}

.pricing-plan-style ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.pricing-plan-style ul li .bolo {
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 5px;
    border: 3px solid #000;
    min-width: 12px;
    height: 12px;
}

.pricing-plan-style ul {
    padding: 40px;
    padding-bottom: 20px;
}

.pricing-plan-style>.btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: calc(100% - 80px);
    max-width: 18rem;
    text-align: center;
}

/* .pricing-plan-style .btn {
    margin-left: 40px;

} */



/* 13. join-now-text */
.join-now img {
    width: 100%;
}

.join-now-text {
    width: 87%;
    margin: auto;
    position: relative;
}

.join-now-text h3 {
    font-weight: 1000;
    font-size: 3rem;
    margin-bottom: 24px;
    text-align: center;
    text-transform: capitalize;
}

.join-now-text span {
    color: #ff5c5c;
}

.join-now-text h6 {
    padding-bottom: 40px;
    padding-top: 10px;
}

img.shaps {
    position: absolute;
    animation: float 16s infinite;
    right: 10%;
    top: -36%;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(15deg);
    }

    50% {
        transform: translateY(20px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(15deg);
    }
}

.questions .heading {
    width: 74%;
    margin: auto;
}

/* 14. accordion */
.accordion-item.active .heading {
    color: #bccbb7;
}

.accordion-item.active .icon:before {
    background: #bccbb7;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item.active .icon:before {
    background: #fff;
}

.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #fff;
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    right: 1%;
    background-color: #244C45;
    border-radius: 50%;
    border: 1px solid #000;
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.progress {
    height: 8px;
}

.accordion-item.active {
    border-radius: 20px;
}

.accordion-item {
    border-radius: 20px !important;
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.title {
    text-align: start;
    padding: 20px 30px;
    padding-right: 60px;
}

.content {
    padding: 0px 30px;
    padding-bottom: 30px;
}

.accordion-item {
    border: 1px solid #000 !important;
}

.accordion-item:first-of-type {
    border-radius: 0px;
}

.accordion-item.active a.heading {
    color: black;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #c3c3c3;
}

.accordion-item.active:not(:first-of-type),
.accordion-item.active {
    background-color: #f2fdfe;
    border-radius: 20px;
}

a.heading {
    width: 100%;
    margin: 0;
}

.accordion {
    background-color: #f2fcff;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #000;
    margin-bottom: 0;
}

/* .accordion img {
    margin: auto;
    display: flex;
    margin-bottom: -160px;
    margin-top: 80px;
    margin-right: -30px;
    height: 45rem;
} */

/* .image-container {
    position: relative;
    height: 500px;
    margin-top: 180px;
} */

.images-wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
}

.background-image {
    position: absolute;
    width: 110%;
    max-width: 110%;
    height: auto;
    z-index: 1;
}

.phone-image {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 38%;
    max-width: 320px;
    min-width: 200px;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

/* Download app section row */
.image.row.gap.no-bottom.align-items-center {
    padding: 60px 0;
}

.image.row.gap.no-bottom.align-items-center .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* App buttons styling */
.app-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.app-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.app-button-link.google-play {
    width: 160px;
}

.app-button-link.app-store {
    width: 135px;
}

.app-buttons img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.app-button-link:hover {
    transform: scale(1.05);
}



.btn-container {
    display: flex;
    background-color: #244C45;
    padding: 14px 38px;
    border-radius: 20px;
    color: #fff;
    border: 3px solid #94CEB7;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    width: 25rem;
    margin-top: 25px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.clients-slider.owl-carousel img {
    margin: auto;
    border: 3px solid #000;
    padding: 30px 50px;
    border-radius: 30px;
    transition: .3s ease-in-out;
    margin-bottom: 5px;
}

.clients-slider.owl-carousel img:hover {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

/* 15. footer  */
/* footer {
    padding-bottom: 30px;
    background-color: #e6faff;
    padding-top: 140px;
    border-top: 3px solid #000;
}

.footer-text {
    text-align: center;
    position: relative;
}

.footer-text h2 {
    font-weight: 800;
}

.footer-text p {
    padding-bottom: 30px;
} */


/* 16. address */
/* .address h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.address img {
    margin-right: 20px;
}

.footer-address {
    border: 3px solid #000;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    margin-top: 100px;
}

.address {  
    background-color: #f2eaff;
    padding: 40px;
    border-right: 3px solid #000;
    height: 190px   ; */
/* border-radius: 25px; */
/* border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: self-start;
} */

/* .address.phone p a {
    padding-left: 10px;
}

.address a {
    color: #444;
    font-size: 18px;
}

.address.phone {
    background-color: #f4ffc9;
    border-radius: 0;
    font-size: 18px;
}

.address.email {
    border-radius: 0;
    border-right: 0;
    background-color: #e6faff;
}

p.footer-p {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    padding-top: 30px;
    color: black;
}

footer img.shaps {
    position: absolute;
    animation: float 13s infinite;
    left: 10%;
    top: -36%;
    margin-top: 0;
} */

/* Main Footer Styling */
.super-enhanced-footer {
    position: relative;
    background-color: #e6faff;
    padding: 0 0 30px;
    color: #444;
    font-family: 'Epilogue', sans-serif;
    overflow: hidden;
    border-top: 3px solid #000;
}

/* Decorative Wave Divider */
/* .footer-divider {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 40px;
  } */

/* .footer-divider svg {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
  } */

  .mobile-coming-soon{
  position:relative;
}

.mobile-tooltip{
  display:none;
  font-size:14px;
  background:#000;
  color:#fff;
  padding:4px 8px;
  border-radius:4px;
  margin-left:10px;
}

.mobile-tooltip.active{
  display:inline-block;
}

/* Footer Branding */
.footer-top {
    margin-bottom: 30px;
}

.footer-branding {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 15px;
}

.footer-tagline {
    display: inline-block;
    background-color: #94CEB7;
    border: 3px solid #000;
    border-radius: 30px;
    padding: 8px 20px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 1);
    /* transform: rotate(-2deg); */
    transition: transform 0.3s ease;
}


.tagline-text {
    font-weight: 800;
    font-size: 16px;
    color: #000;
}

.footer-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
    max-width: 95%;
}

/* Newsletter Section */
.footer-newsletter {
    background-color: #f4ffc9;
    border: 3px solid #000;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    position: relative;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 1);
    overflow: hidden;
}

.newsletter-panda {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 150px;
    height: 150px;
}

.newsletter-panda-img {
    width: 100%;
    transform: rotate(15deg);
    transition: all 0.3s ease;
}

.footer-newsletter:hover .newsletter-panda-img {
    transform: rotate(5deg) translateY(-10px);
}

.newsletter-content {
    padding-left: 100px;
    width: 100%;
}

.newsletter-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: #244C45;
    margin-bottom: 10px;
}

.newsletter-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.newsletter-form .form-group {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    height: 50px;
    border-radius: 25px;
    border: 3px solid #000;
    padding: 0 20px;
    font-size: 14px;
    outline: none;
}

.newsletter-btn {
    background-color: #244C45;
    border: 3px solid #000;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 800;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 1);
    width: auto;
}

.newsletter-btn:hover {
    transform: translateY(-3px);
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 1);
}

/* Links Section */
.footer-links-section {
    margin-bottom: 50px;
}

.footer-links-column {
    margin-bottom: 30px;
}

.footer-heading {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    color: #244C45;
    margin-bottom: 25px;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #94CEB7;
    border-radius: 5px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    display: flex;
    align-items: center;
    color: #444;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.link-circle {
    width: 10px;
    height: 10px;
    background-color: #94CEB7;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #244C45;
    transform: translateX(5px);
}

.footer-links a:hover .link-circle {
    background-color: #244C45;
    transform: scale(1.2);
}

/* Contact Section */
.footer-contact-section {
    margin-bottom: 50px;
}

.email-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.email-card {
    flex: 1;
    background-color: #f4ffc9;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 1);
}

.email-card:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 1);
}

.contact-icon-container {
    width: 70px;
    height: 70px;
    background-color: white;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
}

.contact-info h5 {
    font-size: 20px;
    font-weight: 800;
    color: #244C45;
    margin-bottom: 5px;
}

.contact-info a {
    font-size: 18px;
    color: #444;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #244C45;
}

/* Social Community */
.social-media-section {
    text-align: center;
    margin-top: 30px;
}

.social-media-section h4 {
    font-size: 26px;
    font-weight: 800;
    color: #244C45;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.social-media-section h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #94CEB7;
    border-radius: 5px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.social-icon {
    width: 70px;
    height: 70px;
    background-color: white;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 1);
}

.social-icon img {
    width: 40px;
    height: 40px;
}

.social-icon:hover {
    transform: translateY(-5px);
    /* background-color: #94CEB7; */
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 1);
}

/* Download App Section */
.download-card {
    background-color: #244C45;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    color: white;
    position: relative;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 1);
    overflow: hidden;
    height: 100%;
}

.download-content {
    width: 70%;
    position: relative;
    z-index: 2;
}

.download-content h4 {
    font-size: 24px;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}

.download-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.download-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.download-btn-footer {
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn-footer img {
    height: 25px;
    margin-right: 10px;
}

.download-btn-footer span {
    font-weight: 600;
}

.download-btn-footer:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.download-panda {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    max-width: 150px;
    z-index: 1;
}

.download-panda-img {
    width: 100%;
    transform: translateY(20%);
    transition: all 0.5s ease;
}

.download-card:hover .download-panda-img {
    transform: translateY(10%) rotate(-5deg);
}

/* Board Support Section */
.footer-board-support {
    background-color: #ffeaea;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 1);
}

.footer-board-support h4 {
    font-size: 22px;
    font-weight: 800;
    color: #244C45;
    margin-bottom: 25px;
}

.board-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.board-logo-item {
    background-color: white;
    border: 2px solid #000;
    border-radius: 15px;
    padding: 10px 20px;
    min-width: 120px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.board-logo-item span {
    font-weight: 800;
    font-size: 16px;
    color: #244C45;
}

.board-logo-item:hover {
    transform: translateY(-5px);
    background-color: #94CEB7;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin: 0;
}

.copyright-year {
    font-weight: 800;
}

.footer-policy-links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-policy-links a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-policy-links a:hover {
    color: #244C45;
    text-decoration: underline;
}

.policy-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.separator {
    color: #888;
    margin: 0 5px;
    display: inline-block;
}

/* Footer Decoration */
.footer-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.footer-shape-left {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 200px;
    opacity: 0.1;
    animation: float 16s infinite;
}

.footer-shape-right {
    position: absolute;
    right: 5%;
    bottom: 20%;
    width: 200px;
    opacity: 0.1;
    animation: float 20s infinite reverse;
}

/* Back to Top Button */
.back-to-top-container {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}

.back-to-top-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #94CEB7;
    border: 3px solid #000;
    border-radius: 50%;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 1);
}

.back-to-top-btn svg {
    margin-bottom: 2px;
}

.back-to-top-btn span {
    font-size: 12px;
    font-weight: 800;
}

.back-to-top-btn:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 1);
}

.footer-stats {
    justify-content: center;
}

/* 17. progress go to top */
#progress {
    z-index: 111;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(110% - 15px);
    width: calc(110% - 15px);
    background-color: #94CEB7;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #ffffff;
}

span#progress-value i {
    font-size: 22px;
}

.heading.two {
    width: 88%;
}

.swal-modal {
    background-color: lemonchiffon;
    border: 3px solid #000;
}

.heading-center {
    text-align: center;
    margin: auto;
}

/* 18. hero-text.section-video */
.hero-text.section-video {
    margin-top: 10px;
}

.hero-text.section-video .video {
    margin-top: 20px;
}

.hero-text.section-video p {
    font-size: 18px;
}

.svg-icon svg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    fill: white;
    width: 18px;
}

.svg-icon {
    width: 25%;
    margin-right: 40px;
    position: relative;
}

.video-fram iframe {
    width: 100%;
}

.hero-section.click-here .hero-text h2 {
    padding-bottom: 10px;
}

.hero-section.click-here p {
    padding-bottom: 30px;
}

.hero-section.click-here .hero-text {
    width: 100%;
    text-align: center;
}

.hero-section.click-here .hero-text h3 {
    font-size: 60px;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.hero-section.click-here ul.stars {
    margin-bottom: 0;
}

.hero-section.click-here img.shaps {
    left: 11%;
    right: auto;
}

.hero-section.click-here img.shaps-2 {
    position: absolute;
    right: 10%;
    top: 27%;
    animation: float 14s infinite;
}

.hero-section.click-here .hero-text h2 {
    width: 76%;
    padding-bottom: 10px;
    margin: auto;
}

/* 19. hero-section.click-here */
.hero-section.click-here p {
    font-size: 20px;
}

.get-subscribee input {
    width: 50%;
    height: 60px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    margin-right: 10px;
    padding-left: 30px;
    border: 3px solid;
}

.hero-section.click-here p {
    width: 80%;
    margin: auto;
}

.reduced-gap {
    padding-top: 90px !important;
    padding-bottom: 20px !important;
}

.no-bottom-gap {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

.tight-spacing {
    margin-bottom: 30px !important;
}

.features-tight {
    padding-top: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}

/* Reduce default Bootstrap gutters */
.row.tight {
    margin-left: -10px;
    margin-right: -10px;
}

.row.tight>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

:root {
    --vh: 1vh;
}

.mobile-menu {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

/* Fix for smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Hide menu on desktop */
.menu-toggle {
    display: none;
}

/* @media (max-width: 1200px) {
      .menu-toggle {
        display: block;
      }

      body.menu-open {
        overflow: hidden;
      }
    } */

/* Form validation styles */
input.error {
    border-color: #ff5c5c !important;
}

/* Better focus states for accessibility */
/* a:focus,
button:focus,   
input:focus {
    outline: 2px solid #94CEB7;
    outline-offset: 2px;
} */

/* Fix for image loading */
img {
    max-width: 100%;
    height: auto;
}

#about .heading,
#about .heading p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

#about .heading h2 {
    text-align: center !important;
}



/* Container for the panda images with relative positioning */
/* Container for the panda images with relative positioning */
.panda-image-container {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
    text-align: center;
}

/* Style for both panda images */
.panda-image-container img[src*="about_panda"] {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    display: block;
}

/* Second panda image - hidden by default */
.panda-image-container img[src*="about_panda4"] {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

/* Message SVG speech bubble - hidden by default */
.panda-image-container img[src*="message.svg"] {
    position: absolute;
    top: -20%;
    right: -40%;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
    transform: scale(0.8);

}

/* Hover effects */
.panda-image-container:hover img[src*="about_panda.png"] {
    opacity: 0;
}

.panda-image-container:hover img[src*="about_panda4.png"] {
    opacity: 1;
    pointer-events: auto;
}

.panda-image-container:hover img[src*="message.svg"] {
    opacity: 1;
}

/* Podium bar below panda */
.panda-desk-bar {
    width: 75%;
    height: 14px;
    background-color: #3a6b61;
    border-radius: 50px;
    margin: 0 auto 0;
    display: block;
}

.coming-soon {
    position: relative;
}

.coming-soon .tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.coming-soon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


.policy-page {
    background-color: #f2fcff;
    min-height: 100vh;
    /* padding: 40px 0; */
}

.policy-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px;
    background: white;
    border-radius: 15px;
    border: 3px solid #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.policy-header .main-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.effective-date {
    background: #94CEB7;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #000;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
}


.content-section {
    background: white;
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h3 {
    color: #244C45;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 2px solid #94CEB7;
    padding-bottom: 10px;
}

.policy-section h4 {
    color: #244C45;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 18px;
}

.policy-list {
    list-style: none;
    margin: 20px 0;
}

.policy-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.policy-list li:before {
    content: "✓";
    color: #94CEB7;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 8px;
}

.info-box {
    background: #e8f5e8;
    border: 2px solid #94CEB7;
    border-radius: 10px;
    padding: 25px;
    margin: 25px 0;
}

.info-box h4 {
    color: #244C45;
    margin-bottom: 15px;
}

.warning-box {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
}

.warning-box h4 {
    color: #856404;
    margin-bottom: 10px;
}

.warning-box p {
    color: #856404;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-section {
    background: linear-gradient(135deg, #94CEB7, #e8f5e8);
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #000;
    text-align: center;
    margin-top: 30px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.email-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #000;
}

.email-card h4 {
    margin-bottom: 15px;
    color: #244C45;
}

.email-card a {
    color: #244C45;
    text-decoration: none;
    font-weight: 600;
}

.email-card a:hover {
    text-decoration: underline;
    color: #244C45;
}

.table-of-contents {
    background: #f8f9fa;
    border: 2px solid #94CEB7;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.table-of-contents h4 {
    color: #244C45;
    margin-bottom: 20px;
}

.table-of-contents ul {
    list-style: none;
    padding: 0;
}

.table-of-contents li {
    margin-bottom: 10px;
}

.table-of-contents a {
    color: #244C45;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.table-of-contents a:hover {
    background-color: #94CEB7;
    color: #244C45;
    text-decoration: none;
}

.section-number {
    background: #244C45;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.quick-links {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #94CEB7;
    margin: 30px 0 30px 0;
    text-align: center;
}

.quick-links h4 {
    margin-bottom: 20px;
    color: #244C45;
}

.quick-links .btn {
    margin: 5px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #244C45;
    color: white;
}

.btn-primary:hover {
    background: #1a3630;
    color: white;
    text-decoration: none;
}

.btn-secondary {
    background: white;
    color: #244C45;
}

.btn-secondary:hover {
    background: #f8f9fa;
    color: #244C45;
    text-decoration: none;
}

/* Turnstile Captcha Widget */
#turnstile-widget {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    min-height: 65px;
}

/* Voices of Preppanda Heading - Responsive */
.voices-heading {
    font-size: 40px;
    font-weight: 900;
    color: #244C45;
    margin: 0;
}

@media (max-width: 1024px) {
    .voices-heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .voices-heading {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .voices-heading {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .voices-heading {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .voices-heading {
        font-size: 20px;
    }
}

/* About section divider */
.about-divider {
    border: none;
    border-top: 2px solid #9DDECA;
    margin: 40px auto 0;
    width: 80%;
    opacity: 0.7;
}

@media (max-width: 994px) {
    .footer-branding {
        align-items: center;
        text-align: center;
    }
    
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-description {
        text-align: center;
        max-width: 100%;
    }
    .footer-tagline{
        margin-bottom: 30px;
    }
}