.max-w-2xl.text-white.space-y-4.md\:space-y-6.animate-in.fade-in.slide-in-from-bottom-4.duration-1000.z-10 {
  margin-top: 14%;
}
.mb-0{margin-bottom:0px;}
#hero-slider{
position:relative;
width:100%;
height:700px;
overflow:hidden;
}

.slide{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
opacity:0;
transition:opacity 1s;
}

.slide.active{
opacity:1;
z-index:2;
}

.slide img{
width:100%;
height:100%;
object-fit:cover;
}

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(to right, rgba(15,23,42,.9), rgba(15,23,42,.4), transparent);
z-index:1;
}

.content{
position:absolute;
top:50%;
left:120px;
transform:translateY(-50%);
color:white;
max-width:600px;
z-index:2;
}

.content h1{
font-size:60px;
margin-bottom:20px;
line-height:1.1;
}

.content p{
font-size:20px;
margin-bottom:30px;
color:#ddd;
}

.btn{
background:#15803d;
color:white;
padding:14px 30px;
text-decoration:none;
font-weight:bold;
}

.arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
width:50px;
height:50px;
background:rgba(255,255,255,.2);
border:none;
color:white;
font-size:22px;
cursor:pointer;
z-index:5;
}

.prev{
left:20px;
}

.next{
right:20px;
}

.dots{
position:absolute;
bottom:30px;
width:100%;
text-align:center;
z-index:5;
}

.dot{
display:inline-block;
width:10px;
height:10px;
border-radius:50%;
background:rgba(255,255,255,.5);
margin:5px;
cursor:pointer;
}

.dot.active{
background:white;
}

/* responsive */

@media(max-width:768px){

#hero-slider{
height:550px;
}

.content{
left:30px;
right:30px;
}

.content h1{
font-size:38px;
}

}
.max-w-4xl.mx-auto.px-6 {
  padding-top: 40px;
}
.tax-product_cat p {
  margin-bottom: 14px;
}
.text-lg.md\:text-xl.leading-relaxed {
  font-size: 16px;
}
	.relative.z-10.text-center.max-w-5xl.px-6 {
  padding-top: 65px;
  padding-bottom: 65px;
}
/* Dot indicator */
.ghs-dot { transition: background-color 0.3s ease, transform 0.3s ease; }
.ghs-dot.is-active { background-color: #15803d; transform: scale(1.35); }


/* POLICY PAGE STYLES */

.policy{

margin:auto;

line-height:1.7;
color:#333;
}

/* H1 */

.policy h1{
font-size:34px;
font-weight:700;
margin:40px 0 20px;
}

/* H3 */

.policy h3{
font-size:22px;
font-weight:600;
margin-top:30px;
margin-bottom:10px;
}

/* paragraphs */

.policy p{
font-size:16px;
margin-bottom:16px;
}

/* list */

.policy ul{
padding-left:22px;
margin-bottom:20px;
list-style:disc;
}

.policy li{
margin-bottom:10px;
}

/* table */

.policy table{
width:100%;
border-collapse:collapse;
margin:20px 0;
}

.policy table td{
border:1px solid #ddd;
padding:12px;
}

/* mobile */

@media (max-width:768px){

.policy{
padding:0 20px;
}

.policy h1{
font-size:26px;
}

.policy h3{
font-size:20px;
}

}

.installation-quote-box{
margin:60px 0;
padding:30px;
background:#f8f8f8;
border:1px solid #e5e5e5;
border-radius:8px;
}

.installation-inner{
display:flex;
gap:25px;
align-items:center;
flex-wrap:wrap;
}

.installation-image img{
max-width:300px;
border-radius:6px;
}

.installation-content h3{
font-size:22px;
margin-bottom:10px;
}

.installation-btn{
display:inline-block;
margin-top:10px;
background:#0a7c3c;
color:#fff;
padding:10px 22px;
border-radius:5px;
text-decoration:none;
font-weight:600;
}