/*
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-family: 'Arsenal', Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #333333;
     font-weight: 400;
     overflow-x: hidden;
     font-size: 17px !important;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: 'Roboto', Arial, sans-serif;
     font-weight: 700;
}
 p strong {
     font-family: 'Montserrat', Arial, sans-serif;
     font-size: 18px;
     font-weight: 700;
}
 div#page-container {
     overflow: hidden;
     /* padding-top: 303px !important; */
}
 .et_pb_row {
     width: 95% !important;
}

/*HEADER STYLES*/
/* ---------------------------------
   Base resets for Divi header area
----------------------------------*/
#main-header{
  background-color: #ffffff !important;
  border:0;
  box-shadow:none;
}
#main-header .container.header-menu-container{
  padding-left:0;
  padding-right:0;
  max-width: none;
  width: 100%;
}

/* ---------------------------------
   TOP BAR (mobile-first)
   Left block: .main-header-contact-info-holder
   Right block: .main-header-napinfo-block
----------------------------------*/
.top-bar{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.main-header-contact-info-holder{
  background: #304a5e;            /* tan bar */
  color:#ffffff;
  font-weight:600;
  height: 63px;
  width: 100%;
}
.main-header-info-container a, .main-header-contact-info-holder a{color:#ffffff;text-decoration:none;font-size: 17px;}
.main-header-info-container i{ color:#ffffff; }

/* CALL (left) */
.main-header-contact-info-holder{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  font-size: 15px !important;
  justify-content: center;
}
.main-header-contact-info-holder .phonenum span{ opacity:.9; }
.main-header-info-container{
    width:100%;
}
/* LOCATION + EMAIL (right) */
.main-header-napinfo-block{
  display:flex;
  align-items:center;
  gap:14px;
  padding:10px 14px;
  border-top:1px solid rgba(255,255,255,.18);
  background: #cfa767;
  justify-content: center;
  width: 100%;
}
.main-header-napln-container{
  display:flex;
  align-items:center;
  gap:8px;
  line-height:1.1;
  color: #fff;
}
.main-header-napln-container .info-addon{
  display:block;
  font-size:12px;
  letter-spacing:.02em;
  opacity:.85;
}
.main-header-email-btn{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border:2px solid #ffffff;
  border-radius:999px;
  box-shadow:0 4px 12px rgba(0,0,0,.12), inset 0 0 0 2px rgba(255,255,255,.18);
  transition:all .2s ease;
}
.main-header-email-btn:hover{ background:#ffffff; color:#2F4A5E; }
.main-header-email-btn:hover i{ color:#2F4A5E; }

/* ---------------------------------
   LOGO + NAV BAND (mobile-first)
   Wrapper may be .logo-and-nav-wrapper (new) or .header-info-holder (fallback)
----------------------------------*/
.logo-and-nav-wrapper,
.header-info-holder{
  background: #cfa767;          /* slate blue */
  color:#ffffff;
  /* padding: 0px 16px; */
  display: flex;
  align-items: center;
}

/* Logo block */
.logo-link{
    display:flex;
    flex-direction: column;
    align-items: center;
    max-height: 120px;
    width: calc(100% - 30px);
}
.logo_container{
  display:flex;
  align-items: center;
  gap:12px;
  position: relative !important;
  /* max-height: 70px; */
  width: 70% !important;
  justify-content: center;
  /* padding: 10px 0; */
  left: -20px;
}
.logo-and-nav-wrapper{
    background:#2e495d;
}
.logo_container .text-logo span,
.logo_container .logo-link span{
  color:#ffffff;
  font-weight:800;
  font-size: 20px;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.text-logo-icon img{
    height: 50px;
}

/* Booking button (optional CTA) */
.ws-header-booking .top_button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border: 2px solid #1a202c;
  border-radius:999px;
  color: #111111;
  background:transparent;
  box-shadow:0 6px 18px rgba(0,0,0,.18), inset 0 0 0 2px rgba(255,255,255,.18);
  transition:all .2s ease;
  justify-content: center;
  margin: auto;
  width: 250px;
}
.ws-header-booking .top_button:hover{
  background:#ffffff;
  color:#2F4A5E;
}
.ws-header-booking {
display:flex;
    padding:10px 0;
}
/* ---------------------------------
   NAV (mobile)
----------------------------------*/
#et-top-navigation{
  /* margin-top:12px; */
  width: 30%;
  height: 100%;
  padding: 20px 10px !important;
  display: flex;
  align-items: center;
  background-color: #304a5e;
}
#top-menu-nav{width:100%;float: right !important;display: none;justify-content: flex-end;}
#top-menu{
  display:flex;
  flex-direction:column;
  /* gap:4px; */
  list-style:none;
  margin:0;
  padding:0;
}
#top-menu > li > a{
  display:block;
  padding:12px 14px;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:700;
  font-size:14px;
  border-radius:8px;
  transition:background .2s ease, color .2s ease;
}
#top-menu > li > a:hover{
  background:#243744;          /* darker blue hover */
  color:#ffffff;
}
#top-menu > li.current-menu-item > a,
#top-menu > li.current_page_item > a{
            /* active tab */
  color:#ffffff;
}

/* Divi mobile hamburger icon */
.mobile_menu_bar{
  color:#ffffff;
}
.et_mobile_menu{
    top:110px;
    background-color: #cfa767 !important;
    border-color: #ffffff;
}

/* ---------------------------------
   SEARCH ICON (optional)
----------------------------------*/
#et_top_search #et_search_icon{
  background-color:transparent;
  border:2px solid #ffffff;
  border-radius:50%;
}


/*change Divi opened hamburger menu to X*/
 .mobile_nav.opened .mobile_menu_bar:before {
     content: '\4d';
}
/*rotate the Divi Menu icon on click*/
 .mobile_menu_bar:before {
     transition: all .4s ease;
     transform: rotate(0deg);
     display: block;
     color: #ffffff;
     text-align: center;
     font-size: 50px;
     top: 15px;
     right: 6px;
     left: auto;
}
.booking-button-switch {}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
 section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
     max-height: 550px !important;
     min-height: 550px !important;
     height: calc(100vh - 303px) !important;
     /* background-position: 66%; */
     display: flex;
     align-items: center;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     max-height: 450px !important;
     min-height: 450px !important;
     height: calc(100vh - 303px) !important;
     width: 100%;
}
 .header-content {
     margin: 0 auto !important;
     padding: 0px !important;
     width: 95% !important;
     max-width: 1080px !important;
}
 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
     margin-left: -5px !important;
}
 .header-btns {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     margin-top: 130px;
     gap: 10px;
}
.ws-slogan{
  position: relative;
  display: grid;
  place-items: center;     
  min-height: 10vh;       
  text-align: center;
  overflow: visible;
    margin-top:50px;
}
.ws-slogan p{ margin:0; }

/* H1 becomes the positioning context for its pseudo-element */
.ws-slogan h1{
  position: relative;
  z-index: 1;              /* keep text above the decorative square */
  line-height: 1.1;
  margin: 0;
}

/* The centered square behind the H1 */
.ws-slogan h1::before{
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: transparent;
  border: 10px solid #ffffff47;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: -1;                     
  pointer-events: none;

  animation: zoomPulse 3.6s ease-in-out infinite;
  -webkit-animation: zoomPulse 3.6s ease-in-out infinite;
  will-change: transform;
}

@keyframes zoomPulse{
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.18); }
}

@-webkit-keyframes zoomPulse{
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.18); }
}



 .ws-slogan h1 {
     font-family: 'Roboto', sans-serif;
     line-height: 1.1;
     color: #ffffff;
     font-weight: bold;
     font-size: 25px;
     /* filter: drop-shadow(1px 1px 6px #388e3c); */
     text-transform: capitalize;
     max-width: 400px;
     width: 80%;
     text-align: center;
     text-shadow: -1px -1px 0 rgb(0 0 0 / 40%), 1px -1px 0 rgb(0 0 0 / 40%), -1px 1px 0 rgb(0 0 0 / 40%), 1px 1px 0 rgb(0 0 0 / 40%);
     margin: auto;
}
 .button {
     background-color: #cfa767 !important;
     border-radius: 30px !important;
     border-width: 0px;
     color:#1c1c1c;
     width: 220px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px 10px;
     transition:all 0.3s ease-in-out;
     text-transform: uppercase;
     font-weight: 600;
}
 .button:hover {
    transform: translateY(-5px);
}
.header-button-quote {
    background-color: #cfa767 !important;
    border-radius: 30px !important;
    border-width: 0px;
    color:#1c1c1c;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    transition:all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}
.header-button-quote:hover {
      transform: translateY(-5px);
}
 .section-title-heading {
     text-transform: uppercase;
     color: #ffffff;
     font-weight: 500;
     text-align: center;
     border-bottom: 1px dashed #ffc107;
     margin-bottom: 15px;
     padding-bottom: 2px;
}
 .entry-title {
     text-align: center;
     font-size: 26px !important;
     font-weight: bold;
     /* font-family: 'Montserrat', sans-serif; */
     line-height: 1.1;
}
 .home .entry-title {
     color: #fff;
     padding: 0;
}
 div#working-time-bar {
     background-color: #757575;
     padding: 0;
     overflow: hidden;
}
 .page-title-block {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     margin-bottom: 60px;
     padding-bottom: 15px;
}
 .page-title-block:before {
     content: '';
     position: absolute;
     width: 200vw;
     height: 200%;
     background: #333;
     top: -100%;
     left: -70%;
     z-index: -1;
}
 .page-title-block:after {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-color: #333333;
     border-left: 50vw solid transparent;
     border-right: 50vw solid transparent;
     border-top: 35px solid;
     z-index: -1;
     bottom: -35px;
}
 div#home-title-block {
     /* background-color: #388e3c !important; */
}
 div#home-title-block-container {
     display: flex;
     align-items: center;
     padding: 0;
}
 div#home-title-block-container .et_pb_column {
     margin-bottom: 0 !important;
}
/* BADGES SECTION STYLE */
 div#css-badges-section {
     background-color: #ffffff !important;
     padding: 30px 0;
     position: relative;
     z-index: 99;
}

.home-first-par-title{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  font-size:24px !important;
  font-weight:bold;
  font-family:'Roboto', sans-serif;
  text-align:center;
}

/* the underline + moving tick as its own element */
.moving-line{
  display:block;
  position:relative;
  width:50px;
  height:3px;
  background:#cfa767;
  border-radius:2px;
}

/* Centered version */
.moving-line--center{
  margin:11px auto 0;                 
}
.moving-line--center::after{
  content:'';
  position:absolute;
  top:0; left:50%;
  width:12px; height:100%;
  background:#fff;
  animation:titleanimiCentered 5s ease-in-out infinite;
}
@keyframes titleanimiCentered{
  0%   { transform: translateX(-25px); }
  100% { transform: translateX(13px); }
}

/* Left-aligned version */
.moving-line--left{
  margin:11px 0 0 0;                  
  align-self:flex-start;               
}
.moving-line--left::after{
  content:'';
  position:absolute;
  top:0; left:0;                       
  width:12px; height:100%;
  background:#fff;
  animation:titleanimiLeft 5s ease-in-out infinite;
}
@keyframes titleanimiLeft{
  0%   { transform: translateX(0); }   
  100% { transform: translateX(38px); }
}




.home-first-par-title span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 7px;
}




 .badges-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 5px;
     position: relative;
     z-index: 9999;
}
 .badge-holder {
     background-color: #cfa767;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: center;
     width: 48%;
     /* padding: 15px 5px 22px 5px; */
     position: relative;
     color: #1c1c1c;
     border-radius: 20px;
     max-width: 200px;
}
 .badge-holder:hover {
     box-shadow: 0px 0px 8px 0px #fcfffc99;
}
 p.badge-content {
     text-align: center;
     line-height: 1;
     text-transform: capitalize;
     font-size: 17px;
     min-height: 34px;
     padding-bottom: 14px !important;
     padding-top: 10px;
     font-family: 'Roboto', sans-serif;
     font-weight: 600;
}
 .badge-holder img {
     width: 100%;
     /* height: 100px; */
     padding: 5px;
     background: #2e495d;
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
}
 .badge-title {
     font-size: 17px;
     text-align: center;
     line-height: 1.2;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-top: 13px;
}
 .badge-title span {
     font-size: 17px;
}
/* SERVICES SECTION STYLE */
.srvBlockTitle p{
  text-align: center;
  position: relative; /* needed for absolute children */
  color:#fff;
    font-family:"Roboto", sans-serif;
    font-size:24px;
    font-weight:500;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
    text-transform:uppercase;
}



.srvBlockSubtitle{
    color:#fff;
    text-align:center;
    padding-top:20px;
}

 /* ——— Container ——— */
.srvBlock{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  justify-content:center;
  padding:8px;
}

/* ——— Card ——— */
.srvElement{
  position:relative;
  background:#fff;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  overflow:hidden;
  transition:box-shadow .25s ease, transform .25s ease;
  flex:1 1 min(100%, 500px);
  max-width:min(100%, 500px);      /* mobile: not wider than 500px */
}

.srvElement:hover{ box-shadow:0 16px 40px rgba(0,0,0,.22); }
.srvElement:hover .srvElementImg img{ transform:scale(1.07); }
.srvElement:hover .srvElementHeader{ background:#2e495d; } 
.srvElement:hover .srvElementHeader::after{background: #cfa767;}
.srvElement:hover .srvElementHeader h2{color:#fff
}

/* ——— Image ——— */
.srvElementImg{
  height:190px;                    /* mobile image height */
  overflow:hidden;
}
.srvElementImg img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;                /* keeps photos looking right */
  transform:scale(1.001);
  transition:transform .35s ease;
}

/* ——— Header band (overlaps image) ——— */
.srvElementHeader{
  position:relative;
  margin-top:-28px;                /* overlap amount */
  color:#fff;
  background: #cfa767;              /* orange */
  padding:16px 18px 16px 70px;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.04em;
  font-size:18px;
  height: 60px;
  transition: 0.3s all ease-in-out;
}
.srvElementHeader h2{
  margin:0;
  /* line-height:1.2; */
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;            /* clamp to 2 lines */
  overflow:hidden;
  text-overflow:ellipsis;
  max-height:2.4em;                /* 1.2 * 2 lines */
  word-break:break-word;
  overflow-wrap:anywhere;
  hyphens:auto;
  font-size: 20px;
  padding-bottom: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.srvElementHeader::before{
  content:"»";
  position:absolute;
  left: 17px;
  top:50%;
  transform: translateY(-53%);
  font-size:28px;
  line-height:1;
  color: #ffffff;
  z-index: 1;
}
.srvElementHeader::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:44px;
  height:100%;
  background: #2e495d;              /* dark square; flips on hover */
  z-index: 0;
}

/* ——— Text ——— */
.srvElementContent{
  padding:18px 22px 24px;
  line-height:1.6;
  color:#333;
  font-size: 17px;
  text-align: justify;
}

/* —— Full-width service (mobile stays stacked) —— */
.srvElementFullWidth{ /* inherits regular card styles */ }

/* ——— Desktop layout ——— */
@media (min-width:980px){

  /* 3 cards per row */
  .srvElement{
    flex:1 1 calc((100% - 48px) / 3); /* 48px = two 24px gaps */
    max-width:none;
  }
  .srvElementImg{ height:210px; }

  /* full-width rows: image on the left with width = one column */
  .srvElementFullWidth{
    display:flex;
    flex-direction:row;
    align-items:stretch;
    flex:1 1 100%;
    max-width:100%;
  }
  .srvElementFullWidth .srvElementImg{
    flex:0 0 calc((100% - 48px) / 3);
    min-height:220px;
    height:auto;
  }
  .srvElementFullWidth .srvElementImg img{ height:100%; }

  .srvElementFullWidth .srvElementBody{
    flex:1 1 auto;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }

  /* in horizontal layout the band does not overlap the image */
  .srvElementFullWidth .srvElementHeader{ margin-top:0; }
}

 div#home-content-section {
     /* background-color: #ffffff!important; */
     /* border-top: 15px solid #757575; */
}


/*Last Paragraph 1*/
.ffg{
  display:flex;
  flex-direction:column;
  gap:20px;
  max-width:1100px;
  margin:0 auto;
  padding:4px;
}

/* Card styling (rounded + shadow like your screenshot) */
.ffg-card{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  background:#f8f8f8;
}

/* Big image box: wide and a bit tall */
.ffg-main{
  /* aspect ratio keeps the look consistent cross-orientation */
  aspect-ratio: 16 / 10; /* tweak if you want it taller/shorter */
  margin-bottom: 20px;
}

/* Image fits its box regardless of orientation */
.ffg-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* Row of two smaller images (hidden on mobile by default) */
.ffg-row{
  display:none;          /* mobile: only big image is visible */
  gap:20px;
}

/* Each small card takes half width when visible */
.ffg-item{
  flex:1 1 0;
  aspect-ratio: 4 / 3;   /* consistent look for the small tiles */
}


.first-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.first-list li{
  display: flex;
  align-items: center;
  gap: 18px;                
  margin: 22px 0;           
            
  font-weight: 600;         
 
  line-height: 1.3;
}

/* Circle + check icon */
.first-list li::before{
  content: "\f00c";                          
  font-family: "FontAwesome";       
  font-weight: 900;                         
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;                            
  border-radius: 50%;
  background: #2e495d;
  color: #fff;
  font-size: 16px;                           
}

.first-list li:hover::before {
  background: #cfa767;
}

.second-list-decimal {
  list-style: none;   /* remove default numbers */
  counter-reset: num; /* initialize counter */
  margin: 0;
  padding: 0;
}

.second-list-decimal li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0;
  font-weight: 600;
  line-height: 1.3;
  counter-increment: num; /* increment counter for each li */
}

.second-list-decimal li::before {
  content: counter(num);   /* plain numbers 1, 2, 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #cfa767;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.second-list-decimal li:hover::before {
  background: #2e495d;
}



/* SERVICES LIST SECTION STYLE */
.services-list-title{
	 text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    /* letter-spacing: -0.025em; */
    color: #1c1c1c;
    font-family:'Roboto',sans-serif;
    text-transform:uppercase;
}
.home #servcss{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 48px; /* row / column gaps */
}

.home #servcss li{
  /* one column */
  flex: 1 1 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 21px 10px 70px;   /* room for the left circle */
  min-height: 60px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f0f;
  text-transform: uppercase;
}

/* Left circle + chevrons */
.home #servcss li::before{
  content: "»";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e495d;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}


.home #servcss li:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.10), 0 4px 12px rgba(0,0,0,0.06);
}
.home #servcss li:hover::before{ background: #cfa767; }

/* NAP SECTION STYLE */
/* ===== Base (mobile first) ===== */
.row-nap-box{
  /* padding: 20px 12px 10px; */
  font-family: Inter, Arial, sans-serif;
  color:#0f0f0f;
}
.nap-title{
	text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    /* letter-spacing: -0.025em; */
    color: #1c1c1c;
    font-family:'Roboto',sans-serif;
    text-transform:uppercase;
}

.nap-main{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items: flex-start;
  gap:32px;
  max-width:1200px;
  margin:0 auto;
  padding: 30px 0 0;
}



.nap-box{
  position:relative;
  z-index:1;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.nap-box-icon{
  width:110px;
  height:110px;
  border-radius:50%;
  background:#cfa767;
  display:flex;
  align-items:center;
  justify-content:center;
  /* box-shadow:0 10px 28px rgba(0,0,0,.12); */
}
.nap-box-icon i{
  color:#fff;
  font-size: 31px;
  line-height:1;
}

.nap-box-info h3{
  margin:16px 0 0;
  font-size:18px;
  font-weight:700;
  letter-spacing:.02em;
}

/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn {
    display: inline-block;
    position: fixed;
    left: 0;
    background: #cfa767;
    color: #1c1c1c;
    border: 1px solid #cfa767;
    border-left: 0;
    bottom: 8px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    z-index: 9999;
    width: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 8px #00000040;
    font-size: 17px;
}
/* Floating Quote Button button */
.floating-quote-btn {
    display: inline-block;
    position: fixed;
    left: 0;
    background: #cfa767;
    color: #1c1c1c;
    border: 1px solid #cfa767;
    border-left: 0;
    bottom: 58px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    z-index: 9999;
    width: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 8px #00000040;
}

/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
     background-color: #fff !important;
     overflow: hidden;
}

 .testimonials-section-title {
     text-align: center;
     font-size: 26px !important;
     font-weight: bold;
     font-family: 'Montserrat', sans-serif;
     line-height: 1.1;
     color: #333333;
}
 div#testimonials-txt {
     text-align: center;
}
 .home .wpcr3_respond_1 {
     padding: 15px !important;
     color: #333333;
}
 .home .wpcr3_dotline {
     display: none !important;
}
 .home .wpcr3_review {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}
 .home .wpcr3_review_ratingValue {
     width: 100%;
     text-align: center;
     margin: 0 !important;
}
 .home .wpcr3_review_author {
     margin-left: 5px;
     text-align: center;
}
 .home .wpcr3_review_title.wpcr3_caps {
     width: 100%;
     text-align: center;
     margin: 0 !important;
     font-size: 18px;
     color: #388e3c;
     font-weight: bold;
}
 .home span.wpcr3_item_name a {
     color: #333333;
}
 div.wpcr3_review blockquote.wpcr3_content {
     border-color: #304a5e;
     padding-bottom: 0;
     text-align: justify;
}
 .home div.wpcr3_review blockquote.wpcr3_content {
     text-align: center;
     border: none;
     margin-bottom: 0;
     line-height: 1.7em;
     order: 1;
     background: #323232;
     padding: 10px;
     color: #fff;
}
 div.wpcr3_review blockquote.wpcr3_content p {
     font-size: 16px;
}
 .home .wpcr3_reviews_holder {
     position: relative;
}
 .home div.wpcr3_review blockquote.wpcr3_content p {
     font-style: italic;
}
 .testimonials-btn {
    background: #388e3c;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #ffc107;
}
 .testimonials-btn:hover {
     color: #fff;
     background: #646464;
}
/* reviews */

.review-title {
    text-align: center;
    font-size: 36px !important;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    color: #333333;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #000;
}
.external-review-author {margin: 0 5px;}

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px auto;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #000;
  font-weight: 300;
  font-style:italic;
  position: relative;
}
.external-review-text:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    opacity: 0.5;
}
.external-review-text:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: 0.5;
}
.external-reviews-holder a {
    width: 200px;
    background: #388e3c;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #ffc107;
}
.external-reviews-holder a:hover {
    background-color: #646464;
}
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}

.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 1025px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}


 }
/* end reviews */
/* CONTACT FORM STYLE */
 #contact-form-section .et_pb_row {
     width: 95% !important;
     max-width: 900px;
     padding: 20px !important;
     
}
 p.free-estimate-title {
     font-size: 26px !important;
     font-weight: bold;
     line-height: 1.1;
     margin-bottom: 15px;
     padding-bottom: 2px;
     text-align: center;
     font-family: 'Roboto', sans-serif;
     text-transform: uppercase;
}
 div#contact-form-section {
     padding-top: 0;
     background: rgb(255,255,255);
     background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgb(56 142 60) 50%, rgb(56 142 60) 100%);
}
 input#customer_name {
     width: calc(50% - 5px);
     float: left;
}
 input#phone-cf {
     width: calc(50% - 5px);
     float: left;
     margin-left: 10px;
}
 textarea#message {
     margin-bottom: 20px;
}
 #contact img {
     float: left;
     width: 120px;
     height: 40px;
     min-height: 40px;
     border-radius: 5px;
     filter: grayscale(1);
}
 input#vercode {
     width: calc(100% - 130px);
     margin: 0;
     margin-left: 10px;
     float: left;
     padding: 7px 10px 7px;
     height: 40px;
}
 form#contactForm {
     text-align: center;
}
 input#submitter {
    background-color: #cfa767 !important;
    border-radius: 30px !important;
    border-width: 0px;
    color: #1c1c1c;
    width: 220px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
   margin-top:20px;
   position:relative;
   top:0px;
}
 input#submitter:hover {
    top:-10px;
}
 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
     max-width: 100%;
     padding: 10px;
     height: auto;
     display: block;
     line-height: 1;
     font-weight: 300;
     color: #1c1c1c !important;
     background-image: none;
     margin-bottom: 10px !important;
     
     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(5px);
     border: 1px solid rgb(162 162 162 / 30%);
}
 #contactForm input[type=text]::placeholder, #contactForm input[type=password]::placeholder, #contactForm input[type=tel]::placeholder, #contactForm input[type=email]::placeholder, #contactForm input.text::placeholder, #contactForm input.title::placeholder, #contactForm textarea::placeholder, #contactForm select {
     color: #7e7e7e !important;
}
 #contactForm input[type=text]:focus, #contactForm input[type=password]:focus, #contactForm input[type=tel]:focus, #contactForm input[type=email]:focus, #contactForm input.text:focus, #contactForm input.title:focus, #contactForm textarea:focus, #contactForm select:focus {
     color: #1c1c1c !important;
     border-color: #000000;
}
 #contact {
     padding: 0;
     max-width: 600px;
     margin: 0 auto;
}
 .link-button {
     width: 210px;
     text-align: center;
     background: #388e3c;
     color: #ffffff;
     padding: 10px 25px;
     display: inline-block;
     line-height: 1;
     margin-top: 10px;
     border: 1px solid #ffc107;
}
 .link-button:hover {
     color: #fff;
     background: #646464;
}
/* FOOTER STYLE */
 #main-footer {
     background: #2e495d;
     background-size: contain;
     background-repeat: repeat;
}
 #main-footer .container {
     width: 95%;
}
 div#footer-bottom {
     background-color: #cfa767;
     padding: 15px;
     color: #ffffff;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #ffffff;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: bold;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px solid #cba465;
     text-transform: uppercase;
}
 .footer-widget .textwidget {
     color: #efefef;
}
 #footer-widgets .footer-widget a {
     background-color: #fff;
}
 table.openinghours {
     max-width: 350px;
     margin: 0 auto !important;
     width: 100%;
}
 table.openinghours tr {
     display: flex;
     justify-content: space-between;
     line-height: 2;
     font-family: 'Open Sans', sans-serif;
     color: #efefef;
}
 #current-day {
     background-color: #dbdbdb;
     padding: 0 2px;
}
 #current-day td {
     color: #000;
     text-shadow: none;
}
 #closed-day {
     color: #efefef;
}

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

ul#menu-footer-menu li:before {
    color: #cfa767 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     font-size: 26px;
     font-weight: 600;
     color: #231f20;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #231f20;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 400;
     color: #062d5b;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #062d5b;
}
 .et_pb_sidebar_0 .textwidget {
     text-align: center;
}
 #sidebar .textwidget {
     text-align: center;
}
 .single-post div#main-content, .blog div#main-content {
     background-color: #ffffff;
     min-height: 50vh;
}
 .single-post .et_pb_post .entry-content {
     text-align: justify;
}

   .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 .single-post div#main-content .container {
    padding: 0px 0 !important;
    width: 95%;
}
.single-post 
 .et_pb_row {
    width: 100% !important;
}

 #left-area .post-meta a {
     color: #16bae1;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
     .main-header-napinfo-block {
         padding-right: 0;
    }
    
      .home #servcss li{flex: 1 1 45%;max-width: 45%;}
	 
     input#customer_name {
         width: calc((100%/3) - 7px);
    }
     input#phone-cf {
         width: calc((100%/3) - 7px);
    }
     input#customer_email {
         width: calc((100%/3) - 6px);
         float: left;
         margin-left: 10px;
    }
	  .nap-main{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:44px 48px;
  }
  /* скриваме централната линия за по-чист вид при 2 реда */
  .nap-main::before{ display:none; }

  .nap-box{
    flex:0 0 48%;
  }
  /* третият пада отдолу, центриран */
  .nap-box:nth-child(3){
    /* flex-basis:100%; */
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .nap-box-icon{
    width:120px;
    height:120px;
  }
  .nap-box-info h3{
    font-size:20px;
  }
}
 @media screen and (max-width: 981px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
     .et_pb_sidebar_0 .et_pb_widget {
         width: 100%;
    }
     .footer-widget:nth-child(n) {
         width: 100% !important;
         text-align: center;
         margin: 0 !important;
    }
     .et_pb_text {
         /* text-align: center !important; */
    }
     #footer-widgets .footer-widget .fwidget {
         width: 100% !important;
         margin-bottom: 30px !important;
    }
}
 @media screen and (min-width: 981px) {
     div#page-container {
         /* padding-top: 193px !important; */
    }
   
    
    /*PAGE STYLES*/
     section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
         max-height: 900px !important;
         min-height: 600px !important;
         height: calc(100vh - 184px) !important;
         background-position: center;
         background-position-y: 83%;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 900px !important;
         min-height: 600px !important;
         height: calc(100vh - 184px) !important;
    }
     .ws-slogan h1 {
         font-size: 30px;
         max-width: 600px;
    }
     div#home-title-block-container {
         flex-direction: row;
    }
     div#first-par-img, div#first-par-img span {
         height: 100%;
    }
     div#first-par-img img {
         height: 100%;
         object-fit: cover;
         object-position: left;
    }
     .entry-title {
         text-align: left;
    }
     .website-header-block {
         display: flex;
         justify-content: center;
         align-items: center;
         min-height: 105px;
         padding-top: 20px;
         padding-bottom: 20px;
    }
     .page-title-block {
         width: calc(100% - 300px);
         margin: 0;
         padding: 0;
    }
     .page-title-block:before {
         right: 0;
         left: auto;
         width: 100vw;
         top: -130%;
         height: 400%;
    }
     .page-title-block:after {
         border-right: none;
         border-top: 100px solid transparent;
         border-bottom: 100px solid transparent;
         border-left: 35px solid;
         bottom: auto;
         right: -33px;
    }
     .hours-holder {
         width: 300px;
         justify-content: flex-end;
    }
     .page-title-block .section-title-heading {
         text-align: left;
    }
    /* BADGES STYLE DESKTOP*/
     .home-first-par-title {
         flex-direction: column;
         align-items: center;
    }
     .badge-holder {
         width: 16%;
    }
     .badge-holder:nth-child(3) {
         order: unset;
    }
    /* SERVICES STYLE DESKTOP*/
    .home #servcss li{flex: 1 1 30.333%;max-width: 30%;}
	 
	 
    /* last paragraph DESKTOP */
       .ffg-row{
    display:flex;        /* show the two smaller images */
  }
    
    /* NAP SECTION DESKTOP */
   /* вертикална линия (mobile) */
.nap-main::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:2px;
  height:100%;
  background:#cfa767;
  opacity:.8;
  z-index:0;
}
     .nap-main{
    flex-wrap:nowrap;
    justify-content:space-between;
    gap:0 48px;
    padding-top:20px;
  }
  .nap-box{flex: 0 0 30.333%;}

  /* хоризонтална линия през центровете на кръговете */
  .nap-main::before{
    display:block;
    left:0;
    right:0;
    width:100%;
    height:2px;
    top: 60px;            /* половината от 140px (виж по-долу) */
    transform:none;
  }

  .nap-box-icon{
    width: 80px;
    height: 80px;
  }
  .nap-box-info h3{
    font-size:22px;
  }
    /* CONTACT SECTION DESKTOP */
     div#contact-section {
         max-width: 600px;
         margin: 0 auto;
    }
    /* TESTIMONIALS SECTION DESKTOP */
    
     div#testimonials-img img {
         height: 100%;
         object-fit: contain;
         object-position: right;
    }
     div#home-testimonials:before {
         right: calc(50% - 610px);
         bottom: -2px;
    }
     .home .wpcr3_review {
         justify-content: flex-start;
         text-align: left;
    }
     .home .wpcr3_review_ratingValue {
         text-align: left;
         width: auto;
    }
     p.testimonials-section-title {
         text-align: left;
    }
     div#testimonials-txt {
         text-align: left;
         display: flex;
         flex-direction: column;
         justify-content: center;
    }
     .home .wpcr3_review_title.wpcr3_caps {
         text-align: left;
    }
     .home div.wpcr3_review blockquote.wpcr3_content {
         text-align: left;
    }
     .home .wpcr3_respond_1 {
         padding-left: 0 !important;
    }
    /* SERVICES LIST SECTION DESKTOP */
    
    /* FOOTER STYLES DESKTOP */
     .footer-widget .et_pb_widget {
         width: 100%;
         margin-bottom: 0 !important;
    }
     .paymentsbox {
         justify-content: flex-start;
    }
     div#social-icons {
         text-align: left;
    }
     .footer-widget h4 {
         text-align: left;
    }
     #footer-widgets {
         padding-top: 20px;
    }
    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
     .et_pb_sidebar_0 h4.widgettitle {
         text-align: left;
    }
     #sidebar h4.widgettitle {
         text-align: left;
    }
     .et_pb_sidebar_0 .textwidget {
         text-align: left;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(78 78 78 / 20%);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(6 45 91 / 20%);
    }
  	.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
}
/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
     background: #ffffff !important;
     color: #000 !important;
     border-color: #000 !important;
}
 .wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
     color: #fff;
     border-color: #ffffff;
}
 .wpcr3_table_2 td {
     font-size: 1em !important;
}
 .wpcr3_leave_text {
     font-size: 1.1em;
}
 .wpcr3_leave_text {
     margin-bottom: 20px;
}
 .wpcr3_button_1, .wpcr3_button_1:hover {
     margin-top: 10px;
     background: #cca565;
     color: #1c1c1c;
     border: 1px solid #c9a264;
     border-radius: 9px;
     font-size: 15px;
     font-weight: bold;
}
 @media (min-width: 981px) {
     .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
         min-width: 100%;
    }
     .wpcr3_table_2 td {
         text-align: left !important;
    }
     .wpcr3_review_form_rating_field label {
         margin: 6px 0 !important;
    }
}
 @media (max-width: 980px) {
	 .review-title {
    font-size: 26px !important;
	 }
     .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
         text-align: center !important;
    }
     .wpcr3_div_2 {
         width: 100%;
    }
     .wpcr3_table_2 tr:last-of-type td {
         margin: 20px auto 0 !important;
    }
     .wpcr3_table_2 td {
         display: block;
         padding: 0 !important;
    }
     .wpcr3_table_2 td:first-child {
         margin-top: 10px !important;
    }
     .wpcr3_rating_style1_status {
         width: 85px !important;
    }
     .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
         width: 100% !important;
         min-width: unset !important;
    }
     .wpcr3_submit_btn, .wpcr3_cancel_btn {
         width: 40%;
    }
}
 @keyframes ringing {
     20% {
         transform: rotate(0deg);
    }
     21% {
         transform: rotate(10deg);
    }
     22% {
         transform: rotate(-10deg);
    }
     23% {
         transform: rotate(12deg);
    }
     24% {
         transform: rotate(-12deg);
    }
     25% {
         transform: rotate(12deg);
    }
     26% {
         transform: rotate(-12deg);
    }
     28% {
         transform: rotate(10deg);
    }
     30% {
         transform: rotate(-10deg);
    }
     32% {
         transform: rotate(5deg);
    }
     34% {
         transform: rotate(-5deg);
    }
     36% {
         transform: rotate(2deg);
    }
     38% {
         transform: rotate(0deg);
    }
}
 
/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
#testimonials-section {
    background: #ffffff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonial-title {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    /* letter-spacing: -0.025em; */
    color: #1c1c1c;
    font-family:'Roboto',sans-serif;
    text-transform:uppercase;
}



.testimonials-info {
    margin-bottom: 1rem;
}
 .keen-slider{
 }
.testimonial-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
    padding-bottom: 20px;
}

.testimonial-item:hover {
	margin-bottom: 10px;
	background: #ffffff00;
	/* border: 1px solid #ffffff00; */
	top: -10px;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    border-radius: 20px;
    height: 100%;
    display: grid;
    justify-items: center;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    margin: 10px;
    padding: 10px;
    padding-top: 20px;
}
 .testimonial-item a:before{
     content:"\f10e";
     font-family:'Fontawesome';
     border:solid 2px #cfa767;
     color:#cfa767;
     border-radius:50%;
     width: 35px;
     height:30px;
     padding-top: 6px;
 }
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    font-family: 'Roboto',sans-serif;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    color: #1a202c;
    text-align: center;
    font-style: italic;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    min-height: 35px;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #cfa767;
    border-radius: 50%;
    cursor: pointer;
    background: #cfa767;
    border-style: solid;
    display: flex;
    color: #fff;
}
 
.nav-arrows button:hover {
    background: #2e495d;
    color: #ffffff;
    border-color: #2e495d;
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 14px;
        border-right: 2px solid #1a202c;
    }
 
    .review-from-logo {
      padding-left: 1em;
    }
}


 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    /* color: #ffffff; */
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{display: flex;align-items: baseline;position: fixed;z-index: 9999;justify-content: center;}

.modalHolder{
	display:none;
}



 /* ---------------------------------
   TABLET ≥ 600px
----------------------------------*/
@media (min-width:600px){
  /* place the two top bar blocks on one row */
  .main-header-info-container{
    display:inline-block;
    width: 100%;
    height: 63px;
    background: #cfa767;
  }
  /* left aligns call, right aligns nap/email */
  .main-header-contact-info-holder{padding:10px 18px;}
  .main-header-napinfo-block{padding:10px 18px;border-top:none;}

  /* logo + nav side-by-side */
  .logo-and-nav-wrapper,
  .header-info-holder{
    display:flex;
    justify-content:space-between;
    gap: 0;
    align-items: center;
  }

  /* nav horizontal */
  #top-menu{
    flex-direction:row;
    align-items:center;
    /* gap:12px; */
  }
  #top-menu > li > a{
    padding:12px 14px;
    border-radius:10px;
    font-size: 16px;
  }

  /* keep CTA to the far right if present */
  .ws-header-booking{
  }
	/* make sure rows can host pseudo-elements */
  .main-header-info-container{ position:relative; z-index:3; }
  .logo-and-nav-wrapper,
  .header-info-holder{ position:relative; z-index:1; }

  /* ---- Notch #1: CUT INTO TAN (bottom edge of top row) ---- */
  /* attach to the SECOND (right) top-bar block */
  .main-header-info-container:last-of-type::after{
    /* content:""; */
    position:absolute;
    /* position & size of the notch (adjust if needed) */
    left:42%;
    bottom:-24px;            /* drop into the blue band */
    width:160px;
    height:24px;
    background:#2F4A5E;      /* same blue as the band */
    /* diagonal right-leaning wedge */
    -webkit-clip-path:polygon(0 0, 100% 0, 72% 100%, 0 100%);
    clip-path:polygon(0 0, 100% 0, 72% 100%, 0 100%);
    pointer-events:none;
  }

  
}

/* ---------------------------------
   DESKTOP ≥ 980px
----------------------------------*/
@media (min-width:980px){
  .main-header-contact-info-holder{padding:12px 24px;font-size:16px;width: 30%;}
  .main-header-napinfo-block{ padding:12px 24px; gap:20px; }

  .logo-and-nav-wrapper,
  .header-info-holder{
    padding: 0;
    height: 130px;
  }

  /* logo sizing */
  .logo_container img#logo{ max-height:64px; }

  /* nav spacing & “pill” feel closer to reference */
  #top-menu-nav{display:flex;}
  #top-menu > li > a{
    padding: 10px !important;
    /* border:2px solid transparent; */
    /* box-shadow:0 8px 20px rgba(0,0,0,.15); */
  }
  #top-menu > li > a:hover{
    background:#243744;
    border-color:#ffffff;
    box-shadow:0 10px 24px rgba(0,0,0,.22), 0 0 0 2px rgba(255,255,255,.18) inset;
  }
  #top-menu > li.current-menu-item > a,
  #top-menu > li.current_page_item > a{
    border-color:#ffffff;
    padding: 10px !important;
  }

  /* big pill CTA look (if you want the button near nav) */
  .ws-header-booking .top_button{
    padding:14px 26px;
    font-size:15px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22), 0 0 0 2px rgb(0 0 0 / 18%) inset;
  }
	.main-header-info-container:last-of-type::after{
    left:44%;
    bottom:-28px;
    width:190px;
    height:28px;
    z-index: 99;
  }
    .logo_container{
        width: calc(30% - 30px) !important;
        padding: 10px 0;
    }
  .logo-and-nav-wrapper::before{
        content:'';
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        width:50px;
        height:100%;
        left: calc(30% - 49px);
        top:0px;
        background: #304a5e;
        position: absolute;
  }
  .main-header-contact-info-holder::before{
  content:'';
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 72px;
  height: 100%;
  left: calc(30% - 25px);
  bottom: 0px;
  background: #304a5e;
  position: absolute;
  z-index: 99;
  max-height: 193px;
  }
    .main-header-contact-info-holder{
  background: #304a5e;
  color:#ffffff;
  font-weight: 500;
  height: 63px;
  width: 30%;
}
    .main-header-napinfo-block{
        justify-content:flex-end;
    }
    .top-bar{
        flex-direction:row;
    }
    .main-header-info-container{
        width:70%;
    }
    .logo_container{
        width: calc(30% - 30px) !important;
    }
    .logo-and-nav-wrapper{
    background: #cfa767;
    }
    #et-top-navigation{
        width:70%;
    }
}

/* ---------------------------------
   Utility tweaks (icons, floating CTA, extra blocks)
----------------------------------*/
.add-info-block .email-btn,
.add-info-block .phonenum{ color:#2F4A5E; }   /* keep extras consistent */

.floating-cta-btn .floating-phonenum{
  background:#2F4A5E;
  color:#ffffff;
  border:2px solid #ffffff;
}
