/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child Theme for Astra child content
Author: Sahil Chauhan
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below */
html {
    scroll-behavior: smooth;
}

html,
body {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-weight: 300;
}
body {
    background-color: #fff !important;
}
@media (min-width: 769px) {
   .container-wrapper {
    width: 1385px;
    margin: auto;
}
}
.banner img{
    width:100%;
    display:block;
}

.banner{
    overflow:hidden;
}

.banner_bars{
    bottom:30px !important;
}


.home .site-content {
    padding-top: 0;
}

.home .entry-content {
    margin-top: 0;
}

.banner_box {
    margin-top: 0;
}
.header-scrolled {
  /*  background: rgba(11, 11, 11, 0.95);
    backdrop-filter: blur(10px);*/
}

.site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    display:none;
}

/* Header wrapper */
.site-header .ast-main-header-wrap{
    background: transparent;
}

/* Primary header */
.site-header .ast-primary-header-bar{
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Remove Astra page spacing */
.home .site-content{
    margin-top:0;
    padding-top:0;
}

/* Hero */
.banner_box{
    margin-top:0;
}

.banner_box img{
    width:100%;
    height:100vh;
    object-fit:cover;
}
.banner_bars.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #50c159;
}
.banner_bars .swiper-pagination-bullet {
    width: clamp(0.75rem, 0.673rem + 0.33vw, 1rem);
    height: clamp(0.75rem, 0.673rem + 0.33vw, 1rem);
    opacity: 1;
    background: #fff;
    margin: 0 clamp(0.313rem, 0.217rem + 0.41vw, 0.625rem) !important;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    margin: 0;
}

.main-menu > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-btn,
.contact-btn{

    height:45px;

    padding:0 38px;

    border:none;

    border-radius:40px;

    background:#232323;

    color:#fff;

    font-size:18px;

    font-weight:600;

    text-transform:uppercase;

    display:flex;

    align-items:center;

    gap:12px;

    cursor:pointer;

    transition:.3s;
}

.menu-btn:hover,
.contact-btn:hover{

    background:#00d52a;

    color:#000;
}

.search-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;
}

.search-btn:hover{

    background:#00d52a;
}

.mega-col ul li a {
    color: #333;
}

.mega-col ul li.active a {
    color: #00d200 !important;
}

section.home-content-heading-below-slider {
    padding: 40px 0px 60px;
    text-align: center;
}
section.home-content-heading-below-slider h2 {
    margin-bottom: 20px;
}

section.home-content-heading-below-slider .content {
    width: 1088px;
    margin: auto;
    font-size: 20px;
}

.below-market-section{

    background:#232323;
    position:relative;
    padding:40px 0;
        margin: 60px 0px 40px 0;

}

/* White notch */

.below-market-section::before{

 

}

.below-market-row{

    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:3fr 1px 1fr;

    align-items:center;

    gap:70px;

}
.below-market-left h2 {
    color: #01c30c !important;
}
.below-market-left{

    color:#fff;
    font-size: 18px;
}

.below-market-left p{

    font-size:22px;
    line-height:1.8;
    margin:0;

}

.below-market-left h2,
.below-market-left h3{

    color:#fff;
    margin-bottom:25px;

}

.below-market-divider{

    width:1px;
    height:280px;
    background:rgba(255,255,255,.18);

}

.below-market-right{

    text-align:center;

}

.below-market-right img{

    max-width:100%;
    height:auto;
    display:inline-block;

}
.below-market-right img {
    width: 160px;
}
@media(max-width:991px){

.below-market-row{

    grid-template-columns:1fr;

    gap:50px;

}

.below-market-divider{

    display:none;

}

}

.home-blogs{

    padding:25px 0;

    background:#fff;

}

.blogs-slider{

    overflow:hidden;

}

.blog-card{

    text-decoration:none;

    display:block;

    color:#111;

}

.blog-image{

    overflow:hidden;

height:180px;
}

.blog-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.4s;

    display:block;

}

.blog-card:hover img{

    transform:scale(1.05);

}

.blog-title{

    margin-top:20px;

    font-size:18px;

    line-height:1.25;

    font-family:'Oswald',sans-serif;

    font-weight:500;

    text-transform:uppercase;

    color:#333;

}

.blogs-pagination{

    margin-top:50px;

    display: flex;
    justify-content: center;
    position:relative !important;

}

.blogs-pagination .swiper-pagination-bullet{

    width:12px;

    height:12px;

    opacity:1;

    background:#d5d5d5;

}

.blogs-pagination .swiper-pagination-bullet-active{

    background:#1c56a6;

}

@media(max-width:991px){

.blog-title{

font-size:26px;

}

}

.home-accordion{

    padding:40px 0 60px 0;

    background:#fff;

}

.accordion-section-title{

    font-size:48px;

    text-align:center;

    margin-bottom:60px;

    font-family:'Oswald',sans-serif;

}

.accordion-item{

        border: 1px solid #DCDCDC;
    min-height: 60px;

}

.accordion-title{

width: 100%;
    color: #999;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal !important;
    text-align: left;
        font-family: 'Roboto';

}
button.accordion-title:hover {
    background: transparent;
    border: none;
    color: #999;
}
.accordion-icon{
    font-size: 44px;
    transition: .3s;
    color: #01c30c;
}

.accordion-content{

    display:none;

    padding-bottom:30px;

    font-size:20px;
    color:#666;
    line-height:1.8;
        font-family: 'Roboto';
    padding: 34px 30px;

}

.accordion-item.active .accordion-content{

    display:block;

}

.accordion-item.active .accordion-icon{

    transform:rotate(45deg);

}

.site-below-footer-wrap {
    border-bottom: 6px solid #01c30c !important;
    padding: 0;
        background: #232323 !important;
}
.site-below-footer-wrap p {
    color: #c2c2c2;
}
.footer-company-info{
    margin-top:30px;
    color:#d9d9d9;
    font-size:16px;
    line-height:1.8;
}

.footer-company-info p{
    margin:0 0 5px;
    font-size:18px;
}

.footer-company-info strong{
    color:#fff;
    font-weight:600;
}

.footer-company-info a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-company-info a:hover{
    color:#69d84f;
}

.footer-government-contact{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid rgba(255,255,255,.15);
}

.footer-government-contact strong{
    display:block;
    margin-bottom:12px;
    color:#69d84f;
    font-size:18px;
}

.footer-government-contact p{
    margin-bottom:12px;
}

footer h2.widget-title {
    font-size: 24px;
    color: #fff;
}
.site-above-footer-wrap {
    padding-top: 60px;
}
.widget_nav_menu li a {
    color: #C2C2C2;
    font-size: 18px;
}
.widget_nav_menu li {
    margin-bottom: 10px;
}


.ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
}

.product-description-section{
    padding:90px 0;
}

.product-description-grid{
    display:grid;
    grid-template-columns:54% 40%;
    justify-content:space-between;
    align-items:center;
    gap:6%;
}

.product-description-left{
    width:100%;
}

.product-description-right{
    width:100%;
    position:relative;
}

.description-title {
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
    line-height: 1.1;
    margin-bottom: clamp(0.938rem, 0.746rem + 0.82vw, 1.563rem);
    text-transform: uppercase;
   color: #222 !important
}
.description-content h3 {
    font-size: 1.3em;
    line-height: 1.66;
    color: #333;
    text-transform: capitalize;
    font-family: "Roboto-Light", sans-serif, arial, verdana;
    margin-bottom: 20px;
}
.description-content{
    font-size:18px;
    line-height:1.8;
    color:#555;
}
.product-description-left .public_btn1 {
    font-size: 18px;
    height: 46px;
    font-family: "Oswald";
    background: #01c30c;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    width: 155px;
    margin-top: 20px;
}
.description-content p{
    margin-bottom:20px;
}

.description-slider{
    width:100%;
    position:relative;
}

.description-slider img{
    width:100%;
    display:block;
}

/* ---------- Navigation ---------- */

.navigation_right{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-70px;
    display:flex;
    gap:12px;
    z-index:20;
}

.description-prev,
.description-next{

    position:relative;

    width:48px;
    height:48px;

    border:1px solid #ddd;
    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    transition:.3s;

    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.description-prev i,
.description-next i{
    color:#000;
    font-size:15px;
}

.description-prev:hover,
.description-next:hover{
    background:#18c718;
    border-color:#18c718;
}

.description-prev:hover i,
.description-next:hover i{
    color:#fff;
}

.description-pagination{
    margin-top:25px;
    text-align:center;
}
/* Hide Swiper Pagination Completely */
.description-pagination,
.swiper-pagination{
    display:none !important;
}
@media(max-width:991px){

    .product-description-grid{

        grid-template-columns:1fr;
        gap:50px;

    }

    .description-title{

        font-size:36px;

    }

}

.product-full-banner{
    width:100%;
    line-height:0;
}

.product-full-banner img{
    width:100%;
    display:block;
    object-fit:cover;
}

.product-features-section{
    padding:90px 0;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading h2{
    text-transform:uppercase;
        font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
    color: #222 !important;
}
.section-heading h2 span{
    color:#01c30c;
}
.feature-item{
    border-top:1px solid #ddd;
}

.feature-title{

    display:flex;
    justify-content:space-between;
    align-items:center;

    cursor:pointer;

    padding:22px 0;
}

.feature-title h3{
    margin: 0;
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
    text-transform: uppercase;
    color: #333;

}

.feature-icon{

font-size: 50px;
    font-weight: 100;
    line-height: 1;

}

.feature-content{

    display:none;

    padding:30px;

}

.feature-item.active .feature-content{

    display:block;
        background: #f5f5f5;

}

.feature-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;


}

.feature-description{

font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
    line-height: 1.42;
    color: #333;

}

.feature-image img{

    width:100%;
    display:block;

}

@media(max-width:991px){

.feature-grid{

grid-template-columns:1fr;
gap:35px;

}

.feature-title h3{

font-size:24px;

}

}


/*========================================
Product Specifications
========================================*/

.product-specifications-section{
    padding:0px 0 90px;
    background:#fff;
}

/*-----------------------------------
Header
-----------------------------------*/
.specification-group.active .specification-title h3 {
    color: #01c30c;
}
.bottom-spec-button .public_btn1 {
    background: #01c30c;
    border-radius: 0;
    color: #fff;
    font-family: 'Oswald';
    font-size: 24px;
}
.specification-content .spec-button a {
    background: #01c30c;
    border-radius: 0;
    color: #fff;
    font-family: 'Oswald';
    font-size: 24px;
}
.specifications-header{
    background:#4a4a4a;
    color:#fff;
    text-align:center;
    padding:50px 0;
    position:relative;
    margin-bottom:90px;
}

.specifications-header h2{
    color:#fff;
    font-size:clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
    text-transform:uppercase;
    margin:0;
    font-weight:400;
}

.spec-arrow{
    position:absolute;
    left:50%;
    bottom:-20px;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:28px solid transparent;
    border-right:28px solid transparent;
    border-top:28px solid #4a4a4a;
}

/*-----------------------------------
Top Specifications
-----------------------------------*/

.specification-top{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    margin-bottom:70px;
    text-align:center;
}

.spec-item h3{
    margin:0;
    font-size:40px;
    color:#01c30c;
    font-weight:300;
    line-height:1;
    text-transform:uppercase;
}

.spec-item span{
display: block;
    margin-top: 10px;
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
    color: #777;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald';
}

/*-----------------------------------
Accordion
-----------------------------------*/

.specification-group{
    border-top:1px solid #ddd;
}

.specification-group:last-child{
    border-bottom:1px solid #ddd;
}

.specification-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding:28px 0;
}

.specification-title h3{
    margin:0;
    font-size: 24px;
    color: #333;
    text-transform:uppercase;
}

.spec-toggle{
    font-size:34px;
    line-height:1;
    color:#444;
    transition:.3s;
}

.specification-group.active .spec-toggle{
    transform:rotate(180deg);
        margin-top: -40px;
}
.spec-toggle span {
    margin-top: -20px;
    font-size: 40px;
    color: #a1a1a1;
}
/*-----------------------------------
Content
-----------------------------------*/

.specification-content{
    display:none;
    padding:20px 0 50px;
}

.specification-group.active .specification-content{
    display:block;
}

.specification-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
}

.spec-row{
    margin-bottom:0px;
    font-size:19px;
    line-height:1.8;
}

.spec-row strong{
    color:#222;
    text-transform:uppercase;
}

.spec-row span{
    color:#666;
}

/*-----------------------------------
Bottom Note
-----------------------------------*/

.spec-bottom-note{
    margin-top:45px;
    padding-top:30px;
    border-top:1px solid #ddd;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/*-----------------------------------
Buttons
-----------------------------------*/

.spec-button{
    margin-top:35px;
}

.bottom-spec-button{
    text-align:center;
    margin-top:40px;
}
.bottom-spec-button {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #888;
}
.bottom-spec-button .public_btn1,
.spec-button .public_btn1{
    display:inline-flex;
}

/*-----------------------------------
Responsive
-----------------------------------*/

@media(max-width:1200px){

    .specification-top{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:991px){

    .specifications-header h2{
        font-size:34px;
    }

    .specification-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .specification-title h3{
        font-size:22px;
    }

    .spec-item h3{
        font-size:42px;
    }

}
#rmp_menu_trigger-1856.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-1856.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-1856.is-active .responsive-menu-pro-inner::after {
    background-color: #fff;
}#rmp_menu_trigger-1856:not(.is-active):hover .responsive-menu-pro-inner, #rmp_menu_trigger-1856:not(.is-active):hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-1856:not(.is-active):hover .responsive-menu-pro-inner::after {
    background-color: #01c30c !important;
}

#rmp_menu_trigger-1856 .responsive-menu-pro-inner, #rmp_menu_trigger-1856 .responsive-menu-pro-inner::before, #rmp_menu_trigger-1856 .responsive-menu-pro-inner::after {

    background-color: #01c30c;
}
    #rmp-menu-title-1856 .rmp-menu-title-image {
        width: 130px !important;
        height: auto !important
    }
    
@media(max-width:767px){
    section.below-market-section {
    padding: 40px 25px !important;
}
.banner_box img {
    height: 350px !important;
}
section.home-blogs {
    padding: 20px 25px !important;
}
    section.home-content-heading-below-slider .content {
    width: 100% !important;
}
.header-actions {
    display: none !important;
}
div#rmp-container-1856 {
    width: 100%;
    max-width: 100%;
    z-index: 111222;
}
header.bozz-header {
    position: fixed;
}
    .product-specifications-section{
        padding:60px 0;
    }

    .specification-top{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

    .specifications-header h2{
        font-size:28px;
    }

    .spec-item h3{
        font-size:34px;
    }

    .spec-item span{
        font-size:15px;
    }

    .specification-title{
        padding:18px 0;
    }

    .specification-title h3{
        font-size:18px;
    }

    .spec-row{
        font-size:16px;
    }

}

@media(max-width:480px){

    .specification-top{
        grid-template-columns:1fr;
    }

}

.spec-toggle{
    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#1d3f8b;
    font-size:18px;

    transition:.35s ease;
}

.spec-toggle i{
    transition:.35s ease;
}

.specification-group.active .spec-toggle i{
    transform:rotate(180deg);
}
.spec-bottom-note-main {
    display: flex;
    gap: 60px;
}
.spec-bottom-note-main .spec-button {
    width: 38%;
}

.contact-form-grid{
    display:grid;
    grid-template-columns:38% 58%;
    justify-content:space-between;
    gap:70px;
    align-items:start;
    padding:90px 0;
}

.contact-left h2{
    font-size:clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
    line-height:1;
    margin-bottom:30px;
    text-transform:uppercase;
    font-weight:400;
    color:#222;
}

.contact-left h2 span{
    color:#01c30c;
}

.contact-left p{
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
    line-height: 1.66;
    color:#555;
    max-width:500px;
}

.contact-right .form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-bottom:30px;
}

.contact-right .form-row.full{
    grid-template-columns:1fr;
}

.contact-right input,
.contact-right textarea{

    width:100%;
    border:1px solid #d9d9d9;
    border-radius:12px;
    padding:18px 20px;

    font-size:18px;
    color:#444;

    background:#fff;

    transition:.3s;
}

.contact-right input{
    height:58px;
}

.contact-right textarea{
    height:210px;
    resize:none;
}

.contact-right input:focus,
.contact-right textarea:focus{

    outline:none;
    border-color:#01c30c;

}

.form-submit{
    margin-top:10px;
}

.form-submit input{
    width: auto;
    min-width: 170px;
    height: 60px;
    background: #01c30c;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.form-submit input:hover{

    background:#1c3779;

}

.wpcf7-spinner{
    display:none;
}

.wpcf7-not-valid-tip{
    margin-top:8px;
    font-size:14px;
}

@media(max-width:991px){

    .contact-form-grid{

        grid-template-columns:1fr;
        gap:50px;

    }

    .contact-left h2{

        font-size:42px;

    }

    .contact-left p{

        font-size:18px;

    }

    .contact-right .form-row{

        grid-template-columns:1fr;
        gap:20px;

    }

}

div#primary {
    margin-top: 0 !important;
}
.ast-no-sidebar .site-content .ast-article-image-container--wide {
    margin: 0 !important;
}
.ast-single-post-featured-section.post-thumb img {
    aspect-ratio: 0;
}

/* =========================================
   ACF PAGE LAYOUT
========================================= */

.acf-page-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}


/* =========================================
   BREADCRUMB
========================================= */

.acf-page-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 14px 0;
}

.acf-page-breadcrumb .acf-page-container {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
}

.breadcrumb-home a {
    color: #718096;
    text-decoration: none;
}

.breadcrumb-home-icon {
    margin-right: 4px;
    font-size: 16px;
}

.breadcrumb-separator {
    color: #999999;
}

.breadcrumb-current {
    color: #718096;
}


/* =========================================
   MAIN CONTENT
========================================= */

.acf-page-content {
    padding: 72px 0 90px;
    background: #ffffff;
}

.acf-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
    gap: 55px;
    width: 100%;
    align-items: start;
}

.acf-page-left,
.acf-page-right {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
/* =========================================
   LEFT SIDE
========================================= */
.acf-page-description strong {
    color: #333;
}
.acf-page-heading {
    margin: 0 0 22px;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.acf-page-description {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.acf-page-description p {
    margin-bottom: 15px;
}


.acf-contact-details {
    margin-top: 18px;
}

.acf-contact-item {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.6;
    color: #718096;
}

.acf-contact-label {
    margin-right: 8px;
}

.acf-contact-item a {
    color: #718096;
    text-decoration: none;
}

.acf-contact-item a:hover {
    color: #204a9b;
}


/* =========================================
   VISIT US
========================================= */

.acf-visit-section {
    margin-top: 25px;
}

.acf-visit-section h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 500;
    color: #718096;
}

.acf-office-details {
    font-size: 14px;
    line-height: 1.75;
    color: #718096;
}

.acf-office-details p {
    margin-bottom: 7px;
}


/* =========================================
   RIGHT SIDE / FORM
========================================= */

.acf-contact-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.acf-contact-form form,
.acf-contact-form .wpcf7-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


/* CF7 */

.acf-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.acf-contact-form input[type="text"],
.acf-contact-form input[type="email"],
.acf-contact-form input[type="tel"],
.acf-contact-form input[type="number"],
.acf-contact-form textarea,
.acf-contact-form select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 14px 13px;
    font-size: 14px;
    color: #555555;
    background: #ffffff;
    box-shadow: none;
}

.acf-contact-form input[type="text"],
.acf-contact-form input[type="email"],
.acf-contact-form input[type="tel"],
.acf-contact-form input[type="number"],
.acf-contact-form select {
    height: 48px;
}

.acf-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.acf-contact-form input:focus,
.acf-contact-form textarea:focus,
.acf-contact-form select:focus {
    border-color: #204a9b;
    outline: none;
}


/* Submit button */

.acf-contact-form input[type="submit"],
.acf-contact-form button[type="submit"] {
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.acf-contact-form input[type="submit"]:hover,
.acf-contact-form button[type="submit"]:hover {
   
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .acf-page-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .acf-page-heading {
        font-size: 24px;
    }

}


@media (max-width: 767px) {

    .acf-page-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .acf-page-content {
        padding: 45px 0 60px;
    }

    .acf-page-heading {
        font-size: 22px;
    }

    .acf-page-description {
        font-size: 15px;
    }

    .acf-page-grid {
        gap: 35px;
    }

}

.acf-form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 28px;
    box-sizing: border-box;
}
.acf-form-field {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.acf-form-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.acf-form-message {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    box-sizing: border-box;
}
.acf-form-message .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
}
.acf-form-message textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.acf-form-submit {
    margin-top: 5px;
}
.acf-page-content *,
.acf-page-content *::before,
.acf-page-content *::after {
    box-sizing: border-box;
}
@media (max-width: 991px) {

    .acf-page-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}


@media (max-width: 767px) {

    .acf-page-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .acf-page-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .acf-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

}



/****** Aboout page csss ******/

/* =========================================================
   ABOUT PAGE
========================================================= */

.about-page-content {
    width: 100%;
}



/* =========================================================
   INTRO SECTION
========================================================= */

.about-intro-section {
    padding: 80px 0;
}

.about-main-heading {
    margin: 0 0 40px;
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
    /* line-height: 1.15; */
    font-weight: 500;
    text-align: center;
    font-family: 'Oswald';
    color: #222;
}
.about-page-description h1 {
    font-size: 2.4em;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.66;
    font-family: 'Roboto';
}
.about-page-description h2 {
font-size: 1.8em;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.66;
    font-family: 'Roboto';
    margin-bottom: 10px;
    margin-top: 18px;
    width: 100%;
    float: left;
}


.about-page-description p {
      margin-bottom: 20px;
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
    font-family: 'Roboto';
    line-height: 1.66;
}

.about-page-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.about-section-heading {
    margin: 0 0 20px;
    line-height: 1.2;
    text-align: center;
}


/* =========================================================
   COUNTERS
========================================================= */
.about-counter-section {
    padding: 30px 0;
    background-image: url(./images/counter_back.png);
    background-size: cover;
    background-position: 100%;
}

.about-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about-counter-item {
    text-align: center;
    padding: 30px 20px;
}

.about-counter-icon {
    margin-bottom: 20px;
}

.about-counter-icon img {
    width: auto;
    max-width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 999px;
}

.about-counter-number {
    display: flex;
    align-items: baseline;
    justify-content: center;

    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}

.counter-value {
    display: inline-block;
        color: #fff;
    font-size: 32px;
    font-family: 'Oswald';
    font-weight: 500;
}

.about-counter-label {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}


/* =========================================================
   VIMEO VIDEO
========================================================= */

.about-video-section {
    padding: 0px 0;
}

.about-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;

    margin: 0 auto;

    overflow: hidden;
}

.about-video-wrapper iframe {
    display: block;
height: 856px;
    width: 100%;
    aspect-ratio: 16 / 9;

    border: 0;
}


/* =========================================================
   GLOBAL REACH
========================================================= */

.about-global-reach-section {
    padding: 80px 0;
        background: #f5f5f5;
}

.about-global-reach-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

.about-global-reach-text {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.about-global-reach-description {
    font-size: 18px;
    line-height: 1.7;
}

.about-global-reach-description p {
    margin-bottom: 20px;
}

.about-global-reach-map {
    width: 100%;
}

.about-global-reach-map img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0px auto;
}


/* =========================================================
   MISSION
========================================================= */

.about-mission-section {
    padding: 80px 0;
}

.about-mission-content {
    max-width: 1000px;

    font-size: 18px;
    line-height: 1.7;
    margin: 0px auto;
}

.about-mission-content p {
    margin-bottom: 20px;
}


/* =========================================================
   MISSION CARDS
========================================================= */

.about-mission-cards {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    padding-top: 30px;
    gap: 30px;
}

.about-mission-card {
    padding: 35px 30px;

    text-align: center;
    transition: all 0.3s ease;
}

.about-mission-card:hover {
    transform: translateY(-5px);
}

.about-card-icon {
       width: 100%;
    max-width: 316px;
    background: #5B5B5B;
    margin: 0 auto clamp(1.125rem, 0.972rem + 0.65vw, 1.625rem);
}

.about-card-icon img {
    width: auto;

    object-fit: contain;

    margin: 0 auto;
}

.about-card-title {
    margin: 0 0 20px;

    font-size: 30px;
    line-height: 1.3;
}

.about-card-link {
    display: inline-block;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}


/* =========================================================
   FEATURED IMAGE
   Same approach as Contact template
========================================================= */

.acf-featured-image {
    width: 100%;
}

.acf-featured-image-img {
    display: block;

    width: 100%;
    height: auto;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.products-breadcrumb-section {
    width: 100%;
}

.products-breadcrumb {
    display: flex;

    align-items: center;

    gap: 10px;
}
span.counter-value::after {
    content: "+";
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-intro-section,
    .about-counter-section,
    .about-video-section,
    .about-global-reach-section,
    .about-mission-section {
        padding: 60px 0;
    }


    .about-main-heading {
        font-size: 40px;
    }


    .about-section-heading {
        font-size: 36px;
    }


    .about-counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .about-global-reach-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .about-mission-cards {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-intro-section,
    .about-counter-section,
    .about-video-section,
    .about-global-reach-section,
    .about-mission-section {
        padding: 45px 0;
    }


    .about-main-heading {
        font-size: 32px;
    }


    .about-section-heading {
        font-size: 30px;
    }


    .about-page-description,
    .about-global-reach-description,
    .about-mission-content {
        font-size: 16px;
        line-height: 1.6;
    }


    .about-counter-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .about-counter-item {
        padding: 20px 10px;
    }


    .about-counter-number {
        font-size: 42px;
    }


    .about-counter-label {
        font-size: 15px;
    }


    .about-mission-cards {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-counter-grid {
        grid-template-columns: 1fr;
    }


    .about-counter-number {
        font-size: 46px;
    }

}
@media (min-width: 768px) and (max-width: 4000px) {
    
   .ast-builder-footer-grid-columns {
    padding: 0px 70px !important;
}

}


/**** End About page css *****/


.markete_main {
    width: 100%;
}

.about-video-wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =====================================================
   GET A QUOTE POPUP OVERLAY
===================================================== */

.quote-popup-overlay {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.55);

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    box-sizing: border-box;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}


/* OPEN */

.quote-popup-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* =====================================================
   POPUP BOX
===================================================== */

.quote-popup-box {
    position: relative;

    width: 100%;
    max-width: 965px;

    max-height: calc(100vh - 60px);

    overflow-y: auto;

    background: #ffffff;

    padding: 40px 82px 30px;

    box-sizing: border-box;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);

    transform: translateY(25px);

    transition: transform 0.3s ease;
}


.quote-popup-overlay.active .quote-popup-box {
    transform: translateY(0);
}


/* =====================================================
   CLOSE X
===================================================== */

.quote-popup-close {
    position: absolute;

    top: 17px;
    right: 20px;

    width: 42px;
    height: 42px;

    border: none;

    background: transparent;

    cursor: pointer;

    padding: 0;

    z-index: 10;
}


.quote-popup-close::before,
.quote-popup-close::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 31px;
    height: 3px;

    background: #244a99;

    transform-origin: center;
}


.quote-popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}


.quote-popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.quote-popup-close:hover::before,
.quote-popup-close:hover::after {
    background: #111111;
}


/* =====================================================
   TITLE
===================================================== */

.quote-popup-title {
    margin: 0 0 12px;

    text-align: center;

    font-size: 48px;

    line-height: 1.1;

    font-weight: 700;

    color: #292929;

    text-transform: uppercase;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.quote-popup-description {
    max-width: 800px;

    margin: 0 auto;

    text-align: center;

    font-size: 21px;

    line-height: 1.55;

    font-weight: 300;

    color: #4c4c4c;

    text-transform: uppercase;
}


/* =====================================================
   DIVIDER
===================================================== */

.quote-popup-divider {
    width: 70px;
    height: 4px;

    background: #02c30c;

    margin: 30px auto 40px;
}


/* =====================================================
   CONTACT FORM
===================================================== */

.quote-popup-form {
    width: 100%;
}


.quote-popup-form .wpcf7 {
    width: 100%;
}


.quote-popup-form .wpcf7-form {
    width: 100%;
}


/* =====================================================
   EXISTING CF7 ROW
===================================================== */

.quote-popup-form .acf-form-row {
    display: flex;

    width: 100%;

    gap: 20px;

    margin-bottom: 20px;
}


.quote-popup-form .acf-form-field {
    width: 50%;
    flex: 1;
}


/* =====================================================
   INPUTS
===================================================== */

.quote-popup-form input[type="text"],
.quote-popup-form input[type="email"],
.quote-popup-form input[type="tel"],
.quote-popup-form textarea {
    width: 100%;

    box-sizing: border-box;

    border: 1px solid #dcdcdc;

    background: #ffffff;

    border-radius: 9px;

    padding: 14px 16px;

    font-family: inherit;

    font-size: 18px;

    font-weight: 300;

    color: #333333;

    outline: none;
}


.quote-popup-form input[type="text"],
.quote-popup-form input[type="email"],
.quote-popup-form input[type="tel"] {
    height: 54px;
}


.quote-popup-form textarea {
    height: 118px;

    min-height: 118px;

    resize: vertical;
}


.quote-popup-form input:focus,
.quote-popup-form textarea:focus {
    border-color: #244a99;
}


/* =====================================================
   MESSAGE
===================================================== */

.quote-popup-form .acf-form-message {
    width: 100%;

    margin-bottom: 28px;
}


/* =====================================================
   SUBMIT
===================================================== */

.quote-popup-form .acf-form-submit {
    text-align: center;
}


.quote-popup-form .acf-form-submit input[type="submit"] {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 210px;

    height: 58px;

    padding: 0 35px;

    border: none;

    border-radius: 9px;

    background: #01c30c;

    color: #ffffff;

    font-size: 22px;

    font-weight: 700;

    text-transform: uppercase;

    cursor: pointer;

    transition: all 0.2s ease;
}


.quote-popup-form .acf-form-submit input[type="submit"]:hover {
    background: #01c30c;

    transform: translateY(-2px);
}
.quote-popup-form form p {
    margin-bottom: 6px;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .quote-popup-overlay {
        padding: 15px;
    }

    .quote-popup-box {
        max-height: calc(100vh - 30px);

        padding: 45px 20px 30px;
    }

    .quote-popup-title {
        font-size: 34px;
    }

    .quote-popup-description {
        font-size: 14px;

        line-height: 1.5;
    }

    .quote-popup-divider {
        margin: 22px auto 28px;
    }

    .quote-popup-form .acf-form-row {
        flex-direction: column;

        gap: 15px;

        margin-bottom: 15px;
    }

    .quote-popup-form .acf-form-field {
        width: 100%;
    }

    .quote-popup-form input[type="text"],
    .quote-popup-form input[type="email"],
    .quote-popup-form input[type="tel"] {
        height: 50px;

        font-size: 16px;
    }

    .quote-popup-form textarea {
        height: 110px;
    }

    .quote-popup-form .acf-form-submit input[type="submit"] {
        width: 100%;

        height: 52px;

        font-size: 18px;
    }

}


    /* ==========================================
   HOMEPAGE HERO
========================================== */

.homepage-hero {
    width: 100%;
    overflow: hidden;
    height: 130vh;
}


/* ==========================================
   MAIN HERO
========================================== */

.hero-main {
    width: 100%;
    display: flex;
        height: 70vh;
    
}


/* ==========================================
   VIDEO - 2/3 WIDTH
========================================== */

/* ==========================================
   VIDEO AREA
========================================== */

.hero-video-area {
    width: 60%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}


/* VIDEO */

.hero-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hero-video-content h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 3vw, 52px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}

/* ==========================================
   VERY LIGHT VIDEO OVERLAY
========================================== */

.hero-video-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.16);

    z-index: 1;
}


/* ==========================================
   VIDEO CONTENT
========================================== */

.hero-video-content {
    position: absolute;

    left: 55px;
    bottom: 50px;

    max-width: 520px;

    color: #fff;

    z-index: 2;
}


/* EYEBROW */

.hero-video-eyebrow {
    display: block;

    margin-bottom: 16px;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 2.5px;
    text-transform: uppercase;

    color: #fff;
}


/* HEADING */

.hero-video-content h1 {
    margin: 0 0 18px;

    font-size: clamp(42px, 4vw, 68px);
    line-height: 0.95;

    font-weight: 700;
    letter-spacing: -2px;

    color: #fff;
}


/* DESCRIPTION */

.hero-video-content p {
    max-width: 420px;

    margin: 0 0 28px;

    font-size: 15px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.9);
}


/* ==========================================
   BUTTON
========================================== */

.hero-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 20px;

    border: 1px solid rgba(255, 255, 255, 0.75);

    color: #fff;
    text-decoration: none;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;

    transition: all 0.3s ease;
}

.hero-video-btn span {
    font-size: 17px;
    line-height: 1;
}

.hero-video-btn:hover {
    background: #fff;
    color: #000;
}


/* ==========================================
   RIGHT IMAGE - 1/3 WIDTH
========================================== */

.hero-photo-area {
    width: 40%;
    position: relative;
    overflow: hidden;
        height: 100%;
}

.hero-photo-area img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hero-photo-content {
    position: absolute;
    z-index: 2;

    left: 45px;
    right: 35px;
    bottom: 50px;

    color: #fff;
}


.hero-photo-eyebrow {
    display: block;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 16px;
}


.hero-photo-content h2 {
    margin: 0 0 18px;

    font-size: clamp(30px, 3vw, 52px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -1px;

    color: #fff;
}


.hero-photo-content p {
    max-width: 330px;

    margin: 0 0 28px;

    font-size: 15px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.88);
}


.hero-photo-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 20px;

    border: 1px solid rgba(255, 255, 255, 0.7);

    color: #fff;
    text-decoration: none;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    transition: all 0.3s ease;
}


.hero-photo-btn span {
    font-size: 17px;
    line-height: 1;
}


.hero-photo-btn:hover {
    background: #fff;
    color: #000;
}

/* ==========================================
   THIN ROTATING BANNER
========================================== */
/* ==========================================
   THIN ROTATING BANNER
========================================== */

.hero-bottom-banner {
    width: 100%;
    position: relative;
    height: 60vh;
    overflow: hidden;
}

.hero-bottom-banner .swiper {
    width: 100%;
    height: 100%;
}

.hero-bottom-banner .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-bottom-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-bottom-banner .swiper-slide a {
    display: block;
}


/* ==========================================
   BANNER OVERLAY
========================================== */

.hero-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.70) 0%,
        rgba(0, 0, 0, 0.40) 50%,
        rgba(0, 0, 0, 0.10) 100%
    );
}


/* ==========================================
   BANNER CONTENT
========================================== */

.hero-banner-content {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);

    z-index: 2;

    display: block;

    width: calc(100% - 100px);
}


/* ==========================================
   BANNER TEXT
========================================== */

.hero-banner-text {
    font-family: 'Oswald', sans-serif;
        margin-bottom: 30px;

    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.5px;

    color: #fff;
    text-transform: uppercase;

    max-width: 530px;
}

/*.hero-banner-text {
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    max-width: 70%;
    font-size: clamp(30px, 3vw, 52px);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}*/
/* ==========================================
   BANNER CTA BUTTON
========================================== */

.hero-banner-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 12px 20px;

    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;

    color: #fff;
    text-transform: uppercase;
    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.7);

    white-space: nowrap;

    transition: all 0.3s ease;
}

.hero-banner-btn span {
    font-size: 17px;
    line-height: 1;
}

.hero-banner-btn:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}


/* ==========================================
   BANNER PROGRESS BARS
========================================== */

.hero-bottom-banner .banner_bars {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .hero-banner-content {
        left: 30px;
        width: calc(100% - 60px);
        gap: 20px;
    }

    .hero-banner-text {
        font-size: 19px;
    }

    .hero-banner-btn {
        font-size: 12px;
        padding: 11px 17px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .hero-bottom-banner {
        height: 40vh;
    }

    .hero-banner-content {
        left: 20px;
        width: calc(100% - 40px);

        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

        gap: 15px;
    }

    .hero-banner-text {
        font-size: 18px;
        line-height: 1.2;
        max-width: 100%;
    }

    .hero-banner-btn {
        font-size: 12px;
        padding: 10px 16px;
    }

}
.hero-photo-area::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.38);

    z-index: 1;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .hero-main {
        display: block;
        min-height: 0;
    }

    .hero-video-area {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .hero-photo-area {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .hero-video,
    .hero-photo-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}
@media (max-width: 767px) {

    .hero-photo-content {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .hero-photo-content h2 {
        font-size: 34px;
    }

    .hero-photo-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

}
@media (max-width: 767px) {

    .hero-main {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .hero-video-area {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .hero-photo-area {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .hero-video,
    .hero-photo-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* VIDEO CONTENT */

    .hero-video-content {
        left: 25px;
        right: 25px;
        bottom: 25px;

        max-width: none;
    }

    .hero-video-eyebrow {
        margin-bottom: 10px;
        font-size: 9px;
        letter-spacing: 1.8px;
    }

    .hero-video-content h1 {
        margin-bottom: 12px;

        font-size: 32px;
        line-height: 0.98;
        letter-spacing: -1px;
    }

    .hero-video-content p {
        max-width: 320px;

        margin-bottom: 18px;

        font-size: 13px;
        line-height: 1.45;
    }

    .hero-video-btn {
        padding: 10px 15px;
        font-size: 10px;
    }


    /* PHOTO CONTENT */

    .hero-photo-content {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .hero-photo-content h2 {
        font-size: 34px;
    }

    .hero-photo-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

}