@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap');

* {
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

p {
	font-weight: 300;
	color: #111;
}

html {
  scroll-behavior: smooth;
}

.services-wrapper {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.6);
  padding: 3rem 2rem;
  margin: 3rem auto;
  max-width: 1400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 100%;
  background: #ffffff;
  border-radius: 40px;
  border: 4px solid #00cfff;
}

.contact {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  margin: 3rem auto;
  max-width: 1400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding: 40px 60px;
  border: 4px solid #00cfff; 
  margin: 40px auto;
}

.glass-container {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

body {
  background-image: url(../img/Background1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.imgBx img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.imgBx {
  flex: 1;
  display: flex;
  justify-content: center;
}

.quote-text {
  flex: 1;
  max-width: 50%;
}

.quote-text h4 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #333333;
}

.quote-text h1 {
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #111111;
}

.quote-text p {
  font-size: 1.2rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.btn
{
	font-size: 1em;
	color: #fff;
	background: #00cfff;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 50px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 12px;
	transition: 0.5s;
}

.btn:hover
{
	letter-spacing: 6px;
}

header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 10000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
}

header.sticky
{
	background: #fff !important;
	padding: 10px 60px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

header .logo
{
	color: #fff; 
	font-weight: 700;
	font-size: 2em;
	text-decoration: none;
}

header.sticky .logo
{
	color: #111;
}

header .navigation
{
	display: flex;
}

header .navigation li
{
	list-style: none;
	margin-left: 30px;
}

header .navigation li a
{
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

header.sticky .navigation li a
{
	color: #111;
}

header .navigation li a:hover
{
	color: #177cff;
}

section
{
	padding: 100px;
}

.row
{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.row .col50
{
	position: relative;
	width: 48%;
}

.titleText span
{
	color: #000000;
	font-weight: 700;
	font-size: 2.5em;
}

.imgBx img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

.imgBx {
  flex: 1;
  display: flex;
  justify-content: center;
}

.title
{
	text-align: center;
}

.services .content
{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 40px;
}

.services .title {
  margin-bottom: 2rem;
}

.services-footer {
  text-align: center;
  margin-top: 2rem;
}

.services .content .box .imgBx img
{
	width: 340px;
	margin: 20px;
	border: 15px solid #fff;
	box-shadow: 0 5px 35px rgba(0,0,0,0.08);
}

.services .content .box .imgBx
{
	position: relative;
	width: 100%;
	height: 300px;
}

.services .content .box .imgBx img
{
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.services .content .box .text
{
	padding: 15px 0 5px;
}

.services .content .box .text h3
{
	font-weight: 400;
	color: #ffffff;
}

.services-btn {
  display: inline-block;
  background-color: #00cfff;
  color: white;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.services-btn :hover,
.services-btn :focus {
  transform: translateY(2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: white;
}

.white .titleText,
.white p
{
	color: #fff;
}

.copyrightText
{
	padding: 8px 40px;
	text-align: center;
}

.copyrightText a
{
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

/*-------- Tablet scren ------------*/
@media screen and (max-width:  991px)
{
	header,
	header.sticky
	{
		padding: 10px 20px;
	}

	header .navigation
	{
		display: none;
	}

	header .navigation.active
	{
		width: 100%;
		height: calc(100% - 68px);
		position: fixed;
		top: 68px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #fff;
	}

	.toggle
	{
		position: relative;
		width: 40px;
		height: 40px;
		background: url(../img/Background2.png);
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}

	.toggle.active
	{
		background: url(../img/Background2.png);
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
	}

	header.sticky .toggle
	{
		filter: invert(1);
	}

	section
	{
		padding: 20px;
	}

	.row
	{
		flex-direction: column;
	}

	.row .col50
	{
		width: 100%;
	}

	.col50 .imgBx
	{
		margin-top: 30px;
	}

	.services .content
	{
		margin-top: 20px;
	}

	.services .content .box
	{
		margin: 10px;
	}

	.services .content .box .imgBx
	{
		height: 260px;
	}

	.title
	{
		text-align: center;
	}

	.titleText
	{
		font-size: 2.8em;
		line-height: 1.5em;
		margin-bottom: 15px;
		font-weight: 300;
	}
}

@media screen and (max-width: 440px)
{
	header.sticky
	{
		padding: 10px 20px;
	}

	.testimonials .content .box
	{
		margin: 10px;
		padding: 20px;
	}

	.contactForm
	{
		padding: 35px 40px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.hero-banner {
  position: relative;
  background: #fff;
  padding-top: 80px;
  text-align: center;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: ellipse(100% 45% at 50% 0%);
  background: #fff;
  padding-bottom: 4rem;
}

.hero-image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 480px;
}

.hero-image-wrapper h1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFBD2B;
  text-shadow: 1px 1px 2px #fff;
}

.cta-btn {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 12px 28px;
  background: #0e4220;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  display: flex;
  align-items: center;
}

.navigation a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  padding: 8px 0;
}

.nav-account .account-btn {
  width: 44px;            
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;        
  overflow: hidden;          
  background: #fff;     
  padding: 0;
}

.nav-account .account-btn .profile-icon {
  width: 100% !important;
  height: 100% !important;   
  border-radius: 50%;      
  object-fit: cover;     
  display: block;
}

.locationSection {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; 
  color: #000000;
}

.locationTitle {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.locationList {
  list-style: none;
  padding: 40px;
  margin: 0;
  width: 100%;
  max-width: 500px; 
}

header {
  background: #ffffff !important;
  color: #000 !important;
}

header .navigation a,
header .logo {
  color: #000 !important;
}

header.sticky {
  background: #ffffff !important;
  color: #000 !important;
}

.Content1 {
  margin-top: 100px; 
}

.estimate-section {
  width: 100%;
  padding: 60px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estimate-title {
  margin-top: 120px; 
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #2172c9;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.estimate-box {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
  border: 4px solid #00cfff;
  margin-right: 100px;
}

#estimateForm input,
#estimateForm textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
}

#estimateForm textarea {
  height: 110px;
  resize: vertical;
}

.estimate-btn {
  background: #00cfff;
  color: #ffffff;
  font-weight: 700;
  padding: 14px 0;
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.estimate-btn:hover {
  background: #00b5e6;
}

.success-message {
  margin-top: 15px;
  color: #0c9a00;
  text-align: center;
  font-weight: 600;
}

.quote-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.estimate-box.inside-content {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  border: 4px solid #00cfff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.estimate-box.inside-content input,
.estimate-box.inside-content textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.estimate-box.inside-content textarea {
  height: 110px;
  resize: vertical;
}
.services-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.service-card {
  background: white;
  color: #000;
  padding: 25px;
  border-radius: 16px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
   /* width: 100%; */
  /* max-width: 1100px; */
  /* background: #ffffff;
  padding: 40px 60px;
  border-radius: 18px; */
  border: 4px solid #00cfff; 
  /* margin: 40px auto; */
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
}

.contact-section {
  display: flex-start;
  justify-content: center;
  padding: 100px 40px;
  margin-bottom: 0px;
  margin-left: 220px;
}

.contact-container {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 26px;
  padding: 60px;
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.contact-container h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 0px;
}

.contact-sub {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  border-radius: 14px;
  border: 1px solid #ddd;
  outline: none;
  resize: none;
}

.contact-form textarea {
  height: 150px;
}

.contact-form button {
  background: #00cfff;
  color: white;
  border: none;
  padding: 16px 0;
  font-size: 20px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 600;
}

.contact-form button:hover {
  background: #00b5e0;
}

.locationListBox {
  flex: 1;
}

.locationList li {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 800;
  color: #000;
  text-align: left; 
}

.mapBox {
  flex: 1;
  height: 350px;
}

/* #serviceMap {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
} */

@media (max-width: 900px) {
  .two-column {
    flex-direction: column;
  }
  
  .mapBox {
    height: 300px;
  }
}

.two-column {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.locationListBox {
  flex: 1;
}

.mapBox {
  flex: 1;
}

#serviceMap {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  margin-top: 40px !important;
}

.contact-container.two-column {
  max-width: 1100px;   
  margin: 0 auto;     
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 20px;
}

.schedule-section {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}

.schedule-wrapper {
  width: 100%;
  max-width: 1100px;
}

.schedule-date {
  padding: 14px 18px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 20px;
}

.scheduler-box {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: rgba(255,255,255,0.95);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

#serviceDate {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  border-radius: 12px;
  border: 2px solid #00cfff;
  background: #f9f9f9;
  margin-bottom: 20px;
  cursor: pointer;
}

#serviceTime {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  border-radius: 12px;
  border: 2px solid #00cfff;
  background: #ffffff;
  margin-bottom: 20px;
  cursor: pointer;
}

#timeSlots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

.time-slot {
  padding: 16px;
  text-align: center;
  border-radius: 14px;
  font-weight: 600;
  border: 2px solid #00cfff;
  background: #f5fbff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.time-slot:hover {
  background: #00cfff;
  color: #fff;
}

.time-slot.selected {
  background: #00cfff;
  color: white;
}

.time-slot.disabled {
  background: #eee;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

#slotNotice {
  margin-top: 15px;
  font-weight: 600;
  color: #c00;
  text-align: center;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  position: relative;
  max-width: 520px;
  width: 90%;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
}

.service-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 6px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
}

.service-total span {
  color: #555;
  font-weight: 500;
}

.service-total strong {
  font-size: 18px;
  color: #0a58ca;
  font-weight: 700;
}

@media (max-width: 768px) {

  section {
    padding: 40px 16px;
  }

  body {
    background-attachment: scroll;
  }

  header {
    padding: 12px 16px;
  }

  header .logo {
    font-size: 1.4rem;
  }

  .quote-container {
    flex-direction: column;
    gap: 24px;
  }

  .quote-text {
    max-width: 100%;
    text-align: center;
  }

  .quote-text h1 {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .quote-text p {
    font-size: 1rem;
  }

  .estimate-box,
  .estimate-box.inside-content {
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }

  .estimate-title {
    font-size: 28px;
    margin-top: 0;
  }

  #estimateForm input,
  #estimateForm textarea {
    font-size: 15px;
    padding: 12px;
  }

  .schedule-section {
    padding: 40px 16px;
  }

  .schedule-wrapper {
    padding: 24px;
  }

  #serviceDate {
    font-size: 16px;
    padding: 14px;
  }

  #timeSlots {
    grid-template-columns: 1fr;
  }

  .time-slot {
    font-size: 15px;
    padding: 14px;
  }

  .modal-box {
    width: 95%;
    max-width: 100%;
  }

  .modal-close {
    font-size: 24px;
  }

  .service-total {
    font-size: 15px;
  }

  .service-total strong {
    font-size: 17px;
  }

  .services-preview {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 15px;
  }

  .contact-section {
    margin-left: 0;
    padding: 40px 16px;
  }

  .contact-container {
    padding: 30px 20px;
  }

  .contact-container h1 {
    font-size: 28px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 14px;
    font-size: 15px;
  }

  #serviceMap {
    height: 280px;
    margin-top: 20px !important;
  }
}

@media (max-width: 430px) {

  html, body {
    overflow-x: hidden;
  }

  section {
    padding: 32px 16px !important;
  }

  header {
    padding: 12px 16px !important;
  }

  header .logo {
    font-size: 1.4rem !important;
  }

  .navigation {
    gap: 16px;
  }

  h1,
  .quote-text h1,
  .estimate-title,
  .titleText,
  .hero-image-wrapper h1 {
    font-size: 1.9rem !important;
    line-height: 1.2 !important;
    word-break: break-word;
  }

  h2 {
    font-size: 1.4rem !important;
  }

  p {
    font-size: 0.95rem !important;
    line-height: 1.5;
  }

  .hero-image-wrapper {
    padding-bottom: 2rem;
    clip-path: none;
  }

  .hero-image-wrapper img {
    max-height: 260px;
    object-fit: cover;
  }

  .btn,
  .cta-btn,
  .services-btn {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    border-radius: 14px;
  }

  .services-wrapper,
  .contact,
  .estimate-box,
  .estimate-box.inside-content,
  .contact-container {
    padding: 20px !important;
    border-radius: 20px;
    margin: 20px auto !important;
  }

  .services-preview {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .service-card {
    padding: 18px;
    border-radius: 16px;
  }

  .service-card h3 {
    font-size: 1.2rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }

  input,
  textarea {
    font-size: 15px !important;
    padding: 14px !important;
  }

  textarea {
    min-height: 120px;
  }

  .estimate-title {
    margin-top: 20px;
  }

  .estimate-box {
    margin-right: 0 !important;
  }

  #timeSlots {
    grid-template-columns: 1fr !important;
  }

  .time-slot {
    padding: 14px;
    font-size: 15px;
  }

  .modal-box {
    width: 95%;
    max-width: 100%;
  }

  .modal-close {
    font-size: 22px;
  }

  .service-total {
    font-size: 14px;
  }

  .service-total strong {
    font-size: 16px;
  }

  .locationList {
    padding: 20px;
  }

  .locationList li {
    font-size: 18px;
  }

  #serviceMap {
    height: 260px !important;
  }

  .copyrightText {
    padding: 12px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .services,
  .reviews,
  .schedule-section {
    padding: 32px 16px !important;
  }

  .services-wrapper,
  .schedule-wrapper,
  .glass-container,
  .contact-container.two-column {
    max-width: 100% !important;
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .titleText,
  .services .title h2,
  .reviews .title h2,
  .schedule-wrapper .title h2 {
    font-size: 1.9rem !important;
    line-height: 1.25;
    text-align: center;
  }

  .quote-text h4 {
    font-size: 1rem;
    text-align: center;
  }

  h1, h2 {
    word-break: normal;
    overflow-wrap: break-word;
  }

  .schedule-wrapper {
    margin: 0 auto;
  }

  .schedule-controls {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #serviceDate {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
  }

  #timeSlots {
    grid-template-columns: 1fr;
  }

  .time-slot {
    font-size: 15px;
    padding: 14px;
  }

  .contact-container.two-column {
    flex-direction: column;
    gap: 20px;
  }

  #serviceMap {
    width: 100%;
    height: 260px !important;
    min-height: 260px;
    border-radius: 16px;
    display: block;
  }

  .locationList {
    padding: 16px;
  }

  .locationList li {
    font-size: 17px;
  }

  .services-preview {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .service-card {
    padding: 18px;
    border-radius: 16px;
  }

  .service-card h3 {
    font-size: 1.2rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }

  .reviews {
    padding: 32px 16px !important;
  }

  .reviews p {
    font-size: 1rem;
    text-align: center;
  }

  .services-footer .btn {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 480px) {

  .titleText,
  .reviews .title h2,
  .services .title h2,
  .schedule-section .title h2,
  .contact .title h2 {
    font-size: 1.9rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.5px;
    text-align: center;
    word-break: normal !important;
    white-space: normal !important;
  }

  .titleText span {
    font-size: 1.6rem !important;
    display: inline;
  }

  .glass-container {
    padding: 20px 16px !important;
    border-radius: 22px;
  }

  .schedule-section {
    padding: 32px 16px !important;
  }

  .schedule-wrapper {
    padding: 20px 16px !important;
  }

  #serviceDate {
    font-size: 15px !important;
    padding: 12px !important;
    max-width: 100%;
    text-align: center;
  }

  .schedule-controls {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }

  .time-slot {
    font-size: 14px;
    padding: 12px;
  }

  .reviews p {
    font-size: 0.95rem !important;
    line-height: 1.5;
    text-align: center;
  }

  .services .title p {
    font-size: 0.95rem;
    text-align: center;
  }

  .locationList li {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  #serviceMap {
    height: 260px !important;
    margin-top: 16px !important;
    border-radius: 16px;
  }

  section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

@media (max-width: 480px) {

  .titleText,
  .reviews .title h2,
  .services .title h2,
  .schedule-section .title h2,
  .contact .title h2,
  .quote-text h1 {
    font-size: 1.9rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    letter-spacing: -0.3px;
    word-break: normal !important;
    white-space: normal !important;
  }

  .titleText span {
    display: inline !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }

  .schedule-section p,
  .reviews p,
  .services .title p {
    font-size: 0.95rem !important;
    line-height: 1.5;
    text-align: center;
  }

  section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .glass-container {
    padding: 20px 18px !important;
    border-radius: 22px;
  }
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 28px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 11000;
}

.menu-toggle span {
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 4px;
  transition: 0.3s ease;
}