/*
Theme Name: Divi Child
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: LEIS
*/

.popup-search-icon {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.popup-search-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.popup-search-overlay.active {
    display: flex;
}

.popup-search-box {
    background: white;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

.popup-search-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.popup-search-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup-search-input {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #ddd;
    outline: none;
}

.popup-search-submit {
    padding: 12px 20px;
    background-color: #000000;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.popup-search-submit:hover {
    background-color: #2c2c2c;
}

/*Homepage*/

.overflow-hidden {
    overflow: hidden;
}

.marquee {
    font-size: 9vw;
    color: #fff;
    height: 9vw;
    overflow: hidden;
    position: relative;
    font-family: 'Anton';
    stroke-width: 1px;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100% 0;
    background-image: linear-gradient(109deg, #00000000 50%, transparent 50%);
    -webkit-text-stroke: .4px #ffffff80;
    color: #00000000 !important;
}

.marquee div {
    width: 200%;
    position: absolute;
    animation: marquee 12s linear infinite;
    display: flex;
    white-space: nowrap;
    top: 4vw;
    text-transform: uppercase;
    gap: 20px;
}



/* keyframe */
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee1 {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

.link_list_footer ul {
    padding: 0;
    list-style: none;
}

.link_list_footer ul a {
    color: #fff;
}

.link_list_footer ul a:hover {
    color: #f00;
    transition: all 0.5s ease;
}

/* Header Start */
.loc_mail_phn {
    display: flex;
    gap: 30px;
}

.loc_mail_phn .et_pb_blurb_container {
    padding-left: 0px;
}

.loc_mail_phn>div {
    margin-bottom: 0 !important;
}

.header_nm_social {
    max-width: calc(100% - 160px) !important;
}

.search_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
}

.naviation_cta .et_pb_menu__logo img {
    height: 130px !important;
    object-fit: contain;
    padding: 11px;
}

.naviation_cta .et_pb_menu__logo {
    position: absolute;
    top: -63px;
    border-right: 1px solid rgba(112, 112, 112, 0.55);
    left: -410px;
}

.page-id-11 .search_btn .request-quote-btn {
    background-color: #00000000;
    transition: all 0.3s ease-in-out;
}
.page-id-11 .search_btn .request-quote-btn:hover {
    background-color: #0000;
    transition: all 0.3s ease-in-out;
}


.naviation_cta .naviagtion_header {
    padding-left: 160px !important;
}

.naviation_cta {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.et_pb_column--with-menu {
    z-index: 2;
}

/* Header End */

/*Accrodian start*/
.cs_accordian .et_pb_toggle.et_pb_module.et_pb_accordion_item {
    padding: 0;
    margin-bottom: 40px;
}

.cs_accordian .et_pb_toggle.et_pb_module.et_pb_accordion_item h5.et_pb_toggle_title {
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 25px;
}

/*Accrodian End*/
/*Project slider start*/
.myProjectSlider .overlay-text {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    padding: 70px 30px;
    color: #fff;
    font-family: 'Jost';
    font-size: 16px;
    transition: 1s all;
    background: #000 !important;
    height: 100%;
}
.myProjectSlider h3.default-heading-range {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 30px;
}
img.logo-slid {
    position: absolute;
    z-index: 99;
    top: 10px;
    width: 50px;
    left: 10px;
}

.myProjectSlider .swiper-slide:hover .overlay-text {
    top: 0;
    transition: 1s all;
}

.myProjectSlider a.button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 8px 50px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

.myProjectSlider a.button:hover {
    background: #fff;
    color: #000;
}

.myProjectSlider h3 {
    color: #fff;
    font-family: 'Anton';
    font-size: 40px;
    margin-bottom: 20px;
}

/*Project slider End*/
/*Popup search Start*/
.popup-search-icon img {
    width: 22px;
    height: 22px;
}

.popup-search-icon {
    margin-right: 25px;
}

/*Popup search End*/
/*Testimonial start */
.wpmtst-testimonial-inner.testimonial-inner {
    display: flex !important;
    flex-direction: column;
    max-width: 1024px;
    margin: auto;
}

/*.wpmtst-testimonial-inner.testimonial-inner .strong-rating-wrapper .star svg path {
    fill: #ffffff;
}*/

.wpmtst-testimonial-inner.testimonial-inner .strong-rating-wrapper .star svg {
    width: 26px;
}

.wpmtst-testimonial-content.testimonial-content {
    margin-top: 20px;
}

.wpmtst-testimonial-content.testimonial-content p {
    font-size: 24px;
    font-family: 'Jost';
    color: #fff;
    font-weight: 400;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-size: 20px !important;
    color: #fff;
    font-family: 'Jost';
    margin-top: 30px;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    order: unset !important;
}

.wpmtst-testimonial-inner.testimonial-inner .wpmtst-testimonial-field.testimonial-field {
    order: -1;
}

.form_col_home input{
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Jost';
    border-bottom: 1px solid #9f9f9f;
}
.form_col_home textarea {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Jost';
    border-bottom: 1px solid #9f9f9f;
    height: 100px;
}
.form_col_home input.wpcf7-submit {
    width: auto;
    background: #000;
    border: none;
    padding: 10px 40px;
    border-radius: 100px;
    cursor: pointer;
}
.form_col_home input.wpcf7-submit:hover {
    width: auto;
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}
/*Testimonial End */

.roof-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
    justify-content: space-between;
}

.roof-section .roof-content {
    flex: 1 1 35%;
    max-width: 35%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.roof-content h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'Jost';
    color: #000;
}

.roof-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.roof-image-container {
    position: relative;
    flex: 1 1 65%;
    max-width: 65%;
}

.roof-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.why-composite .et_pb_tabs {
    border: none;
}
.why-composite ul.et_pb_tabs_controls {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
.why-composite ul.et_pb_tabs_controls li {
    border: none;
}
 ul.et_pb_tabs_controls:after {
   border-top: none; 
    /* content: "";
    display: block;
    visibility: visible;
    position: relative;
    top: -1px;
    z-index: 9;*/
}
.et_pb_code_0_tb_footer .wpcf7-form {
    display: flex;
}
.et_pb_code_0_tb_footer .wpcf7-form input.wpcf7-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #fff;
    width: 100%;
    cursor: pointer;
}

.et_pb_code_0_tb_footer .wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f00;
    transition: all 0.5s ease;
}
#tabs {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-around;
  z-index: 9999;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    width: 24.9%;
    text-align: center;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}
.tab.active {
    background-color: #c60909;
    color: #fff;
    border-radius: 0;
}
.tab-section {
  min-height: auto;
}
.tab-menu {
    position: relative;
    background: #000;
    z-index: 999;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-menu.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/******************* product page css start ****************/

.acf-tab-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: no-repeat;
    z-index: 999;
    padding: 0px !important;
    background-color: #000;
    justify-content: center;
}

.acf-tab-btn {
    padding: 10px 20px;
    cursor: pointer;
    background: #ffffff;
    margin-right: 5px;
    border-radius: 0;
    list-style: none !important;
    color: #000;
}

.acf-tab-btn.active {
    background: #333;
    color: #fff;
}

.acf-tab-content {
    display: none;
    text-align: center;
}

.acf-tab-content.active {
    display: block;
}
.acf-tab-content h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
}
.acf-tab-content p {
    color: #fff;
    text-align: center;
}
.acf-tab-content h2 {
    color: #fff;
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
}

.acf-tab-content img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.nested-tab-buttons {
    margin-top: 20px;
    text-align: center;
}

.nested-tab-btn {
    padding: 8px 16px;
    margin-right: 5px;
    cursor: pointer;
    background: #ffffff;
    border: none;
    border-radius: 0;
}
.acf-tab-content .nested-tab-contents {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.acf-tab-content .measurement-tab-section h4 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.nested-tab-btn.active {
    background: #333;
    color: #fff;
}

.nested-tab-content {
    display: none;
    margin-top: 15px;
}

.nested-tab-content.active {
    display: block;
}

.measure-tabs {
    display: inline-flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.measure-tabs li {
    padding: 8px 20px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 0;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    list-style: none;
}

.measurement-tab-section .tab-content {
    background: #fff;
    padding: 20px;
    color: #000;
}

ul.measure-tabs {
    padding: 0px;
    justify-content: center;
    width: 100%;
}

.measure-tabs li.active {
    background: #333;
    color: #fff;
}
.measurement-tab-section .tab-content h5 {
    color: #000;
}
.measurement-tab-section .tab-content p {
    color: #000;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.measurement-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.measure-item {
    flex: 1 1 120px;
    text-align: center;
}

.custom-buttons-wrapper {
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 20px;
}

.btn-link-wrapper {
    margin-bottom: 10px;
}

.disclaimer-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #333;
    padding: 10px 25px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #333;
}
.disclaimer-link:hover {
    color: #ffffff;
    background: #000;
    border: 1px solid #fff;
    transition: all 0.5s ease;
}
.btn-group {
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-btn {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #000000;
}
a.custom-btn.trigger-availability-popup:hover {
    background: #fff;
    color: #000;
}

.btn-dark {
    background: #333;
}

.btn-dark:hover {
    background: #000;
}

.btn-purple {
    background: #fff;
    color: #000;
}
.button-row.center a.btn.purple-btn {
    background: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.btn-purple:hover {
    background: #000;
    color: #fff;
}
.page-id-11 .header_sec {
    position: absolute;
    width: 100%;
}

.t-btns a {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    font-weight: 500;
    display: initial;
    margin-right: 10px;
}
.t-btns a:hover {
    color: #000;
    transition: all 0.5s ease;
    background: #fff;
    border: 1px solid #000;
}
.gallery-slide img {
    height: 300px !important;
}
.et_pb_code_0_tb_footer .wpcf7-form .wpcf7-response-output {
    position: absolute;
    top: 18px;
    background: #fff;
    border: none;
    color: #000;
}

.made-with-love {
    color: #fff;
}
.made-with-love a {
    color: #fff;
}
.made-with-love a:hover {
    color: #f00;
}
.et_pb_row_2_tb_footer p a {
    color: #fff;
}
.et_pb_row_2_tb_footer p a:hover {
    color: #f00;
}

.mfp-image-holder .mfp-close {
    opacity: 1;
    color: #f00;
}
.interior-section.four-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.interior-section.four-column .interior-box.center {
    width: 49%;
}
.interior-section.four-column .interior-box.center button.view-full-img {
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    margin-top: 15px;
}
.interior-section.four-column .interior-box.center button.view-full-img:hover {
    border: 1px solid #fff;
    background: #000;
    color: #ffffff;
    transition: all 0.5s ease;
}
.acf-tab-content .Cta {
    margin-top: 60px;
}
.acf-tab-content  .custom-acf-swiper {
    padding: 30px 0px;
}
.acf-tab-content .custom-acf-swiper .swiper-wrapper img {
    border-radius: 0px;
    height: 230px;
    object-fit: cover;
    width: 100%;
}
.acf-tab-content .Cta {
    margin-top: 50px;
    border-top: 1px solid #fff;
    padding-top: 50px;
}
.interior-section.four-column .interior-box.center .interior-thumb {
    margin-bottom: 10px;
}
.acf-tab-content .virtual-tour-section {
    padding: 20px;
    background: #fff;
    text-align: center;
}
.acf-tab-content .virtual-tour-section .container {
    padding: 0px !important;
    max-width: 100%;
}
.acf-tab-content .virtual-tour-section .container h2.main-title {
    color: #000;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.acf-tab-content .virtual-tour-section .container span.subtitle {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.acf-tab-content .virtual-tour-section  a.custom-btn {
    margin-top: 15px;
    background: #000;
}
.acf-tab-content .virtual-tour-section  a.custom-btn:hover {
    background: #333;
}
.acf-tab-content .container::before {
    display: none;
}
.acf-tab-content .swiper-button-prev:after {
    font-size: 25px;
        color: #000;
}
.acf-tab-content .swiper-button-next:after {
    font-size: 25px;
        color: #000;
}
.acf-tab-content .key-appliances-slider-section {
    padding: 20px;
    background: #fff;
    text-align: center;
}
.acf-tab-content .key-appliances-slider-section .container {
    padding: 0px !important;
    max-width: 100%;
}
.acf-tab-content .key-appliances-slider-section .container h2.main-title {
    color: #000;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.acf-tab-content .key-appliances-slider-section .container p.subtitle {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px !important;
    margin: 0px !important;
}
.acf-tab-content .key-appliances-slider-section .container p.description {
    color: #000;
}
.acf-tab-content .key-appliances-slider-section .button-row a.btn.dark-btn {
    background: #000;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.5s ease;
}
.acf-tab-content .key-appliances-slider-section .button-row a.btn.dark-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    transition: all 0.5s ease;
}

.acf-tab-content .key-appliances-slider-section .button-row a.btn.purple-btn {
    background: #333;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #333;
    transition: all 0.5s ease;
}
.acf-tab-content .key-appliances-slider-section .button-row a.btn.purple-btn:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    transition: all 0.5s ease;
}
.acf-tab-content .key-appliances-slider-section .key-appliances-swiper .appliance-slide img {
    width: 100%;
    height: 250px;
    border-radius: 0;
    background-color: #333;
    object-fit: cover;
}
.acf-tab-content .key-appliances-slider-section .key-appliances-swiper h4 {
    color: #000;
    font-weight: 500 !important;
}
.acf-tab-content .key-appliances-slider-section .key-appliances-swiper p {
    color: #000;
    line-height: normal;
}
.mamame-slide-box {
    background: #fff;
    padding: 20px;
}
.mamame-slide-box  h3 {
    color: #000;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.mamame-slide-box p {
    color: #000;
}
.mamame-slide-box strong {
    color: #000;
}
.mamame-slide-text {
    color: #000;
}

.premium-feature-slider-wrap .button-row a.btn.dark-btn {
    background: #000;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.5s ease;
}
.premium-feature-slider-wrap .button-row a.btn.dark-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    transition: all 0.5s ease;
}

.premium-feature-slider-wrap .button-row a.btn.purple-btn {
    background: #333;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #333;
    transition: all 0.5s ease;
}
.premium-feature-slider-wrap .button-row a.btn.purple-btn:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    transition: all 0.5s ease;
}
.composite-slider-section {
    background: #ffffff !important;
    padding: 60px 0 !important;
    color: #000000 !important;
}
.acf-tab-content .composite-slider-section h2 {
    color: #000;
    margin-top: 12px;
    font-size: 25px;
    text-align: left;
}

.acf-tab-content .composite-slider-section p {
    color: #000;
    text-align: left;
}
.acf-tab-content .composite-slider-section ul {
    padding: 0px;
    text-align: left;
}
.acf-tab-content .composite-slider-section ul li{
    list-style: none;
}
.hotspot-zoom-image {
    top: 10% !important;
    left: 26% !important;
    margin-top: 0px !important;
}
.acf-tab-content .spec-tabs ul.tab-nav {
    margin-top: 20px;
}
.acf-tab-content .spec-tabs ul.tab-nav {
    margin-top: 20px;
    padding: 0px;
}
.acf-tab-content .spec-tabs ul.tab-nav li {
    list-style: none;
}
.acf-tab-content .spec-tabs .tab-content {
    background: #fff;
    padding: 20px;
    color: #000;
}
.acf-tab-content .spec-tabs .tab-content p {
    color: #000;
}
.acf-tab-content .spec-tabs ul.tab-nav li.active {
    background: #ffffff;
    color: #000;
    border-radius: 100px;
}
.acf-tab-content .spec-tabs ul.tab-nav li {
    background: #e2e0fa;
    color: #000;
    border-radius: 100px;
}
div#availabilityPopup .popup-content label {
    color: #000;
}
div#availabilityPopup .popup-content textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
}
div#availabilityPopup .popup-content  input.wpcf7-form-control {
    width: 100%;
    height: 30px;
    padding: 4px;
}
div#availabilityPopup .popup-content  select {
    width: 100%;
    height: 30px;
    padding: 4px;
}
div#availabilityPopup .popup-content .wpcf7-submit {
    width: auto !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 1px solid #000;
    background: #000;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
}
div#availabilityPopup .popup-content .wpcf7-submit:hover {
    width: auto !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100px;
    color: #000;
    transition: all 0.5s ease;
}
.appliance-slide {
    margin-top: 0px !important;
}
.close-popup {
    top: -10px !important;
    right: -10px !important;
    background: #f00 !important;
    box-shadow: none !important;
    color: #fff !important;
}
.feature-specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    text-align: left;
    margin-top: 40px;
}

.feature-div-box {
  flex: 1 1 120px;
  max-width: 180px;
}

.icon {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.feature-label {
  font-size: 14px;
  color: #fff;
}

.feature-text {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
/*footer.et-l.et-l--footer {
    position: relative;
    z-index: -1;
}*/
.popup-trigger-btn {
    color: #000;
    border: 1px solid #000;
}
.check-popup-trigger {
    display: inline-block;
    padding: 10px 25px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}


.acf-tab-content .Cta a.custom-btn.btn-dark {
    margin-top: 15px;
}
.mamame-slider-container {
    position: relative;
    overflow: hidden;
    background: #fff;
}
    .popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.request-quote-popup-content label {
    color: #000;
}
.request-quote-popup-content textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
}
.request-quote-popup-content  input.wpcf7-form-control {
    width: 100%;
    height: 30px;
    padding: 4px;
}
.request-quote-popup-content  select {
    width: 100%;
    height: 30px;
    padding: 4px;
}
.request-quote-popup-content .wpcf7-submit {
    width: auto !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 1px solid #000;
    background: #000;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
}
.request-quote-popup-content .wpcf7-submit:hover {
    width: auto !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100px;
    color: #000;
    transition: all 0.5s ease;
}
        .request-quote-popup-overlay {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
        }
        .request-quote-popup-overlay.active {
            display: flex;
        }
        .request-quote-popup-content {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            width: 90%;
            max-width: 600px;
            position: relative;
        }
.request-quote-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    background: #f00;
    padding: 5px;
    line-height: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
}
        .request-quote-btn {
            display: inline-block;
            padding: 12px 32px;
            border: 2px solid #fff;
            border-radius: 999px;
            background-color: #000;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }
        .request-quote-btn:hover {
            background-color: transparent;
            color: #fff;
            border-color: #fff;
        }



        .check-popup-trigger:hover {
            background-color: #fff;
            color: #000;
            border: 1px solid #000;
        }

        div#check-popup {
            display: none;
            position: fixed;
            z-index: 999999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
        }

        div#check-popup.active {
            display: flex;
        }

        div#check-popup .check-popup-content {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            width: 90%;
            max-width: 600px;
            position: relative;
        }

div#check-popup .check-close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    background: #f00;
    padding: 5px;
    line-height: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
 }
div#check-popup .check-popup-content label {
    color: #000;
}
div#check-popup .check-popup-content textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
}
div#check-popup .check-popup-content  input.wpcf7-form-control {
    width: 100%;
    height: 30px;
    padding: 4px;
}
div#check-popup .check-popup-content select {
    width: 100%;
    height: 30px;
    padding: 4px;
}
div#check-popup .check-popup-content .wpcf7-submit {
    width: auto !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 1px solid #000;
    background: #000;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
}
div#check-popup .check-popup-content .wpcf7-submit:hover {
    width: auto !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100px;
    color: #000;
    transition: all 0.5s ease;
}



/******************* media qurey start ******************/



@media (max-width:1250px){
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 17px !Important;
}
.loc_mail_phn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
div#banner-section h1 {
    font-size: 100px;
    padding: 0px;
    margin: 0px;
}
div#our-models h2 {
    font-size: 70px;
}
div#gemini-gallery h2 {
    font-size: 70px;
}
div#disclaimers-section h2 {
    font-size: 70px;
}

}

@media (max-width:1024px){
.header_nm_social {
    max-width: calc(100% - 0px) !important;
    border: none;
}
.loc_mail_phn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}
.naviation_cta .naviagtion_header {
    padding-left: 0px !important;
    margin-bottom: 0px;
}
.naviation_cta .et_pb_menu__logo {
    position: relative;
    top: 0;
    border-right: 0px solid rgba(112, 112, 112, 0.55);
    left: 0;
}
.social_header .et_pb_module.et_pb_text_align_right {
    text-align: center;
}
.naviation_cta .et_pb_menu__logo img {
    height: 100px !important;
    object-fit: contain;
    padding: 0;
}
.naviation_cta {
    border: none;
}
div#banner-section h1 {
    font-size: 80px;
    padding: 0px;
    margin: 0px;
}
.marquee {
    height: 11vw;
}
div#our-models h2 {
    font-size: 50px;
}
.myProjectSlider .overlay-text {
    padding: 20px;
    position: relative;
}
.myProjectSlider h3 {
    color: #fff;
    font-family: 'Anton';
    font-size: 30px;
    margin-bottom: 10px;
}
div#gemini-gallery h2 {
    font-size: 45px;
}
.interior-section.four-column .interior-box.center {
    width: 100%;
}
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
        width: 23.875%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }
    .align-center-div {
    align-items: center;
    display: flex;
}
}


@media (max-width: 767px) {
  .roof-section {
    flex-direction: column;
    padding: 0px;
  }

  .roof-content h2 {
    font-size: 28px;
  }

  .roof-content p {
    font-size: 16px;
  }
  div#banner-section h1 {
    font-size: 50px;
    padding: 0px;
    margin: 0px;
}
div#our-models h2 {
    font-size: 40px;
}
.why-composite .et_pb_tab {
    padding: 24px 00px;
}
.why-composite ul.et_pb_tabs_controls li a {
    padding: 10px;
}
.roof-section .roof-content {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 50px;
}
.roof-image-container {
    position: relative;
    flex: 1 1 100%;
    max-width: 100%;
}
div#gemini-gallery h2 {
    font-size: 40px;
}
.strong-view.wpmtst-bold.controls-type-sides .wpmtst-testimonial-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div#contact-section .et_pb_column_19 {
    background-size: cover;
}
div#disclaimers-section h2 {
    font-size: 40px;
}
.t-btns a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.tab {
    width: 49.9%;
}
.fblurb .et_pb_blurb_content {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.fblurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.acf-tab-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.acf-tab-content .custom-acf-swiper .swiper-wrapper img {
    border-radius: 0px;
    height: 150px;
}
.fblurb .et_pb_blurb_content {
    display: flex !important;
    justify-content: center;
}
.fblurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
}
.search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}
.tab-nav {
    flex-wrap: wrap;
}
}