@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
  font-family: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    background-color: #000;
}

.container {
    max-width: 1300px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
     letter-spacing: 0.8px;
    line-height: 20px;
    height: 20px;
    padding: 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    outline: none;
 }

.header-outer {
    
    padding-top: 15px !important;
    padding-bottom: 10px;
	
}
.header-outer .container {
    display: grid;
    grid-template-columns:  1fr 60% 1fr;
	   
    width: 100%;
    
    padding-left: 2%;
    padding-right: 2%;
 align-items: center;
}

.header-left a {
    display: flex;
}


.header-right a {
     color: #fff;
      position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
   padding: 9px 21px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #4c4c4c;
   float: right;
  z-index: 1;
}

/* flip layer */
.header-right a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;

  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: transform 0.5s ease;

  z-index: 0; /* 👈 keep it BEHIND text */
}

/* 👇 wrap text in span (IMPORTANT) */
.header-right a span {
  position: relative;
  z-index: 2;
}

/* hover */
.header-right a:hover::before {
  transform: rotateX(0deg);
}

.header-right a:hover span {
  color: #000;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
/*     text-align: revert; */
    /* padding: 2px; */
    /* padding-top: 33px; */
    margin-top: 0px;
    display: -webkit-box;
/*     padding-top: 20px; */
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact {
    margin-left: auto;
} */

.header-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent; /* remove white bg */
      border-bottom: 1px solid #2925251a;
}


.header-left img {
    max-width: 55px;
}
/* .header-left img {
    max-width: 155px;
} */
.header-middle {

     display: flex;

    align-items: center; 
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: rgb(255 49 51);
    font-weight: 400;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link

 {
    background: transparent !important;
    font-weight: 500 !important;
    color: #000;
     font-size: 16px;
	 
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
    font-weight: 500 !important;
}

  #mega-menu-wrap-menu-1 {
        background-color: transparent !important;
    }


/* ===========================
       HERO SECTION
    =========================== */

    /* mobile banner */
section.mobile-banner-hero-section {
    background: url(https://accelconsulting.in/wp-content/uploads/2026/04/banner-bg-final.png);
    object-position: center;
    object-fit: contain;
}

    .mobile-banner-hero-section {
      background: #0d0d0d;
      min-height: 100vh;
      position: relative;
      overflow: hidden;
          padding-top: 50px;
    }

    /* Subtle radial glow behind image */
    .mobile-banner-hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 55%;
      height: 100%;
      background: radial-gradient(ellipse at 80% 40%, rgba(255, 160, 0, 0.05) 0%, transparent 65%);
      pointer-events: none;
      z-index: 0;
    }

    /* desktop banner */
    section.banner-hero-section {
    background: url(https://accelconsulting.in/wp-content/uploads/2026/04/vsvfsvf.jpg);
    object-position:   no-repeat center center;
    object-fit: contain;
   
  background-size: cover;
  display: flex;
  align-items: center;
}

    .banner-hero-section {
      background: #0d0d0d;
      min-height: 100vh;
      position: relative;
      overflow: hidden;
          padding-top: 50px;
    }

    /* Subtle radial glow behind image */
    .banner-hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 55%;
      height: 100%;
      background: radial-gradient(ellipse at 80% 40%, rgba(255, 160, 0, 0.05) 0%, transparent 65%);
      pointer-events: none;
      z-index: 0;
    }

    /* ===========================
       ROW ALIGNMENT
    =========================== */
    .hero-row {
      min-height: 100vh;
      position: relative;
      z-index: 1;
    }

    /* ===========================
       LEFT CONTENT COLUMN
    =========================== */
    .banner-left-content {
      padding: 80px 0px 80px 70px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }


    .banner-left-content h3 {
    color: #fff;
}

    /* Documentary label */
    .home-banner-doc-label {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
    }

    .home-banner-doc-label .banner-label-line {
      width: 34px;
      height: 2px;
      background: #fe3230;
      flex-shrink: 0;
    }

    .home-banner-doc-label span {
     
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 4px;
      color: #888;
      text-transform: uppercase;
    }

    /* Main Heading */
    .home-banner-hero-heading {
   
      font-weight: 700;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1.07;
      color: #ffffff;
      margin-bottom: 22px;
    }

    .hero-heading .highlight {
      color: #fe3230;
    }

    /* Subtitle */
    .banner-hero-subtitle {
      font-size: 13.5px;
      color: #fff;
      line-height: 1.8;
      max-width: 400px;
      margin-bottom: 38px;
    }

    .banner-hero-subtitle strong {
      color: #cccccc;
      font-weight: 600;
    }

    /* Buttons */
    .banner-btn-group-custom {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
      color: #fff;
      
    }

    .btn-watch {
      background: #fff;
      color: #000000;
      
      font-weight: 700;
      font-size: 13px;
      padding: 13px 28px;
      border-radius: 50px;
      border: none;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      text-decoration: none;
      letter-spacing: 0.4px;
      transition: background 0.2s ease, transform 0.15s ease;
    }

    .btn-watch:hover {
      background: #fe3230;
      color: #000;
      transform: translateY(-2px);
    }

    .play-circle {
      width: 22px;
      height: 22px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .play-circle::after {
      content: '';
      border-left: 7px solid #000;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin-left: 2px;
    }

    .banner-btn-podcast {
      background: transparent;
      color: #bbbbbb;
     
      font-weight: 600;
      font-size: 13px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      letter-spacing: 0.3px;
      transition: color 0.2s;
    }

    .banner-btn-podcast:hover {
      color: #ffffff;
    }

    .banner-btn-podcast .arrow {
      color: #fe3230;
      font-size: 16px;
    }

    /* Stats Row */
    .banner-stats-row {
      display: flex;
      align-items: center;
      gap: 0;
      padding-top: 50px;
    }

    .banner-stat-block {
      display: flex;
      flex-direction: column;
    }

    .banner-stat-value {
     
      font-weight: 800;
      font-size: 20px;
      color: #fe3230;
      line-height: 1.15;
    }

    .banner-stat-label {
      font-size: 10.5px;
      color: #fff;
      font-weight: 500;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      margin-top: 3px;
    }

    .banner-stat-divider {
      width: 1px;
      height: 38px;
      background: #2a2a2a;
      margin: 0 28px;
    }

    /* ===========================
       RIGHT IMAGE COLUMN
    =========================== */
    .banner-right-image-col {
      position: relative;
      padding: 0 !important;
      overflow: hidden;
      min-height: 100vh;
    }

    .banner-right-image-col img {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
    }

    /* Left fade — blends image into dark bg */
    /* .banner-right-image-col::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 55%;
      height: 100%;
      background: linear-gradient(to right, #0d0d0d 0%, rgba(13,13,13,0.6) 60%, transparent 100%);
      z-index: 1;
      pointer-events: none;
    } */

    /* Bottom fade */
    .banner-right-image-col::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20%;
      background: linear-gradient(to top, #0d0d0d 0%, transparent 100%);
      z-index: 1;
      pointer-events: none;
    }


 /* Carousel and animation css starts  */
.home-rc-carousel {
  --box-gap: 1.5rem;
  --tile-size: 13rem;
  width: 100%;
  max-width: calc(
    (var(--tile-size) + var(--box-gap)) * ((var(--tiles) / 2) - 1)
  );
  margin: var(--box-gap) auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.home-rc-carousel::before {
  left: 0;
  --direction: left;
}

.home-rc-carousel::after {
  right: 0;
  --direction: right;
}
.home-rc-carousel-strip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: slideX 20s linear infinite;
  animation: slideX 20s linear infinite;
}
.home-rc-carousel-strip.reverse {
  /* reverse animation */
  animation-direction: reverse;
}
.home-rc-carousel-strip:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.home-rc-carousel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: var(--box-gap);
}

.home-rc-carousel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--tile-size);
  height: 120px;
}

.home-rc-carousel-item-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

@keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

.stat-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

 .home-about-section-outer{
    background:#000;
    padding:60px 0 40px;
    position:relative;
    overflow:hidden;
  }

  .bg-blob{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    filter:blur(60px);
  }
  .blob1{width:400px;height:400px;top:-100px;right:-100px;background:rgba(220,38,38,0.06);}
  .blob2{width:300px;height:300px;bottom:-80px;left:-80px;background:rgba(220,38,38,0.04);}

  .left-col{padding:0 0px 0 13px;}

  .home-about-eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;
    color:#dc2626;margin-bottom:14px;
  }
  .home-about-eyebrow-line{width:30px;height:2px;background:#dc2626;border-radius:2px;}

  .home-about-hero-name{
    font-size: 40px;
    font-weight:500;
    color: #dc2626;
    line-height:1.05;
    margin-bottom:20px;
  }
  .home-about-hero-name .red{color:#dc2626;}

  .desc{
    font-size:14.5px;
    line-height:1.9;
    color:#fff;
    margin-bottom:36px;
    max-width:600px;
  }
  .desc strong{color: #fff;font-weight:600;}

  /* Logo carousel */
  .home-about-logo-section{margin-bottom:36px;}
  .logo-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#aaa;margin-bottom:14px;}
  .logo-track-wrap{overflow:hidden;position:relative;}
 
  .logo-track-wrap::before{left:0;background:linear-gradient(90deg,#fff,transparent);}
  .logo-track-wrap::after{right:0;background:linear-gradient(-90deg,#fff,transparent);}

  .logo-track{
    display:flex;gap:16px;
    animation:scrollL 18s linear infinite;
    width:max-content;
  }
  .logo-track:hover{animation-play-state:paused;}

  @keyframes scrollL{
    0%{transform:translateX(0);}
    100%{transform:translateX(-50%);}
  }
img.logo-img {
    width: 86px;
    border-radius: 30px;
}
  .logo-pill{
    display:flex;align-items:center;gap:8px;
    border:1.5px solid #eee;
    border-radius:50px;
    padding:8px 10px 8px 10px;
    transition:all 0.3s;
    white-space:nowrap;
    flex-shrink:0;
    cursor:default;
    background:#fff;
  }
  .logo-pill:hover{border-color:#dc2626;box-shadow:0 4px 20px rgba(220,38,38,0.12);transform:translateY(-2px);}

  .logo-circle{
    width:32px;height:32px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    font-size:12px;font-weight:800;flex-shrink:0;
  }
  .logo-pill-name{font-size:12px;font-weight:600;color:#333;}

  /* Stats */
  .home-about-stats-wrap{display:flex;flex-direction:column; gap: 12px;
    width: 100%;
    max-width: 580px;}
  .stat-row{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.home-banner-hero-heading span {
    color: #fe3230;
	font-size: 60px;
}

  .person-icon img{
    margin-top:63px;
  }
  .stat-chip{
    display:inline-flex;align-items:center;gap:9px;
    background:#fff5f5;
    border:1.5px solid rgba(220,38,38,0.15);
    border-radius:50px;
    padding:10px 40px;
    transition:all 0.3s;
    cursor:default;
    animation:fadeInUp 0.5s ease both;
  }
  .stat-chip:hover{
    background:#dc2626;border-color:#dc2626;transform:translateY(-2px);
    box-shadow:0 6px 24px rgba(220,38,38,0.25);
  }
  .stat-chip:hover .stat-chip-text{color:#fff;}
  .stat-chip:hover .chip-icon{background:rgba(255,255,255,0.3);}
  .stat-chip:hover .chip-icon svg{stroke:#fff;}

  @keyframes fadeInUp{
    from{opacity:0;transform:translateY(12px);}
    to{opacity:1;transform:translateY(0);}
  }

  .chip-icon{
    width:22px;height:22px;border-radius:50%;
    background:rgba(220,38,38,0.12);
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;transition:all 0.3s;
  }
  .chip-icon svg{width:12px;height:12px;stroke:#dc2626;transition:all 0.3s;}

  .stat-chip-text{font-size:12.5px;font-weight:600;color:#222;transition:all 0.3s;}

  .stat-center{justify-content:center;}

  /* Right col — images */
  .right-col{
    display:flex;align-items:center;
    position:relative;
        padding-top: 34px;
 
  }

  .right-col{
    position: relative;
    display: flex;
    flex-direction: column;   /* stack vertically */
    align-items: center;    /* move to right */
    justify-content: center;
    gap: 30px;                /* space between image and stats */
    padding: 0;
        
}
  .person-icon-second img {
    margin-top: 50px;
}
  .images-stage{
    position:relative;
    width:340px;height:380px;
  }

  .circle-main{
    position:absolute;
    top:0;left:30px;
    width:280px;height:280px;
    border-radius:50%;
    border:4px solid #dc2626;
    background:linear-gradient(135deg,#ffeaea,#fff5f5);
    overflow:hidden;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 20px 60px rgba(220,38,38,0.18);
    animation:pulseRing 3s ease-in-out infinite;
  }

  @keyframes pulseRing{
    0%,100%{box-shadow:0 20px 60px rgba(220,38,38,0.18),0 0 0 0 rgba(220,38,38,0.1);}
    50%{box-shadow:0 20px 60px rgba(220,38,38,0.25),0 0 0 12px rgba(220,38,38,0);}
  }

  .circle-secondary{
    position:absolute;
    bottom:10px;right:0;
    width:140px;height:140px;
    border-radius:50%;
    border:3px solid #dc2626;
    background:linear-gradient(135deg,#ffeaea,#fff5f5);
    overflow:hidden;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 10px 30px rgba(220,38,38,0.15);
    animation:pulseRing2 3.5s ease-in-out infinite;
  }

  @keyframes pulseRing2{
    0%,100%{box-shadow:0 10px 30px rgba(220,38,38,0.15),0 0 0 0 rgba(220,38,38,0.08);}
    50%{box-shadow:0 10px 30px rgba(220,38,38,0.2),0 0 0 8px rgba(220,38,38,0);}
  }

  .person-icon{
    display:flex; padding:0%;flex-direction:column;align-items:center;gap:6px;
    color:rgba(220,38,38,0.3);

  }
  

  .person-icon-second{
    display:flex; padding:0%;flex-direction:column;align-items:center;gap:6px;
    color:rgba(220,38,38,0.3);

  }

  .person-icon svg{width:60px;height:60px;stroke:rgba(220,38,38,0.35);stroke-width:1;}
  .circle-secondary .person-icon svg{width:36px;height:36px;}

  .person-label{font-size:10px;color:rgba(220,38,38,0.5);font-weight:600;letter-spacing:1px;}

  /* Decorative elements */
  .deco-dot{
    position:absolute;
    width:12px;height:12px;border-radius:50%;background:#dc2626;
    animation:bounceDot 2s ease-in-out infinite;
  }
  .deco-dot.d1{top:10px;left:10px;animation-delay:0s;width:8px;height:8px;background:#fbbf24;}
  .deco-dot.d2{top:50px;right:10px;animation-delay:0.5s;background:#dc2626;}
  .deco-dot.d3{bottom:80px;left:0;animation-delay:1s;width:6px;height:6px;background:#dc2626;opacity:0.4;}

  @keyframes bounceDot{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
  }

  .deco-ring{
    position:absolute;
    border:2px dashed rgb(220 38 38);
    border-radius:50%;
    animation:spin 25s linear infinite;
    pointer-events:none;
  }
  .deco-ring.r1{width:320px;height:320px;top:-20px;left:10px;}
  .deco-ring.r2{width:180px;height:180px;bottom:0;right:-20px;animation-direction:reverse;animation-duration:18s;}

  @keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}

  /* Section heading accent */
  .name-accent{
    display:inline-block;
    position:relative;
  }
  /* .name-accent::after{
    content:'';
    position:absolute;
    bottom:-4px;left:0;right:0;
    height:4px;
    background:linear-gradient(90deg,#dc2626,#fbbf24,#dc2626);
    border-radius:2px;
    background-size:200%;
    animation:shimmer 2s linear infinite;
  } */
  @keyframes shimmer{
    0%{background-position:0%;}
    100%{background-position:200%;}
  }

  @media(max-width:767px){
    .left-col{padding:0px 0px;}
    .right-col{padding:20px;margin-top:20px;}
    .images-stage{width:280px;height:310px;}
    .circle-main{width:220px;height:220px;left:20px;}
    .circle-secondary{width:110px;height:110px;}
    .deco-ring.r1{width:260px;height:260px;}
  }



/* Animation won't work if you preferes reduced motion */
@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */
  .home-rc-carousel::before,
  .home-rc-carousel::after {
    display: none;
  }
  .home-rc-carousel-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-rc-carousel-box [aria-hidden="true"] {
    display: none;
  }
  .home-rc-carousel-strip {
    animation: none;
  }
}


/* Carousel and animation css end */

/* award start */

.home-about-awards-outer {
  
  padding: 80px 0 90px;
}

.home-about-awards-header {
  text-align: center;
  margin-bottom: 52px;
}
.home-about-awards-title {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.home-about-awards-title span { color: #dc2626; }
.home-about-awards-subtitle {
  font-size: 15px;
  color: #fff;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
  font-weight: 400;
}

.home-about-awards-cards-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) { .home-about-awards-cards-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px)  { .home-about-awards-cards-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px)  { .home-about-awards-cards-row { grid-template-columns: 1fr; } }

.home-about-awards-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.home-about-awards-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-4px);
  border-color: #dc2626;
}

.home-about-awards-card-media {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background: #f3f4f6;
  overflow: hidden;
}
.home-about-awards-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  background:Black;
  padding:0px;

}
.home-about-awards-card:hover .home-about-awards-card-media img {
  transform: scale(1.05);
}

.home-about-awards-card-body { padding: 16px; }
.home-about-awards-card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #dc2626;
  margin-bottom: 6px;
}
.home-about-awards-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.45;
}

/* award end */



/* ── PRICING ─────────────────────────────────────────────── */

section.pricing-section {
    padding: 15px 15px;
}
 


  .pricing-text-center { text-align: center; }
  .pricing-section-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #dc2626;
    margin-bottom: 0.75rem;
  }
  .pricing-section-title {

    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .pricing-section-title em { font-style: normal; color: #dc2626; }
  .pricing-section-sub { padding-left: 15px; padding-right: 15px; font-size: 0.95rem; color: #fff; line-height: 1.75; max-width: 560px; margin: 0 auto; text-align: center; }
  .mb-5 { margin-bottom: 3rem; }
  .plan-pricing-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
  .pricing-card {
    background: #1A1A1A;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: box-shadow 0.25s, border-color 0.25s;
    position: relative;
    color: #E0E0E0;
  }
  .pricing-card:hover { box-shadow: 0 12px 40px rgba(200,114,42,0.1); border-color: rgba(200,114,42,0.3); }
  .pricing-card.featured {
    border: 2px solid #dc2626;
    background: #222222;
    color: #fff;
  }
  .pricing-plan-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 0.5rem;
  }
  .pricing-badge-starter { background: rgba(37,99,235,0.15); color: #60A5FA; }
  .pricing-badge-growth { background: #dc2626; color: #fff; }
  .pricing-badge-scale { background: rgba(22,163,74,0.15); color: #4ADE80; }
  .pricing-plan-name {
   
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
  }


  .price-amount span

 {
    font-size: 20px;
}
    
  .feature-list-price li {
    list-style: none;
}

.feature-list-price li::before {
    content: "✔";
    position: absolute;
    left: 39px;
    /* top: 8%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #dc2626;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

  .bi-check-circle-fill::before {
    content: "\f26a";
}

hr {
     margin: 0px;
}
  .pricing-plan-tagline { font-size: 0.82rem; color: #888888;; line-height: 1.5; }
  .price-row { display: flex; align-items: baseline; gap: 4px; }
  .price-currency { font-size: 1rem; font-weight: 500; color: #888888; }
  .price-amount {  font-size: 30px; font-weight: 500; color: #fff; line-height: 1; }
  .price-freq { font-size: 0.8rem; color: #888888; }
  .price-note { font-size: 0.75rem; color: #888888; margin-top: 4px; }

  .pricing-feature-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
  .pricing-feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; line-height: 1.5; color: rgba(255,255,255,0.7); }
  .fli { color: #dc2626; flex-shrink: 0; margin-top: 1px; font-size: 0.9rem; }
  .cta-price {
    display: block;
    text-align: center;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }
  .cta-outline { border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); background: transparent; }
  .cta-outline:hover { border-color: #dc2626; color: #dc2626; }
  .cta-filled { background: #dc2626; color: #fff; border: none; }
  .cta-filled:hover { background: #dc2626; }
  .plan-for { font-size: 0.72rem; text-align: center; color: #888888; margin-top: 6px; }
  .featured-ribbon {
    position: absolute;
    top: -1px; right: 20px;
    background: #dc2626;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 12px 6px;
    border-radius: 0 0 8px 8px;
    text-transform: uppercase;
  }

/* what we do start  */

  .home-about-role-specific-section {
   
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
    box-sizing: border-box;
  }
  .home-about-role-specific-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: -0.5px;
  }

.home-about-role-specific-title span {
    color: #fd3230;
}

  .home-about-role-specific-card {
    background: #161b22;
    border-radius: 16px;
    padding: 36px 32px;
    height: 88%;
    
    margin-top: 50px;
  }
  .home-about-role-specific-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .home-about-role-specific-icon-wrap.red {
    background: #FD3230;
  }
  .home-about-role-specific-icon-wrap.blue {
    background: #2d7fd3;
  }
  .home-about-role-specific-icon-svg {
    width: 26px;
    height: 26px;
  }
  .home-about-role-specific-card-heading {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .home-about-role-specific-card-sub {
    color: #9ca3af;
    font-size: 0.92rem;
    margin-bottom: 20px;
  }
  .home-about-role-specific-includes-box {
    background: #1e2430;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 18px;
  }
  .home-about-role-specific-includes-label {
    color: #e5e7eb;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .home-about-role-specific-includes-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .home-about-role-specific-includes-list li {
    color: #9ca3af;
    font-size: 0.85rem;
    padding: 3px 0;
  }
  .home-about-role-specific-includes-list li::before {
    content: "• ";
    color: #9ca3af;
  }
  .home-about-role-specific-impact-bar {
    border-radius: 10px;
    padding: 14px 18px;
  }
  .home-about-role-specific-impact-bar.red-bar {
    background: #FD3230;
  }
  .home-about-role-specific-impact-bar.blue-bar {
    background: #2d7fd3;
  }
  .home-about-role-specific-impact-label {
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
  }
  .home-about-role-specific-impact-text {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    margin: 0;
  }
  .home-about-role-specific-bias-box {
    border-left: 3px solid #e55;
    background: #1e2430;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 18px;
  }
  .home-about-role-specific-bias-label {
    color: #f87171;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .home-about-role-specific-bias-text {
    color: #d1d5db;
    font-size: 0.88rem;
    margin: 0;
  }
  .home-about-role-specific-inclusive-box {
    border-left: 3px solid #22c55e;
    background: #1e2430;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 18px;
  }
  .home-about-role-specific-inclusive-label {
    color: #4ade80;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .home-about-role-specific-inclusive-text {
    color: #d1d5db;
    font-size: 0.88rem;
    margin: 0;
  }
section#gallery {
    padding-top: 35px;
}
/* what we do end */


/* video start  */

.video-wrapper{
  position:relative;
  width:95%;
  margin:auto;
  overflow:hidden;
      padding-top: 50px;
      padding-bottom: 68px;
}

.video-track{
  display:flex;
  gap:20px;
  transition:transform .5s ease;
}

.card{
  min-width:460px;
  height:260px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  flex-shrink:0;
  background:#000;
  cursor:pointer;
}

.card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:60px;
  color:#fff;
  background:rgba(0,0,0,.5);
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.video-btn{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border:none;
  border-radius:50%;
  background:#ff4d4d;
  color:#fff;
   font-size: 34px;   /* arrow size increase */
  
  line-height: 9;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  cursor: pointer;
  z-index: 10;
}

.video-btn:hover{
 
  background:#ff4d4d;
}

.prev{left:0;}
.next{right:0;}

.modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.9);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
}

.modal.active{display:flex;}

.modal iframe{
  width:80%;
  height:70%;
  border:0;
}

.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:60px;
  height:60px;
  background:transparent;   /* remove blue bg */
  border:none;
  cursor:pointer;
  z-index:2;
}




.play::before{
  content:"▶";
  font-size:37px;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,.6);
  padding-left: 5px;
}

/* video end */



/* marquee start */

.marquee-section {
  
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  section.marquee-section {
       padding-top: 100px;
    padding-bottom: 100px;

}
  /* ===== EACH BAND ===== */
  .marquee-band {
    width: 110%;
    padding: 16px 0;
    overflow: hidden;
    position: relative;
    margin-left: -5%;
  }

  /* Purple band - tilted left to right (positive angle) */
  .marquee-band.purple {
    background:  linear-gradient(90deg, #dc2626, #fd3230eb);
    transform: rotate(-6deg);
    margin-top: -10px;
    z-index: 2;
  }

  /* Black band - tilted right to left (negative angle) */
  .marquee-band.black {
    background: #1a1a2e;
    transform: rotate(6deg);
    margin-top: -60px;
    z-index: 1;
  }

  /* ===== MARQUEE TRACK ===== */
  .marquee-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
  }

  .marquee-track.left-to-right {
    animation: scrollLTR 25s linear infinite;
  }

  .marquee-track.right-to-left {
    animation: scrollRTL 25s linear infinite;
  }

  @keyframes scrollLTR {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
  }

  @keyframes scrollRTL {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }

  /* ===== MARQUEE ITEMS ===== */
  .marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 0 32px;
    
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
  }

  .marquee-item.muted {
    color: rgba(255, 255, 255, 0.45);
  }

  .marquee-star {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
  }

  /* Star shape using clip-path */
  .star-icon {
    width: 20px;
    height: 20px;
    background: #ffffff;
    clip-path: polygon(
      50% 0%, 61% 35%, 98% 35%, 68% 57%,
      79% 91%, 50% 70%, 21% 91%, 32% 57%,
      2% 35%, 39% 35%
    );
    display: inline-block;
    flex-shrink: 0;
  }

  /* 4-point star */
  .star4 {
    width: 18px;
    height: 18px;
    background: #ffffff;
    clip-path: polygon(
      50% 0%, 55% 45%, 100% 50%,
      55% 55%, 50% 100%, 45% 55%,
      0% 50%, 45% 45%
    );
    display: inline-block;
    flex-shrink: 0;
  }


  /* 4 grid start */

  .physics-area {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 12px;
}

  .bento-card.card-top-left {
    border-radius: 28px;
}

.bento-card.card-top-right {
    border-radius: 28px;
}

    .stats-section {
    background: url(https://accelconsulting.in/wp-content/uploads/2026/04/banner-bg-final.png);
    object-position: center;
    object-fit: contain;

    padding: 57px 33px 50px 33px;

  }

  .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  /* ===== BASE CARD ===== */
  .bento-card {
    border-radius: 28px;
    padding: 31px 40px;
    position: relative;
    overflow: hidden;
  }

  /* ===== TOP LEFT — White card ===== */
  .card-top-left {
    background-color: #ffffff;
    border-top-left-radius: 0;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
     height: 250px;
  }

  .card-top-left .card-desc {
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    max-width: 90%;
    padding-top: 20px;
}
  

  .card-top-left .card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .card-top-left .stat-number {
    font-size: 52px;
    font-weight: 400;
    color: #111111;
    line-height: 1;
    letter-spacing: -1px;
  }

  .card-top-left .stat-label {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-top: 8px;
  }

  /* Circular rotating text button */
  .circle-btn {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1.5px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
  }

  .circle-btn svg.rotate-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
  }

  .circle-btn .arrow {
    font-size: 20px;
    color: #dc2626;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circle-btn .arrow svg {
    width: 22px;
    height: 22px;
  }

  @keyframes rotateSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  /* ===== TOP RIGHT — Purple card ===== */
  .card-top-right {
    background: linear-gradient(160deg, #dc2626 0%, #e42b2a 60%, #de2727 100%);
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
  }

  .card-top-right .stat-number {
    font-size: 45px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
  }

  .card-top-right .stat-label {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 8px;
  }

  .card-top-right .card-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-weight: 400;
    max-width: 90%;
    padding-top : 20px;
  }

  /* ===== BOTTOM LEFT — Purple card ===== */
  .card-bottom-left {
    background: linear-gradient(160deg, #dc2626 0%, #e42b2a 60%, #de2727 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
  }

  .card-bottom-left .stat-number {
    font-size: 45px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
  }

  .card-bottom-left .stat-label {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 8px;
  }

  .card-bottom-left .card-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
    line-height: 1.5;
    max-width: 90%;
  }

  /* ===== BOTTOM RIGHT — White card with falling pills ===== */
  .card-bottom-right {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 28px 28px 0 28px;
    overflow: hidden;
  }

  .card-bottom-right .features-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 16px;
  }

  .features-label .star4 {
    width: 18px;
    height: 18px;
    background: #5b3fa0;
    clip-path: polygon(50% 0%,55% 45%,100% 50%,55% 55%,50% 100%,45% 55%,0% 50%,45% 45%);
    flex-shrink: 0;
  }

  .features-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 0;
    width: 100%;
  }

  /* Pills falling area */
 /* Pills area */
.pills-area {
  position: relative;
  flex: 1;
  min-height: 220px;
  overflow: hidden;
}

/* Base pill */
.pill {
  position: absolute;
  background: linear-gradient(135deg, #e32a2a, #e22929);
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;

  opacity: 0;
  animation: fallDown 0.9s ease forwards;
}

/* Icon */
.pill-icon {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

/* Animation */
@keyframes fallDown {
  0% {
    top: -80px;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ===== FINAL POSITIONS (IMPORTANT) ===== */
.pill:nth-child(1) {
  left: 6%;
  top: 38%;
  transform: rotate(-15deg);
  animation-delay: 0s;
}

.pill:nth-child(2) {
  left: 28%;
  top: 48%;
  transform: scale(1.15) rotate(-6deg);
  z-index: 3;
  animation-delay: 0.1s;
}

.pill:nth-child(3) {
  left: 52%;
  top: 40%;
  transform: rotate(10deg);
  animation-delay: 0.15s;
}

.pill:nth-child(4) {
  left: 70%;
  top: 52%;
  transform: rotate(-10deg);
  animation-delay: 0.2s;
}

.pill:nth-child(5) {
  left: 10%;
  top: 65%;
  transform: rotate(6deg);
  animation-delay: 0.25s;
}

.pill:nth-child(6) {
  left: 35%;
  top: 70%;
  transform: rotate(-8deg);
  animation-delay: 0.3s;
}

.pill:nth-child(7) {
  left: 58%;
  top: 62%;
  transform: rotate(12deg);
  animation-delay: 0.35s;
}

.pill:nth-child(8) {
  left: 20%;
  top: 75%;
  transform: rotate(-4deg);
  animation-delay: 0.4s;
}

.pills-area {
  position: relative;
}

.pill {
  position: absolute;
  cursor: grab;
  transition: transform 0.2s ease;
  user-select: none;
}

.pill:active {
  cursor: grabbing;
}

.pill {
  animation-play-state: paused;
}

.pill {
  cursor: grab;
  user-select: none;
}


/* testimonial start  */

.section-wrapper {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
          padding-top: 40px;
          padding-bottom: 40px;
    }

    /* ── Header ── */
    .section-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 22px;
    }
    .section-label::before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
    }

    .section-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 48px;
      flex-wrap: wrap;
      gap: 24px;
    }

.section-label::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc2626;
    display: inline-block;
}

    .testimonial-section-title {
      
      font-size: 40px;
      font-weight: 500;
      line-height: 1.1;
      max-width: 520px;
      color: #fff;
    }
    .testimonial-section-title .highlight {
      color: #dc2626;
    }

    /* ── Nav Buttons ── */
    .carousel-nav {
      display: flex;
      gap: 10px;
      align-items: center;
      flex-shrink: 0;
      margin-top: 8px;
    }
    .nav-btn {
      width: 52px;
      height: 52px;
      border-radius: 12px;
      border: 1.5px solid #d0cfc9;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s, transform 0.15s;
      color: var(--text-dark);
    }
    .nav-btn:hover {
      background: transparent;
      border-color: #d0cfc9;
      color: #fff;
      transform: scale(1.05);
    }
    .nav-btn svg {
      width: 18px;
      height: 18px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* ── Carousel ── */
    .testimonial-carousel {
      position: relative;
      overflow: hidden;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .carousel-slide {
      min-width: 100%;
      display: flex;
      gap: 24px;
      align-items: stretch;
    }

    /* ── Image Card ── */
    .img-card {
      flex: 0 0 38%;
      background: var(--card-bg);
      border-radius: var(--border-radius);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      
    }
    .img-card img {
      width: 100%;
      
      object-fit: contain;
      border-radius: 10px;
      display: block;
    }
    .img-placeholder {
      width: 100%;
      max-width: 320px;
      height: 340px;
      background: linear-gradient(135deg, #dddbd6 0%, #c8c5be 100%);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }
    .img-placeholder::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255,255,255,0.07) 20px,
        rgba(255,255,255,0.07) 40px
      );
    }
    /* Phone mockup */
    .phone-mockup {
      width: 160px;
      height: 290px;
      background: #1a1a1a;
      border-radius: 30px;
      border: 3px solid #333;
      position: relative;
      box-shadow: 0 20px 60px rgba(0,0,0,0.35);
      overflow: hidden;
      z-index: 2;
    }
    .phone-mockup .screen {
      position: absolute;
      inset: 6px;
      background: #f5f0ea;
      border-radius: 25px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 12px 8px;
      gap: 6px;
    }
    .phone-mockup .screen-bar {
      width: 30px;
      height: 3px;
      background: #ccc;
      border-radius: 2px;
      margin-bottom: 4px;
    }
    .phone-mockup .screen-title {
      font-size: 9px;
      
      color: #333;
      letter-spacing: 0.05em;
    }
    .phone-mockup .screen-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4px;
      width: 100%;
      margin-top: 4px;
    }
    .phone-mockup .screen-img {
      height: 55px;
      border-radius: 6px;
      background: #d4c9b8;
    }
    .phone-mockup .screen-img:first-child {
      background: #c9b89a;
    }
    .phone-mockup .screen-img:nth-child(2) {
      background: #b8a890;
    }
    .phone-mockup .screen-img:nth-child(3) {
      background: #d0c0a8;
    }
    .phone-mockup .screen-img.wide {
      grid-column: 1 / -1;
      height: 30px;
      background: #e8dfd0;
    }
    .phone-mockup .screen-btn {
      margin-top: auto;
      width: 80%;
      height: 18px;
      border-radius: 9px;
      border: 1px solid #bbb;
      background: transparent;
      font-size: 5px;
      color: #888;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .phone-back {
      position: absolute;
      width: 155px;
      height: 285px;
      background: #1a1a1a;
      border-radius: 28px;
      border: 3px solid #2a2a2a;
      top: 28px;
      left: 40px;
      box-shadow: -4px 10px 40px rgba(0,0,0,0.4);
    }

    /* ── Quote Card ── */
    .quote-card {
      flex: 1;
      background: #f6f6f6;
       border: 1px solid #0f0f0f14;
      border-radius: 20px;
      padding: 52px 56px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 420px;
    }

    .quote-mark {
      
      font-size: 4rem;
      color: var(--accent);
      line-height: 1;
      margin-bottom: 28px;
      user-select: none;
    }

    .quote-text {
      font-size: clamp(1rem, 1.5vw, 1.2rem);
      line-height: 1.75;
      color: #222;
      font-weight: 400;
      flex: 1;
      margin-bottom: 40px;
    }

    .author-row {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .author-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      background: #ccc;
      flex-shrink: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      
      font-size: 1.1rem;
      color: #fff;
    }
    .author-name {
      font-weight: 600;
      font-size: 1rem;
      color: var(--text-dark);
    }
    .author-title {
      font-size: 0.82rem;
      color: var(--text-muted);
      margin-top: 2px;
    }

    /* ── Dots ── */
    .carousel-dots {
      display: flex;
      gap: 8px;
      justify-content: center;
      margin-top: 32px;
    }
    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: background 0.25s, width 0.25s;
      border: none;
    }
    .dot.active {
      background: var(--accent);
      width: 24px;
      border-radius: 4px;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .carousel-slide { flex-direction: column; }
      .img-card { flex: none; min-height: 280px; }
      .quote-card { padding: 32px 28px; }
      .section-header { flex-direction: column; }
    }

/* testimonial end */



/* gallery start  */

/* Main Section */
.vertical-gallery{
  width:100%;
  height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:20px;
  padding-top: 40px;
      padding-bottom: 60px;
}

/* Column */
.gallery-column{
  flex:1;
  height:100%;
  overflow:hidden;
  position:relative;
}

/* Track */
.gallery-track{
  display:flex;
  flex-direction:column;
  gap:20px;
  animation:scrollUp 25s linear infinite;
}

/* Reverse Direction */
.gallery-column.reverse .gallery-track{
  animation:scrollDown 25s linear infinite;
}

/* Images */
.gallery-item img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:12px;
  display:block;
}

/* Scroll Up */
@keyframes scrollUp{
  0%{
    transform:translateY(0);
  }
  100%{
    transform:translateY(-50%);
  }
}

/* Scroll Down */
@keyframes scrollDown{
  0%{
    transform:translateY(-50%);
  }
  100%{
    transform:translateY(0);
  }
}

/* gallery end */

/* footer */


footer#colophon {
     background-color: #051a1c;
    width: 100%;
    float: left;
    max-width: 100%;
    padding: 0px;
}
.footer_outer {
    padding: 50px 0px;
  
}

.footer_one.footer_common img {
    width: 35%;
}

.footer_outer .container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.footer_outer .row {
    gap: 0px;
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
}

.footer_common li {
    list-style-type: none;
}

ul#menu-primary-menu{
    display: flex;
    flex-direction: column;
    gap: 9px;
     padding-top: 20px;
     text-decoration: none;
     padding-left: 0px;
}

.footer_common h3 {
    font-size: 22px;
   
    font-weight: 500;
     color: #fff;
}

.footer_four.footer_common h6 {
    padding-top: 20px;
}

.footer_one.footer_common p {
    color: #fff;
}

ul#menu-information {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 20px;
    padding-left :0px;
}

ul#menu-information li a{
   color: #fff;
    font-size: 15px;
    text-decoration: none;
}

ul#menu-primary-menu li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
ul#menu-main-menu li a:hover {
    color: #828c8d;
    font-size: 15px;
}

.footer_common h6 {
    color: #828c8d;
}

.footer_common a {
    color: #fff;
    font-size: 30px;
}

.footer_common a:hover {
    color: #828c8d;
    font-size: 30px;
}

.footer_two.footer_common {
    padding-left: 42px;
}

.footer_four.footer_common h6 {
    padding-top: 20px;
    color: white !important;
}

.footer_four.footer_common ul li {
    list-style-type: none;
    padding-bottom: 10px;
    color: #fff;
    
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer_four.footer_common ul{
  padding-left: 0px;
  
    padding-top: 20px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
   
}

.footer-bottom a {
    color: #fe3132;
    text-decoration: none;
}



 /* Circular CTA */
    .circular-cta {
      position: relative;
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .circular-cta svg.ring-text {
      position: absolute;
      top: 0; left: 0;
      width: 120px; height: 120px;
      animation: spin 10s linear infinite;
    }
    @keyframes spin { to { transform: rotate(360deg); } }
    .circular-cta .arrow-btn {
      width: 44px; height: 44px;
      background: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #dc2626;
      font-size: 16px;
      text-decoration: none;
      transition: background .2s;
      z-index: 1;
    }
    .circular-cta .arrow-btn:hover { background: #333; }

ul.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    
    padding-left: 0px;

}

li.scaphone {
    grid-column: 2 span;
}
li.scamessage {
    grid-column: 2 span;
}

ul.contact-form li {
    list-style-type: none;
}

ul.contact-form li.scasend {
    text-align: center;
}

li.scasend.btn-style-one.welcome-two__left-btn{
        grid-column: 2 span;

}

ul.contact-form li.scasend p {
    margin: 0px;
    position: relative;
}

ul.contact-form li.scasend input {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    color: #dc2626;
    text-align: center;
    transition: all .3s;
    background-color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #dc2626 !important;
    font-weight: 500;
}

ul.contact-form li.scasend input:hover {
    color: #fff;
    background-color: #de2727 !important;
}

ul.contact-form li.scasend p .wpcf7-spinner {
    position: absolute;
    top: 10px;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #666; 
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
	display: none;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
    border: 1px solid red !important;
}

@media (max-width: 768px) {
 ul.contact-form {
        grid-template-columns: 1fr !important;
    }

    ul.contact-form li {
        grid-column: 1 / -1 !important;
        width: 100%;
    }

    ul.contact-form input,
    ul.contact-form textarea {
        width: 100%;
    }
section#solutions {
    padding: 10px 20px 45px;
}

}

/* Tablet */
@media(max-width: 767px){
  .gallery-item img{
    height: fit-content;
           
  
}

.gallery-column-mobile {
    padding-top: 15px;
}
.gallery-track{
  display:flex;
  flex-direction:column;
  gap:20px;
  animation:none;
          padding: 10px;
}

}



/* Mobile */
@media(max-width:768px){
  .vertical-gallery{
    gap:10px;
    padding:10px;
    height: 287px;
  }

 
  .plan-pricing-row {
    display: grid;
    grid-template-columns: 1fr;
}
.footer_outer .row {
    gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
}
.header-outer .container {
    display: grid;
    grid-template-columns: 85% 14%;
    padding-left: 2%;
    padding-right: 2%;
    align-items: center;
}
.header-right a{
  display : none;
}
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        left: 0;
        padding-top: 10px;
        gap: 6px;
    }
        #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
       
        display: none;
        }
            #mega-menu-wrap-menu-1 .mega-menu-toggle {
        z-index: 1;
        cursor: pointer;
       background-color: transparent; 
        border-radius: 2px;
        line-height: 40px;
            }

        .home-about-section-outer {
    background: #000;
    padding: 30px 0 40px;
        }
        .home-about-awards-outer {
    padding: 20px 0 55px;
        }
        .row>* {
    padding-left: 0px;
    padding-right: 0px;
        }
        section.pricing-section {
    padding: 0px 0px; 
}

section.marquee-section {
    padding-top: 0px;
    padding-bottom: 25px;
}
.marquee-section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    min-height: 180px;
}
.home-about-role-specific-card {
    background: #161b22;
    border-radius: 16px;
    padding: 36px 32px;
    height: 97%;
     margin-top: 0px;
}
.video-wrapper {
    position: relative;
     width: 90%; 
    margin: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.stats-section {
    background-color: #000;
    padding: 0px 20px 35px 20px;
}

.pricing-section-sub {
    
    padding-bottom: 40px;
}
.mb-5 {
    margin-bottom: 0px !important;
}
.section-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer_two.footer_common {
    padding-left: 0px;
}
.footer_outer {
    padding: 35px 0px;
}
 .circular-cta svg.ring-text {
    position: absolute;
    top: 0;
    left: -17px;
 }

}





  @media (max-width: 767px) {
    .bento-grid {
      grid-template-columns: 1fr;
    }
    
    .card-top-right {
      border-radius: 28px;
          height: 362px;
    }

     .card-top-left {
      border-radius: 28px;
          height: 300px;
    }
    .bento-card {
    border-radius: 28px;
    padding: 24px 15px;
    }
  }

    /* ===========================
       RESPONSIVE — MOBILE
    =========================== */
@media (min-width: 768px){
section.mobile-banner-hero-section{
  display: none;
}
.vertical-gallery-mobile{

  display: none;
}
}


    @media (max-width: 767px) {
      .banner-hero-section {
       
        display: none !important;
      }

      .vertical-gallery{
        display: none;
      }
    }
    @media (max-width: 767px) {

      .banner-left-content {
        padding: 60px 30px 40px 30px;
        align-items: center;
        text-align: center;
      }

      .home-banner-doc-label {
        justify-content: center;
      }

      .banner-hero-subtitle {
        max-width: 100%;
      }

      .banner-btn-group-custom {
        justify-content: center;
      }

      .banner-stats-row {
        justify-content: center;
      }

      .banner-right-image-col {
        min-height: 400px;
        height: 420px;
      }
    }

    @media (max-width: 767px) {
      .home-banner-hero-heading {
        font-size: 32px;
      }

      .banner-left-content {
        padding: 40px 20px 30px 20px;
      }

      .banner-stat-divider {
        margin: 0 18px;
      }
      .video-btn {
        top: 38%;
    } 

    
  }
