.elementor-258 .elementor-element.elementor-element-4ec60f4{--display:flex;}.elementor-258 .elementor-element.elementor-element-4ec60f4:not(.elementor-motion-effects-element-type-background), .elementor-258 .elementor-element.elementor-element-4ec60f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#393333;}.elementor-258 .elementor-element.elementor-element-19608cb{--display:flex;}.elementor-258 .elementor-element.elementor-element-1eb9b86{--display:flex;}.elementor-258 .elementor-element.elementor-element-fce14a7{--display:flex;}.elementor-258 .elementor-element.elementor-element-a31b19a{--display:flex;}.elementor-258 .elementor-element.elementor-element-f918935{--display:flex;}.elementor-258 .elementor-element.elementor-element-0e7490a{--display:flex;}.elementor-258 .elementor-element.elementor-element-432e801{--display:flex;}.elementor-258 .elementor-element.elementor-element-049a390{--display:flex;}.elementor-258 .elementor-element.elementor-element-049a390:not(.elementor-motion-effects-element-type-background), .elementor-258 .elementor-element.elementor-element-049a390 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0D35;}/* Start custom CSS for html, class: .elementor-element-3ada169 *//* ===========================
   RESET
=========================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,Helvetica,sans-serif;
}

body{
background:#f5f5f5;
}

/* ===========================
   HERO SECTION
=========================== */

.hero-section{

background:
linear-gradient(rgba(0,0,0,.70),rgba(0,0,0,.55)),
url("https://gtpigeonsafetynets.in/wp-content/uploads/2026/07/commerical-invisible-grill.jpg");

background-size:cover;
background-position:center;
background-repeat:no-repeat;

padding:90px 20px;

min-height:100vh;

display:flex;
align-items:center;

}

.hero-container{

max-width:1350px;
margin:auto;
width:100%;

}

.hero-grid{

display:grid;

grid-template-columns:1.4fr .8fr;

gap:60px;

align-items:center;

}

/* ===========================
   LEFT SIDE
=========================== */

.hero-content{

color:#fff;

}

.hero-badge{

display:inline-block;

background:#ff7300;

color:#fff;

padding:12px 25px;

border-radius:50px;

font-size:16px;

font-weight:700;

margin-bottom:25px;

}

.hero-content h1{

font-size:64px;

font-weight:800;

line-height:1.15;

margin-bottom:25px;

}

.hero-content p{

font-size:19px;

line-height:1.9;

color:#f2f2f2;

max-width:700px;

margin-bottom:35px;

}

/* ===========================
   FEATURES
=========================== */

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin-bottom:40px;

}

.feature-box{

background:rgba(255,255,255,.10);

backdrop-filter:blur(10px);

padding:16px;

border-radius:10px;

font-size:16px;

font-weight:600;

color:#fff;

border:1px solid rgba(255,255,255,.15);

}

/* ===========================
   BUTTONS
=========================== */

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.call-btn,
.whatsapp-btn{

flex:1;

padding:18px;

text-align:center;

text-decoration:none;

font-size:20px;

font-weight:bold;

border-radius:10px;

transition:.3s;

color:#fff;

}

.call-btn{

background:#ff7300;

}

.call-btn:hover{

background:#e76400;

transform:translateY(-3px);

}

.whatsapp-btn{

background:#25D366;

}

.whatsapp-btn:hover{

background:#1fb557;

transform:translateY(-3px);

}

/* ===========================
   FORM CARD
=========================== */

.quote-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.25);

}

.quote-card h2{

font-size:46px;

text-align:center;

margin-bottom:10px;

color:#222;

}

.quote-card p{

text-align:center;

color:#666;

font-size:18px;

margin-bottom:30px;

}

.quote-card input,
.quote-card select,
.quote-card textarea{

width:100%;

padding:16px;

margin-bottom:18px;

border:1px solid #ddd;

border-radius:10px;

font-size:16px;

outline:none;

transition:.3s;

}

.quote-card textarea{

height:120px;

resize:none;

}

.quote-card input:focus,
.quote-card select:focus,
.quote-card textarea:focus{

border-color:#ff7300;

box-shadow:0 0 10px rgba(255,115,0,.15);

}

.quote-card button{

width:100%;

padding:18px;

background:#ff7300;

color:#fff;

border:none;

border-radius:10px;

font-size:22px;

font-weight:bold;

cursor:pointer;

transition:.3s;

}

.quote-card button:hover{

background:#e76400;

}
/* ===========================
   TABLET
=========================== */

@media (max-width:991px){

.hero-section{
padding:70px 20px;
min-height:auto;
}

.hero-grid{
grid-template-columns:1fr;
gap:40px;
}

.hero-content{
text-align:center;
}

.hero-content h1{
font-size:46px;
}

.hero-content p{
max-width:100%;
font-size:17px;
}

.hero-features{
grid-template-columns:repeat(2,1fr);
}

.hero-buttons{
justify-content:center;
}

.quote-card{
max-width:650px;
margin:auto;
}

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

.hero-section{
padding:50px 15px;
}

.hero-badge{
font-size:14px;
padding:10px 20px;
}

.hero-content h1{
font-size:34px;
line-height:1.3;
}

.hero-content p{
font-size:16px;
line-height:1.8;
}

.hero-features{
grid-template-columns:1fr;
gap:12px;
}

.feature-box{
padding:14px;
font-size:15px;
}

.hero-buttons{
flex-direction:column;
gap:15px;
}

.call-btn,
.whatsapp-btn{
width:100%;
font-size:18px;
padding:16px;
}

.quote-card{
padding:25px;
border-radius:15px;
}

.quote-card h2{
font-size:34px;
}

.quote-card p{
font-size:16px;
margin-bottom:20px;
}

.quote-card input,
.quote-card select,
.quote-card textarea{
padding:15px;
font-size:16px;
}

.quote-card button{
padding:16px;
font-size:18px;
}

}

/* ===========================
   SMALL MOBILE
=========================== */

@media (max-width:480px){

.hero-content h1{
font-size:30px;
}

.hero-content p{
font-size:15px;
}

.quote-card{
padding:20px;
}

.quote-card h2{
font-size:30px;
}

}
<script>

document.getElementById("quoteForm").addEventListener("submit",function(e){

e.preventDefault();

const name=this.querySelector('input[type="text"]').value;
const phone=this.querySelector('input[type="tel"]').value;
const service=this.querySelector('select').value;
const message=this.querySelector('textarea').value;

const text=
`Hello GT Pigeon Safety Nets,

*New Invisible Grill Enquiry*

Name: ${name}
Phone: ${phone}
Service: ${service}
Requirement: ${message}`;

window.open(
"https://wa.me/917780118823?text="+encodeURIComponent(text),
"_blank"
);

});

</script>/* End custom CSS */