
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #FAF4F4;
    color: #1A1A1A;
    overflow-x: hidden;
  }

  .page {
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px 40px 80px;
  }
  .page-contant {
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px 40px 80px;
  }

  .from-vision {
    background-color: #fff;
    margin: 0 auto;
    font-weight: 700;
    padding: 24px 40px 80px;
}

  /* ---------- NAVBAR ---------- */
  .navbar {
    background: #ffffff;
    border-radius: 50px;
    padding: 14px 20px 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 800;
    color: #111;
  }

  .logo-icon {
    width: 34px;
    height: 34px;
    background: #EF1F45;
    border-radius: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    transform: rotate(0deg);
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
  }

  .nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
  }

  .nav-links a.active {
    color: #EF1F45;
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .menu-icon span {
    width: 22px;
    height: 2px;
    background: #111;
    display: block;
  }

  /* ---------- HERO ---------- */
  .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 70px;
    flex-wrap: wrap;
  }

  .hero-left {
    max-width: 560px;
  }

  .hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
    color: #111;
    margin-bottom: 24px;
  }
  
  .highlight-pill {
    background: #F2496A;
    color: #fff;
    padding: 4px 22px 10px;
    border-radius: 40px;
    display: inline-block;
    white-space: nowrap;
  }
  .about-pill {
    color: #F2496A;
    display: inline-block;
    white-space: nowrap;
  }

  .hero-subtitle {
    font-size: 22px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 16px;
  }

  .hero-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    max-width: 480px;
    margin-bottom: 32px;
  }

  .cta-btn {
    display: inline-block;
    background: #EF1F45;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 34px;
    border-radius: 40px;
    box-shadow: 0 10px 25px rgba(239,31,69,0.35);
    border: none;
    cursor: pointer;
  }

  /* ---------- HERO IMAGES ---------- */
  .hero-right {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .img-col img {
    display: block;
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
  }

  .col-1 {
    width: 170px;
    margin-top: 0;
  }

  .col-1 img {
    height: 200px;
    margin-bottom: 18px;
  }

  .col-2 {
    width: 185px;
    position: relative;
    /* margin-top: 40px; */
  }

  .product_packaging_img{
      width: 210px;
      height: 220px;
  }

  img.hero-right-img{
    height: 120px;
  }

  .col-2 img {
    /* height: 155px; */
    margin-bottom: 18px;
  }

  .col-2 img:last-child {
    height: 110px;
    margin-bottom: 0;
    width: 120px;
  }

.badge{
    width:150px;
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    right: 75px;
    bottom: 64px;
}

.badge-center img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 900px) {
    .page { padding: 20px; }
    .page-contant { padding: 20px; }
    .from-vision { padding: 20px; }
    .navbar { flex-wrap: wrap; gap: 16px; padding: 16px; }
    .nav-links { display: none; }
    .hero { margin-top: 40px; }
    .hero-title { font-size: 38px; }
    .highlight-pill { padding: 2px 16px 8px; }
    .hero-right { width: 100%; justify-content: center; }
  }

  @media (max-width: 560px) {
    .hero-title { font-size: 30px; }
    .hero-right { flex-direction: column; align-items: center; }
    .col-1, .col-2 { width: 220px; margin-top: 0; }
    .badge { right: 10px; bottom: -20px; }
  }

  /* ---------- SECTION 2: VIDEO SHOWCASE ---------- */
  .video-wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 60px 94px;
    border-radius: 22px;
    overflow: hidden;
    border: 3px solid transparent;
    background:
        linear-gradient(#fff,#fff) padding-box,
        radial-gradient(circle at top right,
            rgba(198,15,53,.90),
            rgba(198,15,53,.35) 45%,
            transparent 80%) border-box,
        radial-gradient(circle at bottom left,
            rgba(198,15,53,.70),
            rgba(198,15,53,.20) 45%,
            transparent 80%) border-box;
  }
  .work-wrap {
    position: relative;
    margin: 60px 30px;
    overflow: hidden;
  }

  .video-wrap img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    filter: blur(2px);
  }
  .work-wrap img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    filter: blur(2px);
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2.5px solid #ffffff;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
  }

  .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(255,255,255,0.2);
  }

  .play-btn svg {
    width: 34px;
    height: 34px;
    fill: #ffffff;
    margin-left: 6px;
  }

  /* ---------- SECTION 2: CLIENT LOGOS STRIP (full width / container-fluid) ---------- */
  .logos-strip {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    /* width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); */
    padding: 0 20px;
  }

  .logos-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scrollLogos 22s linear infinite;
  }

  .logos-strip:hover .logos-track {
    animation-play-state: paused;
  }

  @keyframes scrollLogos {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .logo-card {
    flex: 0 0 auto;
    background: #ffffff;
    border-radius: 9px;
    padding: 20px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 85px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  }

  .logo-card img {
    max-height: 26px;
    max-width: 130px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.65);
  }

  @media (max-width: 900px) {
    .video-wrap img { height: 300px; }
    .work-wrap img { height: 300px; }
    .play-btn { width: 70px; height: 70px; }
    .play-btn svg { width: 26px; height: 26px; }
  }

  @media (max-width: 560px) {
    .video-wrap img { height: 220px; }
    .work-wrap img { height: 220px; }
    .play-btn { width: 56px; height: 56px; }
    .play-btn svg { width: 20px; height: 20px; }
    .logo-card { padding: 14px 24px; min-width: 120px; height: 56px; }
  }

  /* ---------- SECTION 3: PORTFOLIO / WORK ---------- */
  .work-section {
    margin-top: 90px;
  }

  .work-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .work-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #111;
  }

  .view-all {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 8px;
  }

  .view-all svg {
    width: 14px;
    height: 14px;
  }

  .work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .work-card-img {
    border-radius: 16px;
    height: 300px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    margin-bottom: 22px;
  }

  .work-card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .work-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
  }

  .work-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    max-width: 420px;
  }

  @media (max-width: 900px) {
    .work-section { margin-top: 60px; }
    .work-title { font-size: 30px; }
    .work-header { flex-direction: column; gap: 16px; }
  }

  @media (max-width: 700px) {
    .work-grid { grid-template-columns: 1fr; }
    .work-card-img { height: 260px; }
  }

  /* ---------- SECTION 4: GALLERY GRID ---------- */
  .gallery-section {
    margin-top: 90px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .gallery-grid-logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .gallery-item {
    overflow: hidden;
    height: 240px;
    background: #eee;
  }

  .gallery-item-logo {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* height: 240px;
    background: #eee; */
  }

  .gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gallery-item-logo img {
    display: block;
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
  }
  .gallery-caption {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: #1c1c1c;
}
.gallery-caption b {
    font-weight: bold;
}

  .view-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }

  .view-more-btn {
    background: transparent;
    border: none;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  @media (max-width: 900px) {
    .gallery-section { margin-top: 60px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid-logo { grid-template-columns: repeat(2, 1fr); }
    .gallery-item { height: 200px; }
    .gallery-item-logo { height: 200px; }
  }

  @media (max-width: 560px) {
    .gallery-grid { grid-template-columns: 1fr; gap: 16px; }
    .gallery-grid-logo { grid-template-columns: 1fr; gap: 16px; }
    .gallery-item { height: 220px; }
    .gallery-item-logo { height: 220px; }
  }

  /* ---------- SECTION 5: WHAT WE OFFER ---------- */
  .offer-section {
    margin-top: 90px;
  }

  .offer-title {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 32px;
  }

  .offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .offer-card {
    border-radius: 20px;
    padding: 28px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }

  .offer-card.green { background: #C9DB4A; }
  .offer-card.pink  { background: #F0B7CE; }
  .offer-card.blue  { background: #86A9F0; }

  .offer-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
  }

  .offer-icon svg {
    width: 100%;
    height: 100%;
    stroke: #1A1A1A;
    fill: none;
    stroke-width: 1.5;
  }

  .offer-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid rgba(17,17,17,0.35);
    display: inline-block;
    width: fit-content;
  }

  .offer-card-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    max-width: 220px;
  }

  @media (max-width: 900px) {
    .offer-section { margin-top: 60px; }
    .offer-grid { grid-template-columns: 1fr; }
  }

  /* ---------- SECTION 5: EXPERIENCE BANNER (full width) ---------- */
  .experience-banner {
    background: linear-gradient(135deg, #C60F35, #8E0A26);
    margin-top: 90px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 70px 40px;
    overflow: hidden;
    position: relative;
  }

  .experience-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }

  .experience-left {
    max-width: 560px;
  }

  .experience-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 36px;
  }

  .experience-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
  }

  .experience-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.95;
  }

  .experience-list a svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .experience-right {
    position: relative;
    flex-shrink: 0;
    width: 340px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .glow-circle {
    position: absolute;
    width: 230px;
    height: 230px;
    background:#ffffff57;
    border-radius: 50%;
    left: 20px;
    top: 0px;
  }

  .phone {
    /* position: relative; */
    width: 150px;
    height: 300px;
    /* border-radius: 26px;
    overflow: hidden;
    border: 4px solid #111;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35); */
  }

  .phone img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .phone-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    /* transform: rotate(-6deg); */
    z-index: 1;
  }

  .phone-2 {
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(4deg);
    z-index: 2;
  }

  @media (max-width: 900px) {
    .experience-banner { padding: 50px 20px; margin-top: 60px; }
    .experience-title { font-size: 26px; }
    .experience-inner { justify-content: center; text-align: center; }
    .experience-list { justify-content: center; }
    .experience-right { margin: 0 auto; }
  }

  @media (max-width: 560px) {
    .experience-list { grid-template-columns: 1fr; }
    .experience-right { width: 100%; height: 280px; }
    .phone { width: 120px; height: 240px; }
  }

  /* ---------- SECTION 6: TESTIMONIALS (horizontal scroll, container fluid) ---------- */
  .testimonial-section {
    margin-top: 90px;
    padding-bottom: 90px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .testimonial-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .testimonial-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
  }

  .testimonial-subheading {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 44px;
  }

  .testimonial-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px max(40px, calc((100vw - 1300px) / 2 + 40px)) 20px;
    scrollbar-width: none;
  }

  .testimonial-track::-webkit-scrollbar {
    display: none;
  }

  .testimonialSwiper{
    width:100%;
    /* padding:30px 0; */
}

.swiper-slide{
    /* display:flex;
    justify-content:center; */
    height:auto;
}

  .testimonial-card {
    flex: 0 0 auto;
    width: 380px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 28px;
    scroll-snap-align: center;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }

  .testimonial-card.active {
    background: #ffffff;
    opacity: 1;
    transform: scale(1.04);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    border-color: transparent;
  }

  .stars {
    color: #EF1F45;
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 28px;
    min-height: 100px;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .testimonial-author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
  }

  .author-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
  }

  .author-role {
    font-size: 12px;
    color: #777;
  }

  @media (max-width: 900px) {
    .testimonial-section { margin-top: 60px; padding-bottom: 60px; }
    .testimonial-inner { padding: 0 24px; }
    .testimonial-track { padding: 10px 24px 20px; }
    .testimonial-card { width: 300px; }
  }

  /* ---------- SECTION 7: OUR ACHIEVEMENTS (container fluid) ---------- */
  .achievements-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 0 90px;
  }

  .achievements-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .achievements-title {
    font-size: 30px;
    font-weight: 800;
    color: #111;
    margin-bottom: 44px;
  }

  .achievements-grid {
    /* padding-bottom: 10px; */
    /* display: flex; */
    align-items: flex-start;
    justify-content: flex-start;
    gap: 90px;
    flex-wrap: wrap;
  }


  .achievement-text {
    position: relative;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #111;
    line-height: 1.5;
    text-transform: uppercase;
    max-width: 90px;
  }

  @media (max-width: 700px) {
    .achievements-inner { padding: 0 20px; }
    .achievements-section { padding-bottom: 60px; }
    .achievements-grid { gap: 30px; justify-content: center; }
  }

  /* ---------- SECTION 8: FOOTER ---------- */
  .site-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0;
    background: #0A0A0A;
    background-image:
      radial-gradient(ellipse 900px 500px at 100% 0%, rgba(198,15,53,0.55), transparent 60%),
      radial-gradient(ellipse 700px 400px at 0% 100%, rgba(198,15,53,0.25), transparent 60%);
    color: #ffffff;
    padding: 70px 0 30px;
  }

  .footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-brand {
    max-width: 280px;
  }

  .footer-socials {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
  }

  .footer-socials a {
    width: 20px;
    height: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-socials svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
  }

  .footer-logo .logo-icon {
    width: 34px;
    height: 34px;
    background: #EF1F45;
    border-radius: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
  }

  .footer-divider {
    width: 220px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin-bottom: 18px;
  }

  .footer-tagline {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.65);
  }

  .footer-links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
  }

  .footer-col-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
  }

  .footer-col a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    margin-bottom: 12px;
  }

  .footer-col a:hover {
    color: #ffffff;
  }

  @media (max-width: 900px) {
    .site-footer { padding: 50px 0 24px; }
    .footer-inner { padding: 0 24px; }
    .footer-inner { flex-direction: column; }
    .footer-links { gap: 32px; }
  }
  

  .navbar-wrap{
    width:95%;
    margin:20px auto;
    padding:16px 35px;
    background:#fff;

    display:flex;
    align-items:center;
    justify-content:space-between;

    border-radius:50px;
    border:1px solid rgba(255,0,80,.15);

    box-shadow:
        0 18px 35px rgba(0,0,0,.10),
        0 5px 10px rgba(255,0,80,.08);
}

.logo img{
    height:35px;
}

.nav-menu{
    display:flex;
    gap:35px;
}

.nav-menu a{
    text-decoration:none;
    color:#444;
    font-size:13px;
    font-weight:500;
    transition:.3s;
}

.nav-menu a.active{
    color:#ff0d47;
    font-weight:700;
}

.nav-menu a:hover{
    color:#ff0d47;
}

.menu-btn{
    font-size:22px;
    cursor:pointer;
    color:#222;
}

.achievements-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 0 90px;
}

.achievements-title {
    font-size: 30px;
    font-weight: 800;
    color: #111;
    margin-bottom: 44px;
}

.achievement-item {
    gap:0;
    display: flex;
    align-items: center;
}

.laurel {
    width: 70px;
    height: auto;
    display: block;
}

/* Right side same image mirror */
.laurel.right {
    transform: scaleX(-1);
}

.achievement-text {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #111;
    line-height: 1.5;
    text-transform: uppercase;
    width: 90px;
    margin:0 -25px; 
}

.achievements-grid .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.achievements-grid .col-lg-4,
.achievements-grid .col-md-4,
.achievements-grid .col-12{
    flex: 0 0 auto;
}
.vedo-img img{
    width: 100%;
    height: 270px;
}
.vedo-bainer {
    background-color: #005c67;
    padding: 60px 0px;
}

.vedo-img img{
    object-fit: fill;
    width: 100%;
    height: 200px;
}

.about-right .col-1{
  width: 100%;
}
.about-right .col-1 img{
  height: auto;
}

.about-desc{
    font-size: 17px;
    line-height: 1.6;
    color: #555;
    margin-top: 20%;
    line-height: 25px;
}

.vision-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.vision-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.vision-desc.bold-text {
    font-weight: 600;
    color: #222;
}

.stat-box {
    border-left: 3px solid #111;
    padding-left: 15px;
    margin-bottom: 25px;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: black;
    font-weight: 800;
    margin: 0;
}

.banner-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.banner-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .banner-img {
        height: 180px;
    }
}

.creative-agency-section{
    padding:100px 0;
    background:#fff;
}

.creative-left{
    padding-right:50px;
}

.creative-heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    margin-bottom: 50px;
}

.creative-icon-row{
    row-gap:40px;
}

.creative-item{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.creative-icon{
    width:48px;
    height:48px;
    object-fit:contain;
    margin-bottom:12px;
}

.creative-text{
    font-size:17px;
    font-weight:500;
    color:#444;
    margin:0;
}

.creative-right{
    padding-left:50px;
}

.creative-bold{
    font-size:18px;
    font-weight:600;
    line-height:1.9;
    color:#111;
    margin-bottom:20px;
}

.creative-description{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:25px;
}

.creative-quote{
    font-size:18px;
    font-style:italic;
    font-weight:600;
    color:#111;
    line-height:1.8;
}

.team-section{
    padding:100px 0;
    background:#fff;
}

.team-heading h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.team-heading p{
    font-size:15px;
    color:#666;
    line-height:1.6;
}

.team-card h5{
    font-size:19px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:5px;
}

.team-card p{
    font-size:15px;
    color:#000000bd;
    margin:0;
}

.team-img{
    position:relative;
    overflow:hidden;
}

.team-img img{
    width:100%;
    display:block;
}

.corner-shape{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 0;
    height: 0;

    border-left: 18px solid transparent;
    border-top: 18px solid transparent;

    border-right: 18px solid #ff0d4f;
    border-bottom: 18px solid #ff0d4f;
}