/* ========== Navbar (transparent on hero) ========== */
.modern-hero__header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  margin-top: 0 !important;
}
.modern-hero__header .header-area { background: transparent !important; box-shadow: none !important; padding-top: 8px; }
.modern-hero__header .header-bottom { background: transparent !important; }

.modern-hero__header .main-header .main-menu ul li,
.modern-hero__header .main-header .main-menu ul li > a { color: #fff !important; }
.modern-hero__header .main-header .main-menu ul li:hover > a { color: rgba(255,255,255,.7) !important; }

.modern-hero__header .main-header .main-menu ul ul.submenu {
  background: rgba(44,62,80,.96) !important; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
}
.modern-hero__header .main-header .main-menu ul ul.submenu > li > a { color: #fff !important; }
.modern-hero__header .main-header .main-menu ul ul.submenu > li > a:hover { color: #bb0b0b !important; }

.modern-hero__header .LogCol .logo .whiteLogo { display: block !important; filter: brightness(0) invert(1); }
.modern-hero__header .LogCol .logo .darkLogo { display: none !important; }

.modern-hero__header .contactBtn {
  background: #bb0b0b !important; border: 1px solid #bb0b0b !important;
  border-radius: 8px !important; padding: 8px 24px !important; color: #fff !important; transition: all .3s;
}
.modern-hero__header .contactBtn:hover { background: #9a0909 !important; border-color: #9a0909 !important; }

/* Sticky */
.modern-hero__header .header-area .header-sticky.sticky-bar {
  background: #fff !important; box-shadow: 0 1px 12px rgba(0,0,0,.06) !important;
  position: fixed !important; top: 0; left: 0; right: 0; z-index: 999;
}
.modern-hero__header .header-sticky.sticky-bar .main-menu nav > ul > li,
.modern-hero__header .header-sticky.sticky-bar .main-menu nav > ul > li > a { color: #2c3e50 !important; }
.modern-hero__header .header-sticky.sticky-bar .main-menu nav > ul > li:hover > a { color: #bb0b0b !important; }
.modern-hero__header .header-sticky.sticky-bar .LogCol .logo .whiteLogo { display: none !important; }
.modern-hero__header .header-sticky.sticky-bar .LogCol .logo .darkLogo { display: block !important; filter: none !important; }
.modern-hero__header .header-sticky.sticky-bar .contactBtn { background: #bb0b0b !important; border-color: #bb0b0b !important; color: #fff !important; }
.modern-hero__header .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar { background-color: #fff !important; }
.modern-hero__header .header-sticky.sticky-bar .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar { background-color: #2c3e50 !important; }
.modern-hero__header .header-sticky.sticky-bar .main-header .main-menu ul ul.submenu {
  background: #fff !important; border: 1px solid #eee; box-shadow: 0 10px 30px rgba(0,0,0,.08); border-radius: 12px; backdrop-filter: none;
}
.modern-hero__header .header-sticky.sticky-bar .main-header .main-menu ul ul.submenu > li > a { color: #2c3e50 !important; }
.modern-hero__header .header-sticky.sticky-bar .main-header .main-menu ul ul.submenu > li > a:hover { color: #bb0b0b !important; }

/* ========== Hero ========== */
.mhero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* --- BG --- */
.mhero__bg { position: absolute; inset: 0; z-index: 0; }
.mhero__bg-scroll { position: absolute; inset: 0; overflow: hidden; }
.mhero__bg-track { display: flex; width: max-content; height: 100%; animation: heroBgPan 55s linear infinite; }
.mhero__bg-track img { height: 100%; min-height: 100vh; width: auto; object-fit: cover; flex-shrink: 0; }
@keyframes heroBgPan { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

.mhero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(170deg, rgba(44,62,80,.94) 0%, rgba(44,62,80,.88) 60%, rgba(30,30,30,.92) 100%);
}
.mhero__accent {
  position: absolute; z-index: 2;
  width: 55%; height: 110%; right: -10%; top: -5%;
  background: #bb0b0b;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 10% 100%);
  opacity: .12;
}

/* --- Layout --- */
.mhero__wrap {
  position: relative; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
  gap: 50px; flex: 1;
  padding-top: 130px; padding-bottom: 70px;
}

/* --- Text --- */
.mhero__text { flex: 1; max-width: 580px; }

.mhero__label {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 18px; border-radius: 8px;
  background: rgba(187,11,11,.12); border: 1px solid rgba(187,11,11,.28);
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  color: #ff6b6b; letter-spacing: .6px; text-transform: uppercase;
  margin-bottom: 28px;
}
.mhero__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #bb0b0b; box-shadow: 0 0 10px #bb0b0b;
  animation: heroPulse 2s ease-in-out infinite;
}
@keyframes heroPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }

.mhero__logo {
  margin-bottom: 24px;
}
.mhero__logo img {
  max-width: 320px; height: auto; display: block;
}

.mhero__heading {
  font-family: 'Poppins', sans-serif;
  font-size: 58px; font-weight: 800; color: #fff;
  line-height: 1.08; margin: 0 0 20px; letter-spacing: -1px;
}
.mhero__heading--red { color: #bb0b0b; }

.mhero__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 17px; font-weight: 300; color: rgba(255,255,255,.65);
  line-height: 1.7; margin: 0 0 30px; max-width: 460px;
}

/* Feature pills */
.mhero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.mhero__pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 8px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 500;
  color: rgba(255,255,255,.85);
  transition: all .25s;
}
.mhero__pill:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.mhero__pill i { color: #bb0b0b; font-size: 13px; }

/* CTAs */
.mhero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.mhero__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; font-family: 'Poppins', sans-serif;
  font-size: 15px; font-weight: 600; border-radius: 10px;
  text-decoration: none; transition: all .3s;
}
.mhero__cta--fill {
  background: #bb0b0b; color: #fff;
  box-shadow: 0 6px 24px rgba(187,11,11,.3);
}
.mhero__cta--fill:hover {
  background: #a00909; transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(187,11,11,.4);
  text-decoration: none; color: #fff;
}
.mhero__cta--line {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.25);
}
.mhero__cta--line:hover {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.06);
  text-decoration: none; color: #fff;
}

/* Stats */
.mhero__stats {
  display: flex; align-items: center; gap: 24px;
}
.mhero__stat strong {
  display: block; font-family: 'Poppins', sans-serif;
  font-size: 28px; font-weight: 700; color: #fff;
}
.mhero__stat span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 400; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .8px;
}
.mhero__stat-divider {
  width: 1px; height: 36px; background: rgba(255,255,255,.12);
}

/* --- Visual column --- */
.mhero__visual {
  flex: 0 0 380px; position: relative;
  display: flex; justify-content: center; align-items: center;
}

.mhero__glow {
  position: absolute; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(187,11,11,.18) 0%, transparent 70%);
  border-radius: 50%; z-index: 0;
  animation: heroFloat 7s ease-in-out infinite;
}
@keyframes heroFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }

.mhero__phone {
  position: relative; z-index: 1;
  width: 270px; padding: 6px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  border-radius: 32px;
  border: 1.5px solid rgba(255,255,255,.1);
  box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.05) inset;
}
.mhero__phone-slider { border-radius: 26px; overflow: hidden; }
.mhero__phone-slider img { width: 100%; display: block; border-radius: 26px; }

/* Slick dots */
.mhero__phone-slider .slick-dots { bottom: 8px !important; }
.mhero__phone-slider .slick-dots li button:before { color: rgba(255,255,255,.4) !important; font-size: 7px !important; }
.mhero__phone-slider .slick-dots li.slick-active button:before { color: #bb0b0b !important; opacity: 1; }

/* Floating cards */
.mhero__float-card {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 14px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  animation: heroFloat 6s ease-in-out infinite;
}
.mhero__float-card i {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(187,11,11,.2); color: #bb0b0b;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.mhero__float-card strong {
  font-family: 'Poppins', sans-serif; font-size: 13px; color: #fff; display: block;
}
.mhero__float-card span {
  font-family: 'Poppins', sans-serif; font-size: 11px; color: rgba(255,255,255,.5);
}
.mhero__float-card--1 { top: 18%; left: -40px; animation-delay: 0s; }
.mhero__float-card--2 { bottom: 15%; right: -30px; animation-delay: 3s; }

/* ---- Tablet ---- */
@media (max-width: 991px) {
  .mhero__wrap {
    flex-direction: column; text-align: center;
    padding-top: 110px; padding-bottom: 50px; gap: 40px;
  }
  .mhero__text {
    max-width: 100%; display: flex; flex-direction: column; align-items: center;
  }
  .mhero__desc { max-width: 100%; }
  .mhero__pills { justify-content: center; }
  .mhero__ctas { justify-content: center; }
  .mhero__stats { justify-content: center; }
  .mhero__visual { flex: 0 0 auto; }
  .mhero__heading { font-size: 44px; }
  .mhero__float-card--1 { left: 0; }
  .mhero__float-card--2 { right: 0; }
  .mhero__accent { width: 100%; right: 0; clip-path: polygon(0 60%,100% 40%,100% 100%,0 100%); opacity: .08; }
}

/* ---- Mobile ---- */
@media (max-width: 576px) {
  .mhero__wrap { padding-top: 100px; padding-bottom: 40px; padding-left: 16px; padding-right: 16px; }
  .mhero__heading { font-size: 34px; }
  .mhero__desc { font-size: 15px; }
  .mhero__pill { font-size: 12px; padding: 6px 12px; }
  .mhero__cta { padding: 13px 24px; font-size: 13px; }
  .mhero__ctas { flex-direction: column; align-items: center; gap: 10px; }
  .mhero__phone { width: 220px; }
  .mhero__label { font-size: 11px; padding: 5px 12px; }
  .mhero__stats { gap: 16px; }
  .mhero__stat strong { font-size: 22px; }
  .mhero__float-card { display: none; }
  .mhero__bg-track img { min-height: 100vh; }
}
/* ========== End Hero ========== */

@media screen and (max-width: 800px) {
  .mt-3 {
    margin-top: 6rem !important;
}

#adminPhone{
  margin-left: -19px !important;
}
#mobilePhoneApp{
  margin-left: -15px !important;
}
#reportsPhonePanel{
      margin-left: -11px !important;
}

  .csBuy{
    font-size: small !important;
  }
  .CsMob {
    width: 71px;
    height: 70px;
    font-size: x-small !important;
  }

  .region-selector-wrapper {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 0 22px;
    flex-direction: column !important;
    align-items: center;
  }

  .region-current {
    margin-right: 262px;
    margin-left: 0 !important;
    margin-top: 10px;

  }

  .regionContinueBtn {

    margin-right: 0 !important;
    margin-top: -37px !important;

  }

  .regionCloseBtn {
    margin-right: -344px !important;
    margin-top: -37px !important;
  }
  .region-text{
    font-size: smaller;
  }
  .scroll-form{
    display: none;
  }

  .textM{

    font-size: 10px;
  }
  #currencyDropdown{
    font-size: 14px;
  }

  .resMob{
    font-size: 12px !important;
  }
    .ptable{
      height: 925px !important;
    } 

    #submitbtn{

      margin-left: 0px !important;
    }
    .intro-section{
      margin-bottom: 0;
    }

    .section-heading{
     padding-top: 146px !important;
    }

    .uae-trusted-section{
      margin-top: -46px !important;
    }
    .trusted-row{
      margin-top: -100px !important;
    }

}


@media screen and (max-device-width: 480px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 1) {

    .mt-3 {
    margin-top: 6rem !important;
}
#adminPhone{
  margin-left: -19px !important;
}
#mobilePhoneApp{
  margin-left: -15px !important;
}
#reportsPhonePanel{
      margin-left: -11px !important;
}
    .textM{

    font-size: 10px;
  }

    .csBuy{
    font-size: small !important;
  }
.CsMob {
    width: 71px;
    height: 70px;
     font-size: x-small !important;
  }

  .region-selector-wrapper {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 0 22px;
    flex-direction: column !important;
    align-items: center;
  }

  .region-current {
    margin-right: 262px;
    margin-left: 0 !important;
    margin-top: 10px;

  }

  .regionContinueBtn {

    margin-right: 0 !important;
    margin-top: -37px !important;

  }

  .regionCloseBtn {
    margin-right: -344px !important;
    margin-top: -37px !important;
  }
  .region-text{
    font-size: smaller;
  }


.region-selector-container {
    background: #f5f5f7;
    padding: 15px 0 !important;
    font-size: 12px;
    border-bottom: 1px solid #d2d2d7;
    width: 100%;
}
 .scroll-form{
    display: none;
  }

    #currencyDropdown{
    font-size: 14px;
  }
    .resMob{
    font-size: 12px !important;
  }
      .ptable{
      height: 925px !important;
    } 
        .section-heading{
     padding-top: 146px !important;
    }

       .uae-trusted-section{
      margin-top: -46px !important;
    }
    .trusted-row{
      margin-top: -100px !important;
    }

}


@media screen and (device-width: 371px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {


  
    .mt-3 {
    margin-top: 6rem !important;
}
#adminPhone{
  margin-left: -19px !important;
}
#mobilePhoneApp{
  margin-left: -15px !important;
}
#reportsPhonePanel{
      margin-left: -11px !important;
}
    .textM{

    font-size: 10px;
  }

    .csBuy{
    font-size: small !important;
  }
.CsMob {
    width: 71px;
    height: 70px;
    font-size: x-small !important;
  }

  .region-selector-wrapper {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 0 22px;
    flex-direction: column !important;
    align-items: center;
  }

  .region-current {
    margin-right: 262px;
    margin-left: 0 !important;
    margin-top: 10px;

  }

  .regionContinueBtn {

    margin-right: 0 !important;
    margin-top: -37px !important;

  }

  .regionCloseBtn {
    margin-right: -344px !important;
    margin-top: -37px !important;
  }
  .region-text{
    font-size: smaller;
  }
   .scroll-form{
    display: none;
  }
  #currencyDropdown{
    font-size: 14px;
  }
    .resMob{
    font-size: 12px !important;
  }
      .ptable{
      height: 925px !important;
    } 
        .section-heading{
     padding-top: 146px !important;
    }
       .uae-trusted-section{
      margin-top: -46px !important;
    }
    .trusted-row{
      margin-top: -100px !important;
    }

}


@media screen and (width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 1) {


  
    .mt-3 {
    margin-top: 6rem !important;
}
#adminPhone{
  margin-left: -19px !important;
}
#mobilePhoneApp{
  margin-left: -15px !important;
}
#reportsPhonePanel{
      margin-left: -11px !important;
}
    .textM{

    font-size: 10px;
  }

    .csBuy{
    font-size: small !important;
  }
.CsMob {
    width: 71px;
    height: 70px;
    font-size: x-small !important;
  }

  .region-selector-wrapper {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 0 22px;
    flex-direction: column !important;
    align-items: center;
  }

  .region-current {
    margin-right: 262px;
    margin-left: 0 !important;
    margin-top: 10px;

  }

  .regionContinueBtn {

    margin-right: 0 !important;
    margin-top: -37px !important;

  }

  .regionCloseBtn {
    margin-right: -344px !important;
    margin-top: -37px !important;
  }
  .region-text{
    font-size: smaller;
  }
   .scroll-form{
    display: none;
  }

  #currencyDropdown{
    font-size: 14px;
  }

  .resMob{
    font-size: 12px !important;
  }
    .ptable{
      height: 925px !important;
    } 
        .section-heading{
     padding-top: 146px !important;
    }
       .uae-trusted-section{
      margin-top: -46px !important;
    }
    .trusted-row{
      margin-top: -100px !important;
    }

}


@media screen and (max-width:568px) {

  
    .mt-3 {
    margin-top: 6rem !important;
}
#adminPhone{
  margin-left: -19px !important;
}
#mobilePhoneApp{
  margin-left: -15px !important;
}
#reportsPhonePanel{
      margin-left: -11px !important;
}

    .textM{

    font-size: 10px;
  }

    .csBuy{
    font-size: small !important;
  }

.CsMob {
    width: 71px;
    height: 58px;
    font-size: x-small !important;
  }

  .region-selector-wrapper {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 0 22px;
    flex-direction: column !important;
    align-items: center;
  }

  .region-current {
    margin-right: 262px;
    margin-left: 0 !important;
    margin-top: 10px;

  }

  .regionContinueBtn {

    margin-right: 0 !important;
    margin-top: -37px !important;

  }

  .regionCloseBtn {
    margin-right: -344px !important;
    margin-top: -37px !important;
  }
  .region-text{
    font-size: smaller;
  }
   .scroll-form{
    display: none;
  }

  #currencyDropdown{
    font-size: 14px;
  }

  .resMob{
    font-size: 12px !important;
  }

    .pricesil {
        font-size: 18px !important;
    }
        .pricegol {
        font-size: 18px !important;
    }
        .pricepla {
        font-size: 18px !important;
    }
    .ptable{
      height: 925px !important;
    } 

        .section-heading{
     padding-top: 146px !important;
    }
   .uae-trusted-section{
      margin-top: -46px !important;
    }
    .trusted-row{
      margin-top: -100px !important;
    }


}


.mt-3 {
    margin-top: 6rem !important;
}


/* 
@media screen and (max-width:350px) {



}

@media screen and (max-width:568px) {




}

@media screen and (min-width:568px) {




}


@media screen and (min-width:768px) {



}

@media screen and (min-width:1024px) {



}

@media screen and (min-width:390px) {



}

@media screen and (max-width: 1199px) {



}

@media screen and (max-width: 999px) {



}

@media screen and (max-width: 1050px) {


}

/* ========== Who Benefits Section ========== */
.wb-section {
  padding: 80px 0;
  background: #f8f9fc;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.wb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.wb-header {
  text-align: center;
  margin-bottom: 60px;
}
.wb-badge {
  display: inline-block;
  background: rgba(187,11,11,.08);
  color: #bb0b0b;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.wb-title {
  font-size: 38px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 14px;
  line-height: 1.25;
}
.wb-title--red { color: #bb0b0b; }
.wb-subtitle {
  font-size: 16px;
  color: #6c7a89;
  max-width: 550px;
  margin: 0 auto;
}

/* Feature cards grid */
.wb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.wb-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #eef0f5;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.wb-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #bb0b0b, #2c3e50);
  transform: scaleX(0);
  transition: transform .35s ease;
}
.wb-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(44,62,80,.1);
  border-color: transparent;
}
.wb-card:hover::after { transform: scaleX(1); }
.wb-card__icon {
  width: 64px; height: 64px;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #bb0b0b, #e63946);
  color: #fff;
  border-radius: 16px;
  font-size: 26px;
}
.wb-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px;
}
.wb-card__text {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

/* Benefits banner */
.wb-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wb-benefits__item {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform .3s ease, box-shadow .3s ease;
}
.wb-benefits__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(44,62,80,.2);
}
.wb-benefits__icon {
  width: 48px; height: 48px; min-width: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(187,11,11,.2);
  color: #ff6b6b;
  border-radius: 12px;
  font-size: 20px;
}
.wb-benefits__content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 6px;
}
.wb-benefits__content p {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 992px) {
  .wb-section { padding: 60px 0 !important; }
  .wb-header { margin-bottom: 40px !important; }
  .wb-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; margin-bottom: 36px !important; }
  .wb-benefits { grid-template-columns: 1fr !important; gap: 16px !important; }
  .wb-title { font-size: 32px !important; }
  .wb-subtitle { font-size: 15px !important; }
}
@media (max-width: 768px) {
  .wb-section { padding: 48px 0 !important; display: block !important; visibility: visible !important; }
  .wb-container { padding: 0 16px !important; }
  .wb-header { margin-bottom: 32px !important; }
  .wb-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; margin-bottom: 30px !important; display: grid !important; }
  .wb-card { padding: 24px 16px !important; border-radius: 12px !important; display: block !important; }
  .wb-card__icon { width: 52px !important; height: 52px !important; font-size: 22px !important; border-radius: 12px !important; margin-bottom: 14px !important; }
  .wb-card__title { font-size: 15px !important; margin-bottom: 6px !important; }
  .wb-card__text { font-size: 13px !important; }
  .wb-title { font-size: 28px !important; }
  .wb-subtitle { font-size: 14px !important; }
  .wb-benefits { display: grid !important; grid-template-columns: 1fr !important; }
  .wb-benefits__item { padding: 20px 18px !important; border-radius: 12px !important; display: flex !important; }
  .wb-benefits__icon { width: 42px !important; height: 42px !important; min-width: 42px !important; font-size: 18px !important; }
  .wb-benefits__content h4 { font-size: 15px !important; }
  .wb-benefits__content p { font-size: 13px !important; }
}
@media (max-width: 480px) {
  .wb-section { padding: 36px 0 !important; display: block !important; visibility: visible !important; }
  .wb-container { padding: 0 14px !important; }
  .wb-header { margin-bottom: 24px !important; }
  .wb-grid { grid-template-columns: 1fr !important; gap: 12px !important; margin-bottom: 24px !important; display: grid !important; }
  .wb-card { padding: 18px 14px !important; display: flex !important; flex-direction: row !important; align-items: center !important; gap: 14px !important; text-align: left !important; }
  .wb-card__icon { margin: 0 !important; min-width: 46px !important; width: 46px !important; height: 46px !important; font-size: 20px !important; border-radius: 12px !important; }
  .wb-card__title { font-size: 14px !important; margin-bottom: 4px !important; }
  .wb-card__text { font-size: 12px !important; line-height: 1.4 !important; }
  .wb-card::after { display: none !important; }
  .wb-card:hover { transform: none !important; box-shadow: 0 4px 16px rgba(44,62,80,.08) !important; }
  .wb-title { font-size: 22px !important; line-height: 1.3 !important; }
  .wb-subtitle { font-size: 13px !important; }
  .wb-benefits { gap: 12px !important; display: grid !important; }
  .wb-benefits__item { padding: 16px 14px !important; gap: 12px !important; border-radius: 10px !important; display: flex !important; }
  .wb-benefits__icon { width: 38px !important; height: 38px !important; min-width: 38px !important; font-size: 16px !important; border-radius: 10px !important; }
  .wb-benefits__content h4 { font-size: 14px !important; }
  .wb-benefits__content p { font-size: 12px !important; }
}

/* ========== Panels Section (Tabbed) ========== */
.panels-section {
  padding: 80px 0;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}
.panels-header {
  margin-bottom: 50px;
}
.panels-badge {
  display: inline-block;
  background: rgba(44,62,80,.06);
  color: #2c3e50;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.panels-title {
  font-size: 38px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 12px;
}
.panels-subtitle {
  font-size: 16px;
  color: #6c7a89;
  margin: 0;
}

/* Tab navigation */
.panels-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
.panels-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 2px solid #e0e4ea;
  border-radius: 60px;
  background: transparent;
  color: #6c7a89;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}
.panels-tab i { font-size: 18px; }
.panels-tab:hover {
  border-color: #bb0b0b;
  color: #bb0b0b;
  background: rgba(187,11,11,.04);
}
.panels-tab.active {
  background: linear-gradient(135deg, #bb0b0b, #e63946);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(187,11,11,.3);
}

/* Tab content */
.panels-content { position: relative; }
.panel-pane {
  display: none;
  animation: panelFadeIn .4s ease;
}
.panel-pane.active { display: block; }
@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Panel cards */
.panel-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}
.panel-card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  cursor: default;
}
.panel-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}
.panel-card:hover .panel-card__bg {
  transform: scale(1.08);
}
.panel-card__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44,62,80,.55) 0%, rgba(44,62,80,.92) 100%);
}
.panel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(44,62,80,.2);
}
.panel-card__inner {
  position: relative;
  z-index: 2;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.panel-card__icon {
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(187,11,11,.85);
  color: #fff;
  border-radius: 14px;
  font-size: 24px;
  margin-bottom: 20px;
  backdrop-filter: blur(6px);
}
.panel-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.panel-card__desc {
  font-size: 14px;
  color: rgba(255,255,255,.8);
  line-height: 1.6;
  margin: 0;
}

/* Card-specific backgrounds */
.panel-card--audit .panel-card__bg {
  background-image: url('./assets/Desktop/corporate-businessmen-working-tablet-office.jpg');
}
.panel-card--standards .panel-card__bg {
  background-image: url('./assets/Desktop/businessman-pointing-his-presentation-futuristic-digital-screen.jpg');
}
.panel-card--reports .panel-card__bg {
  background-image: url('./assets/Desktop/rm314-adj-09.jpg');
}
.panel-card--execution .panel-card__bg {
  background-image: url('./assets/Desktop/backkk-01.jpg');
}
.panel-card--multimedia .panel-card__bg {
  background-image: url('./assets/Features_bg/features_background.jpg');
}
.panel-card--checklist .panel-card__bg {
  background-image: url('./assets/Features_bg/7519.jpg');
}

/* Gallery button */
.panel-gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: #fff;
  border: none;
  border-radius: 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 6px 20px rgba(44,62,80,.25);
}
.panel-gallery-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(44,62,80,.35);
  background: linear-gradient(135deg, #bb0b0b, #e63946);
}

/* ========== Gallery Modals ========== */
.gallery-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.2);
}
.gallery-modal .modal-lg {
  max-width: 900px;
}
.gallery-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 28px;
  background: linear-gradient(135deg, #2c3e50, #34495e);
}
.gallery-modal__title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.gallery-modal__title i {
  margin-right: 8px;
  color: #ff6b6b;
}
.gallery-modal__sub {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  margin: 0;
}
.gallery-modal__close {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
}
.gallery-modal__close:hover {
  background: #bb0b0b;
  transform: rotate(90deg);
}
.gallery-modal__body {
  padding: 24px;
  background: #f8f9fc;
}
.gallery-modal__slides {
  border-radius: 12px;
  overflow: hidden;
}
.gallery-modal__slides img {
  border-radius: 12px;
}
.gallery-modal__dots {
  position: relative;
  bottom: -16px;
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.gallery-modal__dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  transition: all .3s ease;
}
.gallery-modal__dots button.active {
  background: #bb0b0b;
  width: 28px;
  border-radius: 5px;
}
.gallery-modal__nav {
  width: 44px; height: 44px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.9) !important;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  margin: 0 12px;
}
.gallery-modal__nav:hover {
  background: #bb0b0b !important;
}
.gallery-modal__nav:hover .gallery-modal__nav-icon {
  color: #fff;
}
.gallery-modal__nav-icon {
  color: #2c3e50;
  font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
}
} */