/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.10.7.1770124436
Updated: 2026-02-03 17:13:56

*/

/* For new Font Family */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Swiss 911 Ultra Compressed';
    src: url('font/swiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
  font-family: 'Neue Montreal';
  src: url('font/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('font/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

/* Neue Montreal Font Family */

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('font/NeueMontreal-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    /* Colors */
    --white: #ffffff;
    --black: #000000;

    /* Fonts */
    --font-heading: 'Swiss 911 Ultra Compressed', sans-serif;
    --font-body: 'Neue Montreal', sans-serif;
}

body.opacity {
    opacity: 1 !important;
    background-color: #000000;
}

body {
    font-family: var(--font-body) !important;
    background: var(--white) !important;
    font-weight: 400;
}

/* header and page title opacity set to 1 by js in custom.js file  */
header {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.page-title {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}



/* ul#menu-header-menu li a {
    font-weight: 600;
    letter-spacing: -1.44px;
} */
h1.page-title,
.single-post h1.entry-title {
    font-weight: 700;
    font-size: 3.563rem;
    line-height: 86px;
    letter-spacing: -0.04em;
    color: #e24d81;
}

.et_pb_section.et_pb_section_0.et_pb_section_video.et_pb_with_background.et_section_regular {
    position: relative;
    /* top: -150px; */
    top: 0;
    width: 100%;
}

.et_pb_section.et_pb_section_0.et_pb_section_video.et_pb_with_background.et_section_regular:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to top, #000000cf, transparent);
    width: 100%;
    height: 100%;
}

.latest-work-list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    /*column-gap: 30px;*/
}

.latest-work-list.list-unstyled {
    flex-wrap: wrap;
    display: flex;
}

.latest-work-list .work-img {
    /* display: inline-block;*/
    grid-template-rows: 1 fr auto;
    break-inside: avoid;
    overflow: hidden;
    margin: 0 0 20px;
    width: 33.33%;
    margin-bottom: 30px;
}

.latest-work-list .work-img a {
    text-decoration: none;
}

.latest-work-list .work-img img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-15px, -26px, 0) scale(1.12);
    transform: translate3d(-15px, -26px, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.latest-work-list .work-img img:hover {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.latest-work-list .work-img h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -0.09em;
    margin-top: 0px;
    color: #fff;
}

a.load-more {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid white;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.245em;
    text-decoration: none;
    display: inline-block;
    padding: 20px 94px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0;
    margin-top: 32px;
}

a.load-more:hover {
    background: #dddddd;
    border: 1px solid #ddd;
    color: #000;
}

p.work-subtitle {
    color: #ffff;
    font-size: 19px;
    /*    position: absolute;*/
    line-height: 1px;
    letter-spacing: -0.04em;
    margin-top: -5px;
}

/*header menu*/
ul#menu-header-menu li {
    padding-left: 33px;
    align-items: baseline;
}

/* ul#menu-header-menu li a {
    padding-bottom: 18px;
} */

#menu-header-menu .current-menu-item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

ul#menu-header-menu li a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 20px;
    background: #ffff;
    /*** COLOR OF THE LINE ***/
    height: 3px;
    /*** THICKNESS OF THE LINE ***/
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

ul#menu-header-menu li a:hover {
    opacity: 1 !important;
}

ul#menu-header-menu li a:hover:before {
    right: 0;
}

/* ul#menu-header-menu li a:before {
    bottom: 10%;
} */

/* .post-type-archive-work ul#menu-header-menu li a:hover:before,
.post-type-archive-work ul#menu-header-menu li a:before {
    bottom: 18px;
} */

/*footer*/
.nf-form-fields-required {
    display: none;
}

input#nf-field-4 {
    background-color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 28px;
    text-transform: uppercase;
    border: 1px solid #0000;
    border-radius: 2px;
    cursor: pointer;
    font-family: "Poppins";
    font-weight: 400;
    margin-top: 53px;
}

input#nf-field-4:hover {
    background-color: #2a2929;
    border: 1px solid #2a2929;
    color: white;
}

.nf-form-wrap.ninja-forms-form-wrap p {
    color: white !important;
}

.et-l--footer .et_pb_bg_layout_light .et_pb_with_border:hover {
    color: black !important;
    transform: translateY(-8%);
}

input#nf-field-1,
#nf-field-2,
textarea#nf-field-3 {
    background: none;
    border: none;
    border-bottom: 1px solid #ffff;
    margin-top: -10px;
    color: white;
    padding: 0;
}

input#nf-field-1:invalid,
#nf-field-2:invalid,
textarea#nf-field-3:invalid {
    border-bottom: 1px solid #ffff;
}

textarea#nf-field-3 {
    margin-top: 3px;
}

input#nf-field-1::placeholder,
input#nf-field-2::placeholder,
textarea#nf-field-3::placeholder {
    color: #ffff;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.07em;
}

.nf-form-content textarea.ninja-forms-field {
    height: 75px !important;
}

span.ninja-forms-req-symbol {
    display: none;
}

.nf-error .nf-error-msg {
    color: #000 !important;
}

.nf-error-msg .nf-error-invalid-email {
    color: #000 !important;
}

.nf-error-msg .nf-error-field-errors {
    color: #ffff !important;
    position: relative;
    top: -17px;
}

.nf-error.field-wrap .nf-field-element:after {
    background: black !important;
    color: #ffff !important;
    margin-top: -9px;
    margin-right: -32px;
}

.nf-error-msg.nf-error-field-errors {
    color: #000;
    position: relative;
    top: -15px;
}

.nf-field-label {
    display: none;
}

.nf-error-msg.nf-error-required-error {
    font-size: 12px;
    margin-top: -6px;
}

.nf-error-msg.nf-error-field-errors {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 6px;
}

/*sidebar css*/
.wp-block-search__input {
    background: none;
    border: none;
    border-bottom: 1px solid #ffff;
    color: #ffffff;
}

.wp-block-search__input::placeholder {
    color: #ffffff;
}

.wp-block-search__button {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.4s;
}

.wp-block-search__button:hover {
    color: #ffffff;
    background-color: #f78da7;
    border: 1px solid #f78da7;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    position: relative;
    left: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li::before {
    position: absolute;
    content: "\f054";
    top: 7px;
    left: -15px;
    font: normal normal normal 12px/1 FontAwesome;
}

.et_pb_widget li a {
    color: #ffffff;
    font-size: 15px;
}

.et_pb_widget li a:hover {
    color: #f78da7;
}

/* .et_pb_row_0_tb_footer.et_pb_row {
  display: flex;
} */

footer .nf-error .ninja-forms-field {
    border-color: #ffffff !important;
}

footer .nf-pass .ninja-forms-field {
    border-color: white !important;
}

footer .nf-pass.field-wrap .nf-field-element:after {
    color: white;
    margin-top: -8px;
    /*     margin-right: -44px; */
    right: 0;
}

.et-l--footer .et_pb_text_inner a {
    text-decoration: none !important;
}

.ftr-phone {
    margin-top: -12px;
}

.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 2.5%;
}

/*.et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 31.6667% ;
}*/
.et-l--footer .et_pb_text_inner .ftr-text a {
    text-decoration: underline !important;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 8px !important;
}

footer .nf-error.field-wrap .nf-field-element:after {
    right: 32px;
}

/*contact us page css*/
.contact-text-part {
    color: #ededed;
    width: 75%;
}

.contact-text-part ul {
    list-style: none;
}

.contact-col-part {
    display: flex;
}

.contact-img-part {
    width: 12%;
    color: #fff;
    margin-top: 3%;
}

.contact-img-part img {
    object-position: top;
    object-fit: contain;
    margin-bottom: 32px;
}

.contact-img-msg img {
    margin-bottom: -14px;
}

.contact-img-msg {
    margin-right: 9px;
}

.contact-text-part ul li a {
    text-decoration: none;
    color: #ededed;
}

.contact-text-part ul li a:hover {
    text-decoration: underline;
}

.contact-text-part ul li:nth-child(1) {
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    text-transform: uppercase;
    color: #ededed;
}

.contact-text-part ul li:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ededed;
}

.inner figure::after {
    content: "";
    background-image: url(images/comma.png);
    position: absolute;
    top: -20px;
    left: -10px;
    width: 45px;
    height: 45px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

li.contact-detail {
    padding-top: 13px !important;
}

.contact-address-text {
    padding-left: 7px;
}

/*service Page*/
.Services-page-text p {
    padding-bottom: 10px !important;
}

/*blog page*/
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 31%;
    margin-right: 3%;
}

.sunnyvfx-blogitem article.post h2 {
    margin-bottom: 0;
}

.sunnyvfx-blogitem article.post .et_pb_image_container,
.sunnyvfx-blogitem article.et_pb_post .entry-featured-image-url {
    margin-bottom: 27px;
}

/* blog-detail / news detail */
.single-post #main-content {
    background-color: #000;
    color: #fff;
}

.single-post #main-content h2,
.single-post #main-content h3,
.single-post #main-content h4,
.single-post #main-content h5,
.single-post #main-content h6 {
    color: #e24d81;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.single-post #main-content p.post-meta,
.single-post #main-content p.post-meta a {
    color: #fff !important;
}

.single-post #main-content p.post-meta a:hover {
    color: #e24d81 !important;
    transition: 0.4s;
}

.single-post #main-content img {
    border-radius: 30px;
}

.single-post #main-content h2 {
    font-size: 3rem;
}

.single-post #main-content h3 {
    font-size: 2.5rem;
}

.single-post #main-content h4 {
    font-size: 2rem;
}

.single-post #main-content h5 {
    font-size: 1.8rem;
}

.single-post #main-content h6 {
    font-size: 1.5rem;
}

.single-post #main-content .entry-content a {
    color: #e24d81;
    font-weight: 500;
    text-decoration: none;
}

.single-post #main-content .entry-content a:hover {
    text-decoration: underline;
}

/* .et_pb_preload:before {
     content:none;
} */
.home .et_pb_preload::before,
.home .et_pb_section_video .mejs-mediaelement::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/home-video-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-position: no-repeat;
    border-radius: 0px;
    z-index: -1;
    opacity: 0;
}

.home .et_pb_preload::before {
    z-index: 1;
}

.post-type-archive-work .latest-work:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, #000000 64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media screen and (min-device-width: 981px) and (max-device-width: 1288px) {
    .ftr-text {
        font-size: 20px;
    }

    .ftr-phone.ftr-text-p {
        font-size: 20px;
    }

    footer .et_pb_text_inner.et_multi_view_swapped {
        padding-right: 0px;
    }

    footer .et_pb_text_1_tb_footer {
        padding-right: 14px !important;
    }

    /* 
        footer .et_pb_column_1_tb_footer {
            padding-top: 49px;
            padding-right: 28px;
            padding-left: 36px;
        }
		*/

    footer .et_pb_column.et_pb_column_1_3.et_pb_column_1_tb_footer.et_pb_css_mix_blend_mode_passthrough.et_had_animation,
    .et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_footer.et_pb_css_mix_blend_mode_passthrough.et_had_animation,
    .et_pb_code_inner iframe {
        height: 520px;
    }

    .et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular {
        padding-bottom: 135px;
    }

    .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        /* margin-bottom: -96px; */
    }
}

@media (max-width: 990px) {
    /* .et_pb_module .mobile_menu_bar:before {
    color: white !important;
  } */

    ul#mobile_menu1,
    .post-type-archive-work ul#mobile_menu1,
    .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu {
        z-index: 0;
        height: 100vh;
        position: absolute;
        top: -31px;
    }

    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d";
    }

    span.mobile_menu_bar {
        z-index: 1;
    }
}

/* .et_pb_gutters3 .et_pb_column_1_3,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
  width: 31.6667%;
} */

.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 2.5%;
}

@media screen and (min-device-width: 981px) and (max-device-width: 1292px) {
    .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light.et_had_animation.et_multi_view__hover_selector {
        width: 100%;
    }

    footer .et_pb_text_1_tb_footer {
        padding-right: 15px !important;
    }

    /* .et_pb_section_1.et_pb_section {
    margin-left: 60px !important;
    margin-right: 60px !important;
  } */
}

@media screen and (min-device-width: 981px) and (max-device-width: 1080px) {
    ul#menu-header-menu li {
        padding-left: 17px;
    }

    /* .et_pb_module .mobile_menu_bar:before {
    color: white !important;
  } */
}

@media screen and (min-device-width: 769px) and (max-device-width: 800px) {
    .nf-field-container {
        margin-bottom: -25px !important;
    }

    .nf-form-content {
        margin-top: -32px;
    }
}

@media (max-width: 990px) {
    .latest-work-list {
        -moz-column-count: 2;
        column-count: 2;
    }

    .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a,
    .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
        text-decoration: none;
    }

    /* .et_pb_module .mobile_menu_bar:before {
    color: white !important;
  } */

    ul#mobile_menu1 {
        z-index: 0;
        height: 100vh;
        position: absolute;
        top: -31px;
    }

    .mobile_nav.opened .mobile_menu_bar:before {
        content: "\4d" !important;
    }

    span.mobile_menu_bar {
        z-index: 1 !important;
    }
}

@media screen and (min-device-width: 981px) and (max-device-width: 1026px) {
    .et_pb_section.et_pb_section_0.et_pb_section_video.et_pb_with_background.et_section_regular {
        position: relative;
        top: -165px;
    }
}

@media screen and (min-device-width: 981px) and (max-device-width: 1140px) {
    .et-l--footer .et_builder_inner_content .et_pb_section {
        /* padding: 4% 20px; */
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 980px) {
    /* .et_pb_module .mobile_menu_bar:before {
    color: white !important;
  } */

    footer .et_pb_row_0_tb_footer.et_pb_row {
        /*         display: grid; */
    }

    footer .et_pb_column {
        width: 100% !important;
    }
}

@media (max-width: 1040px) {
    .contact-text-part ul li:nth-child(2) {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .single-post #main-content .container {
        padding-top: 20px;
    }

    .single-post h1.entry-title {
        font-size: 2.563rem;
        line-height: 50px;
    }

    .comment-form-cookies-consent {
        display: flex;
    }

    #wp-comment-cookies-consent {
        margin-top: 5px;
        margin-right: 5px;
    }

    #left-area ul,
    .entry-content ul,
    .et-l--body ul,
    .et-l--footer ul,
    .et-l--header ul {
        padding: 0px 0 23px 0em;
    }

    /* .et_pb_module .mobile_menu_bar:before {
    color: white !important;
  } */

    input#nf-field-4 {
        margin-top: 2px;
        margin-bottom: 30px;
    }

    .latest-work-list {
        column-count: 2;
    }

    .latest-work-list .work-img {
        margin-bottom: 26px;
        width: 50%;
    }

    #ninja_forms_required_items,
    .nf-field-container {
        margin-bottom: -1px !important;
    }

    /*     footer .et_pb_row_0_tb_footer.et_pb_row {
        display: grid;
    } */
    /*     footer  .et_pb_column {
        width: 100%!important;
        
    } */
    .contact-img-part {
        width: 7%;
    }

    .contact-img-msg {
        margin-right: 14px;
    }

    .et_pb_row .contact-col {
        width: 100%;
    }

    .contact-img-part {
        margin-top: 1%;
    }
}

@media (max-width: 480px) {
    footer .nf-field-container .nf-field-label {
        margin-bottom: -20px !important;
    }

    p.work-subtitle {
        position: relative;
    }

    .latest-work-list {
        column-count: 1;
    }

    .work-img {
        text-align: center;
    }

    #ninja_forms_required_items,
    .nf-field-container {
        margin-bottom: 10px !important;
    }

    .latest-work-list .work-img h3 {
        font-size: 25px;
    }

    .et_pb_text_0_tb_footer h2,
    .et_pb_text_2_tb_footer h2 {
        font-size: 32px !important;
    }

    .contact-img-part {
        width: 20%;
    }

    .contact-img-msg {
        width: 18%;
    }

    .latest-work-list .work-img {
        width: 100%;
    }

    .latest-work-list .work-img img {
        width: 100%;
    }
}

@media (max-width: 375px) {
    a.load-more {
        padding: 24px 35px;
    }

    footer .et_pb_text_inner.et_multi_view_swapped {
        padding-right: 27px;
    }
}

@media only screen and (max-width: 1199px) {
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        /* font-size: 24px !important; */
    }
}

@media only screen and (max-width: 990.99px) {
    h1.page-title {
        font-size: 2.813rem;
    }
}

@media only screen and (max-width: 767.99px) {
    h1.page-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 520px) {
    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        padding: 0 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    ul#menu-header-menu li a {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 1440px) {
    ul#menu-header-menu li a {
        font-size: 30px !important;
    }

    ul#menu-header-menu li a::before {
        bottom: 15px;
    }
}


/* New Design Styles 2026 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
}

ul#menu-header-menu li a {
    font-family: var(--font-heading) !important;
    letter-spacing: 1px;
}

ul#menu-header-menu li a:before {
    background: var(--black) !important;

}

.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 4rem !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 0.9;
}

/* header .global-header .et_pb_menu__logo-wrap {
  padding-left: 1rem;
} */

ul#menu-header-menu li a {
    /* padding: 1.875rem 0 0 !important; */
    padding: 0 0 !important;
}

.page-id-2024 #page-container header,
.page-id-1900 #page-container header {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.page-id-2024 ul#menu-header-menu li a:before {
    background: var(--white) !important;
}

.page-id-2024 ul#menu-header-menu li a {
    color: var(--white) !important
}

/* Hide Footer From Homepage */
.page-id-1900 .footer-bottom-logo {
    display: none;
}

.contact-details h3 {
    font-size: 3.5rem;
    text-decoration: none;
}


.page-id-1900 #page-container #et-main-area footer,
.page-id-2024 #page-container #et-main-area footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-id-2024 #page-container #et-main-area footer {
    display: none;
}

.page-id-2024 #page-container #et-main-area footer p {
    color: var(--white);
}

/* About Animation Effect */

.about-marquee {
    overflow: hidden;
    width: 100%;
}

.about-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.about-marquee-text {
    white-space: nowrap;
    font-size: 7rem;
    line-height: 0.9;
    font-weight: 300 !important;
    text-transform: uppercase;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    color: var(--black);
    letter-spacing: -3px;
    font-family: var(--font-heading) !important;
}



/* End */
/* ul#menu-header-menu li a::before {
  bottom: 0.75rem;
} */
ul#menu-header-menu li a::before {
    bottom: 2px;
}

/* About us page wrapper */
.about-content-wrapper h1 {
    font-size: 4rem;
    line-height: 1.2;
    font-family: var(--font-body) !important;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    color: var(--black);
}

.about-content-wrapper p {
    font-size: 1.125rem;
    line-height: 1.2;
    color: var(--black);
    padding: 0;
    margin-bottom: 1.25rem;
}

.about-content-wrapper a {
    color: var(--black);
    opacity: 0.8;
}

#main-content .about-owner {
    display: flex;
    align-items: center;
}

.about-bottom-slogan h2 {
    font-size: 4.5rem;
    font-family: var(--font-body) !important;
    color: var(--black);
}

.contact-details p {
    padding: 0;
    margin-bottom: 0;
    color: var(--black);
    font-weight: 600;
    text-align: center;
}

.contact-details p a {
    color: var(--black) !important;
}

/* .founder-image-wrapper .et_pb_image_wrap {
  padding: 0.3rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
/* .founder-image-wrapper .et_pb_image_wrap {
  position: relative;
  width: 300px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.founder-image-wrapper .et_pb_image_wrap::before,
.founder-image-wrapper .et_pb_image_wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 14px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.6);
  transform: rotate(-4deg);
}

.founder-image-wrapper .et_pb_image_wrap::after {
  right: 10px;
  left: auto;
  transform: rotate(4deg);
} */

.founder-image-wrapper .et_pb_image_wrap {
    position: relative;
    width: 300px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.founder-image-wrapper .et_pb_image_wrap::before,
.founder-image-wrapper .et_pb_image_wrap::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 14px;
    left: 1px;
    width: 50%;
    height: 20%;
    max-width: 100%;
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.2);
    transform: rotate(-4deg);
}

.founder-image-wrapper .et_pb_image_wrap::after {
    right: 1px;
    left: auto;
    transform: rotate(4deg);
}

/* End */

/* new Footer style */

.home-banner {
    background-size: 40% !important;
}

.et_pb_section_1_tb_footer.footer-wrap {
    padding: 0 0 10px 0 !important;
}


.page-id-2024 #page-container header .et_pb_menu__logo img,
.page-id-1927 #page-container header .et_pb_menu__logo img {
    height: 95px;
    width: auto !important;
}

.page-id-1900 #page-container header .et_pb_menu__logo img {
    height: 75px;
    width: auto !important;
}

.page-id-1927 #page-container header .et_pb_menu__logo img {
    filter: invert(1);
}

.page-id-1927 #page-container footer {
    display: none;
}

.showreel-main-heading h1 {
    font-weight: 300 !important;
}

.et_pb_section_1_tb_footer.footer-wrap .et_pb_column.et_pb_column_1_3 {
    flex: unset !important;
}

header.et-l--header .et_pb_section {
    background-color: transparent;
    position: fixed !important;
    /* width: 100%; */
    right: 20px;
    top: 20px;
    z-index: 99;
}



/* new text animation */
/* .typewrite-text-section .et_pb_code_inner {
    display: flex;
}

.typewrite-text-wrapper {
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
}

.typewrite-text-wrapper h2 {
    font-family: var(--font-body) !important;
    line-height: 1;
    font-size: 80px;
    color: #000;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    margin: 0;
}

.static {
    color: #fff;
}

.dynamic {
    color: #fff;
}

.highlight {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
    width: 0;
    background: #000;
    z-index: 1;
    transition: width 0.3s ease;
} */

/* End  */

/* New text animation css  */
/* .typewrite-text-wrapper {
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
}

.typewrite-text-wrapper h2 {
    font-size: 110px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    font-family: var(--font-body) !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.typewrite-text-wrapper .text {
    color: #000;
    transition: color 0.3s ease;
}

.typewrite-text-wrapper span.text.dynamic {
    margin-left: -12px;
}

.highlight-text {
    color: #fff !important;
} */


/* .highlight {
    position: absolute;
    left: 0;
    top: 50%;
    height: 140px;
    background: #000;
    border-radius: 6px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left;
    transition: transform 1s ease;
    z-index: 1;
    width: 0;
} */


/* .cursor {
    display: inline-block;
    width: 7px;
    height: 120px;
    background: #000;
    margin-left: 3px;
    vertical-align: bottom;
    animation: blink 0.7s infinite;
}

.highlight-text~.cursor {
    background: #fff;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
} */

/* End  */

.wrapper {
    position: relative;
    font-size: clamp(24px, 5vw, 110px);
    white-space: nowrap;
    line-height: 1;
    /* text-align: center; */
    font-family: var(--font-body);
    font-weight: 700;
    display: flex;
}

.text {
    position: relative;
    color: #000;
    line-height: 1.1;
}

/* Highlight layer */
.text.highlight::before {
    content: attr(data-text);
    position: absolute;
    left: -20px;
    top: -5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 115%;
    width: var(--highlight-width, 0px);
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    color: #fff;
    border-radius: 8px;
    transition: width 0.4s ease;
}

/* Cursor */
.cursor {
    display: inline-block;
    width: 5px;
    height: clamp(24px, 5vw, 110px);
    position: relative;
    /* top: 5px; */
    /* margin-left: 10px; */
    animation: blink .7s infinite;
    background: #000;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

/* ___________  */

.about-image-wrapper .right-img-col {
    height: 100%;
}

.about-image-wrapper .right-img-col .et_pb_image_wrap {
    height: 100%;
}

.about-image-wrapper .right-img-col .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
}

.contact-link-wrapper h4 {
    font-family: var(--font-body) !important;
    text-align: center;
}

.about-heading-wrapper h5 {
    font-family: var(--font-body) !important;
    color: var(--black);
    width: 80%;
}

.bottom-contact-image-wrapper .et_pb_image_wrap {
    text-align: center;
}

.about-content-section .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0 4.5%;
}

.about-content-section .et_pb_row .et_pb_text p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.bottom-contact-image-wrapper .et_pb_image_wrap img {
    width: 75%;
}

/* Logo smooth fade & slide */
.custom-logo-wrapper .et_pb_image_wrap img {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.logo-hide {
    opacity: 0 !important;
    transform: translateY(-20px);
    pointer-events: none;
    /* optional: prevent clicks while hidden */
}

/* Text subtle dots animation */
.animated-text-dots {
    font-size: clamp(32px, 5vw, 110px);
    font-weight: 700;
    font-family: var(--font-body) !important;
    color: var(--black);
    text-align: center;
    display: flex;
    justify-content: center;
}

.dots span {
    display: inline-block;
    animation: bounce 1.5s infinite ease-in-out;
}

.dots span:nth-child(1) {
    animation-delay: 0s;
}

.dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    60%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-6px);
    }
}

/* ----------------- End ------------------- */
/* -------------------------- Text reveal section animation ----------------------- */
.stm-line-reveal-section {}

.stm-line-reveal-wrapper {}

.stm-line {
    font-size: clamp(24px, 3.5vw, 90px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--black);
    padding-bottom: 15px;
    margin: 0;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

/* When active */
.stm-line.stm-visible {
    opacity: 1;
    transform: translateX(0);
}

/* -------------------------- End -----------------------------------  */

/* -------------------------- New Scrolling Effect Css ---------------------------- */

/* .fullpage-section {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.fullpage-section-inner {
    width: 100%;
    height: 100%;
} */

/* .fullpage-section {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fullpage-section-inner {
    width: 100%;
    height: 100%;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

/* ===== BASE RESETS =====  06*/
/* html,
body {
    overflow: hidden !important;
    height: 100% !important;
    height: -webkit-fill-available !important;
    overscroll-behavior: none;
    touch-action: none;
}
#fullpage-viewport {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    z-index: 1;
}

#fullpage-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
}

.fullpage-section {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
}

.fullpage-section-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.fullpage-section.is-tall {
    overflow: hidden;
}

.fullpage-section.is-tall .fullpage-section-inner {
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 980px) {
    .fullpage-section-inner {
        padding: 40px 20px;
        justify-content: flex-start;
        padding-top: 60px;
    }

    .fullpage-section.is-tall .fullpage-section-inner {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .fullpage-section-inner {
        padding: 20px 16px;
        padding-top: 50px;
    }

    .fullpage-section.is-tall .fullpage-section-inner {
        padding-top: 50px;
    }
} */
/* error 404 css  */
.error404 #page-container,
.error404 #et-boc,
.error404 #et-main-area,
.error404 #main-content {
    height: 100% !important;
    visibility: unset !important;
    overflow: unset !important;
}

/* ===== HIDE DIVI CONTAINER ===== */
html,
body {
    overflow: hidden !important;
    height: 100% !important;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none;
    touch-action: none;
    margin: 0 !important;
    padding: 0 !important;
}

#page-container,
#et-boc,
#et-main-area,
#main-content {
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

/* ===== FIXED HEADER — sits above everything ===== */
header.et-l--header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* ===== LOGO OPACITY TRANSITION ===== */
header.et-l--header .et_pb_image_wrap img,
header.et-l--header .et_pb_image {
    transition: opacity 0.5s ease;
}

header.et-l--header.logo-hidden .et_pb_image_wrap img,
header.et-l--header.logo-hidden .et_pb_image {
    opacity: 0 !important;
    pointer-events: none;
}

header.et-l--header.logo-visible .et_pb_image_wrap img,
header.et-l--header.logo-visible .et_pb_image {
    opacity: 1 !important;
}

/* ===== FULLPAGE VIEWPORT ===== */
#fullpage-viewport {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
    z-index: 9999 !important;
    visibility: visible !important;
}

/* ===== SLIDER ===== */
#fullpage-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
}

/* ===== EACH SECTION ===== */
.fullpage-section {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    visibility: visible !important;
}

/* ===== INNER CONTENT ===== */
.fullpage-section-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    visibility: visible !important;
}

/* ===== TALL SECTION ===== */
.fullpage-section.is-tall .fullpage-section-inner {
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fp-animate {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.fp-animate.from-left {
    transform: translateX(-60px);
}

.fp-animate.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* ===== TABLET ===== */
@media (max-width: 980px) {
    .fullpage-section-inner {
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        /* padding-top: 60px; */
    }

    .fullpage-section.is-tall .fullpage-section-inner {
        /* padding-top: 60px; */
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .fullpage-section-inner {
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        padding-top: 50px;
    }

    .fullpage-section.is-tall .fullpage-section-inner {
        /* padding-top: 50px; */
    }
}

/* ------------------------- End ------------------------- */
/* -------------------------- Responsive CSS New ------------------------------- */
@media (min-width: 981px) {
    .meet-the-founder-wrapper .et_pb_row {
        display: flex;
        justify-content: space-between;
    }

    .meet-the-founder-wrapper .et_pb_row:after {
        display: none;
    }

    .et_pb_section_1_tb_footer.footer-wrap .et_pb_column.et_pb_column_1_3 {
        width: 33.33%;
        margin-right: 0;
    }

    .et_pb_gutters3 .meet-the-founder-wrapper .et_pb_column_2_3 {
        width: 52% !important;
    }

    .et_pb_gutters3 .meet-the-founder-wrapper .et_pb_column_1_3 {
        width: 34% !important;
    }

    .et_pb_section_1_tb_footer.footer-wrap .et_pb_row_0_tb_footer {
        display: flex;
        align-items: flex-end;
    }

    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
        margin-right: 20px;
        width: 55%;
    }

    .et_pb_row_inner .et_pb_column.et-last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        width: 41% !important;
    }

    .about-content-section .et_pb_text p {
        font-size: 16px;
    }

    .custom-logo-wrapper .et_pb_image_wrap img {
        width: 140px;
    }

    .bottom-contact-image-wrapper .et_pb_image_wrap img {
        width: 50%;
    }

    .et_pb_section.text-typing-wrapper {
        padding: 30vh 0;
    }

    .about-marquee-wrapper {
        /* padding: 12vh 0 !important; */
        padding: 15vh 0 !important;
    }

    .about-content-section .et_pb_column {
        width: 56% !important;
        padding: 0 !important;
    }

    .about-content-section .et_pb_column.et-last-child {
        width: 41% !important;
        padding: 0 !important;
    }

    .about-content-section .et_pb_column.et-last-child .et_pb_row_inner {
        padding: 0 !important;
    }

}

@media (min-width:1280px) {
    .about-marquee-wrapper {
        /* padding: 12vh 0 !important; */
        padding: 15vh 0 !important;
    }

    .about-content-section .et_pb_text p {
        font-size: 18px;
    }


}

@media (min-width: 1440px) {
    .et_pb_gutters3 .meet-the-founder-wrapper .et_pb_column_2_3 {
        width: 53%;
    }

    .et_pb_gutters3 .meet-the-founder-wrapper .et_pb_column_1_3 {
        width: 28%;
    }

    .contact-details p {
        font-size: 2rem;
    }

    .about-content-section .et_pb_text p {
        font-size: 20px;
        line-height: 1.3;
        padding-bottom: 15px !important;
    }

    .custom-logo-wrapper .et_pb_image_wrap img {
        width: 155px;
    }

    .bottom-contact-image-wrapper .et_pb_image_wrap img {
        width: 55%;
    }
}

@media (min-width: 1600px) {
    .home-banner {
        background-size: 43% !important;
    }

    .about-content-wrapper h1 {
        font-size: 6rem;
    }

    .about-content-wrapper p {
        font-size: 1.5rem;
    }

    .about-bottom-slogan h2 {
        font-size: 5.5rem;
    }

    .contact-details p {
        font-size: 2.5rem;
    }

    .et_pb_gutters3 .meet-the-founder-wrapper .et_pb_column_2_3 {
        width: 52% !important;
    }

    .et_pb_gutters3 .meet-the-founder-wrapper .et_pb_column_1_3 {
        width: 34% !important;
    }

    .about-content-section .et_pb_text p {
        font-size: 24px;
        line-height: 1.3;
        padding-bottom: 15px !important;
    }

    .custom-logo-wrapper .et_pb_image_wrap img {
        width: 210px;
    }

    .bottom-contact-image-wrapper .et_pb_image_wrap img {
        width: 75%;
    }

    .et_pb_section.text-typing-wrapper {
        padding: 35vh 0;
    }

    .about-content-section .et_pb_column {
        width: 59% !important;
    }

    .about-content-section .et_pb_column.et-last-child {
        width: 38% !important;
    }

    .about-content-section .et_pb_row {
        padding-top: 10px;
    }

}

@media (min-width: 1700px) and (max-width: 1830px) {

    .about-heading-wrapper h5 {
        font-size: 52px !important;
    }
}

@media (min-width:1600px) and (max-width:1780px) {
    .about-content-wrapper h1 {
        font-size: 5.4rem;
    }

    .about-content-section .et_pb_text p {
        font-size: 21px;
        line-height: 1.3;
        padding-bottom: 15px !important;
    }

    .hero-banner-wrapper .et_pb_image {
        width: 65%;
    }


}





@media (min-width:1700px) {
    .about-marquee-text {
        font-size: 9rem;
    }
}

@media (min-width:1800px) {
    .about-marquee-text {
        font-size: 10rem;
        line-height: 0.9;
    }

    .meet-the-founder-wrapper {
        padding-top: 100px !important;
    }

    .global-header .et_pb_menu__logo-wrap .et_pb_menu__logo {
        width: 350px !important;
    }

    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 5.5rem !important;
    }

    ul#menu-header-menu li a::before {
        /* bottom: 1.35rem; */
    }

    .page-id-2024 #page-container header .et_pb_menu__logo img,
    .page-id-1927 #page-container header .et_pb_menu__logo img {
        height: 110px;
        width: auto !important;
    }

    .page-id-1900 #page-container header .et_pb_menu__logo img {
        height: 95px;
        width: auto !important;
    }

    .hero-banner-wrapper .et_pb_image {
        width: 80%;
    }
}

@media (min-width:2000px) {
    .about-marquee-text {
        font-size: 12.5rem;
        line-height: 0.9;
    }
}

@media (max-width: 1700px) {
    .about-heading-wrapper h5 {
        font-size: 48px !important;
    }
}

@media (max-width: 1550px) {
    .about-heading-wrapper h5 {
        font-size: 38px !important;
    }

    .hero-banner-wrapper .et_pb_image_0 {
        width: 55%;
    }

    .typewrite-text-wrapper h2 {
        font-size: 80px;
    }

    .typewrite-text-wrapper .highlight {
        height: 120px;
    }

    .typewrite-text-wrapper .cursor {
        height: 90px;
        width: 6px;
    }

    .typewrite-text-wrapper span.text.dynamic {
        margin-left: -10px;
    }
}

@media (max-width: 1350px) {
    .about-heading-wrapper h5 {
        font-size: 36px !important;
    }

    .stm-line {
        font-size: 52px;
    }
}

@media (max-width: 1280px) and (min-width: 991px) {
    .about-marquee-wrapper.et_pb_section {
        padding: 8% 0;
    }


    .about-content-section .et_pb_column.et-last-child {
        width: 48% !important;
    }
}

@media screen and (max-width: 1200px) {
    /* ul#menu-header-menu li a::before {
    bottom: 0;
  } */

    .about-content-wrapper h1 {
        font-size: 3.4rem;
    }

    .about-content-wrapper p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .about-heading-wrapper h5 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 3.5rem !important;
        font-family: var(--font-heading) !important;
        padding: 1.4rem 0;
    }

    .typewrite-text-wrapper h2 {
        font-size: 56px;

    }

    .typewrite-text-wrapper .highlight {
        height: 90px;
    }

    .typewrite-text-wrapper span.text.dynamic {
        margin-left: -8px;
    }

    .typewrite-text-wrapper .cursor {
        height: 65px;
        width: 5px;
    }

    /* ul#menu-header-menu li a::before {
    bottom: 0;
  } */
}

@media(max-width: 1024px) {
    .about-marquee .about-marquee-text {
        font-size: 6rem !important;
    }

    .custom-logo-wrapper .et_pb_image_wrap img {
        width: 110px;
    }
}

@media (max-width: 990px) {
    .page-id-2024 span.mobile_menu_bar {
        color: var(--white) !important;
    }

    .page-id-2024 span.mobile_menu_bar:before {
        color: var(--white) !important;
    }

    .et_pb_section_1_tb_footer.footer-wrap .et_pb_column.et_pb_column_1_3 {
        width: 33.33% !important;
        margin-right: 0;
        margin-bottom: 0 !important;
        flex: unset !important;
    }

    .et_pb_section_1_tb_footer.footer-wrap .et_pb_row_0_tb_footer {
        display: flex;
        align-items: center;
    }

    .about-bottom-slogan h2 {
        font-size: 3.5rem;
    }

    .home-banner {
        background-size: 100% !important;
    }

    .page-id-2024 #page-container header .et_pb_menu__logo img,
    .page-id-1927 #page-container header .et_pb_menu__logo img {
        height: 90px;
        width: auto !important;
    }

    .page-id-1900 #page-container header .et_pb_menu__logo img {
        height: 75px;
        width: auto !important;
    }

    .global-header .et_pb_menu__logo-wrap .et_pb_menu__logo {
        padding-left: 1.25rem;
    }

    .about-heading-wrapper h5 {
        font-size: 28px !important;
        width: 85%;
    }

    .hero-banner-wrapper .et_pb_image_0 {
        width: 100%;
    }

    .animated-text-dots {
        font-size: 52px;
    }

    .about-content-section .et_pb_column.et-last-child .et_pb_row_inner {
        padding-top: 0 !important;
    }

}

@media (max-width: 768px) {
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 3rem !important;
    }

    .about-marquee .about-marquee-text {
        font-size: 4.6rem !important;
    }

    .about-bottom-slogan h2 {
        font-size: 2.8rem;
    }

    .page-id-2024 #page-container header .et_pb_menu__logo img,
    .page-id-1927 #page-container header .et_pb_menu__logo img {
        height: 82px;
        width: auto !important;
    }

    .page-id-1900 #page-container header .et_pb_menu__logo img {
        height: 65px;
        width: auto !important;
    }

    .custom-logo-wrapper .et_pb_image_wrap img {
        width: 100px;
    }

    header.et-l--header .et_pb_section {
        right: 5px;
        top: 5px;
    }

    .typewrite-text-wrapper h2 {
        font-size: 42px;
    }

    .typewrite-text-wrapper span.text.dynamic {
        margin-left: -5px;
    }

    .typewrite-text-wrapper .cursor {
        height: 52px;
        width: 4px;
    }

    .typewrite-text-wrapper {
        padding: 20px;
    }

    .about-heading-wrapper h5 {
        width: 95%;
    }

    .stm-line {
        font-size: 45px;
    }
}

@media (max-width:580px) {
    .about-marquee .about-marquee-text {
        font-size: 3.5rem !important;
    }

    .about-bottom-slogan h2 {
        font-size: 2.2rem;
    }

    .footer-bottom-logo img {
        width: 60px;
    }

    .footer-bottom-copyrights img {
        width: 90px;
    }

    .footer-bottom-logo,
    .footer-bottom-copyrights {
        display: flex;
        justify-content: center;
    }

    .about-marquee-text {
        letter-spacing: 0px;
    }

    .custom-logo-wrapper .et_pb_image_wrap img {
        width: 80px;
    }

    .about-heading-wrapper h5 {
        width: 100%;
        font-size: 20px !important;
    }

    .bottom-contact-image-wrapper .et_pb_image_wrap img {
        width: 100%;
    }

    .typewrite-text-wrapper h2 {
        font-size: 35px;
    }

    .typewrite-text-wrapper span.text.dynamic {
        margin-left: -4px;
    }

    .typewrite-text-wrapper .cursor {
        height: 45px;
        width: 4px;
    }

    .wrapper .cursor {
        width: 3px;
        margin-left: 0;
    }

    .stm-line {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .typewrite-text-wrapper h2 {
        font-size: 28px;
    }

    .typewrite-text-wrapper .cursor {
        height: 38px;
        width: 3px;
    }

    .typewrite-text-wrapper {
        padding: 18px 15px;
    }

    .stm-line {
        font-size: 30px;
    }

    .animated-text-dots {
        font-size: 40px;
    }
}

@media (max-width: 380px) {
    .typewrite-text-wrapper h2 {
        font-size: 25px;
    }

    .typewrite-text-wrapper .cursor {
        height: 34px;
    }

    .wrapper {
        font-size: 22px;
    }

    .stm-line {
        font-size: 27px;
    }


}

@media (max-width:768px) {



    .text.highlight::before {
        left: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* End */