@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;
    }

}
.sound-rental-section{
    padding:30px 20px;
    background:#f8fafc;
}

.sound-rental-section .container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#e0f2fe;
    color:#0284c7;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    color:#0f172a;
    margin-bottom:15px;
}

.section-title p{
    color:#64748b;
    line-height:1.8;
}

/* Delivery Cards */

.delivery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin-bottom:80px;
}

.delivery-card{
    background:#fff;
    padding:30px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.delivery-card:hover{
    transform:translateY(-8px);
}

.delivery-card h3{
    margin-bottom:15px;
    color:#0f172a;
}

.delivery-card p{
    color:#64748b;
    line-height:1.8;
}

/* Inventory */

.inventory-wrapper{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    border-radius:0px;
    padding:50px;
    margin-bottom:80px;
}

.tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.1);
    color:#7dd3fc;
    margin-bottom:15px;
}

.inventory-content h2{
    color:#fff;
    font-size:40px;
    margin-bottom:15px;
}

.inventory-content p{
    color:#cbd5e1;
    line-height:1.8;
}

.inventory-list{
    margin-top:30px;
}

.inventory-item{
    padding:20px 0;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.inventory-item strong{
    color:#38bdf8;
    display:block;
    margin-bottom:10px;
}

.inventory-item p{
    margin:0;
}

/* Trust */

.trust-header{
    text-align:center;
    margin-bottom:40px;
}

.trust-header h2{
    font-size:40px;
    color:#0f172a;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-bottom:80px;
}

.trust-card{
    background:#fff;
    padding:30px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.trust-icon{
    font-size:42px;
    margin-bottom:15px;
}

.trust-card h3{
    margin-bottom:12px;
    color:#0f172a;
}

.trust-card p{
    color:#64748b;
    line-height:1.8;
}

/* CTA */

.sound-cta{
    background:#0f172a;
    padding:30px 30px;
    border-radius:0px;
    text-align:center;
    color:#fff;
}

.sound-cta h2{
    font-size:42px;
    margin-bottom:15px;
}

.sound-cta p{
    max-width:800px;
    margin:auto auto 20px;
    color:#cbd5e1;
    line-height:1.8;
}

.location-text{
    color:#7dd3fc;
    margin-bottom:25px;
}

.sound-btn{
    display:inline-block;
    padding:16px 35px;
    background:#0ea5e9;
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-weight:700;
}

.sound-btn:hover{
    transform:translateY(-3px);
}

/* Mobile */

@media(max-width:768px){

    .sound-rental-section{
        padding:60px 15px;
    }

    .section-title h2,
    .inventory-content h2,
    .trust-header h2,
    .sound-cta h2{
        font-size:30px;
    }

    .inventory-wrapper,
    .sound-cta,
    .delivery-card,
    .trust-card{
        padding:25px;
    }

    .delivery-grid,
    .trust-grid{
        grid-template-columns:1fr;
    }
}
.inventory-list{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.inventory-item{
    padding:25px;
    border:none;
    background:rgba(255,255,255,0.06);
    border-radius:18px;
    height:100%;
}

.inventory-item strong{
    display:block;
    margin-bottom:12px;
    color:#38bdf8;
    font-size:18px;
}

.inventory-item p{
    color:#cbd5e1;
    line-height:1.7;
    margin:0;
}
@media(max-width:991px){

    .inventory-list{
        grid-template-columns:1fr;
    }

}
.sound-rental-section{
    padding:40px 0;
    background:#f8fafc;
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.section-header{
    text-align:center;
    margin-bottom:40px;
}

.section-header span{
    display:inline-block;
    background:#dbeafe;
    color:#2563eb;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-header h2{
    font-size:42px;
    color:#0f172a;
    margin:0;
    font-weight:700;
}

.content-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:30px;
}

.content-card p{
    color:#475569;
    line-height:1.9;
    font-size:17px;
    margin-bottom:18px;
}

.content-card p:last-child{
    margin-bottom:0;
}

.highlight-box{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    padding:40px;
    border-radius:20px;
    margin-bottom:30px;
}

.highlight-box h3{
    margin-bottom:20px;
    font-size:28px;
}

.highlight-box ul{
    margin:0;
    padding-left:20px;
}

.highlight-box li{
    margin-bottom:12px;
    line-height:1.8;
    font-size:17px;
}

@media(max-width:768px){
    .section-header h2{
        font-size:30px;
    }

    .content-card,
    .highlight-box{
        padding:25px;
    }
}

.nexgen-why-section{
  padding:80px 0;
  background:#fff;
  font-family:'Poppins',sans-serif;
}

.nexgen-container{
  max-width:1200px;
  margin:auto;
  padding:0 15px;
}

.nexgen-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 35px;
}

.nexgen-heading span{
  display:inline-block;
  background:#eef5ff;
  color:#0b5ed7;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  font-weight:700;
  margin-bottom:14px;
}

.nexgen-heading h2{
  font-size:38px;
  font-weight:800;
  color:#111827;
  margin-bottom:15px;
}

.nexgen-heading p,
.nexgen-intro p{
  color:#64748b;
  font-size:16px;
  line-height:1.8;
}

.nexgen-intro{
 
  margin:0 auto 40px;
  text-align:center;
}
.pt-3{ padding-top:30px;}
.nexgen-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.nexgen-card{
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:28px 22px;
  transition:.3s ease;
}

.nexgen-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(11,94,215,.12);
  border-color:#0b5ed7;
}

.nexgen-icon{
  width:52px;
  height:52px;
  background:#0b5ed7;
  color:#fff;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  margin-bottom:18px;
}

.nexgen-card h3{
  font-size:20px;
  font-weight:700;
  color:#111827;
  margin-bottom:12px;
}

.nexgen-card p{
  color:#64748b;
  font-size:15px;
  line-height:1.7;
  margin:0;
}

.nexgen-cta{
  margin-top:45px;
  padding:35px;
  background:#0b5ed7;
  border-radius:20px;
  text-align:center;
  color:#fff;
}

.nexgen-cta h3{
  font-size:28px;
  font-weight:800;
  margin-bottom:10px;
}

.nexgen-cta p{
  margin-bottom:20px;
  color:#eaf2ff;
}

.nexgen-cta a{
  display:inline-block;
  background:#fff;
  color:#0b5ed7;
  padding:13px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
}

@media(max-width:991px){
  .nexgen-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:575px){
  .nexgen-heading h2{
    font-size:28px;
  }

  .nexgen-grid{
    grid-template-columns:1fr;
  }

  .nexgen-cta{
    padding:25px;
  }
}
.sound-brand-section{
    padding:80px 0;
    background:#ffffff;
}

.sound-brand-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#eaf3ff;
    color:#0066cc;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.section-heading p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.brand-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:50px;
}

.brand-card{
    background:#f8fbff;
    border:1px solid #dbe9ff;
    border-radius:16px;
    padding:30px;
    text-align:center;
    transition:.3s;
}

.brand-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,102,204,.12);
}

.brand-icon{
    font-size:42px;
    margin-bottom:15px;
}

.brand-card h3{
    font-size:20px;
    font-weight:600;
    color:#111;
    margin:0;
}

.sound-content{
    max-width:1000px;
    margin:auto;
    text-align:center;
}

.sound-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:20px;
}

.accessories-box{
    margin-top:40px;
    background:linear-gradient(135deg,#0066cc,#004a99);
    padding:40px;
    border-radius:20px;
    text-align:center;
    color:#fff;
}

.accessories-box h3{
    font-size:30px;
    margin-bottom:25px;
}

.accessories-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.accessories-grid span{
    background:rgba(255,255,255,.15);
    padding:12px 22px;
    border-radius:50px;
    font-size:16px;
    font-weight:500;
    backdrop-filter:blur(10px);
}

@media(max-width:991px){

    .brand-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-heading h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .brand-grid{
        grid-template-columns:1fr;
    }

    .section-heading h2{
        font-size:28px;
    }

    .accessories-box{
        padding:30px 20px;
    }

    .accessories-box h3{
        font-size:24px;
    }
}

.advantages-section{
    padding:90px 0;
    background:#fff;
    position:relative;
}

.advantages-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    background:#eef6ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    line-height:1.8;
}

.advantages-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.adv-card{
    background:#fff;
    border:1px solid #e8eef7;
    border-radius:18px;
    padding:30px;
    transition:.35s;
    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

.adv-card:hover{
    transform:translateY(-8px);
    border-color:#0d6efd;
    box-shadow:0 15px 40px rgba(13,110,253,.12);
}

.adv-icon{
    width:65px;
    height:65px;
    background:linear-gradient(135deg,#0d6efd,#0056d6);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    font-size:28px;
    margin-bottom:20px;
}
.text-left{text-align:left;}
.adv-card h3{
    font-size:20px;
    font-weight:600;
    color:#111;
    margin-bottom:12px;
}

.adv-card p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    margin:0;
}

@media(max-width:991px){

    .advantages-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:34px;
    }
}

@media(max-width:576px){

    .advantages-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:28px;
    }

    .adv-card{
        padding:25px;
    }
}
.touch-app-section{
  padding:5px 0;
  background:#ffffff;
  font-family:'Poppins',sans-serif;
}

.touch-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 15px;
}

.touch-heading{
  max-width:850px;
  margin:0 auto 45px;
  text-align:center;
}

.touch-heading span,
.choose-title span{
  display:inline-block;
  background:#eef5ff;
  color:#0b5ed7;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  font-weight:700;
  margin-bottom:14px;
}

.touch-heading h2,
.choose-title h2{
  font-size:38px;
  font-weight:800;
  color:#111827;
  margin-bottom:15px;
}

.touch-heading p,
.choose-title p{
  color:#64748b;
  font-size:16px;
  line-height:1.8;
}

.touch-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:15px;
  margin-bottom:60px;
}

.touch-card{
  background:#f8fbff;
  border:1px solid #dbeafe;
  color:#0f172a;
  border-radius:14px;
  padding:18px 14px;
  text-align:center;
  font-size:15px;
  font-weight:600;
  transition:.3s ease;
}

.touch-card:hover{
  background:#0b5ed7;
  color:#fff;
  transform:translateY(-5px);
  box-shadow:0 16px 35px rgba(11,94,215,.18);
}

.choose-box{
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:24px;
  padding:45px;
}

.choose-title{
  text-align:center;
  
  margin:0 auto 35px;
}

.choose-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.choose-card{
  background:#ffffff;
  border:1px solid #e5eefc;
  border-radius:18px;
  padding:30px;
  transition:.3s ease;
}

.choose-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(11,94,215,.12);
}

.choose-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:#0b5ed7;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  margin-bottom:18px;
}

.choose-card h3{
  font-size:22px;
  font-weight:700;
  color:#111827;
  margin-bottom:12px;
}

.choose-card p{
  color:#64748b;
  font-size:15px;
  line-height:1.8;
  margin:0;
}







.choose-grid1{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
@media(max-width:991px){
  .touch-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .choose-grid{
    grid-template-columns:1fr;
  }
  .choose-grid1{
    grid-template-columns:1fr;
  }

  .touch-heading h2,
  .choose-title h2{
    font-size:32px;
  }
}

@media(max-width:575px){
  .touch-app-section{
    padding:65px 0;
  }

  .touch-grid{
    grid-template-columns:1fr;
  }

  .choose-box{
    padding:28px 18px;
  }

  .touch-heading h2,
  .choose-title h2{
    font-size:26px;
  }
}