
body {
  font-family: 'Poppins', sans-serif !important;
   margin: 0;
  padding: 0;
}

/* HEADER CSS */
/* ================= HEADER ================= */
.desktop-header {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e1e4e8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  text-align: left;
  font-size: 16px;
  color: #1d252d;
  font-family: Poppins;
}

.component-9324-parent {
  width: 1228px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ================= LOGO ================= */
.component-9324 {
  height: 32px;
  width: 220px;
  display: flex;
  align-items: center;
}

.component-9324 .logo-img {
  max-height: 32px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.logo-link {
  display: inline-block;
  line-height: 0;
}


/* ================= NAV ================= */
.frame-parent {
  display: flex;
  align-items: center;
  gap: 60px;
}

.menu-items-parent {
  display: flex;
  align-items: center;
  gap: 16px;
}

.menu-items,
.menu-items2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

/* active item underline (Expertise) */
.menu-items2 {
  border-bottom: 1px solid #f1931f;
}

/* ================= LINKS ================= */
/* pehle .home div tha, ab anchor hai — UI SAME */
.home {
  line-height: 24px;
  font-weight: 500;
  color: #1d252d;
  text-decoration: none;
  display: inline-block;
}

/* optional hover – safe */
.menu-items a.home:hover {
  opacity: 0.85;
}

/* ================= BUTTON ================= */
.btn {
  height: 48px;
  width: 160px;
  background-color: #1d252d;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.btn .home {
  color: #fff;
  text-decoration: none;
}

/* desktop header close */

/* =====================================================
   MOBILE VISIBILITY CONTROL
===================================================== */
.mobile-header,
.mobile-sidebar,
.mobile-overlay {
  display: none;
}

/* =====================================================
   MOBILE ONLY
===================================================== */
@media (max-width: 991px) {

  /* ---- DESKTOP HIDE ---- */
  .desktop-header {
    display: none;
  }

  /* =================================================
     MOBILE HEADER (TOP BAR)
  ================================================= */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e1e4e8;
    position: relative;
    z-index: 1001;
  }

  .mobile-logo img {
    height: 28px;
    display: block;
  }

  .mobile-menu-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
  }

  .mobile-menu-btn img {
    width: 24px;
    height: 24px;
    display: block;
  }

  /* =================================================
     MOBILE SIDEBAR (FULL SCREEN – TOP SLIDE)
  ================================================= */
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;
    min-height: 100vh;

    background: #ffffff;

    z-index: 2000; /* 🔥 header se bhi upar */

    padding: 20px 16px 24px;
    box-sizing: border-box;

    transform: translateY(-100%);
    transition: transform 0.35s ease;

    overflow-y: auto;
  }

  .mobile-sidebar.active {
    transform: translateY(0);
  }

  /* =================================================
     SIDEBAR HEADER
  ================================================= */
  .mobile-sidebar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e4e8;
  }

  .mobile-sidebar-head .mobile-logo img {
    height: 26px;
    display: block;
  }

  .mobile-close-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
  }

  .mobile-close-btn img {
    width: 22px;
    height: 22px;
    display: block;
  }

  /* =================================================
     MOBILE NAV
  ================================================= */
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px 0;
  }

  .mobile-nav a {
    font-size: 18px;
    font-weight: 500;
    color: #1d252d;
    text-decoration: none;
  }

  /* =================================================
     MOBILE CTA
  ================================================= */
  .mobile-cta {
    display: block;
    text-align: center;
    padding: 14px;
    border: 1px solid #1d252d;
    text-decoration: none;
    font-weight: 500;
    color: #1d252d;
    border-radius: 4px;
    margin-top: 12px;
  }

  /* =================================================
     OVERLAY
  ================================================= */
  .mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .mobile-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* HEADER CLOSE */

/* EXPERTISE SEC */
.expertise-section {
  width: 100%;
  position: relative;
  background-color: #1d252d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #f1931f;
  font-family: Poppins;
}

.expertise-content {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.expertise-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.expertise-dot {
  height: 8px;
  width: 8px;
  position: relative;
  border-radius: 50%;
  background-color: #f1931f;
}

.expertise-title {
  position: relative;
  line-height: 24px;
}

.expertise-subtext {
  align-self: stretch;
  position: relative;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  text-align: center;
      margin-top: 5px;
}

/* ===============================
   EXPERTISE SECTION – MOBILE
================================ */
@media (max-width: 767px) {

  .expertise-section {
    padding: 48px 20px;   /* side breathing space */
  }

  .expertise-content {
    width: 100%;
    max-width: 100%;
  }

  .expertise-heading-wrap {
    gap: 8px;
  }

  .expertise-dot {
    width: 6px;
    height: 6px;
  }

  .expertise-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .expertise-subtext {
    font-size: 21px;      /* mobile readable */
    line-height: 32px;
    text-align: center;
    padding: 0 6px;
    margin-top: -14px;
  }
}


/* CASE STUDIES sec */
/* ================= RESET ================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Poppins;
}

/* ================= WRAPPER ================= */
.cards-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 100px;     /* 👈 top pink 100 */
  padding-bottom: 100px;  /* 👈 bottom pink 100 */

  gap: 40px;              /* 👈 space BETWEEN rows */
}

/* ================= ROW (3 cards only) ================= */
.cards-row {
  width: 1228px;
  display: flex;
  gap: 24px;              /* 👈 column spacing */
}

/* ================= CARD ================= */
.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ================= IMAGE ================= */
.card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* ================= TAGS ================= */
.card-tags {
  display: flex;
  gap: 8px;
}

.tag {
  background: #f3f6fa;
  padding: 4px 8px;
}

.tag-text {
  font-size: 13px;
  line-height: 18px;
  color: #485661;
}

/* ================= CONTENT ================= */
.card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

.card-desc {
  font-size: 14px;
  line-height: 20px;
  color: #485661;
}

/* ================= PAGINATION ================= */
.pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.page-btn {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #c3ccd2;
  background: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn.active {
  background: #1d252d;
  color: #fff;
  border-color: #1d252d;
}

.page-btn.next {
  gap: 6px;
}

.arrow-icon {
  width: 12px;
}

/* ================= CTA ================= */
.contact-us-section {
  width: 100%;
  background: #f8f8f8;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.cta-content {
  width: 800px;
  text-align: center;
}

.cta-title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 12px;
}

.cta-desc {
  font-size: 16px;
  color: #485661;
  margin-bottom: 24px;
}

.cta-btn {
  width: 200px;
  height: 44px;
  background: #1d252d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-btn .button {
  text-decoration: none;
  color: #fff;
}

/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {

  /* wrapper spacing */
  .cards-wrapper {
    padding-top: 32px;
    padding-bottom: 48px;
    gap: 32px;
  }

  /* each row becomes column */
  .cards-row {
    width: 100%;
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
  }

  /* card */
  .card {
    width: 100%;
    gap: 10px;
  }

  /* image */
  .card-img {
    height: 180px;
  }

  /* tags */
  .card-tags {
    gap: 6px;
  }

  .tag-text {
    font-size: 12px;
  }

  /* title & desc */
  .card-title {
    font-size: 15px;
    line-height: 22px;
  }

  .card-desc {
    font-size: 13px;
    line-height: 18px;
  }

  /* pagination */
  .pagination {
    margin-top: 32px;
    padding: 0 16px;
  }

  .page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }

  /* CTA section */
  .contact-us-section {
    padding: 48px 16px;
  }

  .cta-content {
    width: 100%;
  }

  .cta-title {
    font-size: 24px;
    line-height: 34px;
  }

  .cta-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .cta-btn {
    width: 100%;
    height: 44px;
  }
}


/* FOOTER SEC */

/* FOOTER SECTION */
.ft-footer {
	width: 100%;
	background-color: #1d252d;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0px 40px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

/* GRID SYSTEM: 3 Columns banane ke liye */
.ft-container {
	width: 1120px;
	max-width: 90%;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1.5fr;
	/* Brand | Nav | Contact+Address */
	align-items: start;
	gap: 40px;
	padding-bottom: 60px;
}

/* ================= BRAND & SOCIAL ================= */
.ft-brand-parent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 280px;
	/* Height badha di hai taaki icons aur niche chale jayein */
}

.ft-logo-wrapper {
	width: auto;
}

.ft-logo-img {
	height: 35px;
	width: auto;
}

.ft-social-wrapper {
	display: flex;
	gap: 12px;
	margin-bottom: 41px;
	/* Bottom gap */
}

.ft-social-icon {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
	/* Icons ko white karne ke liye */
}

/* ================= NAVIGATION ================= */
.ft-navigation-parent {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ft-navigation-title,
.ft-contact-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.ft-navigation-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ft-nav-item {
	font-size: 15px;
	color: #e1e4e8;
	text-decoration: none;
	transition: 0.3s;
}

.ft-nav-item:hover {
	color: #fff;
}

/* ================= CONTACT & ADDRESS (Right Column) ================= */
/* Grid se Address ko Contact ke niche fix kiya */
.ft-contact-parent {
	grid-column: 3;
	/* 3rd column mein rakha */
}

.ft-address-wrapper {
	grid-column: 3;
	/* Ye bhi 3rd column mein aayega, Contact ke niche */
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ft-contact-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 15px;
}

.ft-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ft-contact-icon {
	width: 18px;
	height: 18px;
}

.ft-contact-text {
	color: #e1e4e8;
	text-decoration: none;
	font-size: 14px;
}

.ft-address-block {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.ft-address-title {
	font-weight: 600;
	font-size: 15px;
}

.ft-address-text {
	color: #bdc3c7;
	font-size: 14px;
	line-height: 1.5;
}

/* ================= BOTTOM AREA ================= */
.ft-footer-divider {
	width: 1120px;
	max-width: 90%;
	height: 1px;
	background-color: #36434e;
	margin-bottom: 30px;
}

.ft-footer-bottom {
	font-size: 14px;
	color: #707b89;
	text-align: center;
}

/* ================= MOBILE VIEW (EXACT MATCH) ================= */
@media (max-width: 768px) {
	.ft-footer {
		padding: 60px 24px 30px;
		/* Symmetrical padding like image */
		align-items: flex-start;
	}

	.ft-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
		/* High spacing between main blocks */
		width: 100%;
		padding: 0;
	}

	/* BRAND SECTION */
	.ft-brand-parent {
		height: auto;
		gap: 32px;
		/* Spacing between logo and social icons */
	}

	.ft-logo-img {
		height: 32px;
		/* Logo size match */
	}

	.ft-social-wrapper {
		gap: 20px;
		/* Precise gap between icons */
		margin-bottom: -17px;
	}

	.ft-social-icon {
		width: 44px;
		/* Slightly larger icons for mobile touch */
		height: 44px;
	}

	/* NAVIGATION SECTION */
	.ft-navigation-parent {
		gap: 28px;
	}

	.ft-navigation-title,
	.ft-contact-title {
		font-size: 22px;
		/* Bold heading size */
		margin-bottom: 4px;
	}

	.ft-navigation-links {
		gap: 18px;
		/* Clean spacing between links */
	}

	.ft-nav-item,
	.ft-contact-text,
	.ft-address-text {
		font-size: 18px;
		/* Readable text size */
		line-height: 1.5;
	}

	/* GET IN TOUCH & ADDRESS SECTION */
	.ft-contact-parent {
		width: 100%;
		gap: 40px;
		/* Space between "Get in touch" group and Addresses */
	}

	.ft-contact-group {
		gap: 20px;
	}

	.ft-contact-item {
		gap: 12px;
	}

	.ft-contact-icon {
		width: 20px;
		height: 20px;
	}

	.ft-address-wrapper {
		margin-top: 0;
		gap: 32px;
		/* Gap between Regd. and Corp. address blocks */
	}

	.ft-address-block {
		gap: 10px;
		margin-top: 32px;
	}

	.ft-address-title {
		font-size: 18px;
		font-weight: 600;
	}

	/* DIVIDER & COPYRIGHT */
	.ft-footer-divider {
		width: 100%;
		margin: 40px 0 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.ft-footer-bottom {
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #88929b;
	}
}

/* FOOTER CLOSE */