/* 
 * Theme Name: Divi Child
 * Template Version: 1.0 
 * Description: A customized version of Divi which adds a number of tiny features you need.
 * Template: Divi
*/

body {
    font-size: 1.0625rem;
    font-family: "Poppins", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #2c3941;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Marcellus", serif;
}
p strong {
    font-family: "Marcellus", serif;
    font-size: 18px;
    font-weight: 500;
}
div#page-container {
    overflow: hidden !important;
}
.et_pb_row {
    width: 95% !important;
}
/*HEADER STYLES*/

header#main-header {
    background: none;
    box-shadow: none;
}
#main-header.et-fixed-header{
    background-color: #17212b;
    padding-bottom: 15px;
}
.container.clearfix.et_menu_container.header-menu-container {
    width: 100%;
    padding: 0px 10px;
}

.logo_container {
    width: 100%;
    background: transparent;
}

.logo-link img {
    width: 100%;
}

img#logo {
    min-height: 60px !important;
    max-height: 69px !important;
    width: auto !important;
    max-width: 300px !important;
}
.text-logo {
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Marcellus", serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.text-logo span {
    font-weight: 600;
}

span.mobile_menu_bar:before {
    color: #e7e2dc;
}

ul#mobile_menu {
    background-color: #17212b!important;
    border-color: #17212b;
}

#mobile_menu li a {
    color: #fff;
    text-align: center;
}

div#homepage-header-holder {
    margin-top: -95px;
    height: calc(100vh - 80px);
    min-height: 480px;
    max-height: 850px;
}
section#header-container {
    background-color: #00000075;
    height: calc(100vh - 80px);
    min-height: 480px !important;
    max-height: 850px !important;
}
section#header-container .et_pb_fullwidth_header_container.center {
    height: calc(100vh - 80px);
    min-height: 480px !important;
    max-height: 850px !important;
    width: 100%;
}
.header-content-container {
    width: 95vw !important;
    margin: 0 auto;
}

.header-content {
    width: 100% !important;
}

.homepage-header-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1.header-title-cn {
    font-size: 36px;
    font-weight: 400;
    /* margin-bottom: 20px; */
    color: #cfb9a1 !important;
}
h2.subtitle-header {
    font-size: 23px;
    margin-bottom: 10px;
    font-style: italic;
}

p.header-text {
    font-size: 14px;
    text-align: center;
}

.header-title {
    margin-bottom: 35px;
}

a.button {
    background: #cfb9a1;
    border: 1px solid #cfb9a1;
    color: #000;
    padding: 10px;
}

a.button:hover{
    background: #17212b54;
    border: 1px solid #cfb9a1;
    color: #fff;
}


/* ABOUT SECTION */
div#about-section {
    background: #17212b;
    color: #fff;
}

.about-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -130px;
}

.about-image-container {
    width: 350px;
    height: 400px;
    margin-bottom: 30px;
}

.about-image-container img {
    object-fit: cover;
    object-position: 67%;
    width: 100%;
    height: 100%;
    filter: brightness(0.8);
}
.about-second-part-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-second-para-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

p.about-second-para-title {
    font-family: "Marcellus", serif;
    text-align: center;
    font-size: 26px;
    line-height: 1.1;
}
.about-second-para-title span {
    color: #cfb9a1;
}

p.about-second-para-content {
    text-align: justify;
}

.about-third-para-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-badges-holder {
    display: flex;
    max-width: 400px;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    justify-content: space-evenly;
}

.about-badges-icon {
    width: 20%;
    max-width: 70px;
    padding-right: 10px;
}

.about-badges-content {
    width: 80%;
}

.about-badges-icon img {
}

p.about-badges-title {
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 16px;
}

p.about-badges-info {
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
}


/* MORE TEXT SECTION */
.more-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.more-info-text-container {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
div#accordion-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
p.title-section {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    color: #898989;
    text-align: center;
}

p.more-info-title {
    font-family: "Marcellus", serif;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 15px;
}

p.more-info-text {
    text-align: justify;
}
h5.et_pb_toggle_title {
    font-family: "Poppins", Arial, sans-serif;
}

.et_pb_toggle {
    background: #fff;
    border: none;
    border-bottom: 1px solid #cfb9a1;
    border-top: 1px solid #cfb9a1;
    margin-bottom: 10px !important;
}
.et_pb_toggle_title:before {
    color: #cfb9a1;
}


/* SLIDER */
/* Wrapper for the Swiper */
.content-slider {
  width: 100%;
  margin: 0 auto;
}

/* Each slide box */
.content-slider .swiper-slide {
  overflow: hidden;
  text-align: center;
  padding: 20px;
  /* margin-right: 0 !important; */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease;
}

/* Slide image */
.content-slider .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Title under image */
.slider-text-title{
    font-weight: 600;
    padding-bottom: 5px;
    color: #fff !important;
    font-size: 16px !important;
}
/* Description text */
.content-slider .swiper-slide p {
  font-size: 14px;
    line-height: 1.4;
  color: #cfb9a1;
  max-width: 80%;
  margin: 0 auto;
}

/* Pagination bullets */
.content-pagination {
  margin-top: 40px;
  text-align: center;
}

.content-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #999;
  opacity: 0.5;
  margin: 0 6px;
  transition: 0.3s;
}

.content-pagination .swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}

div#slider-title-section {
    background: #17212b;
    color: #fff;
    padding-bottom: 0;
}

div#slider-section {
    background: #17212b;
    padding-bottom: 50px;
}

p.slider-section-title {
    width: 100%;
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 30px;
    line-height: 1.1;
}

div#slider-title-section .et_pb_row.et_pb_row_2 {
    padding-top: 0;
}

/* SERVICES LIST */
.services-list-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.services-list-title {
    width: 100%;
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 30px;
    line-height: 1.1;
}
.services-list-titles-container {
    margin-bottom: 25px;
}

a.learn-more-button {
    padding: 10px 20px;
    background: #cfb9a1;
    color: #000;
}

a.learn-more-button:hover{
     background: #17212b;
    color: #fff;
}


.services-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.first-container,
.second-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 90%;
}

.services-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    padding-left: 10px;
}
p.srv-title {
    font-weight: 600;
    padding-bottom: 0px;
    border-bottom: 1px solid #cfb9a1;
    width: 95%;
}
p.srv-content {
    color: #898989;
}
.services-icon {
    width: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.services-icon a{
    color: #2c3941;
    display: flex;
    align-items: flex-end;
}

/* CONTENT SECTION */
div#content-section {
    background: #17212b;
    color: #fff;
}

p.content-title {
    font-family: "Marcellus", serif;
    font-size: 30px;
    line-height: 1.1;
}


/* TEAM SECTION */
.team-title-container {
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 30px;
    line-height: 1.1;
}

.team-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-card-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
}

.team-card-holder img {
    max-width: 350px;
    width: 100%;
}

.name-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 300px;
    background: #e7e2dc;
    padding: 10px;
    position: absolute;
    bottom: -20px;
    box-shadow: -1px 0px 4px 2px #00000012;
}
.name-container:hover{
    transform: scale(1.1);
}

p.name-para {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 0;
}

p.role-para {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

/* LAST CONTENT */
div#last-content-section {
    min-height: 500px;
    background-position: 62%;
}
div#last-content-section:before {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #17212b80;
}
div#last-content-row {
    min-height: 450px;
}
div#last-content-column {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#last-content-section .et_pb_row.et_pb_row_6 {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.last-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 82%;
    padding-left: 20px;
    /* margin: 0 auto; */
}

p.last-section-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    color: #cfb9a1;
    text-align: center;
}
a.contact-email {
    color: #fff;
}
p.last-section-text {
    font-family: "Marcellus", serif;
    text-align: left;
    color: #fff;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 1.1;
}
p.last-section-text-2nd {
    color: #fff;
    font-size: 17px;
}
.contact-button-last-section {
    padding: 10px 20px;
    background: #cfb9a1;
    border: 1px solid #cfb9a1;
    color: #000;
}
.contact-button-last-section:hover{
      background: transparent;
    border: 1px solid #cfb9a1;
    color: #cfb9a1;
}
a.floating-estimate-btn.booking-button-switch {
    display: none;
}
.contact-info {
    margin-bottom: 30px;
    color: #fff;
}
a.contact-website {
    color: #fff;
}

p.contact-email {
    padding-bottom: 5px;
}
i.fa.fa-envelope, i.fa.fa-external-link-square {
    color: #cfb9a1;
    padding-right: 3px;
}

i.fa.fa-external-link-square {}

/* FOOTER */
 #main-footer{
     background: #17212b;
     background-size: contain;
     background-repeat: repeat;
}
 #main-footer .container {
     width: 100%;
     max-width: 100%;
}
 div#footer-bottom {
     background-color: #cfb9a1;
     padding: 20px 15px;
     color: #000;
}

 .footer-widget h4 {
     color: #cfb9a1;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: 400;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px solid #cfb9a1;
     text-transform: uppercase;
     font-family: "Marcellus", serif;
}
 .footer-widget .textwidget {
     color: #efefef;
}
.footer-widget {
    padding: 0 10px;
}
 #footer-widgets .footer-widget a {
     /* background-color: #fff; */
     border-radius: 0 !important;
}

ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before
 {
    color: #ffdbb5 !important;
    content: '\f054' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}

div#nav_menu-2 {
    width: 100%;
}

div#text-9 {
    width: 100%;
}

ul#menu-footer-menu {
    text-align: center;
}

ul#servcss {
    text-align: center;
    
}
#footer-widgets .footer-widget li:before {
    color: #cfb9a1 !important;
    content: '\f054' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
img.footer-logo {
    max-width: 300px;
}

div#text-7 {
    width: 100%;
    margin: 0 auto;
}

div#text-7 .textwidget {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

i.fa.fa-phone {
    margin-right: 3px;
    color: #cfb9a1;
}

i.fa.fa-map-marker {
    margin-right: 7px;
    color: #cfb9a1;
}
/* MEDIA QUERIES */

@media only screen and (min-width: 600px) {
    div#homepage-header-holder {
    margin-top: -95px;
    height: calc(100vh - 80px);
    min-height: 850px;
    max-height: 1000px;
}
section#header-container {
    height: calc(100vh - 80px);
    min-height: 850px !important;
    max-height: 1000px !important;
}
    section#header-container .et_pb_fullwidth_header_container.center {
    width: 100%;
       height: calc(100vh - 80px);
    min-height: 850px !important;
    max-height: 1000px !important;
}

.header-content-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-content {
    width: 65% !important;
    text-align: left !important;
    margin: 0 !important;
    padding-left: 25px !important;
}

h1.header-title-cn {
    line-height: 1.1;
    margin-top: 50px;
    font-size: 38px;
}

p.header-text {
    text-align: left;
}
    /* ABOUT */
    .about-second-part-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.about-second-para-container {
    width: 37%;
    margin-bottom: 0;
}

.about-third-para-container {
    width: 60%;
}
    p.about-second-para-title {
    text-align: left;
    padding-bottom: 10px;
}
    /* SERVICES LIST */
    .services-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.service-holder {
    max-width: 550px;
}

    /* TEAM SECTION */
    .team-card-holder {
    width: calc((100% / 2) - 10px);
}

.team-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

    /* LAST SECTION */
    .last-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    padding-left: 20px;
    /* margin: 0 auto; */
}
    /* FOOTER */
    div#footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.footer-widget:nth-child(n) {
    margin: 0 !important;
}

.footer-logo-container {
    margin-top: 7.5%;
}
}


@media screen and (min-width: 981px) {
   .container.clearfix.et_menu_container.header-menu-container {
    padding: 5px 20px;
    width: 90% !important;
    /* max-width: 100% !important; */
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-top: 13px;
    padding-bottom: 18px !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    color: #fff;
}

div#et-top-navigation {
    padding-left: 0px !important;
    width: 60%;
}
    nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
    float: right;
}

.logo_container {
    width: 30% !important;
} 
     div#homepage-header-holder {
    margin-top: -90px;
    height: calc(100vh - 90px);
    min-height: 630px;
    max-height: 1000px;
}
section#header-container {
    height: calc(100vh - 90px);
    min-height: 630px !important;
    max-height: 1000px !important;
}
    section#header-container .et_pb_fullwidth_header_container.center {
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 630px !important;
    max-height: 1000px !important;
}
    .header-content-container.center {
    width: 85% !important;
    max-width: 1080px;
    padding-left: 30px !important;
    padding: 0;
}

.header-content {
    padding-left: 0 !important;
    width: 55% !important;
}

h1.header-title-cn {
    font-size: 46px;
    /* margin-bottom: 50px; */
    margin-top: 100px;
}
h2.subtitle-header {
    font-size: 26px;
    
}
    /* ABOUT */
    .about-section-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0;
}

.about-image-container {
    width: 28%;
    margin-bottom: 0;
    margin-top: -75px;
}

.about-second-part-container {
    width: 66%;
    display: flex;
    justify-content: space-evenly;
}

.about-image-container img {
    width: 100%;
    height: 370px;
}

div#about-section {
    padding: 0;
}
p.about-second-para-content {
    text-align: left;
}

p.about-badges-info {
    text-align: left;
}
    /* MORE INFO SECTION */
    .more-info-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

p.more-info-title {
    text-align: left;
}

.more-info-img-container img {
    width: 80%;
    float: right;
}

    div#more-text-section {
    position: relative;
}

div#more-text-section:before {
    background-image: url('/wp-content/uploads/2025/06/pen-img.webp');
    content: '';
    position: absolute;
    width: 200px;
    height: 300px;
    left: -23px;
    bottom: 50px;
    transform: rotate(5deg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


    .circle-text {
      width: 150px;
      margin: 50px auto;
      display: block;
      position: absolute;
      top: 70%;
      left: 5%;
    }

    svg {
      width: 100%;
      height: auto;
    }

    text {
      font-size: 24px;
      fill: #333;
      font-weight: bold;
      letter-spacing: 2px;
    }

    /* SLIDER */
    p.slider-section-title{
        width: 50%;
        padding-top: 16px;
        margin: 0 auto;
    }
    .slider-section-title span{
color: #cfb9a1;
    }
    .content-slider .swiper-slide{
        margin-right: 0;
    }
    .content-slider .swiper-slide p {
  font-size: 14px;
  color: #cfb9a1;
  max-width: 80%;
  margin: 0 auto;
}
    p.title-section{
        text-align: left;
        width: 100%;
    }

    /* SERVICES LIST */
    #services-list-section:before {
    content: url('/wp-content/uploads/2025/06/logo-for-bg.webp');
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    display: flex;
    background-repeat: no-repeat !important;
    top: 10%;
    /* left: 50%; */
    /* right: 50%; */
    z-index: 0;
    opacity: 0.1;
    /* background: url('/wp-content/uploads/2025/06/logo-for-bg.webp'); */
    flex-direction: column;
    align-items: center;
}

    .services-list-titles-container {
    margin-bottom: 25px;
    width: 75%;
}

.services-list-content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
    align-items: flex-start;
}

.services-list-button-container {
    width: 15%;
    margin-top: 20px;
}

p.services-list-title {
    text-align: left;
}

a.learn-more-button {
    position: relative;
    top: 20%;
}


    
    /* TEAM SECTION */
    .team-card-holder {
    width: calc((100% / 4) - 10px);
    box-shadow: -1px 0px 4px 2px #00000012;
}
    
.last-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    /* margin: 0 auto; */
}

    /* FOOTER */
     .footer-widget .et_pb_widget {
         width: 100%;
         margin-bottom: 0 !important;
    }
     .footer-widget h4 {
         text-align: left;
    }
     #footer-widgets {
         padding-top: 20px;
    }
    div#footer-widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-bottom: 6%;
    max-width: 1080px;
    margin: 0 auto;
}

ul#servcss {
    text-align: left;
}


ul#menu-footer-menu {
    text-align: left;
}

.footer-logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-ln-phone {
    padding-left: 19px;
}
}