body {
  font-family: "Outfit", sans-serif;
}

.homeTopBannerSection {
  position: relative;
  padding: 60px 0;
  text-align: center;
  margin-top: clamp(10px, 3vh, 80px);
}

.badge-top {
  background: #fff5ee;
  color: #fe8627;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.badge-top i {
  font-size: 30px;
  display: contents;
}

.homeTopBannerContact h1 {
  font-size: 85px;
  color: #000;
  line-height: 105px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}

.homeTopBannerContact h4 {
  font-size: 20px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  margin-top: 30px;
}

.homeTopBannerContact span {
  font-weight: 600;
}

.service-cards {
  margin-top: 30px;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 24px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(
    0deg,
    rgba(28, 131, 225, 1) 15%,
    rgba(26, 123, 217, 1) 31%,
    rgba(13, 71, 168, 1) 70%,
    rgba(8, 52, 150, 1) 90%
  );
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card:hover h5,
.service-card:hover p {
  color: #ffffff;
}

.service-card:hover .learn-more {
  color: #ffffff;
}

.service-card:hover .icon-box {
  background: rgba(255, 255, 255, 0.15);
}

.service-card:hover .icon-box i {
  color: #ffffff;
}

.service-card h5 {
  font-weight: 700;
  margin: 18px 0 10px;
  font-size: 18px;
  text-align: left;
}

.service-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  text-align: left;
}

.learn-more {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  text-align: left;
  display: block;
}

.learn-more:hover {
  text-decoration: underline;
}

/* Icon styles */
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 20px;
}

/* Icon background colors */
.bg-blue {
  background: #e8f1ff;
  color: #2563eb;
}

.bg-orange {
  background: #fff3e8;
  color: #f97316;
}

.bg-purple {
  background: #f3e8ff;
  color: #9333ea;
}

.bg-green {
  background: #e7f9ef;
  color: #16a34a;
}

.exporeSection {
  padding: 60px 0;
  background-color: rgb(248 250 252);
}

.exproeHeading h2 {
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}

.featured-card {
  position: relative;
  height: 550px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Content */
.featured-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding-left: 50px;
  color: #fff;
}

.featured-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fe8627;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}

.featured-content h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.featured-content h2 em {
  font-style: italic;
  font-weight: 400;
}

.featured-content h2 strong {
  font-weight: 800;
}

.featured-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 25px;
}

/* Buttons */
.featured-actions {
  display: flex;
  gap: 15px;
}

.full-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* Play Button Wrapper */
.playBtn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none; /* click anchor pe hi jayega */
}

/* Circle Button */
.playBtn i {
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: #fff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Hover effect */
.featured-card:hover .playBtn i {
  background: #ff0000; /* YouTube Red */
  transform: scale(1.12);
}

/* Optional dark overlay */
.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.45)
  );
  z-index: 1;
}

/* Navigation arrows */
/* Common arrow styles */
.empolymentPre,
.empolymentNex {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

/* Arrow icon size */
.empolymentPre::after,
.empolymentNex::after {
  font-size: 14px !important;
  font-weight: 600;
}

/* Hover effect (exact image feel) */
.empolymentPre:hover,
.empolymentNex:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: scale(1.08);
}

/* Positioning (overlay on card) */
.empolymentPre {
  left: 18px;
}

.empolymentNex {
  right: 18px;
}

.empolymentPre:hover,
.empolymentNex:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* Pagination */
.empPagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.empPagination .swiper-pagination-bullet-active {
  background: #fe8627;
}

.WhatWeDoSection {
  overflow: hidden;
}

/* LEFT PANEL */
.leftPanel {
  background: #ffffff;
  padding: 70px 60px;
}

.section-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ff6b00;
  display: inline-block;
  margin-bottom: 12px;
}

.section-tag.orange {
  color: #ff8c2b;
}

.left-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #0b1b33;
}

/* Stats */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.stat-item i {
  font-size: 22px;
  color: #ff6b00;
}

.stat-item h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 6px 0;
}

.stat-item h3 span {
  color: #ff6b00;
}

.stat-item p {
  font-size: 13px;
  color: #666;
}

/* Office info */
.office-info {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.office-info i {
  font-size: 20px;
  color: #ff6b00;
}

/* RIGHT PANEL */

.rightPanel {
  padding: 70px 70px;
  background: linear-gradient(90deg, #072243 0%, #2a68b1 88.14%);
  color: #ffffff;
}

.right-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.right-subtitle {
  max-width: 520px;
  opacity: 0.85;
  font-size: 15px;
  margin-bottom: 40px;
}

/* Expert Cards */
.expert-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 35px 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-count {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 42px;
  font-weight: 800;
  opacity: 0.15;
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon i {
  font-size: 20px;
  color: #ff8c2b;
}

.expert-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.expert-card p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 24px;
  line-height: 1.6;
}

.expert-card a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.whatWeDoSwiper {
  padding-bottom: 60px;
}

.whatWeDoSwiper .swiper-wrapper {
  align-items: stretch;
}
/* Pagination wrapper */
.whatWeDoPagination {
  position: relative !important;
  margin-top: 40px;
  text-align: left !important;
}

/* Base bullet */
.whatWeDoPagination .swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.whatWeDoSwiper .swiper-slide {
  padding-top: 10px;
  height: auto;
  display: flex;
}

/* Active bullet (orange dash) */
.whatWeDoPagination .swiper-pagination-bullet-active {
  background: #ff8c2b;
  width: 28px;
}

/* Slight hover polish */
.whatWeDoPagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.45);
}

/* ===============================
   WHY CHOOSE US
================================ */
.WhyChooseSection {
  background: #f6f6f6;
}

/* LEFT */
.whyLeft {
  padding: 60px 50px;
}

.commonHeading {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000;
}

.whatchoosePara {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

/* GRID */
.whyGrid {
  background: #f0f0f0;
}

/* CARD */
.chooseCard {
  height: 100%;
  padding: 40px 25px;
  background: #f8f8f8;
  border: 1px solid #e9e9e9;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  transition: all 0.3s ease;
}

.chooseCard img {
  width: 44px;
  margin-bottom: 15px;
}

.chooseCard h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
}

/* Hover (desktop only) */
@media (hover: hover) {
  .chooseCard:hover {
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }
}

/* ===============================
   EMPOWER SECTION
================================ */
/* .EmpowerSection {
  background: linear-gradient(90deg, #072243 0%, #1e4f8f 45%, #2a68b1 100%);
  padding: 100px 0;
  color: #ffffff;
} */

.EmpowerSection {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}

/* Background image */
.EmpowerSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://loveinstoreglobal.com/newlovinstorewebsite/assets/images/homePageImg/Empowering-BusinessesBg.webp")
    center center / cover no-repeat;

  z-index: 0;
  background-attachment: fixed;
}

/* Gradient overlay (low opacity) */
.EmpowerSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 34, 67, 0.75) 0%,
    rgba(30, 79, 143, 0.65) 45%,
    rgba(42, 104, 177, 0.6) 100%
  );
  z-index: 1;
}

/* Content above overlay */
.EmpowerSection .container,
.EmpowerSection .row,
.EmpowerSection .col-xl-10 {
  position: relative;
  z-index: 2;
}

/* Heading */
.empowerHeading {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
}

/* Paragraph */
.empowerPara {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.9;
  max-width: 900px;
  margin: 0 auto;
}

/* SECTION */
.industriesSection {
  padding: 80px 0;
  background: #f9fafb;
}

/* Heading */
.industryTitle {
  font-size: 32px;
  font-weight: 800;
}
.titleUnderline {
  width: 50px;
  height: 3px;
  background: #ff7a18;
  display: block;
  margin: 10px auto;
}
.industrySubtitle {
  font-size: 14px;
  color: #6b7280;
}

/* Tabs */
.industryTabSwiper .swiper-slide {
  width: auto;
}
.industryTabSwiper {
  border-bottom: 0.9px solid #eee;
}

.tabBox {
  position: relative !important;
  padding: 0 70px !important;
  overflow: hidden !important;
}

/* Common arrow style */
.TabPrev,
.TabNext {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ff6b00;
  transition: all 0.3s ease;
}

/* Arrow icons */
.TabPrev::after,
.TabNext::after {
  font-size: 14px !important;
  font-weight: 700;
}

/* Hover effect (premium feel) */
.TabPrev:hover,
.TabNext:hover {
  background: #ff6b00 !important;
  color: #fff !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.45) !important;
}

/* Positioning */
.TabPrev {
  left: 10px !important;
}

.TabNext {
  right: 10px !important;
}

/* Disabled state */
.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.industryTab {
  background: none;
  border: none;
  font-weight: 600;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  border-bottom: 2px solid transparent;
}
.industryTab i {
  font-size: 18px;
}
.industryTab.active {
  color: #ff7a18;
  border-color: #ff7a18;
}

/* Content */
.industryContent {
  display: none;
}
.industryContent.active {
  display: block;
}
.industryContent h3 {
  font-size: 26px;
  font-weight: 700;
}

/* Points */
.industryPoints {
  list-style: none;
  padding: 0;
}
.industryPoints li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.industryPoints li::before {
  content: "✓";
  color: #ff7a18;
  position: absolute;
  left: 0;
}

/* Button */
.industryBtn {
  display: inline-block;
  margin-top: 20px;
  background: #ff7a18;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
}

/* Image */
.industryImgBox {
  position: relative;
}
.industryImgBox img {
  border-radius: 18px;
}

.industryCard {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.trustedBadge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.trustedBadge i {
  color: #22c55e;
  margin-right: 5px;
}

.caseStudySection {
  /* padding: 60px 0; */
  overflow-x: hidden;
}

.MixSlider h3,
.MixSlider p {
  word-break: break-word;
}

/* LEFT PANEL */
.caseLeft {
  background: linear-gradient(90deg, #072243 0%, #2a68b1 100%);

  position: relative;
  color: #fff;
}

.caseLeftContent {
  position: absolute;
  bottom: 70px;
  left: 50px;
}

.caseBadge {
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 14px;
}

.caseLeft h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

/* RIGHT PANEL */
.caseRight {
  padding: 40px;
  background: #fff;
}

/* SLIDER */
.MixSlider h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 18px;
}

.MixSlider h3 span {
  color: #1c73e8;
}

.MixSlider p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 650px;
}

/* STATS */
.caseStats {
  display: flex;
  gap: 50px;
  margin: 30px 0;
}

.caseStats h4 {
  font-size: 22px;
  font-weight: 800;
  color: #1c73e8;
}

.caseStats p {
  font-size: 13px;
  color: #6b7280;
}

/* BUTTON */
.btnReadmes {
  background: #0b5ed7;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* PAGINATION */
.caseStudyPagination {
  margin-top: 30px;
}

.caseStudyPagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 6px;
  background: #cbd5e1;
  opacity: 1;
}

.caseStudyPagination .swiper-pagination-bullet-active {
  width: 26px;
  background: #1c73e8;
}

.caseModal {
  border-radius: 14px;
  padding: 30px;
}

.modalTitle {
  font-weight: 700;
  margin-bottom: 4px;
}

.stepText {
  font-size: 13px;
  color: #888;
  float: right;
  margin-top: -28px;
}

.caseModal label {
  font-size: 14px;
  font-weight: 600;
}

.caseModal small {
  font-size: 12px;
  color: #999;
}

.submitBtn {
  background: #ff6b00;
  border: none;
  padding: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s;
}

.submitBtn:hover {
  background: #e55f00;
}

.recaptchaBox {
  margin-top: 10px;
}

.fakeRecaptcha {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mySwiperMix .swiper-slide {
  pointer-events: auto !important;
}

.WhyLoveinStoreSection {
  padding: 60px 0;
  background: #f8fafc;
}

/* Badge */
.edgeBadge {
  display: inline-block;
  background: #fff3e8;
  color: #ff7a1a;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}

/* Heading */
.whyHeading {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
}

.blueText {
  color: #2a68b1;
}

.orangeText {
  color: #ff7a1a;
}

/* Paragraph */
.whyPara {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 35px;
}

/* Buttons */
.whyButtons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btnPrimary {
  background: #ff7a1a;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btnPrimary:hover {
  background: #e56600;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 122, 26, 0.3);
}

.btnOutline {
  border: 2px solid #2a68b1;
  color: #2a68b1;
  padding: 12px 26px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btnOutline:hover {
  background: #2a68b1;
  color: #fff;
  transform: translateY(-3px);
}

/* Cards */
.whyCard {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  border: 1px solid #e9eef5;
}

/* Hover Animation */
.whyCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #ff7a1a;
}

.whyCard:hover .whyIcon {
  background: #ff7a1a;
  color: #fff;
  transform: rotate(-5deg) scale(1.1);
}

/* Icon */
.whyIcon {
  width: 60px;
  height: 60px;
  background: #2a68b1;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.4s ease;
  padding: 20px;
}

.whyCard h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.whyCard p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.partnerSection {
  background: #f8f9fc;
  overflow: hidden;
}

.partnerLeft {
  background: linear-gradient(90deg, #072243 0%, #2a68b1 100%);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  position: relative;
}

.partnerLeftContent {
  max-width: 480px;
}

.partnerBadge {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.partnerLeft h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.partnerLine {
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-bottom: 20px;
}

.partnerLeft p {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

/* RIGHT SIDE */

.partnerRight {
  background: #fff;
  padding: 20px 10px;
  position: relative;
}

/* Fade mask effect */
.partnerRight::before,
.partnerRight::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.partnerRight::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.partnerRight::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Logo Card */

.single-logo {
  background: #fff;
  border-radius: 12px;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: all 0.4s ease;
  margin: 10px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.single-logo img {
  max-height: 80px;
  object-fit: contain;

  transition: all 0.4s ease;
}

.single-logo:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.single-logo:hover img {
  transform: scale(1.05);
}

.awardSectionNew {
  background: #f4f6f9;
  padding: 60px 0;
}

/* Header */

.awardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 30px;
}

.awardLeft h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.awardUnderline {
  display: block;
  width: 60px;
  height: 4px;
  background: #ff6b00;
  margin-bottom: 15px;
  border-radius: 3px;
}

.awardLeft p {
  color: #6c757d;
  max-width: 500px;
}

/* Stats */

.awardStats {
  display: flex;
  gap: 20px;
}

.awardStatBox {
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.awardStatBox h3 {
  color: #ff6b00;
  font-weight: 700;
}

.awardStatBox span {
  font-size: 13px;
  color: #6c757d;
  text-transform: uppercase;
}

/* Grid */

.awardGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */

.awardCard {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
}

.awardCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.awardIcon {
  font-size: 28px;
  color: #9aa3af;
  transition: all 0.4s ease;
  background: #d4dae359;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.awardCard h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.awardCard p {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 10px;
}

.awardCard span {
  font-size: 12px;
  font-weight: 600;
  color: #ff6b00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Card Base Upgrade */
.awardCard {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid #eaeaea;
}

/* Light Sweep Effect */
/* .awardCard::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255, 107, 0, 0.08),
    transparent 60%
  );
  transform: rotate(25deg);
  transition: 0.6s;
} */

/* Hover Main Effect */
.awardCard:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #ff6b00;
}

/* Light sweep animation */
/* .awardCard:hover::before {
  top: 100%;
  left: 100%;
} */

/* Icon Animation */
.awardIcon {
  font-size: 28px;
  color: #9aa3af;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

/* Icon on Hover */
.awardCard:hover .awardIcon {
  color: #ff6b00;
  transform: scale(1.2) rotate(8deg);
}

/* Title animation */
.awardCard h4 {
  transition: all 0.3s ease;
}

.awardCard:hover h4 {
  color: #1e4f8f;
}

/* Bottom Label Animation */
.awardCard span {
  transition: all 0.3s ease;
}

.awardCard:hover span {
  letter-spacing: 2px;
}

.lisFeaturedSection {
  background: linear-gradient(90deg, #f8f6f4 0%, #efeae6 100%);
  padding: 60px 0;
  overflow: hidden;
}

.lisFeaturedWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin: auto;
  padding: 20px;
}

.reverseSlide {
  flex-direction: row-reverse;
}

.lisFeaturedContent {
  flex: 1;
  animation: fadeUp 1s ease;
}

.lisBadge {
  display: inline-block;
  background: #ffe9dd;
  color: #ff6b00;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.lisFeaturedContent h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1f2937;
}

.lisHighlight {
  font-style: italic;
  color: #ff6b00;
}

.lisFeaturedContent p {
  font-size: 17px;
  color: #4b5563;
  margin-bottom: 30px;
}

.lisBtnGroup {
  display: flex;
  gap: 15px;
}

.lisPrimaryBtn {
  background: #ff6b00;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.lisPrimaryBtn:hover {
  background: #e65f00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 107, 0, 0.3);
}

.lisSecondaryBtn {
  border: 1px solid #d1d5db;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  transition: 0.3s ease;
}

.lisSecondaryBtn:hover {
  background: #f3f4f6;
}

/* IMAGE CARD STYLE */
.lisFeaturedImage {
  flex: 1;
  display: flex;
  justify-content: center;
  animation: fadeRight 1s ease;
}

.lisFeaturedImage img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15); */
  transform: rotate(-4deg);
  transition: 0.5s ease;
}

.lisFeaturedImage img:hover {
  transform: rotate(0deg) scale(1.03);
}

/* Swiper Pagination */
.lisPagination .swiper-pagination-bullet {
  background: #ff6b00;
  opacity: 0.4;
}

.lisPagination .swiper-pagination-bullet-active {
  opacity: 1;
}

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

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mediaGrid {
  background: #f5f7fa;
}

.mediaGrid .col-lg-4 {
  padding: 8px;
}
/* CARD */
.mediaCard {
  height: 180px;
  background: #ffffff;
  border: 1px solid #e6e6e6;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  gap: 12px;

  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* ICON */
.mediaCard i {
  font-size: 30px;
  color: #ff6a00;
  transition: all 0.35s ease;
}

/* TEXT */
.mediaCard h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #222;
  transition: all 0.3s ease;
}

/* HOVER EFFECT 🔥 */
.mediaCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, #fe8900 100%);
  transition: height 0.4s ease;
  z-index: 0;
}

.mediaCard:hover::before {
  height: 100%;
}

/* CONTENT ABOVE BG */
.mediaCard i,
.mediaCard h4 {
  position: relative;
  z-index: 1;
}

/* HOVER STATES */
.mediaCard:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.mediaCard:hover i {
  color: #fff;
  transform: scale(1.2) rotate(5deg);
}

.mediaCard:hover h4 {
  color: #fff;
}

.mediaLeft {
  background: linear-gradient(90deg, #ffffff 0%, #fe8900 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.mediaHeading {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

/* SECTION */
/* .contactSection {
  margin-top: 80px;
} */

/* LEFT PANEL */
.contactLeft {
  background: linear-gradient(180deg, #0d3b75, #0a2f5c);
  color: #fff;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;

  background-color: #0d3b75;
  background-blend-mode: overlay;
}

/* subtle grid background */
/* GRID PATTERN */
.contactLeft::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);

  background-size: 50px 50px;
  z-index: 1;
}

.contactLeft::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.15), transparent 70%);
  top: -100px;
  left: -100px;
  z-index: 1;
}

.contactLeftContent {
  position: relative;
  z-index: 2;
}

.tag {
  color: #ff8c00;
  font-size: 14px;
  letter-spacing: 1px;
}

.contactLeft h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
}

.contactLeft p {
  color: #cbd5e1;
  font-size: 16px;
}

/* CONTACT INFO */
.contactInfo {
  margin-top: 40px;
}

.contactInfo div {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contactInfo i {
  color: #ff8c00;
  font-size: 20px;
}

.contactInfo span {
  font-size: 12px;
  color: #aaa;
}

.contactInfo p {
  margin: 0;
  font-weight: 600;
}

/* RIGHT PANEL */
.contactRight {
  background: #f8f9fb;
  padding: 80px 60px;
}

.contactFormBox h2 {
  font-size: 32px;
  font-weight: 700;
}

.contactFormBox p {
  margin-bottom: 30px;
  color: #555;
}

/* FORM */
.contactFormBox input,
.contactFormBox textarea {
  width: 100%;
  border: none;
  background: #eef1f6;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 14px;
}

.contactFormBox textarea {
  height: 120px;
  resize: none;
}

/* BUTTON */
.contactFormBox button {
  background: linear-gradient(135deg, #ff8c00, #ff5e00);
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contactFormBox button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 94, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .contactLeft,
  .contactRight {
    padding: 50px 20px;
  }

  .contactLeft h1 {
    font-size: 32px;
  }
}
/* Responsive */

@media (max-width: 992px) {
  .awardGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .awardHeader {
    flex-direction: column;
  }

  .awardStats {
    margin-top: 20px;
  }

  .lisFeaturedWrapper {
    flex-direction: column;
    padding: 0 25px;
    text-align: center;
  }

  .reverseSlide {
    flex-direction: column;
  }

  .lisFeaturedContent h2 {
    font-size: 32px;
  }

  .lisBtnGroup {
    justify-content: center;
    flex-wrap: wrap;
  }

  .lisFeaturedImage img {
    transform: none;
  }
}

@media (max-width: 576px) {
  .awardGrid {
    grid-template-columns: 1fr;
  }

  .awardLeft h2 {
    font-size: 26px;
  }
}

/* Responsive */

@media (max-width: 992px) {
  .partnerLeft {
    padding: 60px 30px;
    text-align: center;
  }

  .partnerLeft h2 {
    font-size: 36px;
  }

  .partnerRight {
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
  .partnerLeft h2 {
    font-size: 28px;
  }

  .single-logo {
    height: 80px;
    padding: 15px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .whyHeading {
    font-size: 40px;
  }

  .WhyLoveinStoreSection {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .whyHeading {
    font-size: 32px;
  }

  .whyCard {
    flex-direction: column;
    text-align: center;
  }

  .whyIcon {
    margin: 0 auto;
  }

  .whyButtons {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .caseModal {
    padding: 20px;
  }
}

/* Responsive */

@media (min-width: 1200px) {
  .MixSlider h3 {
    font-size: 30px;
  }

  .MixSlider p {
    font-size: 15.5px;
  }
}

@media (max-width: 768px) {
  .featured-card {
    height: 360px;
  }
  .industryTitle {
    font-size: 26px;
  }
  .industryContent h3 {
    font-size: 22px;
  }

  .empowerHeading {
    font-size: 30px;
    line-height: 1.3;
  }

  .empowerPara {
    font-size: 15px;
    line-height: 1.8;
  }

  .featured-content {
    padding: 25px;
  }

  .featured-content h2 {
    font-size: 34px;
  }

  .empolymentPre,
  .empolymentNex {
    width: 38px;
    height: 38px;
  }

  .rightPanel,
  .leftPanel {
    padding: 40px 30px;
  }

  .whatWeDoPagination {
    margin-top: 30px;
  }

  .caseLeft {
    min-height: 300px;
  }

  .caseLeftContent {
    left: 30px;
    bottom: 30px;
  }

  .caseLeft h2 {
    font-size: 34px;
  }

  .caseRight {
    padding: 45px 35px;
  }

  .MixSlider h3 {
    font-size: 24px;
  }

  .caseStats {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .WhyChooseSection {
    padding: 50px 0;
  }

  .EmpowerSection {
    padding: 60px 0;
  }

  .empowerHeading {
    font-size: 26px;
  }

  .empowerHeading .highlight {
    padding: 2px 8px;
  }

  .empowerPara {
    font-size: 14px;
    line-height: 1.7;
  }

  .whyLeft {
    padding: 25px 20px;
  }

  .commonHeading {
    font-size: 26px;
  }

  .whatchoosePara {
    font-size: 14px;
    line-height: 1.7;
  }

  .chooseCard {
    padding: 30px 20px;
  }

  .chooseCard h4 {
    font-size: 13px;
  }
  .homeTopBannerSection {
    padding: 40px 0;
  }

  .badge-top {
    font-size: 11px;
    padding: 4px 12px;
  }

  .homeTopBannerContact h1 {
    font-size: 34px;
    line-height: 42px;
    padding: 0 10px;
  }

  .homeTopBannerContact h4 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
  }

  .service-cards {
    margin-top: 20px;
  }

  .service-card {
    padding: 20px 18px;
  }

  .service-card h5 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  /* Disable hover effects on touch */
  .service-card:hover {
    transform: none;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .exproeHeading h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 0 10px;
  }

  .leftPanel {
    padding: 30px 20px;
  }

  .left-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stat-item h3 {
    font-size: 22px;
  }

  .stat-item p {
    font-size: 12px;
  }

  .office-info {
    margin-top: 25px;
  }

  .rightPanel {
    padding: 30px 20px;
  }

  .right-title {
    font-size: 26px;
    line-height: 32px;
  }

  .right-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .expert-card {
    padding: 24px 20px;
    min-height: 340px; /* equal cards */
  }

  .expert-card h4 {
    font-size: 17px;
  }

  .expert-card p {
    font-size: 13px;
  }

  .card-count {
    font-size: 32px;
  }

  .whatWeDoPagination {
    margin-top: 25px;
  }

  .whatWeDoPagination .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
  }

  .whatWeDoPagination .swiper-pagination-bullet-active {
    width: 22px;
  }

  .industryTabSwiper {
    padding: 0 50px;
  }

  .TabPrev,
  .TabNext {
    width: 34px !important;
    height: 34px !important;
  }

  .TabPrev::after,
  .TabNext::after {
    font-size: 12px;
  }

  .caseLeft {
    min-height: 260px;
  }

  .caseLeft h2 {
    font-size: 30px;
  }

  .caseRight {
    padding: 35px 25px;
  }

  .MixSlider h3 {
    font-size: 22px;
  }

  .MixSlider p {
    font-size: 14px;
  }

  .caseStats {
    flex-wrap: wrap;
    gap: 16px;
  }

  .caseStats div {
    width: 100%;
  }

  .playBtn i {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .featured-card {
    height: 280px;
  }

  .empolymentPre,
  .empolymentNex {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (max-width: 991px) {
  .service-card {
    text-align: left;
  }

  .whyLeft {
    padding: 40px 30px;
  }

  .commonHeading {
    font-size: 30px;
  }

  .leftPanel,
  .rightPanel {
    padding: 40px 30px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .whatWeDoPagination {
    margin-left: 10px;
  }

  .EmpowerSection {
    padding: 80px 0;
  }

  .empowerHeading {
    font-size: 36px;
  }

  industryTabSwiper {
    padding: 0 45px;
  }

  .TabPrev,
  .TabNext {
    width: 38px !important;
    height: 38px !important;
  }

  .TabPrev::after,
  .TabNext::after {
    font-size: 13px !important;
  }

  .caseStudySection .row {
    flex-direction: column;
  }

  .caseLeft,
  .caseRight {
    width: 100%;
  }

  .caseLeft {
    min-height: 320px;
  }

  .caseRight {
    padding: 50px 40px;
  }
}

@media (max-width: 360px) {
  .homeTopBannerContact h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .featured-card {
    height: 250px;
  }

  .commonHeading {
    font-size: 24px;
  }

  .chooseCard h4 {
    font-size: 12.5px;
  }

  .empowerHeading {
    font-size: 24px;
  }

  .caseLeft {
    min-height: 220px;
  }

  .caseLeftContent {
    left: 20px;
    bottom: 20px;
  }

  .caseLeft h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .caseBadge {
    font-size: 10px;
    padding: 5px 12px;
  }

  .caseRight {
    padding: 30px 20px;
  }

  .MixSlider h3 {
    font-size: 20px;
  }

  .MixSlider p {
    font-size: 13px;
  }

  .caseStats {
    flex-direction: column;
    gap: 14px;
  }

  .caseStats h4 {
    font-size: 18px;
  }

  .caseStats p {
    font-size: 12px;
  }

  .btnReadmes {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 13px;
  }

  .caseStudyPagination {
    margin-top: 20px;
  }

  .playBtn i {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}
