/* 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
*/

.home body {
  font-family: 'Inter Tight', sans-serif;
  background: #0a0a0a;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px !important;
}


/* ============================================================
   LIGHTBOX (built by main.js)
   ============================================================ */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-img {
  max-width: 92vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}


/* ============================================================
   SCROLL-REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0a0400;
  width: 100%;
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.btn-call {
  display: inline-block;
  background: #f07c00;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-call:hover {
  background: #d96b00;
}


/* ============================================================
   HERO
   ============================================================ */
.hero {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow: visible;
}
.hero-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  object-position: 20% 20%;
}
@media (min-width: 980px) {
  .hero-img {
    height: 360px;
  }
}


/* ============================================================
   ABOUT / INTRO
   ============================================================ */
.about-section {
  background: #0a0400;
  padding: 30px 0 50px;
  text-align: center;
}

.about-circle-wrap {
  display: flex;
  justify-content: center;
  margin-top: -120px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.about-circle-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 5px solid rgba(255,255,255,0.2);
  box-shadow: 0 8px 40px rgba(0,0,0,0.6);
}
@media (min-width: 980px) {
  .about-circle-wrap {
    margin-top: -150px;
  }
  .about-circle-img {
    width: 280px;
    height: 280px;
  }
}

.about-heading {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.1;
  color: rgba(255,255,255,0.83) !important;
  text-align: center;
  margin-bottom: 28px;
}

.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 32px;
}

.btn-orange-outline {
  display: inline-block;
  border: 2px solid #f07c00;
  color: #f07c00;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 11px 26px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.btn-orange-outline:hover {
  background: #f07c00;
  color: #fff;
}

.btn-orange-call {
  display: inline-block;
  background: #f07c00;
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 11px 26px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background 0.2s;
}
.btn-orange-call:hover {
  background: #d96b00;
}

.about-text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  max-width: 820px;
  margin: 0 auto 20px;
  text-align: center;
}
.about-text strong {
  color: #ffffff;
}

.about-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
  text-align: center;
}

.about-ceramic {
  font-size: 15px;
  color: #f07c00;
  font-weight: 600;
  text-align: center;
}
.about-ceramic strong {
  color: #f07c00;
}


/* ============================================================
   CONTACT ICONS
   ============================================================ */
.icons-section {
  background: #0a0400;
  padding: 10px 0;
}

.icons-divider {
  height: 1px;
  /* background: rgba(255,255,255,0.06); */
  margin: 0;
}

.icons-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 48px 0;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 33.333%;
  padding: 36px 16px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  transition: color 0.2s;
  text-decoration: none;
  min-width: 166px;
}
.icon-item:hover {
  color: #ffffff;
}

.icon-img {
  font-size: 60px;
  color: rgba(255,255,255,0.82);
}


/* ============================================================
   PACKAGES HEADING
   ============================================================ */
.packages-heading-section {
  background: #0a0400;
  padding: 50px 0 20px;
  text-align: center;
}

.packages-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 36px);
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.section-rule {
  border: none;
  border-top: 2px solid rgba(255,255,255,0.15);
  max-width: 600px;
  margin: 0 auto;
}


/* ============================================================
   SERVICE PACKAGES Ã¢â‚¬â€ 2-COLUMN
   ============================================================ */
.packages-section {
  background: #0a0400;
  padding: 20px 0 60px;
}

.packages-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 980px) {
  .packages-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}

.pkg-col {
  flex: 1;
  /* padding: 0 10px; */
}

@media (min-width: 980px) {
  .pkg-col:first-child {
    border-right: 1px solid rgba(255,255,255,0.07);
  }
}

.pkg-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pkg-item:last-child {
  border-bottom: none;
}

.pkg-name {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.5vw, 35px) !important;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 14px;
}

h2.pkg-name{
   font-size: clamp(30px, 4.5vw, 35px) !important; 
}

.pkg-accordion {
  width: 100%;
}

.pkg-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #01066b;
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  width: 100%;
  user-select: none;
  transition: background 0.2s;
}
.pkg-summary::-webkit-details-marker {
  display: none;
}
.pkg-summary::marker {
  display: none;
}
.pkg-summary:hover {
  background: #0209a0;
}

.pkg-plus {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255,255,255,0.7);
  flex-shrink: 0;
}

.pkg-body {
  background: rgba(1, 6, 107, 0.15);
  padding: 20px 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.pkg-list {
  list-style: disc;
  padding-left: 18px;
}
.pkg-list li {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
}
.pkg-list li:last-child {
  margin-bottom: 0;
}
.pkg-list li strong {
  color: #ffffff;
}

.pkg-desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
}

.pkg-price {
  font-size: 15px;
  font-weight: 700;
  color: #f07c00;
  margin-top: 10px;
}
.pkg-price strong {
  color: #f07c00;
}


/* ============================================================
   PROMOTIONS
   ============================================================ */
.promotions-section {
  background: #0a0400;
  padding: 50px 0 20px;
  text-align: center;
}

.promo-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 36px) !important;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}


/* ============================================================
   GALLERY
   ============================================================ */
.gallery-section {
  background: #0a0400;
  padding-bottom: 0;
}

.gallery-section .container {
  padding-bottom: 16px;
  text-align: center;
}

.gallery-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 36px) !important;
  color: #ffffff;
  text-align: center;
  padding: 30px 0 10px;
  margin-bottom: 20px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  line-height: 0;
  margin-bottom: 30px;
}

.g-item {
  width: 50%;
  line-height: 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .g-item {
    width: 33.333%;
  }
}

.g-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.g-item img:hover {
  transform: scale(1.04);
}

@media (min-width: 980px) {
  .g-item img {
    height: 260px;
  }
}


/* ============================================================
   EXTRA SECTIONS (Why Choose, Work Process, Areas, CTA)
   ============================================================ */
.extra-section {
  background: #0a0400;
  padding: 35px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.extra-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.5vw, 32px) !important;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.25;
  text-align: center;
}

.extra-text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  /* max-width: 860px; */
  margin-bottom: 28px;
  text-align: justify;
}
.extra-text a {
  color: #f07c00;
  text-decoration: underline;
}

.orange-link {
  color: #f07c00;
  text-decoration: underline;
}

.extra-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0 !important;
  list-style-type: none !important;
  justify-content: center;
}
.extra-tags li {
  background: rgba(240,124,0,0.12);
  border: 1px solid rgba(240,124,0,0.35);
  color: #f07c00;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 20px;
}

.btn-orange-inline {
  display: inline-block;
  background: #f07c00;
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background 0.2s;
}
.btn-orange-inline:hover {
  background: #d96b00;
}

.areas-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
}
.areas-wrap span {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  padding: 4px 0;
}
.areas-wrap span::after {
  content: ' |';
  color: rgba(255,255,255,0.25);
  margin-left: 14px;
}
.areas-wrap span:last-child::after {
  content: '';
}


/* ============================================================
   BLUE SECTION (Reviews + Map + Social + Footer)
   ============================================================ */
.blue-section {
  background: #46448f;
  padding: 60px 0 0;
}


/* Google Reviews */
.reviews-area {
  text-align: center;
  padding: 0 24px 40px;
}

.click-to-view {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 48px);
  color: #ffffff;
  margin-bottom: 24px;
}

.google-review-logo {
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
  transition: opacity 0.2s;
}
.google-review-logo:hover {
  opacity: 0.85;
}


/* Map */
.map-area {
  width: 100%;
  line-height: 0;
}
.map-area iframe {
  display: block;
  width: 100%;
  height: 380px;
}
@media (min-width: 980px) {
  .map-area iframe {
    height: 440px;
  }
}


/* Social Icons */
.social-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 40px 24px 30px;
}

.social-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f07c00;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.social-circle:hover {
  background: #d96b00;
  transform: scale(1.08);
}

.trusted-contact-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: center;
}

@media (min-width: 980px) {
  .trusted-contact-row {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .trusted-text-col {
    flex: 1;
  }
  .contact-form-col {
    flex: 1;
  }
}

/* Form container */
#contact {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 32px 28px;
}

.success {
  background: rgba(240,124,0,0.15);
  border: 1px solid #f07c00;
  color: #f07c00;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  text-align: center;
}

/* Form fields */
.quickFormFields,
.quickFormFieldsMess,
.captchaField {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.quickFormFields::placeholder,
.quickFormFieldsMess::placeholder,
.captchaField::placeholder {
  color: rgba(255,255,255,0.38);
}
.quickFormFields:focus,
.quickFormFieldsMess:focus,
.captchaField:focus {
  border-color: #f07c00;
  background: rgba(255,255,255,0.09);
}

.quickFormFieldsMess {
  resize: vertical;
  min-height: 110px;
}

/* Remove default p margins inside form divs */
#contactForm p {
  /* margin: 0 0 14px; */
}

/* Captcha row */
.nap_cf_vercode_container p {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.nap_cf_vercode_container img {
  border-radius: 4px;
  flex-shrink: 0;
}
.captchaField {
  flex: 1;
  min-width: 120px;
}

/* Submit button */
.quickFormSend {
  display: block;
  width: 100%;
  background: #f07c00;
  color: #ffffff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}
.quickFormSend:hover {
  background: #d96b00;
}

div#page-container {
	overflow: hidden;
}
.et_pb_row {
	width: 95% !important;
}
/*HEADER STYLES*/

header#main-header {
	background-color: #060606;
}
.header-menu-container {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.logo_container {
	position: relative !important;
	max-width: 140px;
	display: flex;
}
img#logo {
	height: 100px;
	max-width: 100% !important;
	max-height: 100% !important;
}
.text-logo {
	display: flex;
	color: #ffffff;
	min-height: 46px;
	align-items: center;
}

.text-logo img {
	width: 25px;
	margin-right: 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: -1;
	opacity: 0.5;
	right: 84px;
	filter: drop-shadow(2px 4px 6px black);
}

.text-logo span {
	display: flex;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	text-align: center;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	font-family: 'Changa', sans-serif;
}

.header-menu-container:after {
	display: none;
}

div#et-top-navigation {
	padding: 0 !important;
}
.estimate-btn {
	display: none;
}
.mobile_menu_bar {
	padding: 0 !important;
}

.et_mobile_menu {
	width: 100vw;
	left: -2.5vw;
	top: 100%;
	border-color: #f07c00;
	background-color: #060606 !important;
}


.et_mobile_menu li a {
	color: #efefef !important;
	font-family: 'Inter', sans-serif;
	filter: drop-shadow(0px 1px 1px #210124);
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
	position: relative;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
	content: '\f149';
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
	color: #ba0908;
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !important;
}

.add-info-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ba0908;
	width: 50px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
} 
.add-info-block {
	display: none;
	justify-content: center;
	align-items: flex-start;
	width: 240px;
	position: fixed;
	right: -190px;
	-webkit-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}

.open-info {
	right: 0;
}

.open-info #add-info-open-icon {
	display: none;
}

.open-info #add-info-close-icon {
	display: block;
}
.add-info-container {
	background: #060606;
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 190px;
	height: auto;
	border-bottom-left-radius: 10px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	font-family: 'Changa', sans-serif;
}

.add-info-btn .fa {
	color: #ffffff;
}
#add-info-close-icon {
	display: none;
}
.add-info-btn span {
	line-height: 1;
	color: #ffffff;
	margin-top: 5px;
	font-size: 12px;
}


.add-info-container a, .header-location-container {
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	text-align: right;
	width: 100%;
}
.email-btn {
	margin: 10px 0;
}
.add-info-container .fa {
	margin-right: 5px;
	margin-top: 2px;
}
/*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;
}
/*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: 450px !important;
	min-height: 450px !important;
	height: 450px !important;
	background-position: 60%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 450px !important;
	min-height: 450px !important;
	height: 450px !important;
	width: 95%;
}

.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
}
.homepage-header-title h1 {
	font-size: 45px;
	font-weight: bold !important;
	line-height:1.2;
}

.header-title {
	font-size: 27px;
	font-weight: 400;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	font-family: 'Changa', sans-serif;
	color: #fff;
	font-weight: 500;
}
.homepage-header-button {
	display: flex;
	justify-content: center;
}
.homepage-header-button .booking-button-switch {
	margin-right: 15px;
}
.button {
	background: #ba0908;
	color: #ffffff;
	line-height: 1;
	border-radius: 30px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	max-width: 240px;
	margin-top: 20px;
	font-weight: 500;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	font-family: 'Changa', sans-serif;
}
.button:hover {
	background: #3db691;
	color: #fff;
}


/* FIRST CONTENT SECTION STYLE */

.entry-title {
	text-align: center;
	font-size: 26px !important;
	color: #060606;
	font-weight: 600;
	line-height: 1.1em;
}
.home .entry-title {
	padding: 0;
	color: #fff;
	margin-bottom: 20px;
}
div#home-title-block {
	padding: 0 !important;
	background-color: #f5f3f5!important;
}

div#home-title-block-container-firstpar {
	padding: 0 !important;
	width: 100% !important;
}

div#home-title-block-container-firstpar:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 170px);
	background: #060606;
}

div#home-title-block-txt-col {
	padding: 70px 2.5%;
}

.section-title-heading {
	margin-bottom: 10px;
	color: #ff0100;
	font-weight: 600;
	font-family: 'Changa', sans-serif;
}

.content-button {
	background: transparent;
	color: #ffffff;
	line-height: 1;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 10px;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	font-weight: 500;
	border: 1px solid #fff;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	text-align: center;
}
.content-button:hover {
	background: #060606;
	color: #ffffff;
	border-color: #ba0908;
}
div#home-title-block-img-col span {
	width: 75%;
	margin-left: auto;
	display: flex;
	margin-top: -30px;
	padding-bottom: 70px;
	height: 280px;
}

div#home-title-block-img-col span img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}



/* BADGES SECTION STYLE */
div#css-badges-section {
	background-color: #ba0908!important;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #060606;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	font-family: 'Nunito', sans-serif;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #ff0100;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 32px;
	width: 94%;
	font-family: 'Changa', sans-serif;
	font-weight: 600;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.badge-holder img {
	width: 100%;
	height: 100%;
}

.badge-title {
	background: #f5f3f5;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #060606;
	font-weight: bold;
	text-transform: capitalize;
}

.badge-title span {
	font-size: 17px;
}


/* SERVICES STYLE */

.srvBlock {
	max-width: 100%;
	/* padding: 20px 10px 0px; */
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin: 0 auto;
}

.srvElement {
	width:fit-content;
	float: left;
	padding: 0px;
	background-color: rgb(0 0 0);
	margin: 5px 5px !important;
}

.srvElementFullWidth {
	background-color: rgb(0 0 0);
	display: flex;
	flex-direction: column;
	margin: 5px !important;
}

.title-services p {
	color: #000;
	font-size: 35px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ba0908;
}

.srvElementHeader h2 {
	color: #ffffff;
	font-size: 120%;
	padding: 0px;
	font-weight: bold;
}

.srvElementContent {
	text-align: justify;
	color: #fff;
	padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
	width: 100%;
}

.srvElementFullWidth .srvElementBody {
	display: flex;
	align-items: center;
	justify-content: center;
}

.srvElementFullWidth .srvElementImg {
	width: 33%;
	height: 100%;
	display: flex;
	overflow: hidden;
	object-fit: cover;
}
.srvElementFullWidth .srvElementContent {
	width: 70%;
	padding-left: 20px;
}

.srvElementHeader:hover {
	background-color: #1e272d;
	color: #000;
}
.srvElementHeader:hover h2{
	color: #ba0908;
}

@media only screen and (max-width: 981px) {
	.srvBlock {
		display: block;
		height: 100%;
		padding: 0px;
		margin-bottom: 0px;
	}
	.srvElement {
		width: 100%;
		margin: 15px auto 0px;
	}
	.srvElementFullWidth {
		margin: 15px auto 0px;
		display: inline-block;
	}

	.srvElementImg {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.srvElementFullWidth .srvElementBody {
		display: block;
	}

	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		width: 100%;
		padding: 5px;
	}

	.srvElementBody {
		padding: 10px;
	}
}

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}

/* END SERVICES STYLE */

/* ADDITTIONAL SERVICES STYLE */

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

#additionalServices li {
	break-inside: avoid;
	padding: 5px 3px;
	font-size: 18px;
	color: #f07c00;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #f07c00;
	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;
}

/* END ADDITTIONAL SERVICES STYLE */
/* CONTENT SECTION STYLE */

div#content-dark-section {
	width: 100% !important;
	padding: 0 !important;
}



div#content-dark-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 170px);
	background: #060606;
}

div#content-text-col {
	padding: 70px 2.5%;
	margin-bottom: 0 !important;
}


div#home-content-section {
	padding-top: 0 !important;
}





div#content-img-col span {
	width: 75%;
	margin-left: auto;
	display: flex;
	margin-top: -30px;
	padding-bottom: 70px;
	height: 280px;
}

div#content-img-col span img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}




/* SERVICES LIST SECTION STYLE */



.homepage-services #servcss {
	padding: 0;
	list-style: none;
	width: 280px;
	margin: 0 auto;
}
.homepage-services li {
	position: relative;
	text-align: left;
	padding-left: 26px;
	color: #fff;
}
.homepage-services li:before {
	content: "\f1b9";
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #ba0908;
	position: absolute;
	left: 0;
}


/* CONTACT FORM STYLE */



.contact-form-heading {
	background: #ba0908;
	padding: 30px 20px;
}

.contact-section-title {
	text-align: center;
	font-size: 26px !important;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.1em;
	font-family: 'Changa', sans-serif;
}

.contact-section-text {
	color: #ffffff;
	line-height: 1.4;
	padding-top: 10px;
}

.contact-form-block {
	background-image: linear-gradient(90deg,#060606 0%,rgba(44,57,65,0.65) 100%),url(https://cardetailingsvcil.com/wp-content/uploads/2024/04/contact-form-bg.webp)!important;
	padding: 30px 20px;
	background-position: center;
	background-size: cover;
}



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;
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 32px 28px;
}

input#submitter {
	display: block;
	width: 100%;
	background: #f07c00;
	color: #ffffff;
	font-family: 'Inter Tight', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 14px 24px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 6px;
	transition: background 0.2s;
	height: auto;
}

input#submitter:hover {
	background-color: #bb650a !important;
	color: #fff;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	padding: 12px 16px;
	outline: none;
	transition: border-color 0.2s, background 0.2s;
	box-sizing: border-box;
	margin: 10px 0 !important;
}

p.success {
	color: #060606;
}

#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: #ffffff !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: #fff !important;
	border-color: #f07c00;
}

#contact {
	padding: 0;
}


div#contact-form-section {
	background-color: #f5f3f5!important;
}

/* NAP SECTION STYLE */

div#nap-section {
	background-color: #060606!important;
}

.homepage-nap h3 {
	color: #fff;
	padding-bottom: 0;
	line-height: 1.3;
}

/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
	background-color: #ba0908!important;
	padding: 0;
}


.owl-nav {
	display: none;
}


.item img{object-fit: cover;object-position: center;margin-left: 3px;}

.item span {
	position: absolute;
	color: #cbcbcb;
	bottom: 10px;
	right: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}

.item:before {
	content: '';
	position: absolute;
	width: 101%;
	height: 105%;
	background: #060606;
	left: 0;
	top: 0;
	opacity: 0.6;
}

.item {min-height: 100%;display: flex;position: relative;}

.owl-item {
	height:100%;
	min-height: 100% !important;
}

.owl-stage {
	display: flex;
	background: #000;
}
.owl-dots {
	line-height: 0;
	opacity: 0.5;
	margin-top: 5px;
	position: absolute;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	height: 5px !important;
	background: #7a7a7a !important;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000 !important;
}
div#testimonials-block {
	padding: 0 !important;
	width: 100% !important;
}

div#testimonials-review-block {
	padding: 70px 2.5%;
}
.testimonials-title {
	text-align: center;
	font-size: 26px !important;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.1em;
	font-family: 'Changa', sans-serif;
}

.home .wpcr3_review_datePublished {
	color: #060606;
}

.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;
	color: #060606;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #060606;
	font-weight: bold;
	font-family: 'Changa', sans-serif;
}

.home span.wpcr3_item_name a {
	color: #060606;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #c4c4c4;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	color: #060606;
}



.testimonials-button {
	color: #060606;
	background: transparent;
	line-height: 1;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 10px;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	font-weight: 500;
	border: 1px solid #fff;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	text-align: center;
}

.testimonials-button:hover {
	color: #ffffff;
	background: #060606;
}


/* FOOTER STYLE */

#main-footer {
	background: #464490 !important;
	background-size: contain;
	background-repeat: repeat;
}
#main-footer .container {
	width: 95%;
}
footer#main-footer .section-separator-down {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-filter: fliph;
	filter: fliph;
}
div#footer-bottom {
	background-color: #464490;
	padding: 15px;
	color: #ffffff;
	font-family: 'Changa', sans-serif;
}

.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: 400;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #f07c00;
	text-transform: uppercase;
	font-family: 'Inter Tight';
}

.footer-widget .textwidget {
	color: #f5f3f5;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}
.fwidget #menu-footer-menu li {
	padding-left: 0px;
}
.fwidget #menu-footer-menu li:before {
	display: none;
}
.fwidget #menu-footer-menu li a {
	background-color: transparent;
}
table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	font-family: 'Open Sans', sans-serif;
	color: #f5f3f5;
}

#current-day {
	background-color: #f07c00;
	padding: 0 2px;
}

#current-day td {color: #ffffff;text-shadow: none;}

#closed-day {
	color: #f5f3f5;
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #f07c00;
	text-align: center;
	font-size: 26px !important;
	color: #060606;
	font-weight: 600;
}
#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;
}
#left-area .post-meta a {
	color: #f07c00;
}
#left-area .post-meta {
	text-align: center;
}
.blog .et_pb_post {
	text-align: justify;
}
.single-post .et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.single-post article {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	/* padding: 77px 0 !important; */
}

#main-content .container h1{
	/* color: #000 !important; */
}

#main-content .container h2{
	font-size: 24px;
}
/* add buttons */
.booking-button-switch {display: none;}
.button-quote-header {
	background: #1e272d;
	text-align: center;
	padding: 10px 0;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #ba0908;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #060606;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 3em;
}

.top_button:hover{
	background-color:#3db691;
	color:#fff;
}

.floating-estimate-btn {
	text-align: center;
	padding: 3px 15px;
	background-color: #ba0908;
	color: #060606 ;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	border: 3px solid #060606;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: normal;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 230px;
}

.floating-estimate-btn:hover{
	background-color:#3db691;
	color:#fff;
}
.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #ba0908;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #ffffff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:25px;
}

.wpcr3_button_1:hover {
	color: #fff;
	background: #000000;
	position: relative;
	display: inline-block;

	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:25px;
}

#main-footer .listing-rev-btn {
	padding: 3px 15px;
	border: 3px solid #060606;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	border-left: 0px;
	bottom: 15px;
	background: #f07c00;
	color: #ffffff;
	width: 230px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight:500;
}

#main-footer .listing-rev-btn:hover{
	background-color:#c56702;
	color:#fff;
}

#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #ffffff;
}
/* end add buttons */
/* reviews */
.testimonials .owl-stage {
	background-color:transparent !important;
}
.testimonials-slider .item:before, .testimonials-slider .item span {
	display:none !important;
}
.owl-stage {
	display: flex;
	align-items: center;
}
.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;
}
.external-review-content {
	width:100%;
}
.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: #060606;
	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: #060606;
}
.external-review-author {
	margin: 0 5px;
	font-weight:bold;
}

.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%;
	font-style: italic;
	color: #060606;
	font-weight: 400;
	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;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	width: 200px;
	transition: 0.3s ease-out;
	display: block;
}

div#external-reviews {
	padding: 0 !important;
	background: #ba0908;
}

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: 981px) {
	.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 */
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {


	.srvElement:nth-child(odd) {
		margin-left: 0;
		margin-right: auto;
	}

	.srvElement:nth-child(even) {
		margin-left: auto;
		margin-right: 0;
	}

	.srvElementImg {
		/* height: 240px; */
	}

	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		margin: 0 auto;
		width: auto;
		column-gap: 25px;
	}
	.homepage-services li {
		text-align: left;
	}
}
@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: 0px !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) {
	/*HEADER STYLES*/

	.add-info-block {
		top: 25vh;
	}
	.estimate-btn {
		display: flex;
		justify-content: flex-end;
		width: 25% !important;
	}

	.logo_container {
		width: 25% !important;
	}
	div#et-top-navigation {
		width: 86%;
		margin-left: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.estimate-btn a {
		background: #ba0908;
		color: #ffffff;
		line-height: 1;
		border-radius: 30px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		font-weight: 500;
		font-size: 14px;
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		font-family: 'Changa', sans-serif;
	}
	.estimate-btn a:hover {
		background: #3db691;
		color: #fff;
	}
	nav#top-menu-nav ul#top-menu li a{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-weight: 500;
		color: #ffffff !important;
		text-transform: capitalize;
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 14px;
		color: #f07c00;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a{
		color: #f07c00 !important;
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 7px;
		padding-right: 7px !important;
	}
	nav#top-menu-nav ul#top-menu li:not(:last-child):after {
		content: '\f111';
		position: absolute;
		font-family: 'FontAwesome';
		font-size: 5px;
		color: #ba0908;
		right: -3px;
		top: 15px;
	}
	.sub-menu li:not(:last-child):after {
		display:none;
	}
	nav#top-menu-nav ul#top-menu li:last-child {
		padding-right: 0 !important;
	}

	nav#top-menu-nav ul#top-menu .current-menu-item {
	}

	nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		color: #d9b6c6 !important;
	}
	ul.sub-menu {
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		top: 44px;
		background-color: #060606 !important;
		border-color: #f07c00 !important;
	}
	ul.sub-menu li ul {
		top: -10px;
	}
	nav#top-menu-nav #top-menu ul.sub-menu a {
		color: #fff !important;
		position: relative;
		padding: 6px 6px 6px 16px !important;
		line-height: 1.2;
		filter: drop-shadow(0px 1px 1px #210124);
	}
	#top-menu-nav ul.sub-menu a:before {
		content: '\f149';
		position: absolute;
		left: 0;
		font-family: 'FontAwesome';
		-webkit-transform: scaleX(-1) rotate(90deg);
		transform: scaleX(-1) rotate(90deg);
		color: #ff9c00;
	}
	#top-menu-nav ul.sub-menu a:after {
		color: #fff !important;
	}
	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}
	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}
	/*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: 1200px !important;
		min-height: 600px !important;
		height: calc(100vh - 127px) !important;
		background-position: center;
		background-position-y: 45%;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 1200px !important;
		min-height: 600px !important;
		height: calc(100vh - 127px) !important;
		max-width: 95%;
	}
	.header-title {
		font-size: 40px;
		line-height: 1.2;
	}
	.entry-title {
		text-align: left;
	}
	.home .entry-title {
		font-size: 32px !important;
		color: black;
	}

	/* BADGES STYLE DESKTOP*/

	/* FIRST PARAGRAPH STYLE DESKTOP*/
	div#home-title-block-container-firstpar:before {
		height: 100%;
		left: -25%;
	}

	div#home-title-block-img-col span {
		width: 95% !important;
		height: 55vw;
		max-height: 600px;
	}


	/* SERVICES STYLE DESKTOP*/

	.srvBlockTitle {
		text-align: left;
	}

	.srvElement {
		width: 100%;
		max-width: 100%;
		/* min-height: 260px; */
	}

	.srvElement:nth-child(odd) {
		/* flex-direction: row; */
	}

	.srvElement:nth-child(even) {
		/* flex-direction: row-reverse; */
	}

	.srvElementImg {
		width: 100%;
	}

	.srvElementBody {
		width: 100%;
		/* padding-top: 50px; */
		/* padding-bottom: 50px; */
	}

	.srvElementHeader {
		width: 100%;
	}

	.srvElementContent {
		width: 100%;
	}

	.srvElement:nth-child(odd) .srvElementHeader, .srvElement:nth-child(odd) .srvElementContent {
		margin-left: auto;
	}

	.srvElement:nth-child(even) .srvElementHeader, .srvElement:nth-child(even) .srvElementContent {
		margin-right: auto;
	}

	.srvElementBody img {
		top: 150px;
	}

	.srvElement:nth-child(odd) .srvElementBody img {
		right: auto;
		left: 10px;
	}

	.srvElement:nth-child(even) .srvElementBody img {
		left: auto;
		right: 10px;
	}

	.srvElement:nth-child(odd) .srvElementBody:before {
		right: -18%;
		left: auto;
	}

	.srvElement:nth-child(even) .srvElementBody:before {
		left: -18%;
	}

	/* CONTENT SECTION DESKTOP */

	div#nap-section {
		padding-bottom: 60px;
	}

	div#content-dark-section:before {
		height: calc(100% - 30px);
		left: -25%;
	}

	div#content-img-col  span {
		width: 95% !important;
		height: 55vw;
		max-height: 600px;
	}

	div#content-text-col {
		margin-bottom: 30px !important;
		padding-right: 0;
	}

	/* CONTACT SECTION DESKTOP */


	.contact-form-holder {
		display: flex;
	}

	.contact-form-heading {
		width: calc(100% - 640px);
		position: absolute;
		height: 100%;
		top: -30px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contact-form-block {
		max-width: 640px;
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	}

	div#contact-section {
		max-width: 740px;
		padding-left: 150px;
		padding-right: 120px;
		/* margin-bottom: -30px; */
		/* margin-left: auto; */
		width: 100%;
		margin: auto;
	}

	/* TESTIMONIALS SECTION DESKTOP */
	div#testimonials-block {
		max-width: 100%;
	}
	div#testimonials-block:before {
		content: '';
		position: absolute;
		height: 100%;
		background: #060606;
		right: 0;
		min-width: 2.5vw;
		width: calc(100vw - 52.5%);
		max-width: calc(50vw - 540px);
	}
	div#testimonials-block .et_pb_module {
		height: 100%;
	}

	div#testimonials-block .et_pb_code_inner {
		height: 100%;
	}
	.loop .item {
		height:100% !important;
	}
	.owl-carousel {
		height: 100%;
	}

	.owl-carousel .owl-stage-outer {
		height: 100%;
	}

	.owl-stage {
		height: 100%;
	}

	div#testimonials-review-block {
		width: calc(50vw - 2.5%);
		max-width: 540px;
		padding: 70px 25px;
	}
	/* 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 !important;
	}
	#sidebar .textwidget {
		text-align: left;
	}
	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(44 57 65 / 20%);
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}
/***** 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;
}

@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) {
	.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%;
	}

	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		text-align: center;
	}
}

.testimonial-subject{
	color: #ffffff;
}
.testimonial-item a {

	color: #060606;
}
.testimonial-item a b{
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 400 !important;
	color: #060606;
	text-align: center;
	font-style: italic;
}

.keen-slider__slide{
	border:none;
	background: #ffffff1c;
}


.keen-slider__slide:hover{
	border:none;
	background:#0000001c;
}

.nav-arrows button{background: #f07c00;border-color: #2d3941;width: 40px;height: 40px;border-style: solid;}

.single-post div#main-content .container {
	padding: 77px 0 !important;
}
home #main-content .container {
	padding: 25px 0 !important;
}

#main-content .container h1{
	color: #333;
}

#main-content .container h2{/* font-size: 24px; */}

@media (min-width: 981px) {

	#main-content .container .type-post {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}

}

@media only screen and (min-width: 992px) {
	.testimonial-footer {
		display: flex
			;
		align-items: center;
		justify-content: center;
		background: white;
		padding: 10px;
	}
}

.testimonial-footer {
	margin-top: 1rem;
	background: #ffffff00;
}

.testimonial-content {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	font-style: italic;
}

.reviewer-details{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.reviewer-name {
    font-weight: 500;
    color: #fff;
    line-height: 1.5rem;
}
.et_pb_gallery_grid .et_pb_gallery_image {
	text-align: center!important;
	height: 160px!important;
	overflow: hidden!important;
}




body.single-post .entry-content h2 {
	text-align: left !important;
	margin-block: 10px 0px;
}
body.single-post .entry-content p {
	text-align: justify !important;
}
body.page-id-2049 article .et_pb_posts article.et_pb_post .post-content {
    text-align: justify;
}
 .custom-areas{
margin-top:-10px;
}

.last-area{
    visibility: hidden;
}