/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Four
Author: Your Name
Author URI: https://example.com/
Template: twentytwentyfour
Version: 1.0
Text Domain: twentytwentyfour-child
*/

/* Your custom CSS goes below */
:root {
    --primary-color: #EB5310;
    --white: #ffffff;
    --bs-dark: #1E252F;
    --blog--deatil-bg: #ffefe4;
}
/* #f9f9f9 */
@font-face {
    font-family: 'Quicksand-Bold';
    src: url('assets/fonts/Quicksand-Bold.woff2') format('woff2'),
        url('assets/fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url('assets/fonts/Quicksand-Light.woff2') format('woff2'),
        url('assets/fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('assets/fonts/Quicksand-Medium.woff2') format('woff2'),
        url('assets/fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url('assets/fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('assets/fonts/Quicksand-Regular.woff2') format('woff2'),
        url('assets/fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('assets/fonts/Manrope-Bold.woff2') format('woff2'),
        url('assets/fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Light';
    src: url('assets/fonts/Manrope-Light.woff2') format('woff2'),
        url('assets/fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('assets/fonts/Manrope-Regular.woff2') format('woff2'),
        url('assets/fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('assets/fonts/Manrope-Medium.woff2') format('woff2'),
        url('assets/fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('assets/fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.font-semibold {}

body {
    font-size: 14px;
    line-height: 1.625;
    /* overflow-x: hidden; */
    font-family: 'Manrope-Regular';

}

ul li {

    /* margin-bottom: 10px; */
}

h2 {
    font-size: 3rem;
    color: #111827;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand-Bold';
    font-size: normal;

}

b,
strong {
    font-family: 'Quicksand-Bold';
}

p,
ul li {
    font-family: 'Manrope-Regular';
}

.font-mano-semi-bold {
    font-family: 'Manrope-SemiBold' !important;
}

.text-black {
    color: #1E252F;
}

.text-white {
    color: var(--white);
}

.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: #FAA019;
}

h2 {
    font-size: 48px;
}

.container {
    margin-inline: auto;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1380px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px !important;
    }
}

/* common-banner-css {

} */
.post-detail-banner {
    z-index: +1;
    position: relative;
}

.commom-banner-sec-1 {
    z-index: +1;
}

.commom-banner-sec-1::after,
.post-detail-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
    pointer-events: none;
}

.text-with-icon::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--!Font Awesome Free v5.15.4 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath fill='%23eb5310' d='M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z'/%3e%3c/svg%3e") !important;
    position: relative;
    width: 10px;
    height: 10px;
    left: 0;
}

.recent-post-box {
    margin-bottom: 20px;
}

.recent-post-box svg {
    fill: #fff;
    /* width: 14px; */
}

.recent-post-box:last-child {
    margin-bottom: 0px !important;
}

.experience-section {
    right: 0;
    padding: 32px 68px;
    text-align: center;
}

@media(max-width: 767px) {
    .experience-section {
        padding: 16px 32px;
    }

}


.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
    color: #000;
    font-size: 16px;
    /* Make sure color is visible */
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    z-index: +1;
}
.cta:hover{
    color: var(--white);
}
.cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(235, 83, 16, 0.5);
    /* Primary color #EB5310 with 50% opacity */
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
    z-index: -1;
}

.cta span {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: currentColor;
    /* inherit from .cta color */
    stroke-width: 2;
    fill: none;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover::before {
    width: 100%;
    background: var(--primary-color);
}

.cta:hover svg {
    transform: translateX(0) !important;
}


form#gform_1 {
    width: max-content;
    display: flex
;
    flex-wrap: wrap;
    background-color: var(--bs-dark);
    padding: clamp(2px, 0.26vw, 5px);
    border-radius: 8px;
    margin-top: 20px;
}

form#gform_1 #validation_message_1_1 {
    display: none;
}

form#gform_1 input#input_1_1 {
    border: none;
    box-shadow: none;
    background: var(--bs-dark);
    color: #fff;
}

form#gform_1 .gform_footer.before {
    width: 60px;
    margin: 0;
}

.gform_validation_errors {
    display: none !important;
}

form#gform_1 input#gform_submit_button_1 {
    font-size: 0px;
    width: 100%;
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23fff'%3e%3c!--!Font Awesome Free v6.7.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
}
#site-footer {
    background-color: #fff;
    /* border-top: 1px solid ; */
    padding: 60px 0px;
    /* margin-top: 79px; */
}

#site-footer .site-info .img-footer-logo {
    max-height: 120px;
    max-width: 350px;
}

/* #site-footer .footer-col #text-2 {
    margin-block: 20px;
} */

#site-footer .site-info .copyright {
    color: white;
    text-align: center;
    padding: 16px 10px;
    border-top: 1px solid #797676;
    margin-top: 32px;
}

#site-footer .footer-col {
    /* color: #fff; */
}

footer h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.social-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.social-icon {
    background-color: var(--primary-color);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    transition: background-color .3s;
    display: flex;
    padding: 11px;
    transition: all 0.3s;
}
.social-icon:hover{
    background-color: #b5491a;
}
.social-icon svg {
    fill: var(--white);
}



.footer-col .textwidget {
    margin-bottom: 0px !important;
}

.footer-col h3 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

ul#menu-footer-menu a {
    position: relative;
    transition: all 0.2s;
    margin-bottom: 15px;
    display: inline-flex;
}

ul#menu-footer-menu a:hover {
    color: var(--primary-color);
}

ul#menu-footer-menu a::before {
    /* content: ''; */
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 10px;
}

#menu-privacy-terms-menu-footer {
    display: flex;
    gap: 18px;
}

.ul-footer-top-contact-infos {
    position: relative;
    top: -100px;
    margin-bottom: -50px;
}

@media(max-width: 767px) {
    .footer-col {
        margin-bottom: 40px;
    }
      .footer-col:last-child{
        margin-bottom: 0px;
      }

    #menu-privacy-terms-menu-footer {
        padding-inline: 16px;
        justify-content: space-between;
        margin-top: 5px;
    }

    #site-footer .site-info .img-footer-logo {
        max-height: 110px;
        max-width: 350px;
    }

    #site-footer {
        padding: 60px 16px;
    }

    #site-footer .site-info .copyright {
        padding-bottom: 0px;
    }

    #site-footer #primary-menu {
        gap: 18px !important;
        text-align: center;
    }
}

div#media_image-2 img {
    width: 200px;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-logo {
    width: 180px;
    animation: rotateLogo 2s linear infinite;
    /* Apply animation */
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
        /* Start from 0 degree */
    }

    100% {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


.product-detail-page-sec .wpb_content_element p {
    margin-bottom: 20px;
}
@media(min-width: 1024px){
#text-2{
    padding-right: 10px;
}
}
@media(max-width: 767px) {
    .post-detail-banner {
        padding-inline: 16px;
    }
}