

:root{
    --primary:#00c6ff;
    --secondary:#0072ff;
    --dark:#00264D;
    --card:#111111;
}


/* logo text */
/* ===== LOGO IMAGE CIRCLE ===== */
.brand-logo{
  width:55px;
  height:55px;
  object-fit:cover;
  border-radius:50%;
  border:2px solid #3b82f6;   /* subtle blue border */
}

/* ===== TEXT WRAPPER ===== */
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

/* ===== Qandil===== */
.brand-main{
  font-size:22px;
  font-weight:700;
  color:#ffffff;
  letter-spacing:1px;
}

/* ===== TRANSTRADE ===== */
.brand-sub{
  font-size:12px;
  color:#cbd5e1;
  letter-spacing:2px;
  margin-top:3px;
}



/* ================= NAVBAR BASE ================= */

.navbar{
    background:transparent;
  padding:15px 0;
  transition:all 0.4s ease;
  z-index:1100;
  
}

/* NAV LINKS */

.nav-link{
  font-weight:500;
  color:#ffffff !important;
  padding:8px 0;
  transition:color 0.3s ease;
}


.nav-link:hover{
  color:#2563eb !important;
}
.nav-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:#2563eb;
  transition:width 0.3s ease;
}




/* ================= SCROLL BLUE GLASS EFFECT ================= */

.navbar.scrolled{
background:rgba(10,30,60,.85);
backdrop-filter:blur(10px);
}


/* ================= TOGGLER FIX ================= */


.navbar-brand{
position:relative;
z-index:1001;
}

.navbar-toggler{
position:relative;
z-index:1001;
}


.navbar-toggler:focus{
  box-shadow:none;
}

/* hamburger icon white */

.navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.menu-close{
display:none;
}

/* ===== MOBILE MENU FIX ===== */

@media (max-width:991px){

/* overlay menu */
/* .navbar-collapse{
background:#0f172a;
}

.navbar-collapse.show{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
padding:30px;
z-index:1050;
} */


.navbar-collapse{
  background:#0f172a;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  padding:30px;
  z-index:1050;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.navbar-collapse.show{
  transform: translateY(0);
}




/* menu spacing */
.navbar-nav{
margin-top:90px;
width:100%;
align-items:flex-start !important;
}

/* items full width */
.navbar-nav .nav-item{
width:100%;
}

/* links */
.navbar-nav .nav-link{
width:100%;
padding:18px 0;
border-bottom:1px solid rgba(255,255,255,0.15);
color:#cbd5e1 !important;
font-size:18px;
}

/* button */
.navbar-nav .btn-gradient{
width:100%;
margin-top:25px;
text-align:center;
}

/* close icon */

.menu-close{
display:block;
position:absolute;
top:20px;
right:20px;
font-size:28px;
background:none;
border:none;
color:white;
}


.faq{
  background-color: #1e293b !important;
  color:white !important;
}

.accordion-button::after {
    filter: invert(1); /* turns default Bootstrap caret white */
}

}


/* ================= BUTTON ================= */

.btn-gradient{
  background: linear-gradient(135deg,#2563eb,#1e40af);
  color:#fff;
  padding:10px 24px;
  border-radius:8px;
  font-weight:600;
  border:none;
  transition:all 0.4s ease;
  box-shadow:0 4px 15px rgba(37,99,235,0.3);
}

.btn-gradient:hover{
  background: linear-gradient(135deg,#1e40af,#2563eb);
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(37,99,235,0.4);
  color:#fff;
}
/* HERO */
/* HERO SECTION */
.hero-premium{
  height:100vh;
  background:url("../images/industrial-lpg-supply-banner.png") center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

/* Dark Premium Overlay */
.hero-premium::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
     rgba(10,30,60,.85),
rgba(30,70,120,.65)
  );
}

/* Content */
.hero-content{
position:relative;
z-index:2;
max-width:780px;
}

/* Badge */
.badge-premium{
 border:1px solid rgba(96,165,250,.6);
color:#60a5fa;
padding:8px 18px;
border-radius:30px;
font-size:13px;
letter-spacing:1px;
margin-bottom:20px;
display:inline-block;
background:rgba(37,99,235,.15);
}





/* Heading */
.hero-content h1{
font-size:64px;
font-weight:800;
color:white;
line-height:1.2;
}

/* Gradient Text */
.gradient-text{
  background:linear-gradient(90deg,#60a5fa,#38bdf8);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Paragraph */
.hero-content p{
margin:20px 0;
color:#cbd5f5;
}

/* Buttons */
.hero-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

/* Primary Button */
.btn-primary-hero{
  background:linear-gradient(135deg,#3b82f6,#2563eb);
  padding:15px 40px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  transition:all 0.4s ease;
  box-shadow:0 10px 30px rgba(37,99,235,0.4);
}

.btn-primary-hero:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 40px rgba(37,99,235,0.6);
}

/* Outline Button */
.btn-outline-hero{
  padding:15px 40px;
  border-radius:8px;
  border:2px solid #60a5fa;
  color:#60a5fa;
  text-decoration:none;
  font-weight:600;
  transition:all 0.4s ease;
}

.btn-outline-hero:hover{
  background:#60a5fa;
  color:#0f172a;
  transform:translateY(-4px);
}

/* Animation */
@keyframes fadeUp{
  from{
    transform:translateY(40px);
    opacity:0;
  }
  to{
    transform:translateY(0);
    opacity:1;
  }
}

/* Mobile */
/* @media(max-width:768px){
  .hero-content h1{
    font-size:2.6rem;
  }
} */


/* Mobile View */
@media (max-width:768px){

.hero-content{
  padding:0 20px;
}

.hero-content h1{
  font-size:36px;
  line-height:1.25;
}

.hero-content p{
  font-size:14px;   
  margin:18px 0;
}

.hero-buttons{
  flex-direction:column;  
  gap:12px;
  width:100%;
}

.btn-primary-hero,
.btn-outline-hero{
  width:100%;             
  text-align:center;
  padding:14px 20px;
}


.faq{
  background-color: #1e293b !important;
  color:white !important;
}

.accordion-button::after {
    filter: invert(1); /* turns default Bootstrap caret white */
}

}


/* SECTION CARDS */
#stats{
background: #1e293b;
}
.stat-card, .service-card{
   background:linear-gradient(145deg,#14409e,#0f172a);
    padding:40px;
    border-radius:15px;
    transition:0.4s;
    border:1px solid rgba(255,255,255,0.05);
}

.stat-card:hover, .service-card:hover{
    transform:translateY(-8px);
    border:1px solid var(--primary);
    box-shadow:0 0 30px rgba(0,198,255,0.3);
}

.stat-number{
    font-size:2.5rem;
    font-weight:800;
    color:var(--primary);
}
 .impName{
    color: rgb(159, 164, 185);
}
@media (max-width:768px){

#stats{
  padding:50px 15px;
}

.stat-card{
  padding:25px;
  border-radius:12px;
  text-align:center;
}

.stat-number{
  font-size:1.8rem;
}

.impName{
  font-size:13px;
}


}

/* Small Mobile Devices (Android etc) */
@media (max-width:400px){

#stats{
  padding:40px 10px;
}

.stat-card{
  padding:18px;
  border-radius:10px;
  text-align:center;
  min-height:120px; 
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.stat-number{
  font-size:1.6rem;
}

.impName{
  font-size:12px;
}


.faq{
  background-color: #1e293b !important;
  color:white !important;
}

.accordion-button::after {
    filter: invert(1); /* turns default Bootstrap caret white */
}

}

/* ABOUT */
.about-section{
    background:#0a0a0a;
}

/* FOOTER */
/* ===== FOOTER ===== */

footer{
    background:linear-gradient(180deg,#0f1f33,#091423);
    padding:90px 0 40px;
    font-family:'Poppins',sans-serif;
}

.footer-container{
    width:90%;
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:60px;
}


/* LOGO AREA */

.footer-brand img{
     width:55px;
  height:55px;
  object-fit:cover;
  border-radius:50%;
  border:2px solid #3b82f6;   /* subtle blue border */
}
/* ===== TEXT WRAPPER ===== */

.brand-textF{
display:flex;
flex-direction:column;
line-height:1;
margin-left:10px;
}

/* ===== Qandil===== */

.brand-mainF{
font-size:26px;
font-weight:800;
color:#ffffff;
letter-spacing:2px;
font-family:'Inter',sans-serif;
}

/* ===== TRANSTRADE ===== */

.brand-subF{
font-size:12px;
letter-spacing:3px;
color:#cbd5e1;
margin-top:4px;
font-weight:500;
}

.footer-brand p{
    color:#9aa4b2;
    line-height:1.8;
    padding-top: 10px;
    font-size:15px;
}


/* TITLES */

.footer-title{
    font-size:17px;
    font-weight:600;
    color:white;
    margin-bottom:25px;
    letter-spacing:1px;
}


/* LINKS */

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    text-decoration:none;
    color:#9aa4b2;
    font-size:15px;
    transition:all .3s;
    position:relative;
}

.footer-links a:hover{
    color:#2f80ed;
    padding-left:6px;
}


/* CONTACT */

.footer-contact p{
    color:#9aa4b2;
    font-size:15px;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    gap:10px;
}

.footer-contact i{
    color:#2f80ed;
    font-size:16px;
}


/* BOTTOM BAR */

.footer-bottom{
    width:90%;
    max-width:1200px;
    margin:60px auto 0;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,0.08);

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom p{
    color:#7c8796;
    font-size:14px;
}

.footer-bottom-links a{
    color:#7c8796;
    margin-left:25px;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.footer-bottom-links a:hover{
    color:#2f80ed;
}


/* RESPONSIVE */

@media(max-width:900px){

.footer-container{
grid-template-columns:1fr 1fr;
gap:40px;
}


.faq{
  background-color: #1e293b !important;
  color:white !important;
}

.accordion-button::after {
    filter: invert(1); /* turns default Bootstrap caret white */
}

}

@media(max-width:600px){

.footer-container{
grid-template-columns:1fr;
}

.footer-bottom{
flex-direction:column;
gap:15px;
text-align:center;
}

.footer-bottom-links a{
margin:0 10px;
}


.faq{
  background-color: #1e293b !important;
  color:white !important;
}

.accordion-button::after {
    filter: invert(1); /* turns default Bootstrap caret white */
}

}






/* SERVICES SECTION */

.services-section{
    background: #1e293b;
/* background: linear-gradient(135deg, #02386E, #0456A5); */
  padding:100px 0;
  color:white;
}

.section-heading{
  text-align:center;
  margin-bottom:60px;
}

.small-title{
  color:#3b82f6;
 
  letter-spacing:2px;
  font-weight:600;
  font-size:19px;
 
}

.section-heading h2{
  font-weight:800;
  font-size:32px;
}

.service-card{
  background:linear-gradient(145deg,#14409e,#0f172a);
  /* background:linear-gradient(145deg,#111827,#0f172a); */
  padding:35px;
  border-radius:12px;
  transition:all 0.4s ease;
  border:1px solid rgba(59,130,246,0.15);
  height:100%;
}

.service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 40px rgba(59,130,246,0.25);
  border-color:#3b82f6;
}

.icon-box{
  width:50px;
  height:50px;
  background:rgba(59,130,246,0.15);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  margin-bottom:20px;
  transition:0.3s;
}

.service-card:hover .icon-box{
  background:#3b82f6;
}

.icon-box i{
  font-size:22px;
  color:#3b82f6;
}

.service-card:hover .icon-box i{
  color:white;
}

.service-card h4{
  font-weight:700;
  margin-bottom:15px;
}

.service-card p{
  color:#cbd5e1;
  font-size:14px;
  margin-bottom:20px;
}

.service-card a{
  color:#3b82f6;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}

.service-card a:hover{
  color:white;
}



/* WHY CHOOSE SECTION */

.why-section{
    background:linear-gradient(180deg,#0f1f33,#091423);
  padding:100px 0;
  color:white;
}

.why-section h2{
  font-weight:800;
  margin-bottom:20px;
}

.highlight-blue{
  color:#3b82f6;
}

.why-text{
  color:#cbd5e1;
  margin-bottom:25px;
  font-size:15px;
}

.feature-item{
  display:flex;
  align-items:center;
  margin-bottom:15px;
  font-size:14px;
  color:#e2e8f0;
  transition:0.3s;
}

.feature-icon{
  background:rgba(59,130,246,0.15);
  color:#3b82f6;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  margin-right:12px;
  font-weight:700;
  transition:0.3s;
}

.feature-item:hover .feature-icon{
  background:#3b82f6;
  color:white;
}

/* EXPERIENCE BOX */

.experience-box{
  background:linear-gradient(145deg,#111827,#0f172a);
  border:1px solid rgba(59,130,246,0.2);
  border-radius:14px;
  padding:80px 40px;
  text-align:center;
  transition:0.4s;
  position:relative;
  overflow:hidden;
}

.experience-box:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 50px rgba(59,130,246,0.25);
}

.experience-content h1{
  font-size:60px;
  font-weight:800;
  color:#3b82f6;
}

.experience-content p{
  letter-spacing:2px;
  font-size:13px;
  color:#cbd5e1;
}

.flame-icon{
  font-size:30px;
  margin-bottom:15px;
  color:#3b82f6;
}
/* CTA SECTION */

.cta-section{

background: url("../images/bulk-lpg-supply-pakistan.png") center center / cover no-repeat;

padding:100px 20px;

color:white;

text-align:center;

position:relative;

}

/* overlay for better readability */

.cta-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/* background:linear-gradient(rgba(32, 58, 96, 0.85), rgba(10,30,60,.85)); */
z-index:1;
}

/* keep content above overlay */

.cta-section .container{
position:relative;
z-index:2;
}
.cta-title{
font-size:42px;
font-weight:800;
margin-bottom:20px;
}

@media(max-width:768px){

.cta-title{
font-size:28px;
}

}

/* .cta-section{
        background: url("../images/bulk-lpg-supply-pakistan.png");
  padding:100px 0;
  color:white;
  height: auto;
  text-align:center;
}

.cta-title{
  font-size:42px;
  font-weight:800;
  margin-bottom:20px;
}

.cta-title span{
  color:#3b82f6;
}

.cta-text{
  color:#cbd5e1;
  max-width:600px;
  margin:0 auto 40px auto;
  font-size:16px;
} */

/* BUTTON */

.cta-btn{
  display:inline-block;
  padding:14px 35px;
  background:#3b82f6;
  color:white;
  font-weight:700;
  text-decoration:none;
  border-radius:8px;
  letter-spacing:1px;
  transition:all 0.3s ease;
}

.cta-btn:hover{
  background:white;
  color:#0f172a;
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(59,130,246,0.4);
}

body{
font-family:'Inter',sans-serif;
color:#1e293b;
line-height:1.6;
overflow-x:hidden;
}

.custom-nav{
/* background:#0f172a; */
}

.nav-link{
color:#cbd5e1;
}

.nav-link.active{
color:#3b82f6;
}

.btn-quote{
background:#3b82f6;
color:white;
}

.contact-section{
padding:80px 0;
}

.form-box{
background:#111827;
padding:40px;
border-radius:12px;
}

.section-title{
margin-bottom:30px;
font-weight:700;
}

.form-control{
background:#0f172a;
border:1px solid rgba(255,255,255,0.1);
color:white;
}

.form-control:focus{
border-color:#3b82f6;
box-shadow:none;
}

.error{
color:#ff4d4d;
font-size:13px;
margin-top:5px;
}

.btn-submit{
background:#3b82f6;
color:white;
padding:12px 30px;
border:none;
border-radius:6px;
}

.info-box{
background:#111827;
padding:25px;
border-radius:12px;
margin-bottom:20px;
}

.info-box i{
color:#3b82f6;
font-size:20px;
margin-bottom:10px;
display:block;
}
/* Contact Page Start */
/* CONTACT HERO */

.contact-chirag{
background:linear-gradient(
90deg,
#0b1420 0%,
#15263f 40%,
#1b2f4d 100%
);
}
.contact-hero{
/* background:#0f172a; */
padding:120px 0 60px;
color:white;
}

.contact-hero h1{
font-size:56px;
font-weight:800;
}

.contact-hero h1 span{
color:#3b82f6;
-webkit-text-stroke:1.5px #000;
font-weight:900;
letter-spacing:1px;
}

.contact-hero p{
color:#94a3b8;
margin-top:15px;
max-width:500px;
}

/* CONTACT SECTION */

.contact-section{
padding:10px 0 20px;
}

/* FORM BOX */

.contact-form-box{
background:linear-gradient(145deg,#111827,#0b1220);
padding:40px;
border-radius:12px;
border:1px solid rgba(255,255,255,0.05);
}

.contact-form-box h3{
margin-bottom:25px;
font-weight:700;
color: #0072ff;
}

.contact-form-box input,
.contact-form-box textarea{
width:100%;
background:#020617;
border:1px solid rgba(255,255,255,0.08);
padding:12px;
margin-bottom:15px;
border-radius:6px;
color:white;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus{
outline:none;
border-color:#3b82f6;
}

/* BUTTON */

.contact-btn{
  background: linear-gradient(135deg,#3b82f6,#1e40af);
border:none;
padding:12px 28px;
border-radius:6px;
color:white;
font-weight:600;
margin-top:10px;
}

/* RIGHT INFO */

.contact-info-box{
background:linear-gradient(145deg,#111827,#0b1220);
padding:25px;
border-radius:10px;
margin-bottom:20px;
border:1px solid rgba(255,255,255,0.05);
}


/* .contact-info-box h4{
margin-bottom:10px;
color:#3b82f6;
} */

.contact-info-box p{
color:#94a3b8;
font-size:14px;
line-height:1.6;
}

.form-group{
margin-bottom:15px;
}

.form-group label{
display:block;
font-size:14px;
margin-bottom:6px;
color:#cbd5f5;
font-weight:500;
}

/* icon + heading row */

.info-top{
display:flex;
align-items:center;
gap:15px;
margin-bottom:12px;
}

/* icon box */

.info-icon{
width:45px;
height:45px;
background:rgba(46, 62, 115, 0.15);
display:flex;
align-items:center;
justify-content:center;
border-radius:8px;
}

.info-icon i{
color:#3b82f6;
font-size:18px;
}

/* heading */

.info-top h4{
margin:0;
font-weight:700;
font-size: 18px;
color:#3b82f6;
letter-spacing:1px;
}

/* text */

.contact-info-box p{
color:#94a3b8;
font-size:14px;
line-height:1.6;
margin:0;
}
/* contact page :end */


.faq{
  background-color: #1e293b !important;
  color:white !important;
}

.accordion-button::after {
    filter: invert(1); /* turns default Bootstrap caret white */
}