html body {
    background-color: unset
    !important;
}
nav.navbar.navbar-expand-lg.megamenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .quotess-inn{
    padding: 10px;
  }
  .wam-team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#fff; /* White background with slight transparency */
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    text-align: center;
    border: 8px solid #ff6b00;
}

.wam-team-card:hover .wam-team-overlay {
    opacity: 1;
    transform: translateY(0);
}

.wam-team-overlay h4 {
    margin: 0 0 10px;
    font-size: 12px;
    color: #007bff; /* A prominent color for the name */
}

.wam-team-overlay p {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%; /* Limit width for better readability */
    margin-bottom: 0;
}

/* ========================================
   About Us Page - Banner Only
   Primary: #ff6b00 | Font: Poppins
   ======================================== */
:root {
  --primary: #ff6b00;
  --primary-dark: #e55d00;
  --dark: #1a1a1a;
  --white: #ffffff;
  --transition: all 0.3s ease;
}
.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before, .fa-check:before {
    font-family: 'FontAwesome'!important;
}
.about-page {
  font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.about-page.about-hero h1{
    font-size: 80px;
    text-align: justify;
}
/* ========== Hero / Banner Section ========== */
.about-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../../../images/about-banner-inn.png') center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26,) 100%);
  z-index: 1;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.about-breadcrumb a,
.about-breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  text-decoration: none;
  transition: var(--transition);
}

.about-breadcrumb a:hover {
  color: var(--primary);
}

.about-breadcrumb .separator {
  opacity: 0.6;
}

@media (max-width: 1199px) {
  .about-hero h1 {
    font-size: 2.5rem;
  }
}

/* Global Reset for this section only */
.wam-about-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif; /* Aap apna font yaha change kar sakte hain */
}

.wam-about-section {
    padding: 60px 20px;
    background-color: #ffffff;
    line-height: 1.6;
    color: #333;
}

.wam-container {
    max-width: 1350px;
    margin: 0 auto;
}

.wam-subheading {
    color: #ff6600; /* Orange color from image */
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.wam-main-heading {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.2;
}

.wam-description {
    font-size: 18px;
    color: #777;
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 90%;
}

.wam-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.wam-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* --- Responsive Media Queries --- */

/* For Tablets */








/* Zero Overlap Styles for Features Section */
.wam-features-section {
    background-color: #1a1b1e; /* Dark background */
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-image: url('../../../images/feature.png') !important;
}

.wam-features-container {
    max-width: 1350px;
    margin: 0 auto;
}

.wam-features-tag {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.8;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.wam-features-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #fff;
}

/* Grid Layout */
.wam-features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Individual Card */
.wam-feature-card {
    background: #2C2E33; /* Slightly lighter dark box */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 20px;
    width: calc(16.66% - 20px); /* 6 items in a row */
    min-width: 180px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wam-feature-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}
.wam-team-grid .wam-team-card:hover{
    overflow: visible;
    animation: alternate-reverse;
  
}


.wam-feature-icon {
    margin-bottom: 20px;
    opacity: 0.9;
}
.wam-feature-icon img {
    width: 45px;
    height: auto;
}
.experience-inn h3{
  font-size: 50px;
}
.experience-inn h5{
  font-size: 16px;
  color: #808287;
}
.wam-feature-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #efefef;
}

/* --- Responsive Adjustments --- */

/* Tablets (3 cards per row) */
@media (max-width: 1024px) {
    .wam-feature-card {
        width: calc(33.33% - 20px);
    }
}

/* Small Tablets (2 cards per row) */
@media (max-width: 768px) {
    .wam-features-heading {
        font-size: 32px;
    }
    .wam-feature-card {
        width: calc(50% - 20px);
    }
}

/* Mobile (1 card per row) */
@media (max-width: 480px) {
    .wam-features-section {
        padding: 50px 15px;
    }
    .wam-features-heading {
        font-size: 26px;
    }
    .wam-feature-card {
        width: 100%;
        min-width: unset;
    }
}



/* Unique Styles for Team Section */
.wam-team-section {
    padding: 100px 20px;
    background-color: #ffffff;
    text-align: center;
}

.wam-team-container {
    max-width: 1350px;
    margin: 0 auto;
}

.wam-team-tag {
    color: #ff6600; /* Orange color from image */
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.wam-team-heading {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    margin-bottom: 50px;
}

.wam-team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.wam-team-card {
    flex: 1;
    min-width: 250px;
    max-width: 280px;
    position: relative;
    overflow: hidden;
}

.wam-team-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5; /* Keeping images consistent */
}

.wam-team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Info Box overlapping the image */
.wam-team-info {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    background: #ffffff;
    padding: 20px 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(20px); /* Slightly hanging off the bottom */
}

.wam-team-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.wam-team-info p {
    font-size: 13px;
    color: #777;
    margin-bottom:0px;
}
.wam-team-social a i{
    font-size: 14px;
    color: #000;
    margin-right: 12px;
}
.wam-team-social {
    display: block;
    justify-content: center;
    gap: 25px;
    font-size: 12px;
}

/* Responsive Fixes */




.wam-serv-section { background: #1b1d21; padding: 80px 20px; color: #fff; text-align: center; }
.wam-serv-container { max-width: 1350px; margin: 0 auto; }
.wam-serv-tag { font-size: 14px; letter-spacing: 2px; opacity: 0.8; display: block; margin-bottom: 10px; }
.wam-serv-heading { font-size: 42px; font-weight: 700; margin-bottom: 50px; line-height: 1.2; }
.wam-serv-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.wam-serv-card { background: #26282c; padding: 40px 10px; border-radius: 4px; transition: 0.3s; }
.wam-serv-card:hover { transform: translateY(-5px); background: #333; }
.wam-serv-card img { width: 45px; margin-bottom: 20px; filter: invert(1); }
.wam-serv-card h3 { font-size: 14px; font-weight: 500; line-height: 1.4; color: #ddd; }

@media (max-width: 992px) { .wam-serv-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .wam-serv-grid { grid-template-columns: repeat(1, 1fr); } .wam-serv-heading { font-size: 30px; } }

.wam-feat-section {
    background-color: #1a1c1e;
    background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.05) 1px, transparent 0);
    background-size: 40px 40px;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
}
.wam-feat-container { max-width: 1350px; margin: 0 auto; }
.wam-feat-tag { font-size: 14px; letter-spacing: 2px; color: #ddd; display: block; margin-bottom: 10px; }
.wam-feat-heading { font-size: 42px; font-weight: 700; margin-bottom: 50px; line-height: 1.2; }
.wam-feat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.wam-feat-item {
    background: #25272a;
    padding: 40px 10px;
    border: 1px solid #333;
    transition: 0.3s ease;
}
.wam-feat-item:hover { transform: translateY(-5px); border-color: #444; }
.wam-feat-icon { font-size: 30px; margin-bottom: 20px; }
.wam-feat-item p { font-size: 14px; line-height: 1.4; color: #ccc; }

/* Responsive */
@media (max-width: 992px) { .wam-feat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { 
    .wam-feat-grid { grid-template-columns: repeat(2, 1fr); }
    .wam-feat-heading { font-size: 28px; }
}


.wam-mv-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../../../images/ai-banner.jpg') center/cover;
    padding: 100px 20px 0px; /* Bottom padding 0 because boxes will hang */
    text-align: center;
    color: #fff;
}
.wam-mv-content h2 { font-size: 42px; margin-bottom: 15px;color: #fff; }
.wam-mv-content p { font-size: 16px; opacity: 0.9; margin-bottom: 30px;color: #fff; }
.wam-mv-btn { 
    background: #ff6600; color: #fff; padding: 12px 25px; 
    text-decoration: none; font-weight: bold; font-size: 14px; display: inline-block;
}
.wam-mv-btn:hover{
    color:#fff;
}
.wam-mv-section{
    z-index: 11;
}
.wam-mv-box-container {
    display: flex; gap: 25px; max-width: 1350px; margin: 80px auto 0;
    transform: translateY(80px); /* This makes the boxes hang */
}
.wam-mv-box {
    background: #fff; color: #333; padding: 50px 40px; text-align: left;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1); flex: 1;
}
.wam-mv-box h3 { font-size: 28px; margin-bottom: 20px; font-weight: 800; }
.vision-title { color: #ff6600; }
.wam-mv-box p { font-size: 16px; line-height: 1.7; color: #808287;  font-family: 'Roboto', sans-serif; }

@media (max-width: 768px) {
    .wam-mv-box-container { flex-direction: column; transform: translateY(40px); }
    .wam-mv-content h2 { font-size: 30px; }
}



:root {
    --primary-color: #ff6b00;
    --bg-color: #f4f7f9;
    --text-dark: #1a1a1a;
    --text-muted: #666;
    --card-bg: #ffffff;
  }
  
  .testimonials-section {
    background-color: var(--bg-color);
    background-image: radial-gradient(#e0e0e0 1px, transparent 1px); /* Subtle tech pattern background */
    background-size: 30px 30px;
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    text-align: center;
  }
  .black-white{
    background-color: #fff;
    width: 100%i;
    height: 200px;
  }
  .container {
    max-width: 1350px;
    margin: 0 auto;
  }
 
  
  .subtitle {
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .title {
    font-size: 36px;
    color: var(--text-dark);
    margin-bottom: 50px;
  }
  
  .testimonials-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .testimonial-item {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    text-align: left;
  }
  
  .testimonial-card {
    background: var(--card-bg);
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    min-height: 290px;
  }
  
  /* The Speech Bubble Pointer */
  .testimonial-card::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 41px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--card-bg);
    clip-path: polygon(0 0%, 65% 0, 61% 100%);
    transform: rotate(161deg);
    width: 100px;
  }
  
  .quote-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .quote-icon svg {
    width: 24px;
  }
  
  .stars {
    color: #ffcc00;
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .testimonial-text {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 15px;
    min-height: 75px;
  }
  
  .client-info {
    display: flex;
    align-items: center;
    padding-left: 40px;
  }
  .passionate-icon {
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-top: 0.2rem;
    border-radius: 50%;
    background: rgb(255, 122, 24);
    flex: 0 0 60px;
}
.passionate-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 6rem 0px 0px;
    gap: 4rem;
}
.passionate-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

  .avatar-wrapper {
    width: 70px;
    height: auto;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    padding: 3px;
    margin-right: 15px;
  }
  
  .avatar-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .stats-strip {
    background: #1d1f26 url("../../../images/stats-bg.png") center center / cover no-repeat;
    padding: 0rem 0 10rem;
    position: relative;
  }
  .stats-strip-item {
    padding-block:8rem 1rem;
    border-right: 1px solid rgba(255,255,255,0.15);
  }
  .stats-strip-item:last-child {
    border-right: none;
  }
  .trusted-section {
    padding: 10rem 0;
    background: #fff;
  }
  .trusted-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8rem 6rem;
    align-items: center;
    padding-block: 8rem;
  }
  .trusted-logos img {
    max-height: 60px;
    width: 100%;
    object-fit: contain;
    transition: filter 0.2s ease, opacity 0.2s ease;
  }
  .cta-section {
    padding: 8rem 0;
    background: #EDF1F4;
  }
  .cta-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    text-align: left;
  }
  .cta-text h2 { margin-bottom: 0.6rem; }
  .cta-text p { margin: 0; color: #666; }
  .cta-row { gap: 2rem 0; }
  .cta-section .contactbg {
    background: none;
    padding: 0;
  }
  .cta-section .contactbg .container {
    padding: 0;
  }
  .cta-section .contactbg .main-content {
    margin: 0;
  }
  .cta-section .contactbg .contact {
    display: none;
  }
  .cta-section .contactbg .congtact-lead {
    padding: 0;
  }
  .cta-section .contactbg .row {
    margin: 0;
  }
  .cta-section .contactbg .congtact-lead {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .stats-strip h3,
  .stats-strip p {
    color: #fff;
  }
  .stats-strip p {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
  .stats-strip h3 {
    font-size: 4.8rem;
    font-weight: 700;
  }
  .details .name {
    margin: 0;
    font-size: 18px;
    color: var(--text-dark);
  }
  
  .details .role {
    margin: 5px 0 0;
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    font-weight: bold;
  }
  
  /* Slider Pagination */
  .slider-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .dot {
    width: 30px;
    height: 4px;
    background: #ccc;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .dot.active {
    background: #333;
  }

  
  
  @media (max-width: 768px) {
    .title { font-size: 28px; }
    .testimonial-item { flex: 100%; }
  }

  /* ... Pichle CSS ke saath ye add/update karein ... */

.slider-container {
    overflow: hidden; /* Bahar ka hissa chhupa dega */
    width: 100%;
    margin-bottom: 30px;
  }
  .testimonials-section{
    overflow: hidden; /* section ke bahar kuch nahi jayega */
  }
  
  .slider-container{
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .owl-carousel{
    width: 100%;
  }
  
  /* .owl-stage{
    display: flex;
  } */
  
  .owl-item{
    justify-content: center;
  }
  
  .testimonial-item{
    width: 100%;
    max-width: 100%;
  }
  
  
  /* .slides-inner {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    gap: 20px;
  } */
  
  /* .testimonial-item {
    flex: 0 0 calc(50% - 10px); 
    min-width: 300px;
  }
   */

   .slider-container {
    overflow: hidden;
  }
  
  #sliderInner {
    width: 100%;
  }
  
  .owl-carousel {
    overflow: hidden;
}

  .owl-carousel .owl-stage {
    display: flex;
  }
  
  .owl-carousel .owl-item {
    display: flex;
  }
  
  .owl-carousel .testimonial-item {
    width: 100%;
    padding: 0 10px;
  }



  
  .portfolio-section {
    padding: 4rem 0 6rem;
    background: #111;
  }
  .portfolio-section h2,
  .portfolio-section p {
    color: #fff;
  }
  .portfolio-section p { opacity: 0.6; }
  .portfolio-card {
    background: #1c1c1c;
    border-radius: 8px;
    overflow: hidden;
  }
  .portfolio-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .portfolio-content {
    padding: 1.2rem;
  }
  .portfolio-content h5,
  .portfolio-content p {
    color: #fff;
  }
  .portfolio-content p { opacity: 0.6; }
  
  .white-new-bg {
    background: #fff url("../images/contct-about-bg.png") right bottom / 220px auto no-repeat;
    padding: 4rem;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  }
  .white-new-bg .section-tag {
    color: #ff7a18;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    margin-bottom: 0.35rem;
    font-weight: 600;
  }
  .white-new-bg h3 {
    margin-bottom: 4rem;
  }
  .white-new-bg p {
    color: #666;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  
  .hire-developers {
    padding: 10rem 0 4rem;
    background: #fff;
  }
  .hire-developers .section-tag { margin-bottom: 0.4rem; }
  .hire-developers h2 { margin-bottom: 1.2rem; }
  .hire-developers p { color: #666; }
  .hire-card {
    background: #fff url(../images/icon-lines-3.png) top left /contain no-repeat;
    padding: 4rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: background 0.25s ease, color 0.25s ease;
    height: 100%;
  }
  .hire-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #111 url("../images/shape-1.jpg") center center / cover no-repeat;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 0;
  }
  
  .hire-card > * { position: relative; z-index: 2; }
  .hire-card-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 5rem;
    font-weight: 500;
    color: rgba(0,0,0,0.08);
  }
  .hire-card h6 { margin-bottom: 0.6rem; }
  .hire-card p { margin: 0; color: #666; }
  .hire-card:hover {
    color: #fff;
  }
  .hire-card:hover::before { opacity: 1; }
  .hire-card:hover::after { opacity: 0.28; }
  
  .hire-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ff7a18;
    margin-bottom: 3rem;
    padding: 20px;
  }
  .hire-card-icon i { color:#fff; font-size: 2.4rem; }
  .hire-card:hover .hire-card-icon { background: #ff7a18; }
  .hire-card:hover p { color: rgba(255,255,255,0.8); }
  .hire-card:hover h6 { color: #fff; }
  .hire-card:hover .hire-card-number { color: rgba(255,255,255,0.35); }
  .hire-content-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 4rem;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  }
  .hire-card-col { display: flex; }
  .hire-card-col .hire-card { flex: 1; }
  .hire-content-block p { margin: 0; color: #666; }
  
 


  @keyframes fallDownBounce {
    0% {
        transform: translateY(-150px) scale(0.5);
        opacity: 0;
    }
    60% {
        transform: translateY(15px) scale(1.1);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
.logo-card {
    opacity: 0;
}

.logo-card.animate {
    animation: fallDownBounce 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Serial Wise Delay (1 to 24) */
.logo-card:nth-child(1) { animation-delay: 0.1s; }
.logo-card:nth-child(2) { animation-delay: 0.2s; }
.logo-card:nth-child(3) { animation-delay: 0.3s; }
.logo-card:nth-child(4) { animation-delay: 0.4s; }
.logo-card:nth-child(5) { animation-delay: 0.5s; }
.logo-card:nth-child(6) { animation-delay: 0.6s; } /* Line 1 Ends */

.logo-card:nth-child(7) { animation-delay: 0.7s; }
.logo-card:nth-child(8) { animation-delay: 0.8s; }
.logo-card:nth-child(9) { animation-delay: 0.9s; }
.logo-card:nth-child(10) { animation-delay: 1.0s; }
.logo-card:nth-child(11) { animation-delay: 1.1s; }
.logo-card:nth-child(12) { animation-delay: 1.2s; } /* Line 2 Ends */

.logo-card:nth-child(13) { animation-delay: 1.3s; }
.logo-card:nth-child(14) { animation-delay: 1.4s; }
.logo-card:nth-child(15) { animation-delay: 1.5s; }
.logo-card:nth-child(16) { animation-delay: 1.6s; }
.logo-card:nth-child(17) { animation-delay: 1.7s; }
.logo-card:nth-child(18) { animation-delay: 1.8s; } /* Line 3 Ends */

.logo-card:nth-child(19) { animation-delay: 1.9s; }
.logo-card:nth-child(20) { animation-delay: 2.0s; }
.logo-card:nth-child(21) { animation-delay: 2.1s; }
.logo-card:nth-child(22) { animation-delay: 2.2s; }
.logo-card:nth-child(23) { animation-delay: 2.3s; }
.logo-card:nth-child(24) { animation-delay: 2.4s; } /* Line 4 Ends */







/* ---------------------CONTACT-FORM------------------------- */




/* Main Layout Grid */
.contact-wrapper.main-inner-div {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-wrapper.main-inner-div .content-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* Form slightly wider than info */
    gap: 80px;
    align-items: start;
}

/* Typography */
.contact-wrapper.main-inner-div .section-tag {
    color: #ff6b00; /* Brand Orange */
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.contact-wrapper.main-inner-div .section-heading {
    font-size: 48px;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.1;
}

.contact-wrapper.main-inner-div .lead-text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Form Styles */
.contact-wrapper.main-inner-div .input-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-wrapper.main-inner-div input, .contact-wrapper.main-inner-div textarea {
    width: 100%;
    padding: 18px 24px;
    border: none;
    background-color: #F6F7F9;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.contact-wrapper.main-inner-div input:focus, .contact-wrapper.main-inner-div textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px #ff6b00;
    outline: none;
}

.contact-wrapper.main-inner-div textarea {
    margin-bottom: 30px;
    resize: none;
}

/* Button Styles */
.contact-wrapper.main-inner-div .button-row {
    display: flex;
    gap: 15px;
}

.contact-wrapper.main-inner-div .contact-form .input-group input{
    width: 48%;
}
.contact-wrapper.main-inner-div .btn {
    padding: 18px 35px;
    border: none;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.contact-wrapper.main-inner-div .btn-orange {
    background-color: #ff6b00;
    color: white;
}

.contact-wrapper.main-inner-div .btn-orange:hover {
    background-color: #fff;
    color: #000;
}

html body .contact-wrapper.main-inner-div .btn-black {
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #000 50%, #000 100%)!important;
    color: white;
}

.contact-wrapper.main-inner-div .btn-black:hover {
    background-color: #ff6b00;
    color: #000;
}

/* Info Section Styles */
.contact-wrapper.main-inner-div .detail-card {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.contact-wrapper.main-inner-div .detail-card:hover {
    transform: translateX(10px);
}

.contact-wrapper.main-inner-div .icon-square {
    width: 65px;
    height: 65px;
    background-color: #ff6b00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    margin-right: 25px;
}

.contact-wrapper.main-inner-div .text-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-wrapper.main-inner-div .text-content p {
    color: #777;
    font-size: 15px;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 991px) {
    .contact-wrapper.main-inner-div .content-grid {
        grid-template-columns: 1fr; /* Stacks sections */
        gap: 60px;
    }
    .contact-wrapper.main-inner-div {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .contact-wrapper.main-inner-div .input-group {
        flex-direction: column;
        gap: 20px;
    }
    .about-page.about-hero h1 {
        font-size: 50px;
    }
    .contact-wrapper.main-inner-div .section-heading {
        font-size: 36px;
    }

    .contact-wrapper.main-inner-div .button-row {
        flex-direction: column;
    }
    .contact-wrapper.main-inner-div .contact-form .input-group input {
        width: 100%;
    }
    .contact-wrapper.main-inner-div {
        padding: 10px;
    }
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 350px;
  }
  .about-hero h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 300px;
  }
  .about-hero h1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .about-hero h1 {
    font-size: 1.5rem;
  }
  .about-breadcrumb {
    font-size: 0.85rem;
  }
  
}


@media (max-width: 768px) {
    .wam-main-heading {
        font-size: 32px;
    }
    .wam-description {
        font-size: 16px;
    }
}

/* For Mobile Phones */
@media (max-width: 480px) {
    .wam-about-section {
        padding: 40px 15px;
    }
    .wam-main-heading {
        font-size: 28px;
    }
    .wam-description {
        max-width: 100%;
    }
}


@media (max-width: 1024px) {
    .wam-feature-card {
        width: calc(33.33% - 20px);
    }
}

/* Small Tablets (2 cards per row) */
@media (max-width: 768px) {
    .wam-features-heading {
        font-size: 32px;
    }
    .wam-feature-card {
        width: calc(50% - 20px);
    }
}

/* Mobile (1 card per row) */
@media (max-width: 480px) {
    .wam-features-section {
        padding: 50px 15px;
    }
    .wam-features-heading {
        font-size: 26px;
    }
    .wam-feature-card {
        width: 100%;
        min-width: unset;
    }
}
@media (max-width: 1200px) {
    .wam-team-card {
        max-width: 25%; /* 2 per row on tablets */
    }
    .wam-team-card {
      flex: 1;
      max-width:25%;
      min-width:auto;
      position: relative;
      overflow: hidden;
  }
  .wam-team-overlay p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .wam-team-card {
    flex: 1;
    max-width: 50%;
    min-width: 48%;
  }
}
@media (max-width: 480px) {
    .wam-team-heading {
        font-size: 30px;
    }
    .wam-team-card {
        max-width: 100%; /* 1 per row on mobile */
    }
    .wam-team-card {
      flex: 1;
      max-width: 100%;
      min-width: 100%;
    }
    .wam-team-info {
        position: fixed;
        left: 0;
        right: 0;
        transform: translateY(1);
        margin-top: -10px;
    }
}
  /* Mobile par 1 card dikhane ke liye */
  @media (max-width: 850px) {
    .testimonial-item {
      flex: 0 0 100%;
    }
  }
  
  .dot {
    cursor: pointer;
    height: 5px;
    width: 35px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .dot.active {
    background-color: #333;
  }
  @media (max-width: 1399px) {
    .stories-carousel-col {padding: 50px; padding-top: 0;}
    .avatar-top {right: 60%;}
    .avatar-left { right: 60% }
    .avatar-bottom { right: 60%;}  
  .passionate-list {
    margin: 3rem 0 0;
    gap: 2rem;
  }
  }
  @media (max-width: 1199px) {
    .ai-details-content {
      gap: 0rem 0rem;
  }
  .stories-carousel-col {
    padding: 40px;
    padding-top: 0;
  }
  .ai-heading-content {
    margin-bottom: 5rem;
  }
  .ai-home-icon, .passionate-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    font-size: 1.8rem;
  }
  .ai-home-feature, .passionate-item {
    gap: 1.5rem;
  }
  .avatar-top {right: 70%;}
  .avatar-left { right: 68% }
  .avatar-bottom { right: 70%;}
  .testimonial-main {
      width: 360px;
      height: 360px;
      border-width:12px;
  }
  .testimonial-avatars .avatar {
    width: 80px;
      height: 80px;
  }
  .testimonial-avatars .avatar.active {
    border-width: 4px;
    outline: 3px solid #000;
  }
  .stats-strip h3 {
    font-size: 4.2rem;
  }
  }
  
  @media (max-width: 991px) {
    .ai-heading-content {
      margin-bottom: 4rem;
  }
  .ai-details-content {
    gap: 0rem 0rem;
  }
  .stories-carousel-col {
    padding: 30px;
    padding-top: 0;
  }
  .testimonial-main {
    width: 300px;
    height: 300px;
    border-width:12px;
  }
  .testimonial-visual-col {
    margin-top: 0rem;
  }
  .avatar-top {right: 60%;}
  .avatar-left { right: 58% }
  .avatar-bottom { right: 60%;}
  
  .passionate-section h2 br, .stories-section h2 br {
    display: none;
  }
  .passionate-list {
    margin: 3rem 0 0;
  }
  .passionate-list {
    gap: 2rem;
  }
  .stats-strip h3 {
    font-size: 3.2rem;
  }
  }
  @media (max-width: 767px) {
    .ai-home-icon, .passionate-icon {
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
      font-size: 1.6rem;
    }
    .ai-home-feature, .passionate-item {
      gap: 1rem;
    }
    .testimonial-main {
      width: 240px;
      height: 240px;
      border-width:8px;
  }
  .testimonial-visual-col {
    margin-top: 4rem;
  }
  .testimonial-visual {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .testimonial-avatars .avatar {
    width: 60px;
    height: 60px;
  }
  .swiper-pagination {
    display: none;
  }
  .testimonial-avatars {
    display: inline-flex;
      gap: 1rem;
  }
  .testimonial-avatars .avatar {
    width: 60px;
    height: 60px;
    top: 100%;
    right: auto;
    transform: none;
    position: relative;
  }
  .passionate-list {
    margin: 2rem 0 0;
    gap: 2rem;
  }
  .testimonial-section h2 br {
    display: none;
  }
  .stats-strip-item {
    padding-block: 4rem 1rem;
    border-right: none;
  }
  .stats-strip-item:last-child {
    border-right: none;
  }
  }
  @media (max-width: 575px) {
    .testimonial-main {
      width: 200px;
      height: auto;
    }
    .testimonial-visual-col {
      margin-top: 4rem;
  }
  }
  
  @media (max-width: 991px) {
    .ai-home-section { padding-bottom: 8rem; }
    .ai-home-hero { padding: 8rem 0 14rem; }
    .idea-section { padding: 8rem 0; }
    .core-services-section { padding: 8rem; }
    .testimonial-section { padding: 8rem 0 8rem; }
    .passionate-section { padding: 8rem 0; }
    .trusted-section { padding: 8rem 0; }
    .pb10 { padding-bottom: 8rem; }
  }
  @media (max-width: 575px) {
    .ai-home-section { padding-bottom: 6rem; }
    .ai-home-hero { padding: 6rem 0 14rem; }
    .idea-section { padding: 6rem 0; }
    .core-services-section { padding: 6rem; }
    .testimonial-section { padding: 6rem 0 8rem; }
    .passionate-section { padding: 6rem 0; }
    .trusted-section { padding: 6rem 0; }
    .pb10 { padding-bottom: 6rem; }
  }

 @media (max-width: 991px) {
    .hire-content-block { align-items: flex-start; text-align: left; }
  }
  @media (max-width: 575px) {
    .hire-content-block { padding: 2rem; }
  }
  @media (max-width: 1399px) {
    .idea-features {
      width:100%;
    }
  }

  
  @media (max-width: 991px) {  
    .idea-features {width:60%;}
    .idea-logos { grid-template-columns: repeat(3, 1fr); }
    .trusted-logos { grid-template-columns: repeat(3, 1fr); }
    .work-culture-card { flex-direction: column; align-items: flex-start; }
    .work-culture-thumb { width: 100%; height: 160px; flex: 0 0 auto; }
    .ceo-message-section { margin-top: -40px; }
    .ceo-photo { width: 100%; aspect-ratio: 1 / 1; height: auto; }
    .stories-section { background-size: 100% 100%; }
    .stories-carousel-col { margin-right: 0; }
    .stats-strip-item {
      padding-block: 5rem 1rem;
    }
    .ceo-message-section {
      transform: translateY(-40%);
    }
  }
  @media (max-width: 767px) {
    .idea-features {width:80%;} 
    .ceo-card { flex-direction: column; }  
    .ceo-message-section {
      transform: translateY(-15%);
    }

    .owl-case-stories .owl-nav {
      justify-content: flex-start;
      margin-left: 10px;
    }
    .stories-section>.container>.row {
      row-gap: 3rem;
    }
    .white-new-bg {
      padding: 3rem;
    }
  }
  @media (max-width: 575px) {
    .idea-features {width:100%;}
    .idea-logos, .trusted-logos { grid-template-columns: repeat(2, 1fr); }
    .testimonial-card img { width: 120px; height: auto; }
    .accolades img { max-height: 40px; }
    .ceo-message-section .container {
      width: 90%;
    }  
    .white-new-bg {
      padding: 2rem;
    }
  }

