@charset "utf-8";
/* CSS Document */


html,body{
    overflow-x:hidden;
    max-width:100%;
}

/* HERO */
.page-hero{padding:60px 20px;text-align:center;color:#fff;}
.page-hero-title{font-size:52px;margin-bottom:20px;font-weight:700;line-height:1.15;}
.page-hero-text{max-width:950px;margin:auto;font-size:19px;line-height:1.8;}
.page-hero-btn{display:inline-block;margin-top:35px;padding:15px 40px;background:#00aaff;color:#fff;text-decoration:none;font-size:18px;font-weight:bold;border-radius:50px;transition:.3s;}
.page-hero-btn:hover{background:#0088dd;transform:translateY(-3px);}

/* INTRO SPLIT SECTION */
.split-section{padding:50px 20px;background:#f8fbff;}
.split-container{width:90%;max-width:1350px;margin:auto;display:grid;grid-template-columns:1.4fr .9fr;align-items:start;gap:60px;}
.split-tag{display:inline-block;padding:10px 22px;background:#eaf6ff;color:#0077cc;font-size:14px;font-weight:700;border-radius:50px;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;}
.split-left h2{font-size:43px;line-height:1.2;color:#0a1f44;margin-bottom:20px;font-weight:800;}
.split-left p{font-size:17px;line-height:1.9;color:#5c677d;margin-bottom:16px;}
.trusted-av-points{display: flex;
    
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 35px;}
.trusted-point{background:#fff;padding:10px 18px;border-radius:10px;font-size:15px;color:#0a1f44;border-left:4px solid #00aaff;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.split-btn{display:inline-block;margin-top:30px;padding:16px 35px;background:linear-gradient(135deg,#00aaff,#0066cc);color:#fff;text-decoration:none;font-size:16px;font-weight:700;border-radius:14px;transition:.4s;}
.split-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,119,204,.22);}

/* ENQUIRY FORM */
.enquiry-section{padding:10px 0;background:#f8fafc;}
.enquiry-form-box{background:#fff;padding:30px;border-radius:25px;box-shadow:0 15px 50px rgba(0,0,0,.08);}
.form-tag{display:inline-block;background:#0188ff1f;color:#0a1f44;padding:8px 18px;border-radius:50px;font-weight:600;margin-bottom:18px;}
.enquiry-form-box h2{font-size:36px;margin-bottom:12px;color:#0f172a;line-height:40px;}
.enquiry-form-box p{color:#64748b;margin-bottom:24px;line-height:1.7;font-size:15px;}
.form-group{margin-bottom:16px;}
.form-group input,.form-group textarea{width:100%;padding:15px 18px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;outline:none;}
.form-group input:focus,.form-group textarea:focus{border-color:#00aaff;}
.submit-btn{width:100%;padding:17px;border:none;border-radius:12px;background:linear-gradient(135deg,#0069d1,#003366);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.3s;}
.submit-btn:hover{opacity:.9;}

/* CTA BAR */
.cta-bar{background:#003366;padding:40px 20px;text-align:center;color:#fff;}
.cta-bar h2{font-size:38px;margin-bottom:10px;}
.cta-bar p{font-size:18px;max-width:750px;margin:0 auto 25px;}
.cta-bar a{display:inline-block;padding:15px 40px;background:#00aaff;color:#fff;text-decoration:none;font-size:17px;font-weight:bold;border-radius:50px;transition:.3s;}
.cta-bar a:hover{background:#0088dd;}

/* SHOWCASE CARDS */
.showcase-section{padding:50px 20px;background:#f8fbff;}
.showcase-container{width:90%;max-width:1350px;margin:auto;}
.showcase-heading{text-align:center;max-width:850px;margin:0 auto 40px;}
.showcase-heading span{display:inline-block;padding:10px 24px;background:#eaf6ff;color:#0077cc;border-radius:50px;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;}
.showcase-heading h2{font-size:42px;color:#0a1f44;margin-bottom:10px;}
.showcase-heading p{font-size:18px;line-height:1.9;color:#5c677d;}
.showcase-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;background:#fff;padding:35px;border-radius:30px;margin-bottom:40px;box-shadow:0 15px 45px rgba(0,0,0,.07);transition:.4s;}
.showcase-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,.11);}
.reverse .showcase-image{order:2;}
.reverse .showcase-content{order:1;}
.showcase-image{overflow:hidden;border-radius:20px;height:340px;background:#eaf6ff;display:flex;align-items:center;justify-content:center;font-size:80px;}
.showcase-image img{width:100%;height:100%;object-fit:cover;transition:1s;}
.showcase-card:hover img{transform:scale(1.06);}
.showcase-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;gap:15px;}
.showcase-top h3{font-size:32px;color:#0a1f44;font-weight:800;}
.showcase-top span{background:linear-gradient(135deg,#00aaff,#0066cc);color:#fff;padding:10px 18px;border-radius:50px;font-size:14px;font-weight:700;white-space:nowrap;}
.showcase-content h4{font-size:18px;color:#0077cc;margin-bottom:14px;font-weight:700;}
.showcase-content p{font-size:16px;line-height:1.9;color:#666;margin-bottom:24px;}
.showcase-content a{display:inline-block;padding:14px 30px;background:linear-gradient(135deg,#00aaff,#0066cc);color:#fff;text-decoration:none;font-size:15px;font-weight:700;border-radius:14px;transition:.4s;}
.showcase-content a:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,119,204,.2);}

/* WHY US DARK SECTION */
.why-section{position:relative;padding:60px 20px;background:#021b35;overflow:hidden;}
.why-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(0,170,255,.2),transparent 35%),radial-gradient(circle at bottom left,rgba(0,119,204,.18),transparent 35%);z-index:1;}
.why-container{position:relative;z-index:2;width:90%;max-width:1200px;margin:auto;}
.why-heading{text-align:center;max-width:800px;margin:0 auto 40px;}
.why-tag{display:inline-block;padding:10px 22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:50px;color:#7fd3ff;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;}
.why-heading h2{font-size:40px;color:#fff;margin-bottom:10px;}
.why-heading p{font-size:17px;line-height:1.9;color:#c7d8ea;}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:25px;}
.why-box{position:relative;padding:30px 25px;border-radius:25px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);transition:.4s;overflow:hidden;}
.why-box::before{content:"";position:absolute;top:-50%;right:-50%;width:180px;height:180px;background:rgba(0,170,255,.1);border-radius:50%;transition:.5s;}
.why-box:hover::before{transform:scale(1.6);}
.why-box:hover{transform:translateY(-8px);border-color:rgba(0,170,255,.3);box-shadow:0 20px 50px rgba(0,0,0,.3);}
.why-icon{width:65px;height:65px;display:flex;align-items:center;justify-content:center;font-size:30px;border-radius:18px;margin-bottom:20px;background:linear-gradient(135deg,#00aaff,#0066cc);color:#fff;box-shadow:0 10px 25px rgba(0,170,255,.3);}
.why-box h3{font-size:22px;color:#fff;margin-bottom:8px;}
.why-box p{font-size:15px;line-height:1.8;color:#c7d8ea;}

/* SPECS */
.specs-section{padding:60px 0;background:#f1f5f9;}
.section-title{font-size:38px;text-align:center;color:#003366;margin-bottom:30px;}
.specs-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;}
.spec-box{background:#fff;padding:25px;border-radius:10px;border-top:4px solid #0b57d0;box-shadow:0 4px 12px rgba(0,0,0,.06);}
.spec-box h4{font-size:18px;margin-bottom:14px;color:#0a1f44;}
.spec-box ul{list-style:none;}
.spec-box ul li{padding:8px 0;border-bottom:1px solid #f1f5f9;color:#444;display:flex;align-items:center;}
.spec-box ul li::before{content:"✓";color:#0b57d0;margin-right:10px;font-weight:bold;}

/* LOCATIONS */
.locations{padding:60px 0;background:#fff;}
.location-grid1{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px;}
.location-card1{background:#fff;padding:25px;border-radius:14px;border:1px solid #e2e8f0;}
.location-card1 h4{color:#0077cc;margin-bottom:14px;font-size:18px;border-bottom:1px solid #e2e8f0;padding-bottom:8px;}
.location-pills{display:flex;flex-wrap:wrap;gap:8px;}
.pill{background:#f4f8ff;border:1px solid #e2e8f0;padding:5px 13px;border-radius:20px;font-size:13px;color:#555;transition:.2s;}
.pill:hover{background:#0077cc;color:#fff;border-color:#0077cc;}

/* WHY CHOOSE + BOOKING BOX */
.trusted-av-section{padding:60px 20px;background:#eaf6ff;}
.trusted-av-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;max-width:1200px;margin:auto;}
.trusted-av-left h2{font-size:36px;color:#003366;margin-bottom:14px;}
.divider{width:55px;height:4px;background:#00aaff;margin:10px 0 20px;}
.trusted-av-text{font-size:16px;color:#555;margin-bottom:20px;line-height:1.8;}
.trusted-box{background:#003366;color:#fff;padding:30px;border-radius:20px;}
.trusted-box h3{font-size:22px;margin-bottom:12px;}
.trusted-box p{font-size:15px;line-height:1.8;color:#c7d8ea;}









/* MOBILE */
@media(max-width:991px){
  .split-container{grid-template-columns:1fr;}
  .showcase-card{grid-template-columns:1fr;gap:20px;padding:20px;}
  .reverse .showcase-image,.reverse .showcase-content{order:unset;}
  .showcase-image{height:240px;}
  .trusted-av-wrapper{grid-template-columns:1fr;}
  .page-hero-title{font-size:36px;}
  .split-left h2{font-size:36px;}
  .showcase-top h3{font-size:26px;}
}
@media(max-width:768px){
 
  .page-hero-title{font-size:30px;}
  .section-title{font-size:28px;}
  
}
.configurations{
    padding:80px 20px;
    background:#f8fafc;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    color:#111827;
    margin-bottom:15px;
    font-weight:700;
}

.section-title p{
    max-width:850px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
    font-size:17px;
}

.config-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.config-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s ease;
    border:1px solid #e5e7eb;
}

.config-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.icon{
    font-size:45px;
    margin-bottom:20px;
}

.config-card h3{
    font-size:24px;
    color:#111827;
    margin-bottom:20px;
    line-height:1.4;
}

.info{
    margin-bottom:18px;
}

.info strong{
    display:block;
    color:#2563eb;
    margin-bottom:8px;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.info p{
    color:#4b5563;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:768px){
    .section-title h2{
        font-size:30px;
    }

    .config-card{
        padding:25px;
    }
}
.support-section{
    padding:90px 20px;
    background:linear-gradient(135deg,#0f172a,#1e293b);
    color:#fff;
}

.support-section .container{
    max-width:1200px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.badge{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.section-header h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.3;
}

.section-header p{
    font-size:17px;
    color:#cbd5e1;
    line-height:1.8;
}

.support-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.support-card{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.12);
    padding:35px;
    border-radius:24px;
    transition:.4s ease;
}

.support-card:hover{
    transform:translateY(-10px);
    background:rgba(255,255,255,0.12);
}

.support-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    background:rgba(255,255,255,0.1);
    border-radius:18px;
    margin-bottom:25px;
}

.support-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#fff;
}

.support-card p{
    color:#cbd5e1;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:768px){

    .section-header h2{
        font-size:30px;
    }

    .support-card{
        padding:25px;
    }

}
.why-source-section{
    padding:0px 20px;
    background:#f8fafc;
}

.container{
    max-width:1200px;
    margin:auto;
}

.pt-3{padding-top:33px;}
.section-heading{
    text-align:center;
    
    margin:0 auto 60px;
}

.section-heading span{
    display:inline-block;
    background:#e0f2fe;
    color:#0284c7;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:42px;
    color:#0f172a;
    margin-bottom:15px;
}

.section-heading p{
    color:#64748b;
    line-height:1.8;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.feature-grid1{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px; margin-bottom:33px;
}
.feature-grid2{
    display:grid; margin-bottom:33px;
    grid-template-columns:repeat(1,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-icon{
    font-size:40px;
    margin-bottom:15px;
}

.feature-card h3{
    margin-bottom:12px;
    color:#0f172a;
    font-size:22px;
}

.feature-card p{
    color:#64748b;
    line-height:1.8;
}

/* VENUE SECTION */

.venue-section{
    padding:40px 20px;
    background:linear-gradient(135deg,#0f172a,#1e293b);
}

.venue-content{
    display:grid;
    grid-template-columns:1.3fr .8fr;
    gap:40px;
    align-items:center;
}

.venue-tag{
    display:inline-block;
    background:rgba(255,255,255,.1);
    color:#7dd3fc;
    padding:8px 18px;
    border-radius:50px;
    margin-bottom:20px;
}

.venue-left h2{
    color:#fff;
    font-size:40px;
    margin-bottom:20px;
}

.venue-left p{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:25px;
}

.venue-list{
    list-style:none;
    padding:0;
    margin:0;
}

.venue-list li{
    color:#fff;
    margin-bottom:14px;
    font-size:16px;
}

.cta-box{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
    padding:35px;
    border-radius:24px;
    backdrop-filter:blur(10px);
}

.cta-box h3{
    color:#fff;
    font-size:28px;
    margin-bottom:15px;
}

.cta-box p{
    color:#cbd5e1;
    line-height:1.8;
    margin-bottom:25px;
}

.cta-btn{
    display:inline-block;
    background:#0ea5e9;
    color:#fff;
    text-decoration:none;
    padding:15px 28px;
    border-radius:12px;
    font-weight:700;
}

.cta-btn:hover{
    background:#0284c7;
}

@media(max-width:768px){

    .feature-grid{
        grid-template-columns:1fr;
    }

.feature-grid1{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:25px;
}
.feature-grid2{
    display:grid; margin-bottom:33px;
    grid-template-columns:repeat(1,1fr);
    gap:25px;
}
    .venue-content{
        grid-template-columns:1fr;
    }

    .section-heading h2,
    .venue-left h2{
        font-size:30px;
    }

    .feature-card,
    .cta-box{
        padding:22px;
    }
}

.led-rental-section {
  padding: 80px 20px;
  background: #f4f8fd;
  font-family: "Poppins", Arial, sans-serif;
}

.led-container {
  max-width: 1200px;
  margin: auto;
}

.led-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 45px;
}

.led-heading span {
  display: inline-block;
  color: #0284c7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.led-heading h2 {
  font-size: 38px;
  line-height: 1.25;
  color: #0b1f3a;
  margin: 0 0 15px;
  font-weight: 800;
}

.led-heading p {
  color: #5d6b82;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.led-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.led-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(11, 31, 58, 0.08);
  border: 1px solid rgba(11, 31, 58, 0.08);
  transition: 0.3s ease;
}

.led-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(11, 31, 58, 0.14);
}

.led-card.highlight {
  background: linear-gradient(135deg, #0b1f3a, #132f55);
  color: #ffffff;
}

.led-card h3 {
  font-size: 21px;
  color: #0b1f3a;
  margin: 0 0 20px;
  font-weight: 800;
}

.led-card.highlight h3 {
  color: #ffffff;
}

.led-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.led-card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  color: #526176;
  font-size: 15.5px;
  line-height: 1.5;
}

.led-card.highlight ul li {
  color: #eef5ff;
}

.led-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #0284c7;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.led-content-box {
  margin-top: 35px;
  background: #ffffff;
  padding: 30px 35px;
  border-radius: 18px;
  border-left: 5px solid #0284c7;
  box-shadow: 0 12px 35px rgba(11, 31, 58, 0.08);
}

.led-content-box p {
  margin: 0;
  color: #4c5d73;
  font-size: 16px;
  line-height: 1.8;
}

.occasion-box {
  margin-top: 40px;
  background: #ffffff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(11, 31, 58, 0.08);
}

.occasion-box h3 {
  text-align: center;
  font-size: 28px;
  color: #0b1f3a;
  margin: 0 0 28px;
  font-weight: 800;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.occasion-grid span {
  background: #f4f8fd;
  padding: 14px 12px;
  border-radius: 12px;
  text-align: center;
  color: #0b1f3a;
  font-weight: 600;
  font-size: 14.5px;
  border: 1px solid #e5edf7;
  transition: 0.3s ease;
}

.occasion-grid span:hover {
  background: #0284c7;
  color: #ffffff;
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .led-grid {
    grid-template-columns: 1fr 1fr;
  }

  .occasion-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .led-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .led-rental-section {
    padding: 55px 15px;
  }

  .led-grid {
    grid-template-columns: 1fr;
  }

  .occasion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .led-heading h2 {
    font-size: 26px;
  }

  .led-card,
  .occasion-box,
  .led-content-box {
    padding: 24px;
  }

  .occasion-box h3 {
    font-size: 23px;
  }
}

.why-led-section {
  padding: 85px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  font-family: "Poppins", Arial, sans-serif;
}

.why-led-container {
  max-width: 1200px;
  margin: auto;
}

.why-led-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}

.why-led-header span {
  display: inline-block;
  color: #0077cc;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.why-led-header h2 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.25;
  color: #0b1f3a;
  font-weight: 800;
}

.why-led-header p {
  margin: 0;
  color: #5d6b82;
  font-size: 16px;
  line-height: 1.8;
}

.why-led-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 35px;
}

.why-led-card {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 22px;
  border: 1px solid #e6edf6;
  box-shadow: 0 15px 45px rgba(11, 31, 58, 0.08);
  transition: 0.35s ease;
}

.why-led-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 65px rgba(11, 31, 58, 0.14);
}

.why-led-card.active {
  background: linear-gradient(135deg, #0b1f3a, #143763);
}

.why-led-icon {
  width: 54px;
  height: 54px;
  background: #0077cc;
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 22px;
}

.why-led-card h3 {
  margin: 0 0 14px;
  color: #0b1f3a;
  font-size: 21px;
  font-weight: 800;
}

.why-led-card p {
  margin: 0;
  color: #5d6b82;
  font-size: 15.5px;
  line-height: 1.8;
}

.why-led-card.active h3,
.why-led-card.active p {
  color: #ffffff;
}

.led-info-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 25px;
}

.led-info-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(11, 31, 58, 0.08);
  border: 1px solid #e6edf6;
}

.led-info-box.dark {
  background: #0b1f3a;
}

.led-info-box h3 {
  margin: 0 0 24px;
  color: #0b1f3a;
  font-size: 26px;
  font-weight: 800;
}

.led-info-box.dark h3 {
  color: #ffffff;
}

.led-info-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.led-info-box ul li {
  position: relative;
  padding: 13px 0 13px 34px;
  color: #526176;
  font-size: 15.5px;
  line-height: 1.5;
  border-bottom: 1px solid #edf2f7;
}

.led-info-box.dark ul li {
  color: #eaf2ff;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.led-info-box ul li:last-child {
  border-bottom: none;
}

.led-info-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 18px;
  background: #0077cc;
  border-radius: 50%;
}

.led-info-box ul li::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 13px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .why-led-grid,
  .led-info-grid {
    grid-template-columns: 1fr;
  }

  .why-led-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .why-led-section {
    padding: 55px 15px;
  }

  .why-led-header h2 {
    font-size: 26px;
  }

  .why-led-card,
  .led-info-box {
    padding: 25px;
  }

  .led-info-box h3 {
    font-size: 23px;
  }
}

