  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Arial', sans-serif; }
  .srt-page { background: #fff; color: #222; }

  /* NAV */
  /* Navbar */
  .nav{background:#0c0c0c;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height: 120px;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px rgb(0 0 0 / .2)}
  .nav-logo-img{width:100px;height:100px;border-radius:50%;padding:4px;background:#fff}
  .nav-links{display:flex;gap:2rem;align-items:center}
  .nav-links a{color:#ccc;text-decoration:none;font-size:24px;position:relative;transition:0.3s}
  .nav-links a::after{content:"";position:absolute;width:0%;height:2px;background:#c1121f;left:0;bottom:-4px;transition:0.3s}
  .nav-links a:hover{color:#fff}
  .nav-links a:hover::after{width:100%}
  .nav-cta{background:#a3241d;color:#fdfdfd!important;padding:10px 18px;border-radius:6px;font-weight:700;transition:0.3s}
  .nav-cta:hover{background:#a3241d;transform:scale(1.05)}
  /* .nav-toggle{display:none;flex-direction:column;cursor:pointer}
  .nav-toggle span{height:3px;width:25px;background:#fff;margin:4px 0;transition:0.3s} */
  /* .nav-toggle.open span:nth-child(1) {  transform: rotate(45deg) translate(5px, 5px);}
  .nav-toggle.open span:nth-child(2) {  opacity: 0;}
  .nav-toggle.open span:nth-child(3) {  transform: rotate(-45deg) translate(6px, -6px);} */


  .nav-cta:hover {
  background: #a3241d;
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(193,18,31,0.5);
}

  /* HERO */
.hero { padding: 54px 0px;  background: #ffffff ; text-align: center; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: #c1121f; opacity: 0.06; border-radius: 50%; transform: translate(100px, -100px); 
}
  .hero-badge { display: inline-block; background: #a3241d; color: #ffffff; font-size: 14px; font-weight: 700; padding: 6px 16px; border-radius: 20px; margin-bottom: 1.5rem; text-transform: 
uppercase; letter-spacing: 1px; }
  .hero h1 { color: #1d1d1d; font-size: clamp(22px, 3.5vw, 42px); font-weight: 900; line-height: 1.2; max-width: 700px; margin: 0 auto 1.2rem; }
  .hero h1 span { color: #a3241d; }
  .hero p { color: #161616; font-size: clamp(16px, 3.5vw, 24px); max-width: 550px; margin: 0 auto 2rem; line-height: 1.7; }
  .hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  
  .btn-primary {
  background: #a3241d;
  color: #fff; /* FIXED */
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* FIXED */
}

.btn-primary:hover {
  background: #a3241d;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(193,18,31,0.45);
}
  /*.btn-primary { background: #c1121f; color: #111; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block; }*/
  /*.btn-primary:hover {*/
  /*background: #e63946;*/
  /*transform: translateY(-2px);*/
  /*box-shadow: 0 8px 20px rgba(193,18,31,0.4);*/
  /*transition: 0.3s;*/
  /*  }*/
  .btn-secondary { background: transparent; color: #141414; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 15px; text-decoration: none; border: 2px solid rgba(2, 2, 2, 
0.952); display: inline-block; transition: all 0.3s ease; }
  .btn-secondary:hover { transform: translateY(-3px);  box-shadow: 0 10px 25px rgba(41, 12, 14, 0.178);}
  .hero-phone { margin-top: 2rem; color: #a3241d; font-size: 1.3rem; font-weight: 700; }
  .hero-phone small { color: #111111; font-size: 13px; font-weight: 400; display: block; margin-top: 4px; }

  /* STATS */
  .stats { background: #a3241d; padding: 2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
  .stat { text-align: center; padding: 1rem; background: #a3241d; }
  .stat-num { font-size: 2rem; font-weight: 900; color: #fff; }
  .stat-label { font-size: 13px; color: #fff; font-weight: 600; margin-top: 4px; }

  /* SERVICES */
  .services { padding: 4rem 2rem; background: #f8f9fb; }
  .section-label { text-align: center; color: #a3241d; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.5rem; }
  .section-title { text-align: center; font-size: 2rem; font-weight: 800; color: #111; margin-bottom: 0.5rem; }
  .section-sub { text-align: center; color: #ffffff; font-size: 15px; margin-bottom: 2.5rem; }
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.2rem; max-width: 1000px; margin: 0 auto; }
  .service-card { background: #fff; border-radius: 10px; padding: 1.5rem; border: 1px solid #e8eaf0; transition: transform 0.2s, border-color 0.2s; }
  .service-card:nth-last-child(2) {
      grid-column: 2 / 3;
    }

    .service-card:last-child {
      grid-column: 3 / 4;
    }
  .service-card:hover { transform: translateY(-3px); border-color: #a3241d; }
  .service-icon { width: 48px; height: 48px; background: #fff4e0; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
  .service-icon svg { width: 28px; height: 28px; }
  .service-card h3 { font-size: 15px; font-weight: 700; color: #111; margin-bottom: 8px; }
  .service-card p { font-size: 13px; color: #161616; line-height: 1.6; }

  /* WHY US */

  .why { padding: 4rem 2rem; background: #111; }
  .why .section-label { color: #a3241d; }
  .why .section-title { color: #fff; }
  .why .section-sub { color: #8090b0; }
  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.6rem; max-width: 1000px; margin: 0 auto; }
  /* .why-card { background: rgba(255,255,255,0.05); border-radius: 10px; padding: 1.5rem; border: 1px solid rgba(255,255,255,0.08); }
  .why-num { font-size: 2.5rem; font-weight: 900; color: #a3241d; opacity: 0.4; line-height: 1; margin-bottom: 8px; } */
  /* .why-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
  .why-card p { font-size: 13px; color: #8090b0; line-height: 1.6; } */
.why-card {
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 1.8rem;
  border: 1px solid #ffffff;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* 🔥 Glow background effect */
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #dedede91, rgb(255 255 255), #c8c8c8c7);
  /* background: linear-gradient(120deg, transparent, rgba(163,36,29,0.25), transparent); */
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* 🚀 BIG hover effect */
.why-card:hover {
  transform: translateY(-12px) scale(1.05);
  background: rgba(163, 36, 29, 0.12);
  border-color: #a3241d;
  box-shadow: 0 15px 40px rgba(163, 36, 29, 0.4);
}

/* activate glow */
.why-card:hover::before {
  opacity: 1;
}

/* 🔢 Number animation */
.why-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: #a3241d;
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.why-card:hover .why-num {
  opacity: 1;
  transform: scale(1.25);
  color: #a3241d;
}

/* 📝 Title bigger on hover */
.why-card h3 {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.why-card:hover h3 {
  color: #222222;
  transform: translateX(4px);
}

/* 📄 Paragraph animation */
.why-card p {
  font-size: 13px;
  color: #dddddd;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.why-card:hover p {
  transform: translateX(4px);
  color: #303030;
} 

  /* TESTIMONIALS */
  /* .testimonials { padding: 4rem 2rem; background: #fff; }
  .test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; max-width: 900px; margin: 0 auto; }
  .test-card { background: #f8f9fb; border-radius: 10px; padding: 1.5rem; border-left: 4px solid #a3241d; }
  .stars { color: #a3241d; font-size: 16px; margin-bottom: 10px; letter-spacing: 2px; }
  .test-card p { font-size: 14px; color: #444; line-height: 1.7; font-style: italic; margin-bottom: 12px; }
  .test-author { font-size: 13px; font-weight: 700; color: #111; } */
   /* TESTIMONIALS */
        .testimonials {  padding: 4rem 2rem;   background: #fff; }
         .section-label { text-align: center; font-size: 14px;     font-weight: 600;  color: #a3241d;   text-transform: uppercase;  letter-spacing: 2px; margin-bottom: 0.5rem;   }
         .section-title {text-align: center;font-size: 2.5rem; font-weight: 700; color: #111; margin-bottom: 0.5rem;  }
         .section-sub { text-align: center; font-size: 16px;  color: #666; margin-bottom: 3rem;  }
         /* Slider Container */
          .testimonials-slider-wrapper {  max-width: 1200px; margin: 0 auto;  position: relative;   }
         .test-slider {overflow: hidden; border-radius: 10px;   } 
          .test-slider-track { display: flex;  gap: 1.2rem; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);  padding: 0.5rem 0; }
         .test-card {flex: 0 0 calc(33.333% - 0.8rem); background: #f8f9fb; border-radius: 10px;padding: 1.5rem; border-left: 4px solid #a3241d; display: flex;flex-direction: column; height: 100%;  min-width: 0; } 
        .stars { color: #a3241d; font-size: 16px;   margin-bottom: 10px; letter-spacing: 2px;  }
         .test-card p { font-size: 14px;  color: #444;  line-height: 1.7;   font-style: italic; margin-bottom: 12px;flex-grow: 1;}
         .test-author {font-size: 13px; font-weight: 700; color: #111;margin-top: auto;}
         /* Slider Controls */
        .slider-controls {display: flex; justify-content: center;align-items: center; gap: 1rem;margin-top: 2rem;  }
         .slider-btn { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #a3241d;  background: #fff; color: #a3241d; font-size: 18px; cursor: pointer; transition: all 0.3s ease; display: flex;
            align-items: center;justify-content: center;  font-weight: bold;  } 
        .slider-btn:hover {background: #a3241d; color: #fff;transform: scale(1.05);    }
 
        .slider-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: scale(1);
        }
 
        .slider-dots {
            display: flex;
            gap: 0.5rem;
            justify-content: center;
            align-items: center;
            margin: 0 1.5rem;
        }
 
        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
 
        .dot.active {
            background: #a3241d;
            width: 25px;
            border-radius: 4px;
        }
        .image-collage {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
      }
       .image-collage img {
          max-width: 100%;
      }
        /* Responsive Design */
        @media (max-width: 1024px) {
            .test-card {
                flex: 0 0 calc(50% - 0.6rem);
            }
 
            .section-title {
                font-size: 2rem;
            }
        }
 
        @media (max-width: 768px) {
            .testimonials {
                padding: 3rem 1rem;
            }
 
            .test-card {
                flex: 0 0 100%;
            }
 
            .section-title {
                font-size: 1.8rem;
            }
 
            .section-sub {
                font-size: 14px;
            }
            .service-card:last-child,
            .service-card:nth-last-child(2){
              grid-column: auto;
            }
        }

  /* CTA */
  .cta { background: #a3241d; padding: 3.5rem 2rem; text-align: center; }
  .cta h2 { font-size: clamp(24px, 3.5vw, 38px); font-weight: 900; color: #ffffff; margin-bottom: 0.5rem; }
  .cta p { color: #fff; font-size: 15px; margin-bottom: 1.5rem; }
  .cta-num { font-size: clamp(22px, 3.5vw, 36px); font-weight: 900; color: #ffffff; margin-bottom: 1rem; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-dark { background: #111; color: #fff; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block; }
  .btn-outline-dark { background: transparent; color: #ffffff; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 15px; text-decoration: none; border: 2px solid #e4e4e4; 
display: inline-block; }

  /* FOOTER */
  .footer-logo-img{width: 120px; height: 120px; border-radius: 50%; align-items: center; justify-content: center; text-align: center; padding: 4px;}
  .footer { background: #111827; padding: 2.5rem 2rem 1.5rem; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; max-width: 900px; margin: 0 auto 2rem; }
  .footer-brand p { color: #cccccc; font-size: 13px; line-height: 1.7; margin-top: 10px; }
  .footer h4 { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }
  .footer ul { list-style: none; }
  .footer ul li { margin-bottom: 8px; }
  .footer ul li a { color: #cccccc; font-size: 13px; text-decoration: none; }
  .footer ul li a:hover { color: #a3241d; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1rem; text-align: center; color: #ffffff; font-size: 12px; max-width: 900px; margin: 0 auto; }

  @media (max-width: 600px) {
    .stats { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; }
    .image-collage {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 0;
  }
  .nav-logo-img {
    width: 80px;
    height: 80px;
  }
  .nav-links a {
    font-size: 20px;
}
.nav {
    height: 100px;
}
  }
  /* @media (max-width:768px){
    .nav{padding:0 1rem}.nav-links{position:absolute;top:70px;right:0;width:100%;background:#111;flex-direction:column;align-items:center;gap:1.5rem;padding:20px 
0;transform:translateX(200%);transition:0.4s ease}
    .nav-links.active{transform:translateX(0)}.nav-toggle{display:flex}} */
