body {
  font-family: 'Segoe UI', sans-serif;
  /* font-style: oblique; */
  font-style: normal;
  padding-top: clamp(72px, 14vw, 104px);
   
    
}
html{
      overflow-x: hidden;   
}

.page-about{
   overflow-x: hidden;  
}

/* home page media queries */
@media (max-width: 768px) {

  .right-video {
    text-align: center;
    /* sab content center ho jayega */
  }

  .cta-btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    /* center align */
  }

}

/* image ke liye */
@media (max-width: 768px) {

  .about-img {
    text-align: center;
    /* center container */
  }

  .about-img img {
    width: 100%;
    max-width: 500px;
    /* control size */
    margin: 0 auto;
    /* center image */
  }

}

/* Desktop: first-level dropdown on hover (mobile uses Bootstrap toggle) */
@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Submenu hidden */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  margin-top: 0;
  font-style: normal;
}

/* Submenu hidden by default */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

/* Nested items: show only when hovering Graphic Designing row (desktop) */
@media (min-width: 992px) {
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

/* Mobile / tablet: stack submenu; toggle via .submenu-open from script.js */
@media (max-width: 991px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    display: none;
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin: 0;
    padding-left: 0.75rem;
    border: none;
    box-shadow: none;
    min-width: 100%;
  }

  .dropdown-submenu.submenu-open>.dropdown-menu {
    display: block;
  }
}

/* Optional: arrow spacing */
.dropdown-submenu>a::after {
  content: "";
  float: right;
  margin-left: 10px;
}



/* Navbar */
.custom-navbar {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* logo image */
.logo-img {
  height: clamp(48px, 10vw, 88px);
  width: auto;
  margin-right: clamp(12px, 3vw, 40px);
}


/* Logo */
.logo-icon {
  font-size: 28px;
  color: orange;
  margin-right: 10px;
}

.logo-text strong {
  font-size: 18px;
}

.logo-text small {
  font-size: 10px;
  display: block;
}

/* Menu */
.nav-link {
  font-weight: 500;
  color: #747272;
  margin: 0 10px;
  transition: 0.3s;
  font-style: normal;
}

.nav-link:hover {
  color: orange;
}

/* Dropdown */
.dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
  background: orange;
  color: #fff;
}

/* Social */
.social-icons a {
  color: #333;
  margin-left: 15px;
  font-size: 16px;
}

.social-icons a:hover {
  color: orange;
}

/* FIXED NAVBAR */
.custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

/* Mobile menu: visible toggler + scrollable panel (Bootstrap collapse) */
.custom-navbar .navbar-toggler {
  margin-top: 0 !important;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 0.45rem 0.6rem !important;
  background-color: #fff !important;
  border-radius: 0.375rem;
}

.custom-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 115, 53, 0.35);
}

/* Ensure hamburger icon is visible (Bootstrap needs an SVG background) */
.custom-navbar .navbar-toggler-icon {
  width: 1.35em;
  height: 1.35em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280%2c0%2c0%2c0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .custom-navbar .navbar-collapse {
    max-height: min(70vh, 520px);
    overflow-y: auto;
    margin-top: 0.75rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .custom-navbar .navbar-nav .dropdown-menu {
    text-align: center;
    border: none;
    box-shadow: none;
  }
}

/* NAVBAR */
.custom-navbar {
  background: #fff;
  padding: 12px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}


/* NAV LINKS */
.navbar-nav .nav-link {
  color: #000;
  margin: 0 10px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}

/* HOVER ORANGE */
.navbar-nav .nav-link:hover {
  color: #ff6f00;
}

/* ACTIVE */
.navbar-nav .nav-link.active {
  color: #ff6f00;
}


.dropdown-item {
  padding: 8px 12px;
  border-radius: 6px;
}

.dropdown-item:hover {
  background: #ff6f00;
  color: #fff;
}

/* SOCIAL ICONS */
.social-icons a {
  margin-left: 30px;
  color: #000;
  font-size: 20px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff6f00;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .navbar-nav {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    margin: 10px 0;
  }
}

.navbar-nav .nav-link {
  white-space: nowrap;
}



/* HERO SECTION */
/*  For Image */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-image: url('../assests/Final.jpg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% center;
  background-attachment: scroll;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
}

/* Empty placeholder in markup — background is on .hero-section */
.hero-section>.hero-bg {
  display: none;
}

/* Home page hero uses real image for cleaner rendering */
.page-home .hero-section {
  background-image: none;
  min-height: 0;
  height: auto;
  padding: 0;
  display: block;
}

.page-home .hero-section::after {
  display: none;
}

.page-home .hero-section>.hero-bg {
  display: block;
  width: 100%;
}

.page-home .hero-section>.hero-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .hero-section .container {
  display: none;
}

/* DARK OVERLAY */
.hero-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}



/* BUTTON */
.hero-btn {
  background: #f37335;
  color: #fcfcfc;
  padding: 20px 30px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
}

.hero-btn:hover {
  background: #2a2727;
  color: #fff;
}

/* HERO play button (avoid clash with other .play-btn rules below) */
.hero-section .hero-play-btn {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #fff;
  color: #f37335;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

.hero-section .hero-play-btn:hover {
  transform: scale(1.1);
}

/* TEXT */
.video-text {
  font-size: 20px;
  max-width: 300px;
  color: #fcfcfc;
}

/* Hero video trigger (index uses .play-btn) */
.hero-section .video-box .play-btn {
  width: 70px;
  height: 70px;
  min-width: 70px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Tablet & Desktop */
@media (min-width: 992px) {
  .hero-section {
    min-height: 80vh;
  }
}

/* Large Desktop */
@media (min-width: 1200px) {
  .hero-section {
    min-height: 90vh;
  }
}


/* CLIENT LOGOS */
/* ANIMATION */
.client-logo-img {
  animation: logoFloat 3s ease-in-out infinite;
}

.client-logo-img:nth-child(2) {
  animation-delay: 1s;
}

.client-logo-img:nth-child(3) {
  animation-delay: 2s;
}

@keyframes logoFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}


/*  */
.client-logos {
  /* padding: 100px 0 40px; */
  padding-bottom: 50px;
  background: #f8f8f8;
}

/* Space below hero so orange video box does not cover logos on desktop */
@media (min-width: 992px) {
  .client-logos {
    padding-top: 120px;
  }
}

.client-logos .client-logos-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 36px clamp(48px, 8vw, 100px);
}

.client-logos .client-logo-img {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: min(200px, 32vw);
  margin: 0;
  opacity: 0.7;
  transition: 0.3s;
  padding: 10px 10px 10px 0;
  object-fit: contain;
}

/* Second logo (Nutri) — circular frame */
.client-logos .client-logo-img--circle {
  max-height: none;
  width: clamp(88px, 22vw, 112px);
  height: clamp(88px, 22vw, 112px);
  max-width: none;
  padding: 12px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.client-logos .client-logo-img:hover {
  opacity: 1;
  transform: scale(1.06);
}

.client-logos .client-logo-img--circle:hover {
  transform: scale(1.06);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .client-logos {
    padding-top: clamp(20px, 4.5vw, 36px);
  }

  .client-logos .client-logos-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    align-items: center;
    column-gap: clamp(8px, 2.5vw, 16px);
    row-gap: clamp(12px, 3.5vw, 20px);
    max-width: 100%;
    justify-content: stretch;
  }

  .client-logos .client-logo-img {
    padding: 6px;
    margin: 0 auto;
    max-width: min(100px, 28vw);
    width: auto;
    max-height: min(68px, 17vw);
    object-fit: contain;
  }

  .client-logos .client-logo-img--circle {
    width: min(84px, 21vw);
    height: min(84px, 21vw);
    min-width: 0;
    padding: 8px;
    box-sizing: border-box;
  }
}

/* VIDEO MODAL */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10050;
}

.video-content {
  position: relative;
  width: 80%;
  max-width: 700px;
}

.video-content video,
.video-content iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  min-height: 200px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: transparent;
  border: none;
  line-height: 1;
  padding: 4px 8px;
}

@media (min-width: 992px) {
  .hero-section {
    overflow: visible;
    align-items: center;
  }

  .video-box {
    position: absolute;
    left: clamp(58%, 70%, 76%);
    bottom: 0;
    transform: translate(-50%, 50%);
    width: min(42vw, 520px);
    max-width: 900px;
    min-height: 200px;
    height: auto;
    flex-wrap: nowrap;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: clamp(72px, 14vw, 100px);
    padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
    padding-left: clamp(16px, 4vw, 24px);
    padding-right: clamp(16px, 4vw, 24px);
    overflow: hidden;
    background-size: cover;
    background-position: center center;
  }

  /* Home hero: full banner visible — height follows image ratio (no huge empty band) */
  .page-home .hero-section {
    background-image: none;
    background-size: auto;
    background-position: center top;
    background-color: transparent;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
  }

  .hero-section .container {
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
  }

  .page-home .hero-section .container {
    display: none;
  }

  .hero-content h1 {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .video-box {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: calc(100% - 2rem);
    max-width: 480px;
    margin: 1.75rem auto 0;
    min-height: 0;
    height: auto;
    flex-direction: column;
    text-align: center;
    border-radius: 24px;
    padding: 1.5rem 1.25rem;
  }

  .hero-section .hero-play-btn {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 18px;
  }
}

/* Status Section */
.stats-section {
  background: #f5f5f5;
  padding: 90px 0;

}

/* HEADER */
.stats-header h1 {
  font-size: 70px;
  font-weight: 700;
  color: #f37335;
}

.over-text {
  color: #666;
}

.sub-text {
  max-width: 600px;
  margin: auto;
}

/* LEFT IMAGE */
.stats-section .stats-image {
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
}

.stats-section .stats-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  padding-bottom: 0;
}

/* RIGHT SIDE */
.stats-right {
  padding-left: 40px;
}

/* ORANGE TEXT */
.orange-text {
  color: #f37335;
  margin-bottom: 4px;
}

/* ITEMS */
.stat-item {
  border-bottom: 1px solid #bbb;
  padding: 15px 0;
  color: #f37335;
}

.stat-item h3 {
  font-weight: 700;
  margin: 0;
}

.stat-item p {
  margin: 5px 0 0;
  color: #444;
}

/* BUTTON */
.stats-btn {
  display: inline-block;
  margin-top: 25px;
  background: #f37335;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px 0 30px 0px;
  text-decoration: none;
  transition: 0.3s;
}

.stats-btn:hover {
  background: #000;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .stats-section {
    padding: 56px 0 64px;
    text-align: center;
  }

  .stats-section .stats-image {
    margin-bottom: 0.5rem;
  }

  .stats-section .stats-image img {
    max-height: min(420px, 55vh);
    width: 100%;
  }

  .stats-right {
    padding-left: 0;
    margin-top: 1.25rem;
  }

  .stats-header h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .stats-header .sub-text {
    padding: 0 0.5rem;
  }

  .stats-right h1,
  .stats-right h4 {
    overflow-wrap: anywhere;
  }
}

/* ========================= */
@media (max-width: 576px) {
  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .video-box {
    padding: 18px 16px;
    gap: 14px;
  }

  .video-left h2 {
    font-size: 26px;
  }

  .video-text {
    font-size: 14px;
  }
}


/* Sevices section */
.services-section {
  padding: 100px 0;
}

/* LEFT */
.small-title {
  color: #f37335;
  /* font-weight: 500; */
  font-size: 40px;
  font-style: normal;
}

/* Keep em-dash and heading text aligned on one line where space allows */
@media (min-width: 576px) {
  .small-title {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    white-space: nowrap;
  }
}

.services-left h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
  font-style: normal;
}

.desc {
  color: #444;
  margin-bottom: 20px;
}

/* BUTTON */
.main-btn {
  background: #f37335;
  color: #fff;
  padding: 15px 28px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 20px;
}

.main-btn:hover {
  background: #000;
}

/* CARD */
.service-card {
  background: #fff;
  padding: 25px;
  border-radius: 30px 0 30px 0;
  border: 1px solid #cecbcb;
  transition: 0.3s;
  height: 100%;
}

/* ICON */
.service-card i {
  font-size: 28px;
  color: #f37335;
  margin-bottom: 15px;
}

/* READ MORE */
.read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
  color: #f37335;
}

/* HOVER */
.service-card:hover {
  background: #f37335;
  color: #fff;
  transform: translateY(-5px);
   cursor: pointer;
}

.service-card:hover i,
.service-card:hover .read-more {
  color: #fff;
 
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .services-left {
    margin-bottom: 30px;
  }

  .services-left h2 {
    font-size: 28px;
  }

}

/* main button  */
@media (max-width: 768px) {
  .services-left {
    text-align: center;
    /* center align content */
  }

  .main-btn {
    display: block;
    /* full width button */
    width: 100%;
    max-width: 300px;
    /* control width */
    margin: 20px auto 0;
    /* center button */
    padding: 14px;
    font-size: 15px;
  }
}


/* SECTION */
.cost-section {
  padding: 100px 0;
}

/* Keep cost-section heading in one line on all devices */
.cost-section .small-title {
  white-space: nowrap;
  font-size: clamp(1.4rem, 4.2vw, 2.5rem);
  /* ~22px to 40px */
}

/* LEFT SIDE */
.left-side {
  background: url('../assests/banners/File-4.webp') center/cover no-repeat;
  height: 700px;
  position: relative;
  border-radius: 0 0 0 80px;
  overflow: hidden;
  /* ANIMATION */
  transform: translateX(-100px);
  opacity: 0;
  animation: slideIn 1s ease forwards;
}

/* CARD */
.testimonial-box {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  max-width: 350px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  /* ANIMATION */
  transform: translateX(-100px);
  opacity: 0;
  animation: slideIn 1s ease forwards;
}

.testimonial-box h6 {
  margin-top: 10px;
  color: #f37335;
}

/* ANIMATION */
@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* RIGHT */
.right-side {
  padding: 40px;
}

.small-title {
  color: #f37335;
  /* ANIMATION */
  transform: translateX(-100px);
  opacity: 0;
  animation: slideIn 1s ease forwards;
}

.right-side h2 {
  font-size: 40px;
  margin: 15px 0;
}

.desc {
  color: #444;
}

/* 0% / 100% comparison — circular badges */
.circle-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1.5rem, 5vw, 3rem) clamp(2rem, 8vw, 4.5rem);
  margin: 2rem 0 1.5rem;
}

.circle-box {
  text-align: center;
  flex: 0 1 auto;
  min-width: 140px;
}

.circle-box .circle {
  width: clamp(120px, 28vw, 150px);
  height: clamp(120px, 28vw, 150px);
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 4px solid #f37335;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 800;
  color: #111;
  background: #fff;
  box-sizing: border-box;
  line-height: 1;
}

/* Second stat (100%) — clear circle emphasis */
.circle-box:nth-child(2) .circle {
  border-width: 5px;
  box-shadow: 0 4px 18px rgba(243, 115, 53, 0.22);
}

.circle-box h5 {
  color: #f37335;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
  font-style: italic;
}

.circle-box p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  font-style: italic;
}

@media (max-width: 576px) {
  .circle-wrapper {
    justify-content: center;
  }

  .circle-box {
    min-width: 0;
    flex: 1 1 45%;
    max-width: 200px;
  }
}

/* Cost section stats (replaces circle UI) */
.cost-stats {
  margin: 30px 0;
}

.cost-stat-card {
  background: #f9f9f9;
  border-radius: 20px 0 20px 0;
  padding: 24px;
  height: 100%;
  border: 1px solid #eee;
}

.cost-stat-card--highlight {
  border-color: #f37335;
  background: #fff8f3;
}

.cost-stat-card h5 {
  color: #f37335;
  margin-bottom: 8px;
  font-weight: 700;
}

.cost-stat-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.cost-stat-note {
  color: #555;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

/* BUTTON */
.main-btn {
  background: #f37335;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  transition: 0.3s;
}

.main-btn:hover {
  background: #000;
}

/* RESPONSIVE — cost / branding image column */
@media (max-width: 991.98px) {
  .cost-section {
    padding: 48px 0 64px;
  }

  .cost-section .left-side {
    height: auto !important;
    min-height: 240px;
    aspect-ratio: 16 / 11;
    border-radius: 20px;
    margin: 0 12px 1.5rem;
    transform: none !important;
    opacity: 1 !important;
    animation: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }

  .cost-section .right-side {
    padding: 1.25rem 1rem 2rem;
    transform: none !important;
    opacity: 1 !important;
    animation: none;
  }

  .cost-section .right-side h2 {
    font-size: clamp(1.35rem, 5vw, 1.85rem);
  }

  .testimonial-box {
    position: static;
    margin: 20px;
  }
}

@media (max-width: 575.98px) {
  .cost-section .left-side {
    min-height: 200px;
    aspect-ratio: 4 / 3;
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* Footer */
/* TOP */
.footer-top {
  background: #000;
  padding: 50px 0;
  margin-top: 100px;
}

.footer-col {
  /* width: 100%; */
  display: flex;
}

/* FLEX GRID */
.footer-top .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  align-items: stretch;


}

@media (max-width: 992px) {
  .footer-top .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-top .row {
    grid-template-columns: 1fr;
  }
}


/* CARD */
.footer-card {
  background: #f37335;
  padding: 25px;
  border-radius: 30px 0 30px 0;
  display: flex;
  gap: 15px;
  color: #fff;
  height: 100%;
  align-items: flex-start;
  transition: 0.3s;
  width: 100%;
  flex: 1;
  flex-direction:column;
  justify-content: space-between;
}


.email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 576px) {
  .email {
    white-space: normal;
  }
}

/* TEXT FIX */
.footer-card div {
  flex: 1;
  min-width: 0;
}

.footer-card h6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  word-break: break-word;
}


.footer-card p,
.footer-card a {
  overflow-wrap: break-word;
}

/* ICON */
.footer-card i {
  font-size: 22px;
  flex-shrink: 0;
}

/* PHONE */
.phone {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

/* HOVER */
.footer-card:hover {
  transform: translateY(-8px);
  cursor: pointer;
}


/* BOTTOM */
.footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-text {
  color: #ccc;
}

/* LINKS */
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin: 10px 0;
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #f37335;
}

/* SOCIAL */
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 6px;
}

.social-icons a:hover {
  background: #f37335;
  color: #fff;
}

/* Give footer icons and columns breathing room on mobile */
@media (max-width: 576px) {
  .footer .social-icons {
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer h4 {
    margin-top: 20px;
  }
}

.location-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}

.location-link i {
  font-size: 20px;
  margin-top: 5px;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .footer-top {
    margin-top: 48px;
    padding: 40px 0 12px;
  }

  .footer-top .footer-card {
    margin-bottom: 0.5rem;
  }

  .footer-card {
    flex-direction: column;
  }

  .footer {
    text-align: center;
    padding: 44px 0 56px;
  }

}

/*  */
/* SECTION */
.difference-section {
  padding: 100px 0;
  background: #f5f5f5;
}

/* HEADING */
.difference-section h2 {
  font-size: 40px;
  font-weight: 700;
  /* color: #e65c00; */

}

/* CARD */
.diff-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 30px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ICON BOX */
.icon-box {
  width: 70px;
  height: 70px;
  background: #f37335;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-box i {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-top: 10px;
}

/* TEXT */
.diff-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.diff-card p {
  color: #444;
  font-size: 14px;
}

/* HOVER */
.diff-card:hover {
  transform: translateY(-5px);
}

/* BUTTON */
.main-btn {
  background: #f37335;
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.main-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .difference-section h2 {
    font-size: 28px;
  }

}

/* who we are section  */
/* SECTION */

/* Image Animation */
.about-img img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  animation: floatImage 4s ease-in-out infinite;
}

/* Hover Effect */
.about-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Floating Animation */
@keyframes floatImage {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.about-section {
  background: #f5f5f5;
  padding: clamp(48px, 8vw, 100px) 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .about-section {
    padding-right: 70px;
  }
}

/* IMAGE — home & pages except aboutUs (see body.page-about for fixed layout) */
body:not(.page-about) .about-section .about-img {
  border-radius: 24px 0 24px 0;
  overflow: hidden;
  max-width: 100%;
}

body:not(.page-about) .about-section .about-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 220px;
  max-height: min(520px, 70vh);
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: inherit;
}

/* CONTENT */
.about-content {
  padding-left: 30px;
}

/* SMALL HEADING */
.small-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.small-heading .line {
  width: 40px;
  height: 2px;
  background: #777;
}

.small-heading p {
  color: #f37335;
  font-weight: 500;
  margin: 0;
}

/* TEXT */
.about-content p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* BUTTON */
.about-btn {
  display: inline-block;
  margin-top: 20px;
  background: #f37335;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .about-content {
    padding-left: 0;
    margin-top: 30px;
  }

}

/* Center "About Us" button on smaller screens */
@media (max-width: 768px) {
  .about-section .about-content {
    text-align: center;
  }

  .about-section .about-btn {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}


/* SECTION */
.roi-section {
  padding: 100px 0;
  background: #f5f5f5;
}

/* SMALL HEADING */
.small-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.small-heading .line {
  width: 40px;
  height: 2px;
  background: #777;
}

.small-heading p {
  color: #f37335;
  margin: 0;
}

/* HEADING */
.roi-section h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TEXT */
.roi-text {
  color: #333;
  line-height: 1.8;
}

/* LINK */
.roi-link {
  display: inline-block;
  margin-top: 20px;
  color: #f37335;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.roi-link:hover {
  color: #000;
}

/* NOTE */
.roi-note {
  margin-top: 10px;
  font-style: italic;
}

/* RIGHT TITLE */
.right-title {
  font-weight: 600;
  margin-bottom: 20px;
}

/* LIST */
.roi-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}

/* ITEM */
.roi-item {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.roi-item span {
  color: #000;
  font-weight: bold;
}

.roi-item p {
  margin: 0;
}

/* BOTTOM LINK */
.roi-bottom-link {
  display: inline-block;
  margin-top: 20px;
  color: #f37335;
  font-weight: 600;
  text-decoration: none;
}

.roi-bottom-link:hover {
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .roi-section h2 {
    font-size: 28px;
  }

  .roi-list {
    grid-template-columns: 1fr;
  }

}

/* Infinity Difference */
/* SECTION */
.difference-section {
  padding: 100px 0;
  background: #f5f5f5;
}

/* HEADING */
.difference-section h2 {
  font-size: 40px;
  font-weight: 700;
}

/* CARD */
.diff-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 30px 0 30px 0;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ICON BOX */
.icon-box {

  width: 70px;
  height: 70px;
  background: #ff6f00;
  border-radius: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-box i {
  color: #fff;
  font-size: 24px;
  align-items: center;
}

/* TEXT */
.diff-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.diff-card p {
  color: #444;
  font-size: 14px;
}

/* HOVER */
.diff-card:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

/* BUTTON */
.main-btn {
  background: #f37335;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  transition: 0.3s;
}

.main-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .difference-section h2 {
    font-size: 28px;
  }

}

/* Frequntly question */
/* SECTION */
.faq-section {
  padding: 100px 0;
  background: #f5f5f5;
}

/* HEADING */
.faq-section h2 {
  font-size: 40px;
  font-weight: 700;
}

/* ITEM */
.faq-item {
  background: #fff;
  border-radius: 30px 0 30px 0;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.3s;
  padding: 30px;

}

/* QUESTION */
.faq-question {
  padding: 18px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ACTIVE */
.faq-item.active .faq-question {
  background: #777;
  color: #fff;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: 0.4s ease;
}

/* SHOW ANSWER */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 18px;
}

/* ICON */
.icon {
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}

/* RIGHT SIDE ORANGE TEXT */
.faq-section .col-lg-6:nth-child(2) .faq-question {
  color: #f37335;
}

.faq-section .col-lg-6:nth-child(1) .faq-question {
  color: #f37335;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .faq-section h2 {
    font-size: 28px;
  }

}


/* service blog */
/* SECTION */
#details-section img {
  border-radius: 10px;
}


/*  */
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

.detail-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.detail-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 50px;
  transition: 0.3s;
}

.card {
  border-radius: 10px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}


.blogs-section {
  padding: 100px 0;
  background: #fff;
}

/* HEADING */
.blogs-section h2 {
  font-size: 40px;
  font-weight: 700;
}

/* CARD */
.blog-card {
  transition: 0.3s;
}

/* IMAGE */
.blog-card img {
  /* width: 100%;
  height: 300px; */
  width: 100%;
  max-width: 250px;
  height: 180px;
  object-fit: cover;
  display: block;
  margin: 0 auto 15px;
  border-radius: 40px 0 40px 0;
  margin-bottom: 15px;
}

/* logo imaage size des */
.logo-grid .detail-card img {
  max-width: 200px;
  /* size control */
  height: auto;
  margin: 0 auto 20px;
  /* center */
  display: block;
}

.blog-card img:hover {
  cursor: pointer;
}

/* CATEGORY */
.category {
  font-size: 14px;
  color: #666;
}

/* TITLE */
.blog-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

/* DESC */
.desc {
  color: #444;
  font-size: 14px;
}

/* READ MORE */
.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #777;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.read-more:hover {
  color: #f37335;
  transform: translateX(5px);
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .blogs-section h2 {
    font-size: 28px;
  }

}

/* Leader Section */
/* Animation  */
.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.image-box:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

/* Overlay Effect */
.image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.image-box:hover::after {
  opacity: 1;
}

/* SECTION */
.leader-section {
  background: #efefef;
  padding: 60px 20px;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: auto;
}

/* TOP TEXT */
.top-text {
  color: #f26522;
  font-size: 18px;
  margin-bottom: 10px;
}

/* MAIN HEADING */
.main-heading {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

/* IMAGE BOX */
.image-box img {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px 0 30px 0;
  display: block;
  margin: auto;
}

/* TABLET */
@media (max-width: 992px) {
  .main-heading {
    font-size: 32px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .top-text {
    font-size: 14px;
  }

  .main-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .leader-section {
    padding: 40px 15px;
  }

  .image-box img {
    border-radius: 15px;
  }
}


/* Video Section */
/* SECTION */
.case-study {
  background: #f3f3f3;
  padding: 70px 20px;
  margin-bottom: 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */

/* INITIAL STATE */
.animate-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInLeft 1s ease forwards;
}

/* ANIMATION */
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@media (max-width: 768px) {
  .hero-content {
    text-align: center;
    padding: 20px;
  }

  .animate-left {
    transform: translateX(0);
  }
}

.header {
  margin-bottom: 50px;
}

.top-line {
  color: #f26522;
  font-size: 16px;
}

.header h1 {
  font-size: 40px;
  margin: 10px 0;
}

.header h3 {
  font-size: 24px;
  font-weight: 600;
}

.sub-text {
  max-width: 800px;
  margin: 15px auto;
  color: #444;
}

/* GRID */
.content-grid {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

/* LEFT TEXT */
.left-text {
  flex: 1;
}

.left-text p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.quote {
  font-style: italic;
}

/* RIGHT VIDEO */
.right-video {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
}

/* VIDEO */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper .case-study-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

/* Click-to-play YouTube (case study) */
.case-study-video-lazy {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}

.case-study-video-poster {
  position: absolute;
  inset: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.case-study-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-study-video-poster .video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.3s;
}

.case-study-video-poster:hover .video-play-overlay,
.case-study-video-poster:focus .video-play-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.case-study-video-poster .video-play-overlay i {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #f26522;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding-left: 4px;
}

.case-study-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.case-study-youtube-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
  display: block;
}

.video-content--wide {
  max-width: min(960px, 95vw);
}

/* TEXT BELOW VIDEO */
.video-quote {
  font-weight: 600;
  margin-top: 20px;
}

.designation {
  color: #555;
  margin-bottom: 20px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #f26522;
  color: #fff;
  padding: 14px 25px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #d94e10;
}

/* CUSTOM VIDEO UI */
.custom-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* THUMBNAIL */
.video-thumbnail {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* PLAY BUTTON (only inside legacy .custom-video blocks) */
.custom-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.custom-video .play-btn:hover {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-video #videoFrame {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* TABLET */
@media (max-width: 992px) {
  .content-grid {
    flex-direction: column;
    gap: 24px;
  }

  .header h1 {
    font-size: 32px;
  }

  .right-video {
    width: 100%;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .header h1 {
    font-size: 26px;
  }

  .header h3 {
    font-size: 18px;
  }

  .top-line {
    font-size: 14px;
  }

  .case-study {
    padding: 40px 15px;
  }
}


/* Contact Page */
/* CONTACT HERO SECTION */
.contact-hero {
  position: relative;
  height: 700px;
  /* min-height: 100vh;  */
  background: url('../assests/banners/contact.webp') center/cover no-repeat;
  display: flex;
  background-size: cover;
  background-position: center 40%;
  align-items: center;
  justify-content: center;
  /* z-index: 1; */
}

/* DARK OVERLAY */
.contact-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.6); */
  display: none;
  top: 0;
  left: 0;
}

/* CONTENT */
.contact-hero .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* HEADING */
.contact-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

/* Responsive */

/* TABLET */
@media (max-width: 992px) {
  .contact-hero {
    height: 250px;
  }

  .contact-hero h1 {
    font-size: 36px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .contact-hero {
    height: 200px;
  }

  .contact-hero h1 {
    font-size: 26px;
  }
}


/* Contact Info Section */
/* SECTION */
.contact-info {
  background: #f3f3f3;
  padding: 80px 20px;
  text-align: center;

}

.container {
  max-width: 1200px;
  margin: auto;
}

/* TOP HEADING */
.top-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.top-heading .line {
  width: 40px;
  height: 2px;
  background: #999;
}

.top-heading p {
  color: #f26522;
  font-size: 25px;
}

/* MAIN HEADING */
.main-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* SUB TEXT */
.sub-text {
  max-width: 900px;
  margin: auto;
  color: #444;
  line-height: 1.7;
  margin-bottom: 50px;
  padding-bottom: 100px;
}

/* GRID */
.info-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* BOX */
.info-box {
  flex: 1;
}

/* ICON */
.icon {
  width: 70px;
  height: 70px;
  background: #f26522;
  margin: auto;
  border-radius: 25px 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon i {
  color: #fff;
  font-size: 24px;
}

/* TEXT */
.info-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.info-box p {
  color: #333;
  line-height: 1.6;
}

/* TABLET */
@media (max-width: 992px) {
  .info-grid {
    flex-direction: column;
    align-items: center;
  }

  .info-box {
    max-width: 500px;
  }

  .main-heading {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .main-heading {
    font-size: 24px;
  }

  .top-heading p {
    font-size: 14px;
  }

  .contact-info {
    padding: 50px 15px;
  }
}

/* Form Section */
/* SECTION */
.contact-form-section {
  position: relative;
  padding: 80px 0;
  margin-bottom: 50px;
}

/* BACKGROUND IMAGE */
.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../assests/banners/contact2.webp') right center/cover no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
}

/* CONTAINER (scoped — do not override Bootstrap .container site-wide) */
.contact-form-section>.container {
  position: relative;
  z-index: 2;
}

/* FORM BOX */
.form-box {
  width: 45%;
  background: #fff;
  padding: 30px;
  border-radius: 30px 0 30px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* HEADING */
.form-box h2 {
  margin-bottom: 20px;
  color: #f26522;
}

/* LABEL */
.form-box label {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

/* INPUT */
.form-box input,
.form-box textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
}

/* TEXTAREA */
.form-box textarea {
  border-radius: 10px;
  height: 120px;
  resize: none;
}

/* FOCUS */
.form-box input:focus,
.form-box textarea:focus {
  border-color: #f26522;
}

/* CAPTCHA */
.captcha-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.captcha-box img {
  border-radius: 5px;
}

.captcha-box a {
  color: #f26522;
  text-decoration: none;
}

/* CHECKBOX */
.checkbox {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.checkbox p {
  font-size: 12px;
  color: #555;
}

/* BUTTON */
.form-box button {
  margin-top: 20px;
  background: #f26522;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 30px 0 30px 0;
  cursor: pointer;
  font-weight: 600;
}

/* TABLET */
@media (max-width: 992px) {
  .form-box {
    width: 70%;
    margin: auto;
  }
}

/* MOBILE */
@media (max-width: 576px) {

  .bg-image {
    background-position: center;
  }

  .form-box {
    width: 100%;
    padding: 20px;
  }

  .checkbox {
    flex-direction: column;
  }
}

/* Our Team Page */
.team-hero {
  position: relative;
  height: 750px;
  background: url('../assests/banners/jot.webp') no-repeat;
  background-size: cover;
  background-position: center 40%;
  /* 👈 yaha adjust karo */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.team-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

/* CONTENT */
.team-hero.content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* HEADING */
.team-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

/*  Princing */
.princing-hero {
  position: relative;
  height: 700px;
  background: url('../assests/banners/pricing.webp') no-repeat;
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.princing-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

/* CONTENT */
.princing-hero.content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* HEADING */
.princing-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

/* Protfiolo  */
.Portfolio-hero {
  position: relative;
  height: 800px;
  background: url('../assests/Protfcilio.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.Portfolio-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

/* CONTENT */
.Portfolio-hero.content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* HEADING */
.Portfolio-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}

/* About page */
/* BLOG HERO */
.blog-hero {
  position: relative;
  height: 700px;
  background: url('../assests/banners/aboutus.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* DARK OVERLAY */
.blog-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  display: none;
  top: 0;
  left: 0;
}

/* CONTENT */
.blog-hero .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* HEADING */
.blog-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}


@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}

/*  */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pagination */
.blog-section {
  background: #f3f3f3;
  padding: 60px 20px;
}

.container {
  max-width: 1200px;



}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

/* CARD */
.blog-card {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;


}

.blog-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.blog-card img {
  width: 100%;
  border-radius: 10px;
}

/* TITLE */
.blog-card h3 {
  margin: 15px 0 5px;
}

/* DATE */
.blog-card span {
  font-size: 14px;
  color: #777;
}

/* READ MORE */
.blog-card a {
  display: inline-block;
  margin-top: 10px;
  color: #f26522;
  font-weight: 600;
  text-decoration: none;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination button {
  border: none;
  background: none;
  color: #f26522;
  font-weight: 600;
  margin: 0 10px;
  cursor: pointer;
}

.page-number {
  margin: 0 8px;
  cursor: pointer;
}

.page-number.active {
  color: #000;
  font-weight: bold;
}

@media (max-width: 992px) {

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}


/* About Page (aboutUs.html — body.page-about) */
body.page-about .about-section {
  padding: 100px 0;
  background: #f8f8f8;
}

body.page-about .about-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 30px 0 30px 0;
  object-fit: cover;
  height: auto;
  min-height: 320px;
  max-height: 700px;
}

/* TOP LINE */
.heading-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.heading-top .line {
  width: 40px;
  height: 2px;
  background: #999;
  margin-right: 10px;
}

.line-p {
  color: #f37335;
}

.heading-top p {
  color: #ff6f00;
  font-weight: 500;
  margin: 0;
}

/* HEADING */
.about-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* TEXT */
.about-content p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

/* HIGHLIGHT */
.highlight {
  color: #ff6f00;
  font-weight: 600;
}

/* SIGNATURE */
.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 34px;
  margin-top: 30px;
}

.role {
  color: #666;
  margin-top: -5px;
}

/* RESPONSIVE — about page layout */
@media (max-width: 991px) {
  body.page-about .about-content {
    margin-top: 30px;
    text-align: center;
  }

  body.page-about .heading-top {
    justify-content: center;
  }

  body.page-about .about-content h1 {
    font-size: 32px;
  }

  body.page-about .about-img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


/* our mission */
/* MISSION */
.mission-section {
  padding: 80px 0;
  background: #fff;
}

.mission-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  width: 40px;
  height: 2px;
  background: #999;
  margin-right: 10px;
}

.mission-top p {
  color: #ff6f00;
  margin: 0;
}

.mission-section h1 {
  font-size: 44px;
  font-weight: 800;
  margin: 20px 0;
}

.mission-text {
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
}

/* COUNTER */
.counter-section {
  background: #f3f3f3;
  padding: 60px 0;

}

.counter {
  font-size: 110px;
  color: #ff6f00;
  font-weight: bold;
  margin-bottom: 0;
}

.sub-text {
  font-size: 18px;
  margin-bottom: 5px;
}

.bottom-text {
  font-size: 18px;
  margin-bottom: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mission-section h1 {
    font-size: 28px;
  }

  .counter {
    font-size: 60px;
  }
}



/* About page stats row (index uses .stats-image — different layout) */
body.page-about .stats-section {
  padding: 80px 0;
  background: #f3f3f3;
}

body.page-about .stats-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

body.page-about .stat-box {
  margin-bottom: 40px;
}

body.page-about .stats-section .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

body.page-about .stats-section .counter {
  font-size: 50px;
  font-weight: 700;
  color: #333;
}

body.page-about .stat-box p {
  color: #666;
  font-size: 16px;
}

@media (max-width: 768px) {
  body.page-about .stats-section {
    text-align: center;
  }

  body.page-about .stats-img {
    margin-bottom: 30px;
  }

  body.page-about .stats-section .counter {
    font-size: 35px;
  }
}


/* Team Page */
/* SECTION */
.growth-section {
  background: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f') no-repeat center center/cover;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}

/* DARK OVERLAY */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* dark effect */
  display: flex;
  align-items: center;
}

/* TEXT */
.growth-section h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.growth-section p {
  color: #ddd;
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .growth-section {
    height: auto;
    padding: 60px 20px;
  }

  .growth-section h1 {
    font-size: 28px;
  }

  .growth-section p {
    font-size: 14px;
  }
}

.expect-section {
  padding: 80px 0;
  background: #f3f3f3;
}

/* MAIN HEADING */
.main-heading {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* TOP TEXT */
.top-text {
  max-width: 800px;
  margin: auto;
  color: #444;
  line-height: 1.7;
}

/* DIVIDER */
.divider {
  height: 80px;
}

/* SUB HEADING */
.sub-heading {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* SUB TEXT */
.sub-text {
  max-width: 750px;
  margin: auto;
  color: #444;
}

/* ICON BOX */
.icon-box {
  text-align: center;
}

/* ICON STYLE */
.icon-box i {
  font-size: 50px;
  color: #ff6f00;
  /* SAME ORANGE */
  margin-bottom: 15px;
}

/* TEXT */
.icon-box p {
  font-size: 18px;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .main-heading {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 22px;
  }

  .icon-box i {
    font-size: 35px;
  }

  .icon-box p {
    font-size: 14px;
  }
}


.steps-section {
  padding: 80px 0;
  background: #f3f3f3;
}

/* TOP LINE */
.top-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.top-line span {
  width: 40px;
  height: 2px;
  background: #999;
  margin-right: 10px;
}

.top-line p {
  color: #ff6f00;
  margin: 0;
  font-weight: 500;
}

/* HEADING */
.steps-section h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 50px;
}

/* STEPS ROW */
.steps-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* STEP BOX */
.step {
  width: 180px;
  text-align: center;
}

/* NUMBER STYLE */
.step h2 {
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #333;
  /* outline effect */
  margin-bottom: 15px;
}

/* TEXT */
.step p {
  color: #ff6f00;
  font-size: 18px;
}

/* LINE BETWEEN */
.line {
  flex: 1;
  height: 2px;
  background: #999;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .steps-row {
    flex-direction: column;
  }

  .line {
    display: none;
  }

  .step {
    width: 100%;
    margin-bottom: 30px;
  }

  .steps-section h1 {
    font-size: 28px;
  }

  .step h2 {
    font-size: 40px;
  }

  .step p {
    font-size: 16px;
  }
}


/*  */
/* SECTION */
.va-section {
  padding: 80px 0;
  background: #f5f5f5;
}

/* IMAGE */
.va-img img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* CONTENT */
.va-content h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.va-content p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* BUTTON */
.va-btn {
  display: inline-block;
  background: #ff6f00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.va-btn:hover {
  background: #e65c00;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .va-content {
    margin-top: 30px;
    text-align: center;
  }

  .va-content h1 {
    font-size: 26px;
  }
}


/* linked bala section */
/* SECTION */
.leader-section {
  padding: 80px 0;
  background: #f5f5f5;
}

/* TOP TEXT */
.top-content {
  max-width: 900px;
  margin: auto;
  margin-bottom: 60px;
  color: #444;
  line-height: 1.8;
}

/* BOX */
.leader-box {
  margin-bottom: 80px;
}

/* IMAGE */
.leader-img img {
  width: 100%;
  border-radius: 30px;
}

/* SMALL TITLE */
.small-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.small-title span {
  width: 40px;
  height: 2px;
  background: #999;
  margin-right: 10px;
}

.small-title p {
  color: #ff6f00;
  margin: 0;
}

/* HEADING */
.leader-content h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* TEXT */
.leader-content p {
  color: #444;
  line-height: 1.8;
}

/* SIGNATURE */
.signature {
  font-family: cursive;
  font-size: 28px;
  margin-top: 20px;
}

/* LINKEDIN */
.linkedin-link {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-decoration: none;
}

.linkedin-link span {
  color: #ff6f00;
  font-weight: 600;
}

.linkedin-link i {
  margin-right: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .leader-content {
    margin-top: 30px;
    text-align: center;
  }

  .small-title {
    justify-content: center;
  }

  .leader-content h2 {
    font-size: 24px;
  }

}

.leader-box {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */

.values-section {
  padding: 80px 0;
  background: #f5f5f5;
}

/* HEADING */
.section-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 50px;
}

/* CARD */
.value-card {
  background: #fff;
  padding: 30px;
  border-radius: 30px 0 30px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s;
}

/* HOVER EFFECT */
.value-card:hover {
  transform: translateY(-5px);
  background: #ff6f00;
  cursor: pointer;
}

/* TITLE */
.value-card h4 {
  color: #ff6f00;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TEXT */
.value-card p {
  color: #444;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .value-card {
    padding: 20px;
  }
}



/* Services Page */
/* HERO SECTION */
.service-section {
  position: relative;
  height: 700px;
  background: url('../assests/banners/ourServices.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  display: none;
}

/* CONTENT */
.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-main,
.btn-phone {
  background: #f47c3c;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

/* HOVER */
.btn-main:hover,
.btn-phone:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .btn-main,
  .btn-phone {
    padding: 12px 20px;
    font-size: 14px;
  }
}



/* Services Section */
.services-section {
  padding: 80px 0;
  background: #fff;
}

/* TITLE */
.section-title .small-title {
  color: #f47c3c;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title p {
  /* max-width: 800px; */
  margin: auto;
  color: #555;
  line-height: 1.6;
  font-size: 20px;
}

/* CARD */
.service-box {
  border: 1px solid #f47c3c;
  border-radius: 30px 0 30px 0;
  padding: 40px 25px;
  text-align: left;
  transition: 0.3s;
  background: #fff;
  height: 100%;
}

/* ICON */
.service-box i {
  font-size: 30px;
  color: #f47c3c;
  margin-bottom: 20px;
}

/*  */
.service-box:hover i {
  color: #fff;
}

/* TEXT */
.service-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-box p {
  color: #555;
}

/* HOVER */
.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background: #f47c3c;
  cursor: pointer;
}



/* work section */
.steps-section {
  padding: 100px 0;
  background: #fff;
}

/* TOP */
.small-title {
  color: #f47c3c;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.steps-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.desc {
  max-width: 800px;
  margin: auto;
  color: #555;
  line-height: 1.7;
  margin-bottom: 60px;
  font-size: 16px;
}

/* STEPS */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

/* SINGLE STEP */
.step {
  flex: 1;
  text-align: center;
  position: relative;
}

/* NUMBER */
.number {
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  font-weight: 700;
}

/* LINE */
.line {
  height: 2px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(50%);
  z-index: -1;
}

/* TITLE */
.step h4 {
  margin-top: 20px;
  color: #f47c3c;
  font-size: 20px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #f47c3c;
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px 0 30px 0;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #000;
}


/* whatsapp float button */
/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  right: max(20px, env(safe-area-inset-right, 0px));
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: 0.3s;
}

/* ICON */
.whatsapp-float i {
  font-size: 20px;
}

/* HOVER */
.whatsapp-float:hover {
  background: #1ebe5d;
  transform: scale(1.05);
  color: #fff;
}

@media (max-width: 768px) {
  .whatsapp-float span {
    display: none;
    /* mobile me sirf icon */
  }

  .whatsapp-float {
    padding: 15px;
    border-radius: 50%;
  }
}

/* Join Our Team new look */
/* HERO */
.hero {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
}

.hero h1 {
  font-size: 42px;
  color: #ff6b00;
}

.hero p {
  margin: 15px 0;
}



.job-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
}

.job-card {
  border: 2px solid #ff6b00;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  background: #fff;
  transition: 0.3s;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.job-card h3 {
  color: #333;
  margin-bottom: 10px;
}

.job-card p {
  margin: 5px 0;
}

.job-card button {
  margin-top: 10px;
  background: #ff6b00;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}

.job-card button:hover {
  background: #e65c00;
}

/* NO JOB MESSAGE */
.no-job {
  display: none;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  border: 2px dashed #ff6b00;
}

/* FORM */
.apply {
  padding: 60px 20px;
  text-align: center;
}


form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.apply input,
.apply select,
.apply textarea,
form#careersApplyForm input,
form#careersApplyForm select,
form#careersApplyForm textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
}


/* Do not style .navbar-toggler or global buttons — breaks mobile menu */
.job-card button,
section.apply button,
form#careersApplyForm button[type="submit"],
form#contactForm button[type="submit"] {
  background: #ff6b00;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 25px;
  margin-top: 20px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }
}

/* Cross-page: tablets & small laptops */
@media (max-width: 991.98px) {
  .services-section {
    padding: 64px 0;
  }

  .small-title {
    font-size: clamp(2rem, 9vw, 3.25rem);
  }

  .services-left h2 {
    font-size: clamp(1.35rem, 4.5vw, 2rem);
  }

  .stats-header h1 {
    font-size: clamp(1.85rem, 7vw, 2.75rem) !important;
  }

  .video-modal .video-content {
    width: min(94vw, 700px);
    max-width: 100%;
  }

  .video-modal .close-btn {
    top: -2.25rem;
    right: 0.25rem;
    font-size: 1.75rem;
  }
}

/* Home index — mobile polish */
@media (max-width: 991.98px) {

  html,
  body {
    overflow-x: hidden;
  }

  body.page-home {
    overflow-x: hidden;
  }

  .page-home .hero-section,
  .page-home .client-logos,
  .page-home .stats-section {
    max-width: 100%;
  }

  .page-home .roi-section h3 {
    font-size: clamp(1.05rem, 3.9vw, 1.45rem);
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .page-home .roi-section .small-heading p {
    font-size: clamp(0.78rem, 2.6vw, 0.95rem);
    line-height: 1.35;
  }

  .page-home .cost-section .small-title {
    white-space: normal;
  }
}

@media (max-width: 576px) {
  .page-home .footer-top {
    margin-top: 56px;
  }
}


/* Cross-page image safety: prevent overflow on mobile */
img {
  max-width: 100%;
  height: auto;
}

/* Non-index banners: responsive + non-stretched on mobile */
@media (max-width: 991.98px) {

  .team-hero,
  .princing-hero,
  .Portfolio-hero,
  .blog-hero,
  .contact-hero,
  .service-section {
    height: clamp(220px, 58vw, 420px);
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .team-hero h1,
  .princing-hero h1,
  .Portfolio-hero h1,
  .blog-hero h1,
  .service-section .hero-content h1 {
    font-size: clamp(1.8rem, 6vw, 2.6rem) !important;
    line-height: 1.25;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {

  .team-hero,
  .princing-hero,
  .Portfolio-hero,
  .blog-hero,
  .contact-hero,
  .service-section {
    height: clamp(200px, 62vw, 320px);
    min-height: 200px;
  }
}

/* Mobile: keep services heading in single line */
@media (max-width: 991.98px) {
  .section-title h2 {
    white-space: nowrap;
    font-size: clamp(0.8rem, 3.4vw, 1.05rem);
    line-height: 1.2;
    letter-spacing: 0;
  }
}

/* Service page: improve paragraph readability on mobile */
@media (max-width: 991.98px) {
  .service-section+.services-section .section-title p {
    max-width: min(92vw, 560px);
    margin: 0.75rem auto 0;
    font-size: clamp(0.95rem, 3.6vw, 1.08rem);
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #3d3d3d;
    text-align: center;
    text-wrap: pretty;
  }

  .service-section+.services-section .section-title p strong {
    display: block;
    margin-top: 0.45rem;
    font-size: clamp(1rem, 3.9vw, 1.15rem);
    font-weight: 700;
    color: #1f2a3a;
  }
}

/* About page mobile flow: show text before image */
@media (max-width: 991.98px) {
  body.page-about .about-section .row.align-items-center {
    display: flex;
    flex-direction: column;
  }

  body.page-about .about-section .row.align-items-center>.col-lg-6:first-child {
    order: 2;
  }

  body.page-about .about-section .row.align-items-center>.col-lg-6:last-child {
    order: 1;
  }
}


a {
  text-decoration: none;
}


/*  Lending page ki video css */


.video-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.video-container iframe {
   color: #547d63;
   background:#333;
   margin: 20px;
}