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

    [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;
}

.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;
    margin: 0;
}

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

/* Right Container - Social Icons */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px 20px 30px;
    background-color: #e6faff;
    border-left: 3px solid #000;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05);
}

.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 a {
    font-weight: bold;
    font-size: 18px;
    transition: .3s ease-in-out;
}

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

.top-bar ul li a,
.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: 250px;
}

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

.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: 80px 20px 30px;
    z-index: 1005;
    overflow-y: auto;
    border-left: 3px solid #000;
}

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

/* 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;
    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: 60px;
    width: 84%;
}

.hero-text h2 {
    padding-bottom: 30px;
    line-height: 74px;
    font-weight: 800;
}

.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;
}

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

ul.stars {
    justify-content: center;
    background-color: #000;
    display: inline-flex;
    padding: 2px 10px;
    border-radius: 26px;
    margin-bottom: 14px;
    margin-left: 20px;
}

ul.stars li {
    padding: 4px 2px;
    line-height: 0;
}

ul.stars li i {
    color: #ffd545;
    font-size: 14px;
}

/* 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-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: 21px;
}

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

/* 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: 40px;
    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: 100%;
    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 */


.panda-image {
    position: relative;
    bottom: 9%;
    left: 65%;
    transform: translateX(-50%);
    width: 180px;
    /* Adjust size as needed */
    z-index: 2;
    pointer-events: none;
    /* Make sure the panda doesn't interfere with button clicks */
    transition: transform 0.3s ease;
}

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


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

.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; */

}

.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(-8px);
    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 {
        height: 650px;
    }

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

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

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

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

    .count-style {
        width: 150px;
        height: 150px;
        padding: 10px;
    }

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

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

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

    /* Adjust positioning for vertical stacking on mobile */
    .count-style:nth-child(1) {
        top: 5%;
        left: 30%;
    }

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

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

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

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

/* .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;
}

.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;
}

/* 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: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
}

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

.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);
}

.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;
}

.quotation-text::before {
    content: '"';
    color: rgba(36, 76, 69, 0.2);
    font-size: 80px;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 0;
}

.quotation-text::after {
    content: '"';
    color: rgba(36, 76, 69, 0.2);
    font-size: 80px;
    position: absolute;
    right: -10px;
    bottom: -50px;
    z-index: 0;
}

.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: 20px;
    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-content {
        gap: 30px;
    }

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

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

    .quotation-text {
        font-size: 24px;
    }
}

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

    .quotation-stack {
        height: 300px;
    }

    .quotation-card {
        padding: 30px;
    }

    .quotation-content {
        flex-direction: column;
        gap: 20px;
    }

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

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

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

    .quotation-text {
        font-size: 20px;
    }

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

    .quotation-text::before {
        left: -20px;
        top: -20px;
    }

    .quotation-text::after {
        right: -5px;
        bottom: -40px;
    }
}

/* 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: 900;
    font-size: 60px;
    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: 0;
}

.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: 130px;
}

/* .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%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.background-image {
    position: relative;
    max-width: 100%;
    z-index: 1;
    width: 300rem;
}

.phone-image {
    position: relative;
    max-width: 40%;
    z-index: 3;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
    margin-left: -430px;
}



.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;
} */

/* 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;
}

.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;
}

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

.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;
}

.hero-section.click-here .video {
    align-items: end;
    text-align: initial;
    margin: auto;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* 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: justify !important;
    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: inline-block;
    width: 90%;
    height: auto;
}

/* 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;
    top: 0;
    left: 0;
    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;
}

.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);
}

.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;
}

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

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

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

.contact-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: 30px;
    height: 30px;
    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-top: 30px;
    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;
}