/*!
Theme Name: YumaPos
Theme URI: https://tasolutions.io//
Author: TA Solutions
Author URI: https://tasolutions.io//
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yumapos

 */





/* Body CSS */

body {
    background-color: rgb(246, 246, 246);
}

html,
body {
    margin: 0px !important;
    overflow-x: hidden;
}

#wpadminbar {
    display: none;
}

/* Body CSS Ends Here */


/* Global Container CSS */

.container {
    max-width: 100vw;
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    box-sizing: border-box;
}

/* Global Container CSS */



/* Main Header CSS */

.main-header-container {
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.main-header {
    background-color: rgb(246, 246, 246);
    z-index: 1;
    position: fixed;
    width: 100%;
    z-index: 111111111;
    top: 0;
}



.logo-header-text span {
    color: #000000;
    font-size: 15.87px;
    font-family: 'Onest';
    line-height: 12px;
    font-weight: 700;


}

.header-logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-logo-divider {
    width: 1.587px;
    border-left: 2px solid #000;
    height: 42.849px;
    margin-left: 10px;
    margin-right: 10px;
}

.header-logo-img {
    width: 8.59vw;
    height: 37px;
}

.header-logo-img img {
    width: 100%;
    height: 100%;
}


#menu-header-menu {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
    gap: 1vw;
}


#menu-header-menu li {
    padding: 14px 0.41vw;
}

#menu-header-menu li a {
    color: #000000;
    font-size: 15.87px;
    font-family: 'Onest';
    line-height: 1.67;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s;
}

#menu-header-menu li a:hover {
    color: #878787;
}








.bundle-cta-btn .global-btn-yellow {
    font-weight: 600 !important;
}


.sub-menu li {
    padding: 0px !important;
    font-size: 10px !important;
    list-style-type: none;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
    border-width: 4px 3px 0px;
    position: absolute;
    top: 45%;
    right: -5px;
    transition: 0.3s;
    zoom: 1.587;

}


@media(min-width: 1200px) {
    .menu-item-has-children:hover .sub-menu {
        display: flex !important;
    }

    .menu-item-has-children:hover:after {
        transform: rotate(180deg);
    }


    .sub-menu {
        position: absolute;
        width: 13vw;
        max-width: 210px;
        gap: 6px;
        flex-direction: column;
        padding: 16px;
        background: white;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
        top: 45px;
        display: none;
        left: -4vw;
    }

    .sub-menu::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        border-bottom: 10px solid white;
        top: -0.45vw;
        left: 50%;
        transform: translateX(-50%);


    }

}

.sub-menu li a {
    font-size: 13px !important;
    font-weight: 300 !important;
}

.sub-menu li a:hover,
.current-menu-item a {
    color: #959595 !important
}

.header-btn-container {
    display: flex;
    gap: 1vw;

}

.custom-btn-light {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #181818;
    border-radius: 100px;
    padding: 15px 2vw;
    transition: 0.2s;
    cursor: pointer;
}

.custom-btn-light a {
    text-decoration: none;
    color: #181818;
    font-size: 15.87px;
    font-family: 'Onest';
    line-height: 1;
    font-weight: 500;

}


.custom-btn-dark {
    background-color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #181818;
    border-radius: 100px;
    padding: 15px 2vw;
    transition: 0.2s;
    cursor: pointer;

}

.custom-btn-dark a {
    text-decoration: none;
    color: #fff;
    font-size: 15.87px;
    font-family: 'Onest';
    line-height: 1;
    font-weight: 500;

    transition: 0.2s;
}

.mobile-menu-container {
    display: none;
}

/* Main Header CSS Ends */


/* Hover Effects */

@media(min-width: 1025px) {

    .custom-btn-light:hover,
    .custom-btn-dark:hover {
        background-color: #fbe147;
        border-color: #fbe147;

    }


    .custom-btn-dark:hover a {
        color: #181818;
    }

}


/* Hover Effect Ends */


/* Smaller Desktops */


@media(min-width: 1200px) and (max-width: 1660px) {
    .container {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .bundle-cta {
        margin-left: 4vw !important;
        margin-right: 4vw !important;
    }


    .custom-btn-dark,
    .custom-btn-light {
        padding: 15px 1vw;
    }

    #menu-header-menu {
        gap: 1vw;
    }

    .custom-btn-dark a,
    .custom-btn-light a {
        font-size: 14px;
    }

    .logo-header-text span {
        font-size: 12px;
    }

    #menu-header-menu li a {
        font-size: 14px;
    }

}


@media(min-width: 1200px) and (max-width: 1360px) {
    .header-logo-img {
        width: 6vw;
    }

    #menu-header-menu li a {
        font-size: 14px;
    }

    .logo-header-text span {
        font-size: 14px;
    }
}

/* Smaller Desktops Ends */


/* Footer CSS Starts Here */

.site-footer {
    max-width: 96.3vw;
    background: white;
    border-radius: 21px;
    margin: 0 auto 22px;
}

.footer-container {
    padding-left: 3.38vw;
    padding-right: 3.38vw;

    padding: 59px 151px 96px 65px;
}

.footer-logo-container {
    cursor: pointer;
}

.footer-logo-container img {
    width: 8.597vw;
    margin-bottom: 68px;
}

.footer-main-container h2,
.footer-main-container h2 a {
    margin-bottom: 32px;
    margin-top: 0px;
    color: #000000;
    font-size: 26.979px;
    font-family: 'Onest';
    font-weight: 500;
}

.footer-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer-menu li {
    padding: 0px;
    margin: 0px;
}

.footer-menu li a {
    text-decoration: none;
    font-family: "Onest";
    color: #6d6d6e;
    font-weight: 400;
    font-size: 20.631px;
}

.footer-row-one,
.footer-row-two {
    width: fit-content;
}

.footer-products {
    margin-bottom: 58px;
}

.footer-apps {
    margin-bottom: 56px;
}

.footer-main-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer-icon-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-icon {
    display: flex;
    gap: 11px;
    align-items: center;
    color: #6d6d6e;
    font-size: 20.631px;
    font-family: 'Onest';
    font-weight: 400;
    text-decoration: none;
}

.footer-tel img {
    width: 30.14px;
    height: 28.55px;
}

.footer-whatsapp img {
    width: 29.67px;
    height: 29.67px;
}

.footer-support {
    margin-bottom: 73px;
}

.footer-btn {
    display: flex;
    width: 220.58px;
    height: 49.19px;
    justify-content: center;
    align-items: center;
    border-radius: 41px 41px 41px 41px;
    border: 1px solid #181818;
    transition: 0.5s;
    cursor: pointer;
}


.footer-btn a {
    color: #181818;
    font-family: "Onest";
    font-weight: 500;
    font-size: 19.044px;
    text-decoration: none;
    transition: 0.5s;
}



.footer-general-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-general-links li {
    margin: 0px;
    padding: 0px;
}

.footer-general-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 19.044px;
    font-family: 'Onest';
    font-weight: 400;
}

.footer-add img {
    width: 23.8px;
    height: 28.55px;
}

.footer-mail img {
    width: 31.73px;
    height: 23.8px;
}


.footer-address {
    margin-bottom: 100px;
}



.footer-email {
    margin-bottom: 130px;
}

.footer-add {
    align-items: flex-start;
}

/* Footer CSS Ends */



/* Mobile CSS Starts Here */


@media(max-width: 1199px) {
    .header-menu-container {
        display: none;
    }


    .mobile-menu-container {
        display: flex;
        align-items: center;

    }

    .mobile-menu-btn {
        display: flex;

    }

    .header-btn-container {
        gap: 19px;
    }

    .mobile-menu-btn img {
        width: 43.14px;
        height: 43.14px;
    }

    .header-logo-img {
        width: 100px;
    }

    .header-logo-divider {
        height: 31.849px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .logo-header-text span {
        font-size: 10px;
    }

    .mobile-menu-wrapper {
        background: #f6f6f6;
        max-width: 300px;
        position: fixed;
        top: 0;
        right: -100%;
        transition: 0.5s;
        bottom: 0;
        width: 100%;
        padding: 42px 25px 25px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .menu-active {
        right: 0;
        z-index: 1111111;
    }


    .mobile-overlay::before {
        content: '';
        background: #000;
        width: 100vw;
        height: 100vh;
        position: absolute;
        opacity: 0.6;
        inset: 0;
        z-index: 1111;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }


    .mobile-overlay-active:before {
        opacity: 0.6;
        visibility: visible;
    }

    .mobile-menu-logo img {
        width: 120px;
    }

    .mobile-menu-logo {
        width: fit-content;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .menu-close span {
        border: 1px solid #000;
        background: #000;
        width: 18px;
    }

    .close-line-one {
        transform: rotate(45deg);
        margin-right: -20px;
    }

    .close-line-two {
        transform: rotate(-45deg);
    }

    .menu-close {
        display: flex;
        justify-content: flex-end;
    }


    #menu-header-mobile-menu {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #menu-header-mobile-menu li {
        padding: 0px;
        margin: 0px;
    }

    #menu-header-mobile-menu li a {
        text-decoration: none;
        font-family: "Onest";
        font-size: 16px;
        color: #000000;
    }


    .mobile-menu-btn .custom-btn-light,
    .mobile-menu-btn .custom-btn-dark {
        display: flex !important;
        max-width: fit-content;
        padding: 0 24px;
        height: 45px;
    }

    .mobile-menu-btn .custom-btn-light a,
    .mobile-menu-btn .custom-btn-dark a {
        font-size: 16px;
    }


    .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: auto;
    }
}


@media(min-width: 360px) and (max-width: 639px) {
    .header-btn-container .custom-btn-dark {
        display: none;
    }
}

@media(min-width: 360px) and (max-width: 479px) {

    .header-logo-divider,
    .logo-header-text {
        display: none;
    }

    .header-btn-container .custom-btn-light {
        padding: 0px 14px;
    }

    .custom-btn-light a {
        font-size: 13px;
    }
}




/* Mobile CSS Ends */


/* Global Hero Section */


.global-hero-section {
    margin-top: 150px;
    margin-bottom: 55px;
}


.global-hero-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
}


.global-hero-left {
    max-width: 50%;
}

.global-hero-right {
    max-width: 50%;
    max-height: 26vw;
}


.global-hero-left h1 {
    font-family: "Onest";
    color: #000;
    margin-top: 0px;
    font-size: 63.48px;
    font-weight: 700;
    margin-bottom: 43px;
}


.global-hero-left p {
    font-family: "Onest";
    color: #6d6d6e;
    font-size: 26.979px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 48px;

}


.global-btn-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b1b1e;
    font-size: 22.218px;
    font-family: 'Onest', Arial, sans-serif;
    font-weight: 400;
    max-width: 21.7vw;
    border-radius: 8px;
    background-color: #fbe147;
    height: 84px;
    transition: 0.5s;
    cursor: pointer;
}


.global-hero-right img {
    width: 100%;
    border-radius: 21px;
    object-fit: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media(hover:hover) {
    .global-btn-yellow:hover {
        filter: drop-shadow(0px 4px 7px rgba(251, 225, 71, 1)) !important;
    }

    .footer-btn:hover {
        border: 1px solid #fbe147;
        background-color: #fbe147;
    }


}

/* Global Hero Section Ends */



@media(min-width: 1025px) and (max-width: 1700px) {
    .global-hero-left h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .global-hero-left p {
        font-size: 18px;
        margin-bottom: 38px;
    }

    .global-hero-container .global-btn-yellow {
        font-size: 20px;
        max-width: 17vw;
        height: 60px;

    }

    .global-hero-right img {
        height: auto !important;
    }

    .global-hero-container {
        align-items: center;
    }

    .global-hero-right {
        display: flex;
    }
}

@media (min-width: 1025px) and (max-width: 1135px) {
    .global-hero-section::before {
        width: 20.6vw !important;
        height: 24.5vw !important;
        background-size: contain !important;
    }
}


@media(max-width: 1024px) {
    .footer-container {
        padding: 30px;
    }

    .footer-main-container {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-products,
    .footer-address,
    .footer-email {
        margin-bottom: 40px;
    }

    .footer-main-container h2,
    .footer-main-container h2 a {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-general-links a {
        font-size: 12px;
    }

    .footer-menu li a,
    .footer-icon {
        font-size: 16px;
    }


    .footer-logo-container img {
        width: 200px;
        margin-bottom: 40px;
    }

    .
}


@media(min-width: 768px) and (max-width: 1024px) {
    .footer-main-container {
        display: grid;
        grid-template-columns: auto auto;
    }
}

a {
    text-decoration: none !important;
}


.contact-form-right .form-submit {
    border: 0px !important;
}


@media(hover:hover) {
    .contact-form-right .form-submit:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;

    }

}




@media(max-width: 1024px) {
    .iti__dropdown-content {
        max-height: 400px !important;
        max-width: 300px !important;
        margin-left: 0px !important;

    }

    .iti--fullscreen-popup.iti--container {
        z-index: 111111111111111111111;
    }
}


.footer-general-mobile {
    display: none;
}




@media(max-width: 619px) {
    .footer-general-mobile {
        display: block
    }

    .footer-general-desktop {
        display: none;
    }

    .footer-support {
        margin-bottom: 0px;
    }

    .footer-contact {
        margin-bottom: 40px;
    }


    .footer-btn a {
        font-size: 14px;
    }

    .footer-btn {
        width: 180.58px;
        height: 39.19px;
    }
}

.privacy-page-section {
    padding-top: 150px;
}

.privacy-page-section .entry-title {
    text-align: center;
    margin-top: 0px;
    color: #6d6d6e;
    font-size: 23px;
    font-family: 'onest', Arial, sans-serif;
}


.privacy-page-section .entry-content p {
    color: #6d6d6e;
    font-size: 14px;
    font-family: 'onest', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

.page-content {
    max-width: 70%;
    margin: 0 auto;
}

.contact-form-text span {
    display: block !important;
}

.contact-form-text span a {
    color: #fff !important;
    text-decoration: underline !important;
}

.enquire-now-popup .popup-close {

    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    width: 10%;

}

.enquire-now-popup .popup-close img {
    width: 100%;
}

.enquire-now-popup {
    position: fixed;

    width: 100%;
    inset: 0;
    z-index: 11111111;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}


.enquire-popup-active {
    visibility: visible !important;
    opacity: 1 !important;
}

.popup-close {
    cursor: pointer;
}

.popup-active::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1111111111;
    backdrop-filter: blur(4px);
}

.enquire-now-popup {
    z-index: 1111111111111 !important;
}




/* Enquire Now Popup CSS */

/* Popup Overlay */
.enquire-now-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.enquire-now-popup.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Container */
.enquire-now-popup .enquire-popup-right {
    background-color: #1f1f1f;
    border-radius: 21px;
    box-sizing: border-box;
    padding: 40px 22px;
    max-width: 27.1412vw;
    width: 100%;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.enquire-now-popup.active .enquire-popup-right {
    transform: translateY(0);
}

/* Close Button */
.enquire-now-popup .popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.enquire-now-popup .popup-close:hover {
    opacity: 0.7;
}

.enquire-now-popup .popup-close img {
    width: 24px;
    height: 24px;
}

/* Heading */
.enquire-now-popup .enquire-popup-right h2 {
    font-size: 23.805px;
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 0px;
    text-align: center;
}

/* Form Inputs */
.enquire-now-popup .enquire-popup-right input {
    width: 100%;
    height: 79.34px;
    background: transparent;
    outline: 0px !important;
    box-shadow: unset !important;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 8px;
    font-size: 23.805px;
    font-family: "Onest";
    padding-left: 20px;
    color: rgb(161, 161, 161);
    box-sizing: border-box;
}

.enquire-now-popup .enquire-popup-right .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}

.enquire-now-popup .enquire-popup-right p {
    margin-bottom: 32px;
}

/* Submit Button */
.enquire-now-popup .enquire-popup-right .form-submit {
    background-color: #fbe147;
    font-family: 'Onest';
    border-radius: 8px;
    color: #1b1b1e;
    font-size: 22.218px;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    height: 79.34px;
    border: none;
}

.enquire-now-popup .enquire-popup-right .form-submit:hover {
    filter: drop-shadow(0px 4px 7px rgba(251, 225, 71, 1));
}

/* Phone Input (intl-tel-input) */
.enquire-now-popup .iti__selected-dial-code {
    font-size: 23.805px;
    font-family: "Onest";
    color: #a1a1a1;
    order: 3;
}

.enquire-now-popup .iti__flag.iti__gb {
    order: 1;
}

.enquire-now-popup .iti__arrow {
    order: 2;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    border-width: 7px 6px 0 !important;
    border-style: solid !important;
    border-color: #9a9a9a transparent transparent !important;
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

.enquire-now-popup .iti__flag-container {
    padding-left: 20px !important;
}

.enquire-now-popup .iti input {
    padding-left: 135px !important;
}

.enquire-now-popup .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 10px;
}

.enquire-now-popup .iti {
    width: 100%;
}

/* Privacy Text */
.enquire-now-popup .enquire-popup-form-text span,
.enquire-now-popup .enquire-popup-form-text span a {
    color: #ffffff !important;
    font-size: 14.283px;
    font-family: 'Onest';
    text-align: center !important;
    font-weight: 400;
    opacity: 0.5;

}

.enquire-popup-form-text {
    text-align: center;
}

.enquire-now-popup .wpcf7-form>p {
    margin-bottom: 0px;
}

/* Responsive - Tablet */
@media (min-width: 900px) and (max-width: 1199px) {
    .enquire-now-popup .enquire-popup-right {
        max-width: 450px;
    }

    .enquire-now-popup .enquire-popup-right input {
        height: 60px;
        font-size: 18px;
    }
}

/* Responsive - Mobile */
@media (max-width: 900px) {
    .enquire-now-popup .enquire-popup-right {
        max-width: 90%;
        padding: 30px 20px;
    }

    .enquire-now-popup .enquire-popup-right h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .enquire-now-popup .enquire-popup-right input {
        font-size: 16px;
        height: 55px;
    }

    .enquire-now-popup .enquire-popup-form-text span {
        font-size: 12px;
    }

    .enquire-now-popup .iti__selected-dial-code {
        font-size: 16px;
    }

    .enquire-now-popup .iti input {
        padding-left: 120px !important;
    }

    .enquire-now-popup .enquire-popup-right .form-submit {
        font-size: 16px;
        height: 55px;
    }
}

@media(max-width: 1199px) {
    .sub-menu {
        padding: 0px;
        transition: 0.5s;
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .sub-menu-active {
        opacity: 1;
        visibility: visible;
        padding-top: 15px;
    }

    .menu-item-has-children::after {
        top: 4px;
    }

    .menu-item-active:after {
        transform: rotate(180deg);
    }
}

.popup-overlay-active {
    overflow-y: hidden;
}

.footer-add h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-add-2 {
    margin-top: 30px;
}


.footer-yuma h2 {
    margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -18px;
    font-family: "Onest";
    font-size: 12px;
}

.wpcf7-response-output {
    display: none;
}

.footer-yuma-mobile {
    display: none;
}

@media(max-width: 767px) {
    .footer-main-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-yuma-mobile {
        display: block;
    }

    .footer-yuma-desktop {
        display: none;
        margin-top: 40px;
    }

    .footer-support {
        margin-bottom: 40px;
    }

    .footer-add h2 {
        font-size: 16px;
    }

    .footer-contact {
        margin-bottom: 0px;
    }
}


@media(min-width:1025px) and (max-width: 1600px) {

    .footer-menu li a,
    .footer-general-links a,
    .footer-icon {
        font-size: 16px;
    }

    .footer-main-container h2,
    .footer-main-container h2 a {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .footer-add h2 {
        font-size: 18px !important;
    }

    .footer-email {
        margin-bottom: 20px;
    }
}


/* Blogs CSS */


.blogs-header-container h1 {
    font-family: "Onest";
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 32px;
    color: #1F1F1F;
    font-weight: 700;
    text-align: center;
}



.blogs-header-container h2,
.featured-article-content h2 {
    font-family: "Onest";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 32px;
    color: #1F1F1F;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;

}

.featured-article-content h3 {
    font-family: "Onest";
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 35px;
    color: #1F1F1F;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}


.blogs-grid-container>h2 {
    font-family: "Onest";
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 88px;
    color: #1F1F1F;
    font-weight: 700
}

.blog-category h4 {
    font-size: 22px;
    font-family: "Onest";
    color: #131313;
    margin: 0px;
    font-weight: 700;
}

.blog-category {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    background: #FBE147;
    padding: 10px 20px;
}


.blog-box h2 {
    font-family: "Onest";
    font-size: 30px;
    font-weight: 700;
    color: #1f1f1f;
    margin-top: 0px;

    margin: 0px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.heading-divider {
    border-bottom: 1px solid #FADB26;
    margin-top: 24.5px;
    margin-bottom: 31.5px;
}

.blog-box p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #131313;
    margin: 0px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}


.blogs-grid-section {
    margin-bottom: 100px;
}

.blogs-header-section {
    padding-top: 179px;
    margin-bottom: 100px;
}

.featured-article-section {
    background: #FADB26;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}


.featured-article-container {
    display: flex;
    align-items: center;
    gap: 50px;
}



.featured-article-content {
    max-width: 60%;
    width: 100%;

}

.featured-article-img {
    width: 100%;
    max-width: 40%;
}

.featured-article-content h2 {
    margin-top: 35px;
}

.featured-article-content h2,
.featured-article-content h3 {
    text-align: left !important;
}


.featured-article-content p {

    font-family: "Onest";
    font-size: 22px;
    margin: 0px;

    color: #1F1F1F;

    margin: 0px;


}

.featured-article-img img {
    width: 100%;

    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}


.featured-article-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 0px 100px;
    height: 60px;
    border-radius: 19px;
    box-sizing: border-box;
    background: #1F1F1F;
    color: #fff;
    font-family: "Onest";
    font-size: 22.218px;
    text-decoration: none;
    margin-top: 20px;
}

.blogs-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
}


.blog-featured-img {
    background: url('/wp-content/uploads/2026/01/Untitled.png');
    background-size: cover;
    border-radius: 35px;
    background-position: center;
    max-height: 427px;
    height: 427px;
    margin-bottom: 45px;
    display: flex;
    align-items: flex-end;
    padding-left: 38px;
    padding-bottom: 38px;
}

.blog-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog-box-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1b1b1e;
    font-size: 20px;
    font-family: 'Onest';
    font-weight: 500;
    text-decoration: none;

    cursor: pointer;
    position: relative;
    z-index: 11111;
    transition: 0.5s;
}

.blog-box-arrow {
    display: flex;
    width: 17px;
}

.blog-box-arrow img {
    max-width: 21px;
    margin-left: 10px;
}




/* Hover Effect */
@media(min-width: 1025px) {
    .blog-box-btn:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
    }
}



@media(min-width:768px) and (max-width: 1550px) {

    .blogs-header-container h1,
    .blogs-grid-container>h2 {
        font-size: 40px;
    }

    .featured-article-content h3 {
        font-size: 20px;
    }

    .featured-article-content h2,
    .blog-box h2,
    .blogs-header-container h2 {
        font-size: 25px;
    }

    .featured-article-content p,
    .blog-category h4,
    .blog-box p,
    .blog-box-btn {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {

    .blogs-header-container h1,
    .blogs-grid-container>h2 {
        font-size: 30px;
    }

    .featured-article-content h3,
    .blog-box-btn {
        font-size: 18px;
    }

    .featured-article-content h2,
    .blog-box h2,
    .blogs-header-container h2 {
        font-size: 20px;
    }

    .featured-article-content p,
    .blog-category h4,
    .blog-box p {
        font-size: 13px;
    }

    .featured-article-btn {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .blogs-grid {
        grid-template-columns: auto;
        gap: 25px;
    }

    .blog-featured-img {
        max-height: 250px;
    }

    .featured-article-btn {
        font-size: 18px;
    }


    .blogs-grid-container>h2 {
        margin-bottom: 40px;
    }

    .blog-featured-img {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}


@media(max-width:1200px) {
    .featured-article-img {
        width: 100%;
        max-width: 100%;
    }

    .featured-article-container {
        flex-direction: column;
    }

    .featured-article-content {
        max-width: 100%;
        width: 100%;
    }
}

.post-title {
    background: #FADB26;
    margin-top: 79px;
    padding-top: 94px;
    padding-bottom: 103px;
    margin-bottom: 100px;

}

.post-title h1 {
    font-family: "Onest";
    font-size: 55px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 0px auto;
    max-width: 960px;
    text-align: center;

}

.post-content-container h2 {
    font-family: "Onest";
    font-size: 30px;
    font-weight: 700;
    color: #1F1F1F;

}


.post-content-container h3 {
    font-family: "Onest";
    font-size: 25px;
    font-weight: 700;
    color: #1F1F1F;
}

.post-content-container img
{
    width: 100%;
}

.post-content-container p,
.post-content-container {
    font-family: "Onest";
    color: #1f1f1f;
    font-size: 22px;
}


.post-content-container h4 {
    font-size: 25px;
}

@media(min-width:768px) and (max-width: 1550px) {

    .post-title h1
    .post-content-container h2 {
        font-size: 40px;
    }

    .post-content-container p,
    .post-content-container {
        font-size: 18px;
    }

    .post-content-container h2 {
        font-size: 25px;
    }

    .post-content-container h3 {
        font-size: 20px;
    }

    .post-content-container h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .post-title h1 {
        font-size: 30px;
        max-width: 100%;
    }


    .post-content-container p,
    .post-content-container {
        font-size: 13px;
    }

    .post-content-container h2
    {
        font-size: 20px;
    }

    .post-content-container h3 {
        font-size: 18px;
    }

    .post-content-container h4 {
        font-size: 16px;
    }
}


.post-content {
    margin-bottom: 100px;
}

.post-content ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Extracted li styles with .post-content-container li class */

.post-content-container li {
    font-family: "Onest";

    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Media query adjustments */

@media(max-width: 1700px) {
    .post-content-container li {
        margin-bottom: 8px;
    }
}

@media(min-width:768px) and (max-width: 1550px) {
    .post-content-container li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .post-content-container li {
        font-size: 13px;
    }
}

/* Popup Styles */
.cf7-success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf7-success-popup {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 400px;
}

.cf7-success-popup svg {
    margin-bottom: 20px;
}

.cf7-success-popup h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #333;
}

.cf7-success-popup p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: "Onest";
}

.wpcf7-spinner {
    display: none;
}

/* Loader Styles */
.wpcf7-submit.loading {
    pointer-events: none !important;
    color: transparent !important;
}

.form-submit-btn {
    position: relative;
}

.cf7-spinner-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 20px !important;
    height: 20px !important;
    border: 3px solid rgba(0, 0, 0, 0.3) !important;
    border-top: 3px solid #000 !important;
    border-radius: 50% !important;
    animation: cf7-spin 0.8s linear infinite !important;
    pointer-events: none;
}

@keyframes cf7-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}