*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Josefin Sans',sans-serif}

header{display:flex;justify-content:space-between;align-items:center;padding:15px 40px;background:#081626}
header a{font-size: 20px;color:#fff;text-decoration:none;margin-left:20px}
.btn{background:#fff;color:#000;padding:10px 20px;font-weight:700;text-decoration:none;}
.spt{margin-top: 60px !important;}
/* HERO */
.hero{
display:grid;
grid-template-columns:1.2fr 1fr;
background:
linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgb(201 197 218 / 4%)),
url('img/banner.png') center/cover;
}
.hero-left{padding:60px;color:#fff}
.hero h1{font-size:42px;margin-bottom:20px}

/* FORM */
.hero-form{background:#fff;padding:30px;border-radius:10px;margin:30px}
.hero-form input,.hero-form textarea,.hero-form select{
width:100%;padding:12px;margin:8px 0;border:1px solid #ddd;border-radius:6px
}
.cta-btn{width:100%;padding:14px;background:#E8A020;border:none;font-weight:700}

/* SECTION */
.section{padding:70px 40px;text-align:center}
/*.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}*/

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* Tablet */
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* SERVICE CARDS */
.service-card{
background:#2d446f;
color:#fff;
padding:20px;
border-radius:8px;
transition:0.3s;
}
.service-card:hover{transform:translateY(-5px)}

.service-card img{
width:100%;
height:160px;
object-fit:cover;
border-radius:6px;
margin-bottom:10px;
}

/* BEFORE AFTER */
.before-after img{
width:100%;
height:200px;
object-fit:cover;
border-radius:8px;
}
.service-card img {
  transition: 0.4s;
}

.secmp p{color:#333 !important;}
.service-card:hover img {
  transform: scale(1.08);
}
/* TRUST */
.trust-card{
background:#2d446f;
color:#fff;
padding:20px;
border-radius:8px;
}

footer{background:#06111d;color:#aaa;padding:30px;text-align:center}

@media(max-width:900px){
.hero{grid-template-columns:1fr}
}
/*body{font-family:'Inter',sans-serif;background:#0b1c2c;color:#fff;line-height:1.7}*/
h1,h2,h3{font-family: 'Josefin Sans', sans-serif !important;}

header{display:flex;justify-content:space-between;align-items:center;padding:15px 40px;background:#2d446f;position:sticky;top:0;z-index: 9999;}
.logo{color:#f5b84a;font-weight:900}
header a{color:#fff;text-decoration:none;margin-left:20px}
.btn{background:#fff;color:#000;padding:10px 20px;font-weight:700}

.hero{
  background:
   linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgb(201 197 218 / 4%)),
    url('img/banner.png') center/cover no-repeat;
}
.hero-left{padding:60px; color: #fff;}
.hero h1{font-size:48px;margin-bottom:20px}
.hero p{color:#fff;margin:15px 0}
.hero ul{margin:20px 0}
.hero li{margin:8px 0}

/*.hero-form{background:#fff;color:#000;padding:40px}*/
.hero-form {
  font-family: 'Josefin Sans', sans-serif !important;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);

  /* ❌ remove this */
  /* transform: translateY(40px); */

  /* ✅ use this instead */
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 🔥 top accent line */
.hero-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #E8A020, #ffcc66);
  border-radius: 12px 12px 0 0;
}
/*.hero-form input,.hero-form textarea{font-family: 'Josefin Sans', sans-serif !important;width:100%;padding:12px;margin:10px 0;border:1px solid #ccc}*/

.hero-form input,
.hero-form textarea {
  font-family: 'Josefin Sans', sans-serif !important;
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: 0.3s;
}

/* focus effect */
.hero-form input:focus,
.hero-form textarea:focus {
  border-color: #E8A020;
  box-shadow: 0 0 0 2px rgba(232,160,32,0.2);
  outline: none;
}
.secm1 p{color: #ccc !important;}
.secm1 .card p {
    color: #ccc !important;
}
/*.hero-form button{font-family: 'Josefin Sans', sans-serif !important;width:100%;padding:14px;background:#0b1c2c;color:#fff;border:none}*/

.hero-form button {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #0b1c2c, #1e3a8a);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-form button:hover {
  background: linear-gradient(135deg, #1e3a8a, #0b1c2c);
  transform: translateY(-2px);
}
.hero-form:hover {
  box-shadow: 0 25px 70px rgba(0,0,0,0.2);
}
.section{padding:70px 40px;text-align:center}
.section p{max-width:900px;margin:10px auto;color:#ccc}
/*.grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));*/
/*  gap: 20px;*/
/*  padding: 20px;*/
/*}*/

.card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
}

.card b {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.card p {
  font-size: 0.95rem;
  color: #fff;
}

/* Hover Effect */
.card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 35px rgba(245, 184, 74, 0.35);
  background: rgba(245, 184, 74, 0.08);
}

/* Top Accent Bar */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 0;
  background: #f5b84a;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.card:hover::before {
  width: 60%;
}

/* Fade In on Scroll */
.card.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.dark{background: linear-gradient(135deg, #0f172a, #1e3a8a);color: #ccc;}
.list{max-width:900px;margin:20px auto;text-align:left}
.list li{margin:10px 0}

.ctac{background: linear-gradient(135deg, #0f172a, #1e3a8a);padding:60px;text-align:center;    color: #ccc;}
.cta{background:#1a4b8c;padding:60px;text-align:center;    color: #ccc;}

footer{background:#06111d;padding:30px;text-align:center;color:#aaa}
.hero-bg {
    position: absolute; inset: 0;
    background:
      linear-gradient(105deg, rgba(10,22,40,.97) 45%, rgba(10,22,40,.7) 100%),
      url('img/banner.png') center/cover no-repeat;
  }

  .faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* Card Style */
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Question */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
  color: #0b1c2c;
  font-family: 'Josefin Sans', sans-serif !important;
}

/* Icon */
.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #E8A020;
  transition: 0.3s;
}

/* Active state */
.faq-item.active .faq-question::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f9f9f9;
}

.faq-answer p {
  padding: 0 20px 20px;
  color: #555;
  line-height: 1.6;
}

/* Active highlight */
.faq-item.active {
  border-left: 4px solid #E8A020;
}

.problem-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

.point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
 background: rgb(255 255 255 / 15%);
  padding: 12px 16px;
  border-left: 4px solid #E8A020;
  border-radius: 4px;
  transition: 0.3s;
}

.point:hover {
  transform: translateX(6px);
  background: rgba(232,160,32,0.1);
}

.icon {
  font-size: 20px;
}

/* UNIQUE TRUST SECTION (NO CLASH) */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.trust-card {
  background: linear-gradient(135deg, #0f172a, #2d446f9c);
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;

  /* animation default */
  opacity: 0;
  transform: translateY(30px);
}

/* LEFT BORDER EFFECT */
.trust-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #E8A020;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

/* ICON */
.trust-card::after {
/*  content: "✔";*/
  display: block;
  margin-top: 10px;
  color: #E8A020;
  font-size: 18px;
}

/* HOVER */
.trust-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(135deg, #1e3a8a, #0f172a);
}

.trust-card:hover::before {
  transform: scaleY(1);
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

/* CARD */
.service-card-2 {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  padding: 22px;
  border-radius: 8px;
  color: #fff !important;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;

  /* animation default */
  opacity: 0;
  transform: translateY(40px);
}

.service-grid  p{color: #fff !important;}
/* TOP LINE EFFECT */
.service-card-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #E8A020;
  transition: width 0.3s ease;
}

/* ICON */
.service-card-2::after {
  content: "➜";
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #E8A020;
  font-size: 18px;
  opacity: 0.7;
}

/* HOVER */
.service-card-2:hover {
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(135deg, #1e3a8a, #0f172a);
}

.service-card-2:hover::before {
  width: 100%;
}

/* GRID */
.access-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT SIDE */
.access-left h2 {
  margin-bottom: 20px;
}

.access-left p {
  color: #fff;
  margin: 10px 0;
}

.highlight {
  color: #E8A020;
  font-weight: 700;
  margin-top: 15px;
}

/* LIST STYLE */
.access-list {
  list-style: none;
  margin-top: 20px;
}

.access-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;

  opacity: 0;
  transform: translateX(-20px);
}

/* ICON */
.access-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #E8A020;
  font-weight: bold;
}

/* RIGHT SIDE */
.access-right {
  background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  /*border: 1px solid rgba(255,255,255,0.1);*/

  opacity: 0;
  transform: translateY(30px);
}

.access-right h3 {
  margin-bottom: 20px;
  color: #fff;
}

/* BENEFITS */
.benefit {
  background: linear-gradient(135deg, #1e3a8a, #94a9da);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 12px;
  color: #fff;
  transition: 0.3s;

  opacity: 0;
  transform: translateY(20px);
}

.benefit:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #0f172a, #94a9da);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  max-width: 800px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px; /* 🔥 controls spacing between icon & text */
  font-size: 17px;
  margin: 10px 0;
  color: #fff;
}

.feature-list li span {
  color: #E8A020;
  font-size: 18px;
  min-width: 20px; /* keeps alignment consistent */
}

.safety-section {
  text-align: center;
}

.safety-section .subtitle {
  color: #666;
  margin-bottom: 30px;
}

/* Grid */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

/* Cards */
.safety-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* Icon */
.safety-card span {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

/* Text */
.safety-card p {
  font-size: 15px;
  color: #333;
}

/* Hover */
.safety-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Accent line animation */
.safety-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #E8A020;
  transition: 0.4s;
}

.safety-card:hover::before {
  width: 100%;
}

/* Bottom text */
.bottom-text {
  margin-top: 40px;
  color: #555 !important;
}

.cta-modern {
  padding: 100px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #2d446f);
  color: #fff;
}

.cta-modern h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.cta-modern p {
  max-width: 700px;
  margin: auto;
  color: #ccc;
}

.cta-box {
  margin-top: 40px;
  background: #fff;
  color: #000;
  padding: 35px;
  border-radius: 12px;
  display: inline-block;
  min-width: 300px;
}

.cta-box h3 {
  margin-bottom: 15px;
}

.cta-box p {
  margin: 5px 0;
  color: #333;
}

.cta-box .btn {
  display: inline-block;
  margin-top: 15px;
}


.footer-modern {
  background: #06111d;
  padding: 50px 20px;
  text-align: center;
  color: #aaa;
}

.footer-modern h3 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-line {
  width: 60px;
  height: 3px;
  background: #E8A020;
  margin: 20px auto;
}
.cost-section .intro {
  color: #fff;
}

/* GRID */
.cost-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ✅ 2 per row */
  gap: 20px;
  margin: 40px auto;
  max-width: 900px;
}

/* CARD */
.cost-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 25px;
  border-radius: 12px;
  transition: 0.4s ease;
}

/* ICON */
.cost-card span {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

/* TEXT */
.cost-card p {
  color: #fff;
  font-size: 15px;
}

/* HOVER EFFECT */
.cost-card:hover {
  transform: translateY(-8px) scale(1.03);
  background: rgba(232,160,32,0.08);
  border-color: #E8A020;
}

/* GLOW LINE */
.cost-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #E8A020;
  transition: 0.4s;
}

.cost-card:hover::before {
  width: 100%;
}

/* CLOSING TEXT */
.cost-section .closing {
  margin-top: 30px;
  color: #fff;
  max-width: 800px;
}

.form-top {
  background: #f3e3c3;
  color: #7a5a00;
  padding: 10px 12px;
  font-size: 14px;
  border-left: 4px solid #E8A020;
  border-radius: 6px;
  margin-bottom: 15px;
}

/* layout */
.form-row {
  display: flex;
  gap: 10px;
}

.form-group {
  width: 100%;
  margin-bottom: 12px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #222;
}

/* inputs */
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 14px;
  transition: 0.3s;
  font-family:'Josefin Sans',sans-serif;
}

.form-group textarea {
  min-height: 90px;
  resize: vertical;
}

/* focus */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #E8A020;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(232,160,32,0.2);
  outline: none;
}

/* CTA button */
.cta-btn {
  width: 100%;
  padding: 16px;
  background: #E8A020;
  color: #000;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
  font-family:'Josefin Sans',sans-serif;
}

.cta-btn:hover {
  background: #d18f1a;
  transform: translateY(-2px);
}

/* note */
.form-note {
  font-size: 12px;
  text-align: center;
  color: #333 !important;
  margin-top: 10px;
}

/* trust badges */
.form-trust {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 12px;
  color: #444;
}

.form-trust div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
/* mobile */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }

  .form-trust {
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
}

/* RESPONSIVE */
@media(max-width:900px){
  .access-grid {
    grid-template-columns: 1fr;
  }
}
@media(max-width:900px){
.hero{grid-template-columns:1fr}
.hero-left{padding:30px}
 .hero-bg { opacity: .4; }
}

@media (max-width: 768px) {
  .cost-grid {
    grid-template-columns: 1fr; /* mobile pe 1 per row */
  }
}

@media (max-width: 768px){

  header{
    flex-direction: column;
    padding: 12px 16px;
    gap: 10px;
  }

  /* ROW 1: LOGO + CTA */
  header > .logo{
    order: 1;
  }

  header > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  /* first row */
  header > div a.btn{
    order: 2;
    margin-left: auto;
  }

  /* second row container */
  header > div a[href^="mailto"]{
    order: 3;
    width: 60%;
    font-size: 13px;
  }

  header > div a[href^="tel"]{
    order: 4;
    width: 40%;
    text-align: right;
    font-size: 13px;
  }

  header a{
    margin-left: 0;
  }

  .btn{
    padding: 8px 14px;
    font-size: 14px;
  }
}
@media (max-width:768px){
  .top-row, .bottom-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
  }

  .bottom-row a{
    font-size:13px;
  }
  .hpdesk{display: none;}
}
@media (min-width:769px){
    .problem-points {
   
    gap: 30px !important;
    margin: 60px 0 !important;
}
  .hero-left {
    padding: 100px 60px 60px 60px!important;
    
}  
    .hpmob{display: none;}
}
.btn{
  background: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease;
}

/* 🔥 hover effect */
.btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(245,184,74,0.4);
  background: #ffcc66;
}
.cost-section {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgb(201 197 218 / 4%)),
    url('img/bg.jpg') center/cover no-repeat;
  color: #fff;
}
.props {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgb(201 197 218 / 4%)),
    url('img/props.jpg') center/cover no-repeat;
  color: #fff;
}
.access-section{
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgb(201 197 218 / 4%)),
    url('img/2.png') center/cover no-repeat;
  color: #fff;
}

.cta-modern{
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgb(201 197 218 / 4%)),
    url('img/tcb.jpeg') center/cover no-repeat;
  color: #fff;
}

.secmpq p{color:#333 !important;}
.service-card p{color:#fff !important;}

.ptrbtn{color: #fff;
    background: #2d446f;}
