/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/


:root {
	--heading-color: #333;

  --primary: #1d398d;
  --accent: #ffc522;
  --text: #2b2b2b;
  --light: #f7f9fc;
}

/* PAGE LANDING */

.bookly-search-form-container {

	.bookly-css-root > div > div {
		border: 0 !important;
	}

	.bookly-search-form-right .bookly-service-card-mark {
		max-width: 220px;
		min-width: 220px;
	}

	.bookly-service-title-mark  {
		font-size: 15px;
		font-weight: 600;
		line-height: 1.3;
		color: var(--heading-color);
	}
	.bookly-service-title-mark > i {
		display: none;
	}

	.bookly-card-body-mark > div > div .bookly-card-text-mark:first-child {
		margin-bottom: 4px!important;
	}
	.bookly-card-body-mark > div > div .bookly-card-text-mark:last-child {
		margin-bottom: 10px!important;
	}
	.bookly-card-body-mark > div > div .bookly-card-text-mark .bi-credit-card {
		font-size: 16px !important;
    background: #ecf8f9;
    border-radius: 50%;
    padding: 2px;
    aspect-ratio: 1 / 1;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
}



/* google reviews */
.review-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,1);
  backdrop-filter: blur(6px);
  width: fit-content;

  .review-pill__left {
	  display: flex;
	  align-items: center;
	  gap: 5px;
	}

	.review-pill__logo {
	  width: 25px;
	  height: 25px;
	  border-radius: 50%;
	  
	  color: #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-weight: bold;
	  font-size: 14px;
	}

	.review-pill__text {
	  font-size: 13px;
	  color: #333;
	  font-weight: 500;
	}

	.review-pill__right {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}

	.review-stars {
	  color: #FFC107;
	  font-size: 14px;
	  letter-spacing: 1px;
	}

	.review-meta {
	  font-size: 13px;
	  color: #333;
	}

	.review-meta strong {
	  font-weight: 700;
	}
}


.quote-form {
    background: #fff;
    border-radius: 22px;
    overflow: heading-color;

    .fluentform {
		padding: 15px 20px 0px 20px;

    }
    
    .quote-form-header {
    	background: var(--gcid-primary-color);
    	padding: 15px 20px 5px 20px;
    	border-top-left-radius: 22px;
    	border-top-right-radius: 22px;
    }
    .quote-form-header h3 {
    	color: #fff;
    	font-size: 18px;
    	font-weight: 700;
    	letter-spacing: -0.5px;
    }
    .quote-form-header h5 {
    	font-size: 13px;
    	color: #fff;
    }

    .ff_submit_btn_wrapper {
    	width: 100%;
    	margin-bottom: 0;
    }
    .ff-btn-submit {
    	width: 100%;
    }
    .fluentform .ff-el-group {
    	margin-bottom: 15px;
    }

    .note {
    	display: block;
    	font-size: 11px;
    	font-weight: 400;
    	color: #111;
    	text-align: center;
    	line-height: 1.2;
    	padding-bottom: 15px;
    }
}





.bio-footer {
  background: #fff;
  color: #fff;
  padding-block: 10px 35px;

  .footer-logo {
  	display: block;
  	max-width: 200px;
  	margin-bottom: 20px;
  }
}

.bio-footer .container {
  max-width: 1080px;
  margin: 0 auto;
}

.bio-footer h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.bio-footer p {
	color: #111;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.bio-footer a {
	color: #111;
  text-decoration: none;
}

.bio-footer a:hover {
  color: var(--gcid-primary-color);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
}

.footer-links a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-contact p {
  margin-bottom: 8px;
}

.footer-badges {
  margin-top: 15px;
}

.footer-badges span {
  display: inline-block;
  color: #111;
  background: #ecf8f9;
  padding: 6px 10px;
  margin: 5px 5px 0 0;
  border-radius: 6px;
  font-size: 12px;
}

.footer-bottom {
	color: #111;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

#top-menu .cta-contact > a {
	color: #fff!important;
	background: #00808a;
}


/*PAGE: TIMOKATALOGOS*/

:root {
  --teal:        #2bbcd4;
  --teal-dark:   #1a9ab5;
  --teal-deep:   #0d6a7e;
  --teal-light:  #e8f8fb;
  --teal-pale:   #f4fcfd;
  --text:        #1a2e34;
  --text-mid:    #4a6670;
  --text-light:  #8aadb5;
  --line:        #daedf1;
  --white:       #ffffff;
  --gold:        #f5a623;
  --gold-light:  #fff8ed;
  --radius:      14px;
  --shadow:      0 2px 16px rgba(13,106,126,0.09);
}

 
/* ── HERO ── */

.hero {
	text-align: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 30px;
  color: #c8f5ff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(26px, 5vw, 44px);
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 12px;
}
.hero p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  margin-bottom: 28px;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.hero-pill {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
}
 
/* ── NOTICE ── */
.notice {
  max-width: 860px;
  margin: 32px auto 0;
  padding: 0 16px;
}
.notice-inner {
  background: var(--gold-light);
  border: 1.5px solid #ffd280;
  border-radius: var(--radius);
  padding: 14px 20px;
  font-size: 13.5px;
  color: #7a5000;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.notice-inner strong { font-weight: 800; }
 
/* ── NAV ANCHORS ── */
.anchor-nav {
  max-width: 860px;
  margin: 24px auto 0;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.anchor-nav a {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 8px;
  color: var(--text-mid);
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  text-decoration: none;
  transition: all 0.15s;
  box-shadow: var(--shadow);
}
.anchor-nav a:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: var(--teal-pale);
}
 
/* ── PAGE WRAP ── */
.wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 16px 72px;
}
 
/* ── SECTION TITLE ── */
.section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  margin-top: 48px;
}
.section-title:first-child { margin-top: 0; }
.section-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(27,154,181,0.3);
}
.section-title h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}
.section-title p {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 2px;
}
 
/* ── CARD ── */
.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line);
  margin-bottom: 12px;
}
 
/* sub-label */
.sub-label {
  background: var(--teal-pale);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 8px 20px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--teal-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}
 
/* price row */
.row {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid #f2f8fa;
  gap: 12px;
  transition: background 0.12s;
}
.row:last-child { border-bottom: none; }
.row:hover { background: var(--teal-pale); }
 
.row.hot { background: var(--gold-light); }
.row.hot:hover { background: #fef3d0; }
 
.row-name {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}
.row-name small {
  display: block;
  font-size: 16px;
  color: var(--text-light);
  font-weight: 400;
  margin-top: 1px;
}
.hot-badge {
  background: var(--gold);
  color: white;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.4px;
  flex-shrink: 0;
}
.row-price {
  text-align: right;
  flex-shrink: 0;
}
.price {
  font-size: 18px;
  font-weight: 800;
  color: var(--teal-deep);
  display: block;
}
.unit {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 400;
}
 
/* discount badge */
.disc {
  background: #e8f8fb;
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid var(--teal-light);
  flex-shrink: 0;
}
 
/* ── CONTACT CARD ── */
.contact-card {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal-dark) 100%);
  border-radius: var(--radius);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  box-shadow: 0 4px 20px rgba(13,106,126,0.25);
}
.contact-card-text h3 {
  font-size: 16px;
  font-weight: 800;
  color: white;
  margin-bottom: 3px;
}
.contact-card-text p { font-size: 13px; color: rgba(255,255,255,0.65); }
.contact-card-btn {
  margin-left: auto;
  background: white;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
  padding: 11px 22px;
  border-radius: 9px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
.contact-card-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 16px rgba(0,0,0,0.18); }
 
/* ── BOTTOM CTA ── */
.bottom-cta {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal-dark) 100%);
  border-radius: 20px;
  padding: 40px 28px;
  text-align: center;
  margin-top: 56px;
  box-shadow: 0 8px 32px rgba(13,106,126,0.22);
}
.bottom-cta h2 {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}
.bottom-cta p { color: rgba(255,255,255,0.68); font-size: 14px; margin-bottom: 24px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  background: white;
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform 0.15s;
}
.btn-white:hover { transform: translateY(-2px); }
.btn-ghost {
  background: rgba(255,255,255,0.12);
  color: white;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.25);
  transition: background 0.15s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.2); }
 
/* ── STICKY MOBILE ── */
.sticky {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--teal-deep);
  padding: 12px 20px;
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.18);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.sticky p { color: rgba(255,255,255,0.7); font-size: 12px; }
.sticky strong { color: white; font-size: 14px; display: block; }
.sticky a {
  background: var(--gold);
  color: white;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 9px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
 
@media (max-width: 600px) {
  .sticky { display: flex; }
  body { padding-bottom: 64px; }
  .row { padding: 11px 14px; }
  .sub-label { padding: 8px 14px; }
  .contact-card-btn { margin-left: 0; }
  .contact-card { gap: 12px; }
}