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