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

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1225px;
    padding-right: 15px;
    padding-left: 15px;
}

.hero-section {
    width: 100%;
    height: 633px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title h2 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 600;
    color: #fff;
}

.hero-title h2 span {
    color:#FCB209;
}

.hero-icon-right {
    text-align: center;
}

.hero-title p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    color: #fff;
}

.feature-section-container {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    text-align: center;
}

.feature-card {
    max-width: 230px;
    background: #fff;
    padding: 16px;
    border-radius: 15px;
    box-shadow: 0px 15px 50px hwb(0deg 0% 100% / 9%);
    width: 100%;
}

.feature-section {
    position: relative;
    z-index: 5;
    margin-top: -70px;
}

.feature-card img {
    margin-top: 10px;
}

.feature-card p {
    color: #113F67;
    margin: 0;
    margin-top: 15px;
    font-weight: 500;
}

.employee-content h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 35px;
}

.employee-content h2 span {
    color: #FCB209;
}

.employee-content ul li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 24px;
    display: flex;
    align-items: self-start;
}

.employee-content ul {
    margin: 0;
    padding: 0;
}

.employee-content ul li img {
    margin-right: 10px;
    margin-top: 10px;
}

.employee-sectionn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 165px 0 340px;
}

.employee-image img {
    width: 100%;
}

.onboarding-left-box {
    max-width: 368px;
}

.onboarding-wraper {
    display: flex;
    gap: 34px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.onboarding-left-card {
    text-align: right;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 64px;
}

.onboarding-left-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.onboarding-left-card p {
    font-size: 16px;
    color: hsl(0deg 0% 0% / 70%);
    padding-top: 5px;
    margin: 0;
}

.onboarding-right-box .onboarding-left-card {
    text-align: left;
}

.onboarding-right-box {
    max-width: 368px;
}

section.onboarding-section {
    background: #bce0ff;
    position: relative;
    padding-bottom: 60px;
}

.onboarding-shape {
    width: 100%;
    position: absolute;
    top: -238px;
}

.onboarding-shape img {
    width: 100%;
}

img.bird-icon {
    position: absolute;
    right: 188px;
    top: -14px;
}

/* today */

.retentio-section {
    width: 100%;
    height: 1024px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.retentio-section {
    width: 100%;
    height: 1067px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.retentio-card {
    display: flex;
    gap: 20px;
    color: #fff;
}

.retentio-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.retentio-content p {
    color: rgb(255 255 255 / 70%);
    margin-bottom: 25px;
}

.retentio-section {
    width: 100%;
    height: 1067px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.retentio-card {
    display: flex;
    gap: 20px;
    color: #fff;
    width: 100%;
    min-height: 170px !important;
}

.retentio-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.retentio-content p {
    color: rgb(255 255 255 / 70%);
    padding-bottom: 0;
    margin: 0;
}


.retentio-content {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    width: 100%;
}

.retentio-section .row .col-md-6:first-child {
    padding-right: 35px;
}

.retentio-section .row .col-md-6:last-child {
    padding-left: 35px;
}

.retention-section-title h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 60px;
}

.retention-section-title h2 span {
    color: #FCB209;
}

section.footer-section {
    width: 100%;
    position: relative;
    padding: 50px 0 300px;
    z-index: 5;
    margin-top: -360px;
    margin-left: 0;
}

.fotter-shape img {
    width: 100%;
    object-fit: cover;
}

.footer-content {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
    margin-top: 320px;
    position: relative;
    z-index: 5;
}

.footer-content h3 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 25px;
    line-height: 52px;
}

.footer-content h3 span {
    color: #fcb209;
}

.footer-link-group a {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    height: 72px;
    text-decoration: none;
    padding: 0px 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-link-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-link-group a.bg-blue {
    background: #113F67;
    color: #fff;
}

.footer-link-group a.bg-white {
    color: #113F67;
    background: #fff;
    box-shadow: 2px 3px 19px hwb(0deg 0% 100% / 15%);
}

.footer-link-group {
    margin-top: 40px;
}

.footer-social-media {
    margin-top: 35px;
}

.footer-social-media a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tree-vector {
    position: absolute;
    right: 0;
    bottom: 0;
}

.person-vectore {
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot-left-bird {
    position: absolute;
    left: 100px;
    top: 380px;
}

.banner-right-bird {
    position: absolute;
    right: 80px;
    top: 50px;
}

.fotter-shape {
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
}

@media (max-width: 1024px) {

    .hero-icon-right img {
        width: 100%;
    }

    .hero-title h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .hero-title p {
        font-size: 16px;
        line-height: 27px;
        padding-top: 20px;
        color: #fff;
    }

    section.footer-section {
        margin-top: -100px;
        margin-left: 0;
    }

    .footer-content {
        padding-top: 70px;
        margin-top: 0px;
        position: relative;
        z-index: 999;
    }

    .onboarding-wraper {
        flex-direction: column;
        gap: 40px;
    }

    .onboarding-left-card {
        margin-bottom: 25px;
    }

    .onboarding-left-box .onboarding-left-card {
        flex-direction: row-reverse;
        text-align: left;
    }

    section.onboarding-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .onboarding-shape {
        width: 100%;
        position: absolute;
        top: -207px;
    }

    .employee-content {
        padding-top: 100px;
    }

    .employee-sectionn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0px 0 225px;
    }

    img.bird-icon {
        position: absolute;
        right: 40px;
        top: -14px;
    }

    .fotter-shape {
        top: -90px;
        z-index: 10;
        position: absolute;
    }

    .retentio-section .row .col-md-6:first-child {
        padding-right: 15px;
    }

    .retentio-section .row .col-md-6:last-child {
        padding-left: 15px;
    }
    
    .retentio-section{
        height: auto;
        padding: 100px 0 250px;
    }
    .tree-vector {
    display: none;
}
}

@media (max-width: 767px) {
    .person-vectore img {
        width: 65%;
    }

    .employee-content {
        padding-top: 50px;
    }

    .hero-section {
        width: 100%;
        ;
        padding: 100px 0;
        height: auto;
    }

    .banner-right-bird {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .feature-section-container {
        flex-direction: column;
        align-items: center;
    }

    .employee-content h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .employee-content ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .onboarding-center-box img {
        width: 100%;
    }

    .onboarding-shape {
        top: -75px;
    }

    .employee-sectionn {
        padding: 2px 0 50px;
    }

    .retention-section-title h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 42px;
    }

    .footer-link-group {
        flex-direction: column;
    }

    .footer-social-media {
        flex-direction: column;
    }

    .tree-vector img {
        width: 91px;
    }

    section.footer-section {
        padding: 50px 0 150px;
    }

    .footer-content h3 {
        font-size: 32px;
        font-weight: bold;
        margin-top: 25px;
        line-height: 40px;
    }

    .foot-left-bird {
        display: none;
    }

    .footer-content img {
        width: 230px;
    }

    .retentio-section {
        width: 100%;
        height: auto;
        padding: 100px 0 150px;
    }

    .onboarding-left-box {
        max-width: 100%;
    }

    .onboarding-right-box {
        max-width: 100%;
    }
    .fotter-shape {
        top: 15px;
        z-index: 10;
        position: absolute;
    }
    section {
    overflow: hidden;
}
}

/* Language Switcher Styles */
.language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    gap: 10px;
}

.lang-btn {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #A77406;
    color: #A77406;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.lang-btn:hover {
    background: #A77406;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(167, 116, 6, 0.3);
}

.lang-btn.active {
    background: #A77406;
    color: white;
    box-shadow: 0 2px 4px rgba(167, 116, 6, 0.3);
}

.lang-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(167, 116, 6, 0.2);
}


.summer-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #3392e5;
    border: 2px solid #3392e5;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.summer-btn:hover {
    background: #3392e5;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(167, 116, 6, 0.3);
}

.summer-btn.active {
    color: #A77406;
    background: white;
    border: 2px solid #A77406;
    box-shadow: 0 2px 4px rgba(167, 116, 6, 0.3);
}

.summer-btn.active:hover {
    background: #A77406;
    color: white;
    box-shadow: 0 2px 4px rgba(167, 116, 6, 0.3);
}

.summer-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(167, 116, 6, 0.2);
}

/* Theme Switcher Styles */
.floatble-sun img {
    width: 70px;
    margin-right: 15px;
}



.floatble-sun {
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 99;
    text-align: center;
}
.floatble-sun .theme-btn {
    font-size: 14px;
    position: absolute;
    top: 74px;
    width: 148px;
    height: 100%;
    cursor: pointer;
    font-weight: 600;
    color: #ffcc00;
    right: -21px;
}



/* Body theme button styles */
.body-theme-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #A77406;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(167, 116, 6, 0.3);
}

.body-theme-btn:hover {
    background: #8a6205;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(167, 116, 6, 0.4);
}

.body-theme-btn:active {
    transform: translateY(-1px);
}

/* Theme-specific styles */
.theme-dark {
    background-color: #1a1a1a;
    color: #ffffff;
}

.yellow-texture .onboarding-section {
    background: #f6f1e9;
}

.yellow-texture .hero-title h2 {
    color: #000;
}
.yellow-texture .hero-title p {
    color: #000;
}
.yellow-texture .feature-card p {
    color: #2B1D00;
}
.yellow-texture .retention-section-title h2{
    color: #000;
}
.yellow-texture .retention-section-title h2 span {
    color: #A77406;
}
.yellow-texture .retentio-content h3 {
    color: #000;
}
.yellow-texture .retentio-content p {
    color: #000;
}
.yellow-texture .footer-link-group a.bg-blue {
    background: #FCB209;
    color: #fff;
}
.yellow-texture .footer-link-group a.bg-white {
    color: #A77406;
}


/* New styles icons added by abbas*/

.retentio-icon-wrapper-div{
        border-radius: 50%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);

}

.retentio-icon-new{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: block;
     /* width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1); 
    object-fit: cover;
    display: block; */
}

/* Mobile responsive for language and theme switcher */
@media (max-width: 768px) {
    .language-switcher {
        top: 10px;
        right: 10px;
        gap: 5px;
        flex-wrap: wrap;
    }
    
    .lang-btn, .theme-btn {
        padding: 6px 12px;
        font-size: 12px;
        margin: 2px;
    }
    
    .body-theme-btn {
        bottom: 10px;
        right: 10px;
        padding: 10px 16px;
        font-size: 12px;
    }
}