/*
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.27.4.1765889886
Updated: 2025-12-16 12:58:06

*/



/* PlaywriteUS Trad – Thin */
@font-face {
    font-family: 'PlaywriteUS Trad';
    src: url('assets/fonts/PlaywriteUSTrad-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* PlaywriteUS Trad – Extra Light */
@font-face {
    font-family: 'PlaywriteUS Trad';
    src: url('assets/fonts/PlaywriteUSTrad-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* PlaywriteUS Trad – Light */
@font-face {
    font-family: 'PlaywriteUS Trad';
    src: url('assets/fonts/PlaywriteUSTrad-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* PlaywriteUS Trad – Regular */
@font-face {
    font-family: 'PlaywriteUS Trad';
    src: url('assets/fonts/PlaywriteUSTrad-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




/* Default: everything black & white */
 .et_pb_section,
.et_pb_section * {
    filter: grayscale(100%);
    transition: filter 0.9s ease;
} 

/*When section is hovered → ALL children get original color */
 .et_pb_section:hover,
.et_pb_section:hover * {
    filter: grayscale(0%);
} 

.headerSectioncolor,
.headerSectioncolor *,
.FooterStickMobmenu,
.FooterStickMobmenu * {
    filter: grayscale(0%) !important;
}

.headerSectioncolor {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    will-change: transform;

    background-color: transparent;
    transition: background-color 0.3s ease, transform 0.35s ease, opacity 0.35s ease;
}




/* After 200px scroll */


.headerSectioncolor.header-scrolled .headermenuctr {
    padding: 18px 5px 13px 5px !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px) !important;
    /* optional */
    -webkit-backdrop-filter: blur(6px) !important;
}

.headerSectioncolor.header-hide {
    transform: translateY(-100%);
    opacity: 0;
}

.headerSectioncolor.header-show {
    transform: translateY(0);
    opacity: 1;
}



.ckbtn-borderbt {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-width: 1px !important;
    padding-left: 0 !important;
    margin-left: 0.7em !important;

}


/* Ensure row uses flex correctly */
.ckctr {
    display: flex;
    flex-wrap: nowrap;
}

/* Column widths */
.ckctr .col1 {
    flex: 0 0 44.5% !important;
    width: 44.5% !important;
    max-width: 44.5% !important;
}

.ckctr .col2 {
    flex: 0 0 26.8% !important;
    width: 26.8% !important;
    max-width: 26.8% !important;
}

.ckctr .col3 {
    flex: 0 0 22.2% !important;
    width: 22.2% !important;
    max-width: 22.2% !important;
}

.designword {
    font-family: 'PlaywriteUS Trad', Helvetica, sans-serif !important;
    font-weight: 400;
    color: #EAC863;
}

.designwordwhite {
    font-family: 'PlaywriteUS Trad', Helvetica, sans-serif !important;
    font-weight: 400;
}




.featuregridctr {
    display: flex;
    flex-wrap: nowrap;
}

.featuregridctr .col1,
.featuregridctr .col3 {
    flex: 0 0 31.5% !important;
    width: 31.5% !important;
    max-width: 31.5% !important;
}

.featuregridctr .col2 {
    flex: 0 0 37% !important;
    width: 37% !important;
    max-width: 37% !important;
}


.blogctr article.et_pb_post {
    padding-bottom: 40px !important;
}


.blogctr article.et_pb_post .post-content {
    padding-top: 10px !important;
    padding-left: 20px;
}

.blogctr article.et_pb_post .post-content .more-link {
    text-transform: uppercase;
}




.blogctr article.et_pb_post .entry-title {
    padding-left: 20px;
}


.luxury-marquee {
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  position: relative;

  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/* Track moves both copies */
.luxury-track {
  display: flex;
  width: max-content;
  animation: luxuryScroll 18s linear infinite;
  will-change: transform;
}

/* Each copy */
.luxury-content {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Text */
.luxury-content span {
  font-size: 28px;
  color: #f5d36b;
  white-space: nowrap;
}

/* Star */
.luxury-content .star {
  font-size: 20px;
  margin: 0 6px;
}

/* Seamless animation: move exactly one copy width */
@keyframes luxuryScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pause on hover */
.luxury-marquee:hover .luxury-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 767px) {
  .luxury-content span { font-size: 22px; }
}



.et_pb_post a.more-link {
    font-size: 0;
}

.et_pb_post a.more-link::after {
    content: "Learn More →";
    font-size: 16px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}



.ckfootergridctr {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}


.ckfootergridctr .col3,
.ckfootergridctr .col4 {
    flex: 0 0 19% !important;
    width: 19% !important;
    max-width: 19% !important;
}

.ckfootergridctr .col1,
.ckfootergridctr .col2 {
    flex: 0 0 29% !important;
    width: 29% !important;
    max-width: 29% !important;
}


.footermobmenu .et_pb_column_1_5 {
    margin: 0 !important;
}

/* === Newsletter Subscribe (Dark Style) === */

.footersubscribenewsletter {
    max-width: 420px;
    margin-bottom: 0;
}

/* Input field */
.footersubscribenewsletter input[type="email"] {
    width: 100%;
    background: #111;
    border: none;
    border-radius: 14px;
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    outline: none;

}

/* Placeholder */
.footersubscribenewsletter input::placeholder {
    color: #474747;
}

.footersubscribenewsletterctr .wpcf7-response-output {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    top: -35px;
    color: inherit;
    border-width: 1px !important;
}

.footersubscribenewsletter .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 1.2;
}

/* Hide submit button (submit on Enter) */
.footersubscribenewsletter input[type="submit"] {
    display: none;
}

/* Remove CF7 default spacing */
.footersubscribenewsletter .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

/* Focus effect */
.footersubscribenewsletter input[type="email"]:focus {
    background: #151515;
}


/* === Follow Our Socials === */

.footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.footer-socials .social-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    white-space: nowrap;
}

/* Icons */
.footer-socials a {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

/* Hover */
.footer-socials a:hover {
    opacity: 0.7;
}


.pageheader2btnctr .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 20px;

}



/* Mobile */
@media (max-width: 767px) {
    .footer-socials {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.footer-socials-et {
	justify-content: center;
}

.single-post .post {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* === Follow Our Socials (Divi ET Icons) === */

.footer-socials-et {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

/* Text */
.footer-socials-et .social-label {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    white-space: nowrap;
}

/* Base icon */
.footer-socials-et .et-icon {
    font-family: 'ETmodules';
    font-size: 16px;
    color: #868685;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

/* Hover */
.footer-socials-et .et-icon:hover {
    opacity: 0.7;
}

/* Individual icons (ET font codes) */
.et-linkedin::before {
    content: "\e09d";
}

.et-insta::before{
  content: "\e09a"; /* Instagram in ETmodules */
}



.et-youtube::before {
    content: "\e0a3";
}

.et-facebook::before {
    content: "\e093";
}

.et-instagram::before {
    content: "\e09a";
}

/* Mobile */
@media (max-width: 767px) {
    .footer-socials-et {
        flex-wrap: wrap;
        gap: 10px;
    }
}


.ckproccessctr {
    display: flex;
    flex-wrap: nowrap;
}


.ckproccessctr .col1 {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
}

.ckproccessctr .col2 {
    flex: 0 0 42% !important;
    width: 42% !important;
    max-width: 42% !important;
}



/* FORM CONTAINER */
.ck-cnt-formctr {
    background: transparent;
    padding: 0;
    max-width: 100%;
    margin: auto;
}

/* ROW */
.ck-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

/* COLUMN */
.ck-col {
    width: 50%;
}

.ck-col.full {
    width: 100%;
}

/* LABEL */
.ck-cnt-formctr label {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}

/* INPUTS */
.ck-cnt-formctr input,
.ck-cnt-formctr textarea,
.ck-cnt-formctr select {
    width: 100%;
    background: #0E0E0E;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 30px;
    padding: 14px 20px;
    font-size: 14px;
    color: #fff;
    outline: none;
}

/* TEXTAREA */
.ck-cnt-formctr textarea {
    border-radius: 18px;
    max-height: 130px;
    resize: none;
}

/* PLACEHOLDER */
.ck-cnt-formctr input::placeholder,
.ck-cnt-formctr textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* SELECT */
.ck-cnt-formctr select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

/* SUBMIT BUTTON */
input.ck-submit {
    width: 100%;
    background: #EAC863;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.ck-submit:hover {
    background: #ffce3c;
}

/* MOBILE */
@media (max-width: 768px) {
    .ck-row {
        flex-direction: column;
    }

    .ck-col {
        width: 100%;
    }

    .ck-cnt-formctr {
        padding: 25px;
    }
}


.aboutpage_blurb.et_pb_blurb_0.et_pb_blurb.et_pb_module,
.aboutpage_blurb.et_pb_blurb_2.et_pb_blurb.et_pb_module {
    margin-left: 70px !important;
}

.aboutpage_blurb .et_pb_blurb_description {
    margin-left: -40px;
    border-top: 1px solid #666666e8;
    margin-top: 10px;
    padding-top: 10px;

}


.aboutpage_blurb .et_pb_module_header {
    border-left: 1px solid #666666e8;
    text-align: left;
    margin-left: -15px;
    padding: 0;
    padding-left: 10px;
}



.mainHeader.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end !important;
}



.ck-testimonial-dots,
.ck-service-arrow-button,
.ck-project-dots,
.ps-mobile-slider__pagination {
    display: none !important;
}


.copyrightctr {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: hidden !important;
}


.copyrightctr .col:first-child {
    flex: 0 0 60% !important;
    width: 60% !important;
    max-width: 60% !important;
    margin-bottom: 0 !important;
}


.copyrightctr .col {
    flex: 0 0 19% !important;
    width: 19% !important;
    max-width: 19% !important;
    margin-bottom: 0 !important;
}



/*====Mobile Css====*/
/*====Mobile Css====*/


/* Small Mobile (max-width: 575px) */
@media screen and (max-width: 675px) {


    .et_pb_row {
        width: 95% !important;
    }

    .pageheader2btnctr .et_pb_button_module_wrapper {
        display: inline-block;
        margin-right: 10px;

    }


    .footermobmenu,
    .featuregridctrmob {
        display: flex !important;
        flex-wrap: wrap !important;
    }


    .footermobmenu .col {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }


    .featuregridctrmob,
    .stateCounterctr {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: hidden !important;
    }



    .featuregridctrmob .et_pb_blurb {
        padding: 15px !important;
    }

    .ckfootergridctr,
    .headermenuctr {
        flex-wrap: wrap !important;
        /* 🔥 REQUIRED */
    }

    .ckfootergridctr .col1,
    .ckfootergridctr .col2 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .ckfootergridctr .col3,
    .ckfootergridctr .col4 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }

    .headermenuctr .col1,
    .headermenuctr .col3 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 0 !important;

    }

    .headermenuctr .col2 {
        display: none;
    }




    .copyrightctr {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: hidden !important;
    }


    .copyrightctr .col:first-child {
        flex: 0 0 49% !important;
        width: 49% !important;
        max-width: 49% !important;
        margin-bottom: 0 !important;
    }


    .copyrightctr .col {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;
        margin-bottom: 0 !important;
    }






    .stateCounterctr .ckcol,
    .featuregridctrmob .col1,
    .featuregridctrmob .col2,
    .featuregridctrmob .col3 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }


    .stateCounterctr .et_pb_number_counter .percent {
        height: 40px !important;
    }


    .et_pb_post a.more-link::after {

        font-size: 12px;
    }




}