@charset "utf-8";
@import url("font/adellesans.css");
@import url("font/snellroundhabdfont.css");
/* @import url("flag.css");
@import url("coin.css");
@import url("owl/owl.css");
@import url("owl/owl.theme.default.min.css");
@import url("aos.css"); */

/* Fonts */
/*--------------------------------------------------------------
# 1. BASE STYLES
--------------------------------------------------------------*/
:root {
  --default-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Adelle_Sans_Thin", sans-serif;
  --nav-font: "Inter", sans-serif;
}



/* Global Resets */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding-top: 100px;
  /* Standardize desktop header offset */
}

.container {
  width: 100%;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */

:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #3e3e3e;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #7e7e7e;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #e2be76;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #e5eaee;
  /* The default color of the main navmenu links */
  --nav-hover-color: #cc9933;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #cc9933;
  /* #ff4a17 Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f1f4fa;
  --surface-color: #ffffff;
}

.dark-background {
  /* --background-color: #000910; */
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #28323a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  font-weight: 300;
  letter-spacing: 0.5px;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.breadcrumb {
  /* padding-top: 280px; */
  /* padding-top: 100px; */
  font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(255, 255, 255) !important;
}

.head {
  font-family: Snell-Roundhand-Regular;
  font-size: 45px;
}

.head1 {
  font-family: Adelle_Sans_Thin;
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--heading-color);
}

.headcolor {
  color: #a49780;
}

.text-gold {
  color: #cc9933;
}

.banner1 {
  background: url('../img/banner/redefining-the-trade.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.banner2 {
  /* background:url('../img/banner/top-banner.jpg') no-repeat fixed center center; */
  background-image: url('../img/banner/revitalising-the-artisans.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.banner3 {
  /* background:url('../img/banner/top-banner.jpg') no-repeat fixed center center; */
  background-image: url('../img/banner/revolutionising-the-ecosystem.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.banner4 {
  /* background:url('../img/banner/top-banner.jpg') no-repeat fixed center center; */
  background-image: url('../img/banner/new-year-new-beginnings.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings {
  background: #c7c7c7;
  padding: 80px 0;
}

.scale {
  filter: grayscale(0%);
  transition: transform .5s ease;
}

.scale .img {
  max-width: 100%;
}

.scale:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
  transition: transform .5s ease;
}

.scale .btn-primary {
  filter: grayscale(0%);
  transition: transform .5s ease;
}

.training {
  background: #e0d6c6 url('../img/training-bg.webp') no-repeat top center;
  background-size: cover;
  padding: 80px 0;
}

.vision {
  background: #e0d6c6 url('../img/vision-bg.webp') no-repeat top center;
  background-size: cover;
  padding: 80px 0;
}

.visionhead {
  font-size: 22px;
  color: #a49780;
  font-weight: 300;
  margin-bottom: -5px !important;
}

.visiontitle {
  font-size: 25px;
  color: #3e3e3e;
  font-weight: 300;
}

.vision .card {
  border-color: #fff1d4;
}

.vision .card:hover {
  border-color: #cc9933;
}

.vision .card-body {
  background: #fffee3;
}

.vision .card-body p {
  min-height: 170px;
}

.story {
  background: #fff;
  padding: 80px 0;
}

.nobdr {
  border: 0;
}

.title {
  font-weight: 300;
  text-transform: uppercase;
}

/* .storycard p{color:#a49780} */
/* .storycard p:hover{color:#000} */
.story .card-text {
  color: #a49780;
}

/* .story .card-text:hover{color: #000;} */
/* .story .card:hover {transform: scale(1.1);  transition: transform .5s ease; background: #ececec; color: #000!important; } */
.story .card .img {
  overflow: hidden;
}

.story .card .img img {
  transition: .5s;
}

.story .card:hover .img img {
  transform: scale(1.2);
}

.story .card:hover {
  transition: .3s ease;
  background: #ececec;
  color: #000 !important;
}

.story .card:hover .card-text {
  color: #000 !important;
}

.js {
  background: #eee8e0;
  margin: 0px 0 80px 0;
}

.js-bg {
  background-image: url(../img/js-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.js-img {
  background-image: url(../img/jignesh-shah.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

/* .js-img{ top:auto; bottom: 0;} */
.js-text {
  margin: 5%;
}

.js-quote {
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  border-radius: 18px;
  padding: 30px;
  line-height: 30px;
}

.interest {
  padding: 10px 20px 10px 40px;
  background: #fff
}

/* .form-check-input{margin: auto!important; width: 2em; height: 2em;}
.form-check-label{margin: 10px 0;} */
/* Responsive styles for large screens moved to mobile.css */


.footer-bg {
  background: #1e1e1e;
  padding: 0px 0;
}

.Genesis {
  background: #fff;
  padding: 80px 0;
}

.topband {
  background: #655955 url('../img/aboutus-topband.webp');
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 330px;
  background-size: cover;
}

.card-title {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 22px;
}

.card-title p {
  min-height: 10px;
}

.breadcrumb {
  /* padding-top: 310px; */
  /* padding-top: 80px; */
  color: #fff !important;
}

.link-body-emphasis {
  color: #fff !important;
}

.breadcrumb-item {
  color: #0e0d0d !important
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(255, 255, 255) !important;
}

.clientele {
  background-color: #BEA060 !important;
}

.card-body {
  padding: 10px !important
}

.icon {
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px dotted;
  padding: 10px;
  margin-bottom: 10px;
  /* background-color: #AF8F4B; */
}

.icon1 {
  color: #AF8F4B;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted;
  padding: 0px;
  margin-bottom: 10px;
  /* background-color: #AF8F4B; */
}



.btn-gold {
  --bs-btn-color: #cc9933;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #9c9c9c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cc9933;
  --bs-btn-hover-border-color: #cc9933;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dbc07c;
  --bs-btn-active-border-color: #dbc07c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dbc07c;
  --bs-btn-disabled-border-color: #dbc07c;
  text-transform: uppercase;
  font-size: 13px !important;
}



/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #1e1e1e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 0px 0 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

.heddiv {
  width: 50%;
}

.header .ticker {
  background: #BEA060;
  height: 40px;
  padding-top: 10px;
}

/*  */
.header .logo {
  line-height: 1;
  width: 100%;
  text-align: center;
}

.heddiv {
  width: 50%;
  text-align: center;
}

.form-btn1 {
  text-align: end;
  padding: 10px 0;
  width: 20%;
}

.navmenu {
  width: 25%;
}

.header-mob {
  display: none;
}

.header-dek {
  display: block;
}

/*  */

.header .logo img {
  /* max-height: 160px; */
  max-height: 108px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  font-size: 13px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
  border: 2px solid var(--contrast-color);
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    /* order: 3; */
  }

  .vision .card-body p {
    min-height: 0px;
  }

  .form-btn {
    /* order: 2; */
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.disable {
  color: #b6b6b6 !important;
  background-color: #dedede !important;
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #1e1e1e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

@media (min-width: 1200px) {

  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 14px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: color-mix(in srgb, var(--nav-color) 90%, white 15%);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .topband {
    background: #655955 url('../img/aboutus-topband.webp');
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 330px;
    background-size: auto;
    background-position: bottom right;
    padding-top: 63px
  }

}

/* Mobile Navigation styles moved to mobile.css for proper architecture */


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #000;
  font-size: 18px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 160px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 3px;
  font-size: 13px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 18px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .vision .card-body p {
    min-height: 72px;
  }

  .header .logo img {
    max-height: 90px;
    margin-right: 8px;
  }

  .form-btn {
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
  }

  .header-dek {
    display: none;
  }

  .header-mob {
    display: block;
  }

  .heddiv {
    width: 100%;
    margin: 20px 0;
  }

  .navmenu {
    padding-top: 20px;
  }

  .form-btn1 {
    width: 207%;
  }

  .hero-slider {
    top: 50px;
  }

}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--heading-color);
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

@media (max-width: 430px) {
  .banner1 {
    background: url('../img/banner/m-banner1.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner2 {
    /* background:url('../img/banner/top-banner.jpg') no-repeat fixed center center; */
    background-image: url('../img/banner/m-banner2.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner3 {
    /* background:url('../img/banner/top-banner.jpg') no-repeat fixed center center; */
    background-image: url('../img/banner/m-banner3.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .topband {
    background: #655955 url('../img/m-topband.webp');
    background-repeat: no-repeat;
    min-height: 250px !important;
    background-position: -50px right;
    margin-top: 130px;
  }
}

/* @media screen (min-width:768px and max-width: 1024px) {
  .banner1{
    background:url('../img/banner/tab-banner1.webp'); background-repeat: no-repeat; 
  }
  .banner2{
    background-image:url('../img/banner/m-banner2.webp'); background-repeat: no-repeat; background-size: cover;
  }
  .banner3{
    background-image:url('../img/banner/m-banner3.webp'); background-repeat: no-repeat; background-size: cover;
  }
} */
@media screen and (min-width: 431px) and (max-width: 768px) {
  .topband {
    background: #655955 url('../img/m-topband.webp');
    background-repeat: no-repeat;
    min-height: 250px !important;
  }
}

@media screen and (max-width: 768px) {

  /* .topband{background:#655955 url('../img/aboutus-topband.webp'); background-repeat: no-repeat; min-height: 250px!important; background-position: -799px 30px; } */
  .breadcrumb {
    padding-top: 216px;
    color: #000 !important;
  }

  .link-body-emphasis {
    color: #000 !important;
  }

  .breadcrumb-item {
    color: #000 !important;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(4, 4, 4) !important;
  }

  section,
  .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 30px 0 !important;
    scroll-margin-top: 90px;
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: hidden;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 20px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 658px;
  position: relative;
  /* padding: 80px 0; */
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero .btn-get-started {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .btn-watch-video {
  font-size: 18px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 400;
  color: var(--default-color);
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 18px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  background: color-mix(in srgb, var(--surface-color), transparent 0%);
  padding: 25px 5px;
  margin: -54px 15px 0 15px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--contrast-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services .details h3 {
  font-weight: 400;
  padding-bottom: 0px;
  ;
  margin: 10px 0 15px 0;
  font-size: 25px;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 20px;
}

.services .service-item:hover .details h3 {
  color: var(--accent-color);
}

.services .service-item:hover .details .icon {
  background: var(--surface-color);
  border: 2px solid var(--accent-color);
}

.services .service-item:hover .details .icon i {
  color: var(--accent-color);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

.services .btn-read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
}

.services .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 100%);
  border: 2px solid var(--contrast-color);
}

.services .cta-btn,
.services .cta-btn:focus {
  font-size: 14px;
  padding: 10px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.services .cta-btn:hover,
.services .cta-btn:focus:hover {
  color: var(--accent-color);
  background: var(--contrast-color);
  border-color: var(--contrast-color);
}



/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 0px 0px;
  max-width: 100%;
  transition: 0.3s;
  /* opacity: 0.5; */
  filter: grayscale(100);

}

.clients .client-logo img:hover {
  filter: none;
  transform: scale(1.1);
  filter: grayscale(0%);
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: var(--surface-color);
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.features .nav-link.active {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.features .nav-link.active h4 {
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: 0.3s;
}

.services-2 .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color);
}

.services-2 .service-item .icon1 {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color);
}

.services-2 .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services-2 .service-item .title a {
  color: var(--heading-color);
}

.services-2 .service-item .description {
  line-height: 24px;
  font-size: 14px;
  margin: 0;
}

.services-2 .service-item:hover {
  border-color: var(--accent-color);
}

.services-2 .service-item:hover .title a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  /* background: color-mix(in srgb, var(--background-color), transparent 30%); */
  background: #F1F4FA;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/* Bharat Precious Metals Institute Page Styles */
.bpm-hero {
  background: linear-gradient(90deg, #1a1a1a 0%, #d4af37 100%);
  padding: 120px 0 80px;
  color: white;
}

.bpm-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bpm-hero .subtitle {
  font-size: 1.5rem;
  font-style: italic;
  color: #d4af37;
  margin-bottom: 2rem;
}

.institute-logos {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
}

.institute-logo-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #333;
  min-width: 250px;
}

.institute-logo-card img {
  max-width: 150px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# 2. SHARED COMPONENTS
--------------------------------------------------------------*/
.btn-explore {

  background: #28a745;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  margin-top: 1rem;
}

/* Consolidated .jewelry-grid */
.jewelry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 2rem;
}


.jewelry-item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}

.jewelry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-section {
  background: white;
  padding: 80px 0;
}

.ai-section h2 {
  color: #28a745;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.ai-list {
  list-style: none;
  padding: 0;
}

.ai-list li {
  padding: 10px 0;
  color: #333;
  font-size: 1.1rem;
}

.ai-list li:before {
  content: "✓ ";
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
}

.master-class-card {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.master-class-card h3 {
  color: white;
  margin-bottom: 20px;
}

.profile-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
}

.profile-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  /* Center face */
}

/* Consolidated .feature-grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Standardized to 4 columns as per layout needs */
  gap: 20px;
  margin-top: 3rem;
}


.feature-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



.section-title {
  font-size: 2.5rem;
  font-style: italic;
  color: #d4af37;
  text-align: center;
  margin-bottom: 3rem;
}

/* Consolidated .program-card */
.program-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 100%;
  /* Added height to ensure consistency */
}

.program-card:hover {
  transform: translateY(-5px);
}

.program-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.program-card-body {
  padding: 20px;
  text-align: center;
}

.program-card-body h5 {
  font-size: 22px;
  color: #212529;
}

.program-card-body p {
  font-size: 16px;
  color: #212529;
}

.program-card-body .btn-read-more {
  background: #CC9933;
  /* Standardized to gold button */
  color: white;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
  margin-top: 15px;
}


/* Trending Stats Section */
.stats-section {
  background: #EFF4FA;
  /* Light blue-grey background */
  padding: 80px 0;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 40px 20px;
  text-align: center;
  border-radius: 4px;
  /* Crisp borders */
  height: 100%;
  transition: transform 0.3s ease;
  min-height: 320px;
  /* Ensure sufficient height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stat-number {
  width: 150px;
  height: 150px;
  background-color: #AF8F4B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  border: 3px dotted rgba(255, 255, 255, 0.6);
  outline: 3px solid #AF8F4B;
  outline-offset: -8px;
  box-shadow: 0 5px 15px rgba(175, 143, 75, 0.3);
  line-height: 1;
  /* Reset line height for stacking */
}

.stat-value {
  font-size: 2rem;
  /* Unified large size */
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.stat-value .currency,
.stat-value .plus,
.stat-value .counter {
  font-size: inherit;
  /* Force same size */
  font-weight: inherit;
  line-height: 1;
}

.stat-unit {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Specific tuning for text inside circle */
.stat-number span.counter,
.stat-number span {
  display: inline-block;
  /* Keep them together in stat-value */
}

.stat-title {
  font-size: 1.15rem;
  color: #1a2b3c;
  /* Dark blue-grey text */
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 54px;
  /* Alignment */
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Consolidated .brands-carousel */
.brands-carousel {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.brands-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}



.brand-logo {
  background: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 8px;
  margin: 10px 5px;
  /* Slight margin for shadow visibility */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.brand-logo:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-color: #e0e0e0;
}

.brand-logo img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  transition: all 0.3s ease;
}

/* Old Who We Are styles removed - using premium redesign instead */


.institute-info-card h3 {
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* .institute-info-card img {
  max-width: 200px;
} */

/* Consolidated .leaders-grid */
.leaders-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 3rem;
}


.leader-card {
  text-align: center;
}

.leader-card .profile-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
}

/* Rectangular Leader Cards (Mockup Match) */
.leadership-grid-rect {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 2rem;
}

.leader-card-rect {
  text-align: left;
}

.leader-card-rect .img-container {
  width: 100%;
  aspect-ratio: 3/3.8;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #f8f8f8;
}

.leader-card-rect .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.leader-card-rect:hover .img-container img {
  transform: scale(1.05);
}

.leader-card-rect h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.leader-card-rect:hover h5 {
  color: #CC9933;
}

.leader-card-rect .designation {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.3;
}

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

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

.events-section {
  background: #0C3338;
  color: white;
  padding: 80px 0;
}

.event-tabs {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
  color: #666;
  border: none;
  border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link.active {
  color: #333;
  border-bottom-color: #d4af37;
  background: transparent;
}

.event-card {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.event-card h5,
.event-card p,
.event-card strong {
  color: #000000 !important;
}

.event-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.event-card-body {
  padding: 20px;
}

.blog-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.btn-top-leaders {
  background: #d4af37;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
}

@media (max-width: 768px) {

  .feature-grid,
  .leaders-grid,
  .jewelry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bpm-hero h1 {
    font-size: 2rem;
  }

  .institute-logos {
    flex-direction: column;
  }
}

/* =======================================================
   BHARAT PRECIOUS METALS INSTITUTE RE-DESIGN (ADDED)
   ======================================================= */

.bpm-hero {
  background: linear-gradient(90deg, #1a1a1a 0%, #d4af37 100%);
  padding: 120px 0 80px;
  color: white;
}

.bpm-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bpm-hero .subtitle {
  font-size: 1.5rem;
  font-style: italic;
  color: #d4af37;
  margin-bottom: 2rem;
}

.institute-logos {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
}

.institute-logo-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #333;
  min-width: 250px;
}

.institute-logo-card img {
  max-width: 150px;
  margin-bottom: 10px;
}

.btn-explore {
  background: #28a745;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  margin-top: 1rem;
}

/* Duplicated .jewelry-grid removed */


.jewelry-item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}

.jewelry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-section {
  background: white;
  padding: 80px 0;
}

.ai-section h2 {
  color: #28a745;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.ai-list {
  list-style: none;
  padding: 0;
}

.ai-list li {
  padding: 10px 0;
  color: #333;
  font-size: 1.1rem;
}

.ai-list li:before {
  content: "\2713 ";
  /* Checkmark */
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
}



.heightlights-cards {
  font-size: 18px;
  color: #000;
  font-weight: 500;

}


.master-class-card {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.master-class-card h3 {
  color: white;
  margin-bottom: 20px;
}

.profile-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
}

.profile-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Duplicated .feature-grid removed for proper architecture */


.bpmi-feature-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

@media (max-width: 768px) {
  .bpmi-feature-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .bpmi-feature-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.feature-card {
  background: #fff;
  padding: 25px 15px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-color: #cc9933;
}

.feature-card .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2be76;
  background: #fffdf5;
}

.feature-card .icon img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
  /* Applying gold/bronze filter to make icons visible and branded */
  filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(500%) hue-rotate(5deg);
}

/* .feature-card .icon {
  width: 60px;
  height: 60px; */
/* background: #333; */
/* border-radius: 8px;
  margin: 0 auto 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  border: #000 solid 1px;
} */

/* .feature-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 31px;
  margin: 0 auto 15px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4af37;
} */


.section-title {
  font-size: 2.5rem;
  font-style: italic;
  color: #d4af37;
  text-align: center;
  margin-bottom: 3rem;
}

/* Duplicated .program-card removed for proper architecture */


.stats-section {
  background: #f5f5f5;
  padding: 40px 0;
}

/* Duplicated .stat-card removed for proper architecture */


/* Duplicated .brands-carousel removed for proper architecture */


.brand-logo {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.brand-logo img {
  max-width: 150px;
  max-height: 60px;
}



/* who-we-are-section_program */

.who-we-are-section_program {
  /* background: url(../img/bharat_Img/who_banner.png); */
  padding: 40px 0;
}

.institute-info-card {
  background: white;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.institute-info-card h3 {
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.institute-info-card img {
  max-width: 200px;
}

/* Duplicated .leaders-grid removed */


.leader-card {
  text-align: center;
}

.leader-card .profile-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
}

.events-section {
  background: #0C3338;
  color: white;
  padding: 80px 0;
}

.event-tabs {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
  color: #666;
  border: none;
  border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link.active {
  color: #333;
  border-bottom-color: #d4af37;
  background: transparent;
}

.event-card {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.event-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.event-card-body {
  padding: 20px;
}

.blog-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.btn-top-leaders {
  background: #d4af37;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
}


/* HERO IMAGE MATCH DESIGN - GLOBAL */
.hero-image-match {
  background: linear-gradient(90deg, #f2d28b 0%, #e8c165 100%);
  padding: 120px 0 100px;
}

.hero-logos {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

/* .hero-logo-card {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.hero-logo-card img {
  width: 40px;
  margin-bottom: 8px;
}

.hero-logo-card p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.hero-image-match h1 {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.hero-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  max-width: 600px;
}

.hero-btn {
  display: inline-block;
  background: #0C7C59;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

/* Jewellery Circle */
.hero-jewellery-circle {
  position: relative;
  width: 360px;
  height: 360px;
  margin: auto;
}

.hero-jewellery-circle img {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #fff;
}

.hero-jewellery-circle img:nth-child(1) {
  top: 0;
  left: 100px;
}

.hero-jewellery-circle img:nth-child(2) {
  top: 100px;
  right: 0;
}

.hero-jewellery-circle img:nth-child(3) {
  bottom: 0;
  left: 100px;
}

.hero-jewellery-circle img:nth-child(4) {
  top: 100px;
  left: 0;
}

@media (max-width: 768px) {

  .feature-grid,
  .leaders-grid,
  .jewelry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bpm-hero h1 {
    font-size: 2rem;
  }

  .institute-logos {
    flex-direction: column;
  }
}


/* SINGLE COMPOSITE HERO IMAGE */
.hero-jewellery-single {
  max-width: 420px;
  margin: auto;
}

.hero-jewellery-single img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   STRICT MEASUREMENT HERO (GOLD UNIFIED)
   ========================================= */

/* Main Section Wrapper - Full Width Edge-to-Edge */
.program {
  /* margin-top: 80px; */
  margin-bottom: 80px;
}

.who-we-are-igm {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}


.program .program_hero {
  background: url(../img/bharat_Img/hero-banner.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 532px;
  border-radius: 12px;
  padding: 20px;
}

.program .program_hero .logo_strip {
  width: 240px;
  height: 98px;
}

.igm-intro-intiative {
  font-size: 14px;
  font-weight: 600;
  color: #cc9933;

}

.program-cta {
  background-color: #0C3338;
  color: white
}

.program .hero-content-card {
  background-color: rgba(255, 255, 255, 0.8);
}

.program .hero-content-card .hero-title {
  font-size: 24px;
  font-weight: bold;
  color: #0C3338;
}

.program .hero-content-card .hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #A77614;
  font-style: italic;
}

.program .hero-content-card .hero-highlight {
  font-size: 18px;
  color: #0C3338;
}

.program .hero-content-card .hero-description {
  font-size: 16px;
  font-weight: 500;
  color: #0C3338;
}

.program .hr_color {
  color: #A77614;
}

.program .btn-color {
  background-color: #0C3338;
  color: #fff;
  font-size: 14px;
}

.hero-unified-wrapper {
  width: 100%;
  /*  Continuous Gold Gradient */

  overflow: hidden;
  position: relative;
  padding-bottom: 74px;
  /* Requested bottom padding */
  color: #3e3e3e;
  /* Standard Text Color */
}

/* Texture Overlay */
.hero-unified-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 1;
}

.hero-content-relative {
  position: relative;
  z-index: 2;
}

/* Strict Container - 1160px max + 24px padding = ~1208px total box */
.hero-strict-container {
  max-width: 1208px;
  /* 1160 + 24 + 24 */
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* --- UPPER HERO --- */

/* Grid/Flex Layout for Columns */
.hero-flex-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Default align top, adjust specific elements */
  flex-wrap: wrap;
}

/* Upper Row Specifics */
.hero-upper-section {
  padding-top: 40px;
  /* Space for breadcrumb area */
  margin-bottom: 64px;
  /* Gap to lower section */
}

/* Left Column - Width ~720px */
.hero-col-left {
  width: 720px;
  flex-shrink: 0;
  max-width: 100%;
}

/* Right Column - Width ~368-380px */
.hero-col-right {
  width: 380px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  /* Align image to right edge visual */
  position: relative;
}

/* LOGOS ROW */
.hero-logo-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.hero-logo-card {
  background: #fff;
  border-radius: 8px;
  height: 98px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  flex: 1;
  /* Equal sizing implies flex grow or specific width, flex-1 works well here for equal width */
  max-width: 340px;
  /* Approximate half of left col */
}

.hero-logo-card img {
  max-height: 65px;
  width: auto;
  display: block;
}

/* WHITE CONTENT CARD */
.hero-content-card {
  background: #ffffff;
  /* User requested white content card in latest prompt, though prev was cream. Sticking to White as per "White content card" text */
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(139, 116, 56, 0.15);
  width: 100%;
  /* Fills the 720px column */
  position: relative;
  /* Context for button if needed */
}

.hero-h1 {
  font-family: var(--default-font);
  /* Inter */
  font-weight: 800;
  font-size: 32px;
  /* Approx 2rem */
  line-height: 1.25;
  color: #2c3e50;
  margin-bottom: 8px;
}

.hero-italic-sub {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  color: #b8860b;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-tagline {
  font-weight: 700;
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 8px;
}

.hero-divider {
  height: 1px;
  background-color: #d4af37;
  width: 100%;
  margin-bottom: 16px;
  opacity: 0.5;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 19px;
  /* Space before button */
}

/* Upper CTA */
.btn-hero-dark {
  display: inline-block;
  background-color: #102a30;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero-dark:hover {
  background-color: #1f4750;
  color: #fff;
  transform: translateY(-2px);
}

/* RIGHT IMAGE - COLLAGE */
.hero-collage-wrapper {
  /* Vertically aligned to center of white card */
  margin-top: 100px;
  /* Manual offset to align visually with the card center as requested "Vertically aligned to the center of the white content card" - rough estimate/flex adjustment */
  width: 380px;
}

.hero-collage-img {
  width: 100%;
  max-width: 380px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* --- LOWER HERO (AI Content) --- */

/*..... New css ..........*/
.hero-jewels .wrapper_img {
  background: url(../img/bharat_Img/info_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-jewels .hero-title {
  font-size: 26px;
  color: #0C3338;
  font-weight: 800;
}

.hero-jewels .hero-subtitle {
  font-size: 18px;
  color: #3E3E3E;
}

.hero-jewels .hero-list li span {
  font-size: 18px;
  color: #3E3E3E;
}


/* Responsive program_hero styles moved to mobile.css */



.hero-lower-section {
  /* No extra margin top needed if gap handles it */
  background: url(../img/banner/info_banner.svg);
  padding: 30px;
  margin: 0 -20px;
}

/* AI Content Left */
.hero-ai-content {
  max-width: 720px;
  /* Matches left col */
}

.hero-ai-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 26px;
  color: #102a30;
  line-height: 1.2;
}

.hero-ai-title span {
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 800;
  /* Bold sans-serif */
  display: block;
  margin-top: 4px;
}

.hero-ai-subtitle {
  margin-top: 16px;
  font-size: 16px;
  color: #444;
}

/* List */
.hero-ai-list {
  margin-top: 24px;
  list-style: none;
  padding: 0;
}

.hero-ai-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.hero-ai-list li::before {
  content: "\F26A";
  /* Bootstrap check-circle */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 1px;
  color: #b8860b;
  /* Gold check */
}

.btn-hero-lower {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  background-color: #102a30;
  color: #fff;
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
}

.btn-hero-lower i {
  margin-left: 8px;
}

/* Right Poster */
.hero-poster-wrapper {
  width: 368px;
  /* "Align poster top roughly with the first bullet item" */
  margin-top: 100px;
  /* Approx offset */
  margin-right: 20px;
  /* "Maintain ~40px right spacing" handled by padding + margin */
}

.hero-poster-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Mobile responsiveness block moved to mobile.css */


/* Redundant stats styles removed */


/* Who We Are - Premium Redesign */
.who-we-are-section {
  background: #e8e2d2;
  /* Fallback for marble */
  /* background: url('../img/marble-bg.jpg'); If image existed */
  padding: 80px 0;
  position: relative;
  /* Simulate marble texture with gradient if no image */
  background: radial-gradient(circle at 10% 20%, rgb(239, 237, 227) 0%, rgb(231, 224, 212) 90%);
}

.institute-info-card {
  background: #ffffe4;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.institute-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
}

.institute-info-card p {
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
  text-align: justify;
  /* Or center if preferred, justified looks cleaner for long text */
  /* text-align-last: center; */
  /* Center the last line for balance */
}

/* Wa Stats Wrapper */
.wa-stats-wrapper {
  margin-top: 60px;
  position: relative;
}

.wa-stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1e1e1e;
  font-family: var(--heading-font);
  /* Or serif */
  font-family: "Adelle_Sans_Thin", serif;
  /* Ensure it looks premium */
  margin-bottom: 5px;
}

.wa-stat-title {
  font-size: 1.1rem;
  color: #6d6d6d;
  font-weight: 400;
  font-family: "Adelle_Sans_Thin", serif;
  /* Premium feel */
  /* max-width: 300px; */
  /* Constrain width for better stacking */
  display: inline-block;
}

/* Divider Logic */
@media (min-width: 768px) {
  .border-start-md {
    border-left: 1px solid #d4af37;
    /* Gold divider */
  }
}

@media (max-width: 767px) {
  .wa-stat-col {
    margin-bottom: 30px;
    text-align: center !important;
    padding: 0 !important;
  }

  .wa-stat-col:last-child {
    margin-bottom: 0;
  }

  .wa-stat-title {
    display: block;
    margin: 0 auto;
  }

  .swiper-pagination {
    display: none !important;
  }

  .institute-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px;
  }

  .institute-header img {
    max-height: 80px;
    margin-bottom: 12px;
  }

  .institute-title {
    text-align: center;
    margin: 0;
  }

  .institute-info-card .institute-header h3 {
    display: block !important;
    text-align: center !important;
  }



  /* Control Who We Are logos size */
  /* Who We Are – logo exact size */
  /* .who-we-are-section .institute-info-card img {
  width: 308px;   /* from design */
  /* height: 94px;   from design */
  /* object-fit: contain;
}  */



}

/*--------------------------------------------------------------
# Jewellery Design Executive Program Specific Styles
--------------------------------------------------------------*/
.hero-program {
  background: linear-gradient(rgba(0, 32, 28, 0.8), rgba(0, 32, 28, 0.8)), url('../img/Jew_Deg_Exceu/Hero_BagGround.png') no-repeat center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  border-radius: 20px;
  margin: 20px;
}

.hero-program .breadcrumb-item,
.hero-program .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7) !important;
}

.hero-program .breadcrumb-item.active {
  color: #fff !important;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.check-list li::before {
  content: '\F26E';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: #e2be76;
  font-size: 20px;
}

.lead-form-card {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.lead-form-card h4 {
  color: #00201c;
  margin-bottom: 20px;
  font-weight: 600;
}

.btn-apply-now {
  background: #cc9933;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  letter-spacing: 1px;
}

.partners-grid {
  background: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.partner-logo {
  max-width: 120px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}

.partner-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.highlights-section {
  background: #00201c;
  padding: 80px 0;
  color: #fff;
}

.highlight-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  text-align: center;
  color: #333;
  transition: 0.3s;
}

.highlight-card:hover {
  transform: translateY(-5px);
}

.highlight-card i {
  font-size: 40px;
  color: #cc9933;
  margin-bottom: 20px;
  display: block;
}

.highlight-card h5 {
  color: #00201c;
  font-weight: 700;
  margin-bottom: 15px;
}

.leadership-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.profile-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.profile-card img {
  border-radius: 8px;
}

.profile-card h5 {
  color: #cc9933;
  margin-bottom: 5px;
}

.profile-card span {
  font-size: 14px;
  color: #777;
}

.learn-grid {
  padding: 80px 0;
  background: #fff;
}

.learn-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}

.learn-item:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.learn-item i {
  font-size: 30px;
  color: #cc9933;
  margin-bottom: 15px;
  display: block;
}

.learn-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.reg-section {
  padding: 100px 0;
  background: url('../img/Jew_Deg_Exceu/registration_bg.png') no-repeat center;
  background-size: cover;
}

.testimonials {
  padding: 40px 0;
  background: #f3f6fa;
}

.testimonial-card {
  background: #fdfbf7;
  border: 1px solid #f1e6d0;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid #cc9933;
}

.other-programs {
  padding: 80px 0;
  background: #f9f9f9;
}

.program-card-alt {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.program-card-alt:hover {
  transform: translateY(-5px);
}

.program-card-alt img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.program-card-alt .p-body {
  padding: 25px;
}

.featured-program {
  border: 2px solid #cc9933;
  background: #fffefb;
}

.flagship-section {
  padding: 80px 0;
  background: #00201c;
  color: #fff;
}

.flagship-section .head1 {
  color: #fff !important;
}

.reg-section .btn-color {
  background-color: #0C3338;
  color: #fff;
  font-size: 14px;
}

.reg-section .btn-color .arrow {
  margin-left: 50px;
}

.arrow {
  margin-left: 70px;
}

.program-card-alt h5,
.program-card-alt h6 {
  color: #0C3338;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}

.student-card {
  background: #ffffff;
  border: 1.5px solid #8fa3a1;
  border-radius: 10px;
  padding: 40px 25px 30px;
  text-align: center;
  position: relative;
}

.avatar-circle {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 2px solid #0b2f2a;
  border-radius: 50%;
  margin: -65px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-circle img {
  width: 38px;
  height: 38px;
}

.student-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.student-card h6 {
  font-weight: 600;
  font-size: 14px;
  color: #0b2f2a;
  margin: 0;
}

.explore-btn {
  background-color: #c9a56a;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.explore-btn .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-left: 0;
}

.explore-btn:hover {
  background-color: #b89455;
  color: #ffffff;
}

.explore-btn:hover .arrow {
  transform: translateX(4px);
}

.download-link {
  font-size: 13px;
  font-weight: 500;
  color: #0c3338;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
}

/* Helper classes for inline styles */
.bg-dark-teal {
  background-color: #0C3338 !important;
}

.img-white-box {
  display: inline-block;
  background: #ffffff;
  padding: 12px;
  border-radius: 14px;
}

.img-mw-420 {
  max-width: 420px;
}

.profile-card-img-fix {
  max-width: 280px;
  height: 360px;
  overflow: hidden;
}

.profile-img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}













.video-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.video-player iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: 0;
}

@media (max-width: 768px) {
  .video-gallery {
    grid-template-columns: 1fr;
    gap: 15px !important;
  }
}

.video-list {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.video-list a {
  display: block;
  padding: 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.video-list a.active,
.video-list a:hover {
  background: #0c3338;
  color: #fff;
}

@media (max-width: 768px) {
  .video-gallery {
    grid-template-columns: 1fr;
  }
}

/* .feature-card .icon img {
  width: 35px !important;
  height: 35px !important;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

/* Jewellery Design Executive Program Specific Styles */
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.check-list li::before {
  content: '\F26E';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: #e2be76;
  font-size: 20px;
}

.lead-form-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.lead-form-card label {
  color: #fff !important;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.lead-form-card .form-control {
  background: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 15px !important;
  margin-bottom: 20px !important;
  color: #333 !important;
  font-size: 15px !important;
}

.lead-form-card select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
}

.lead-form-card .form-check-label {
  color: #fff !important;
  font-size: 14px !important;
  display: inline-block;
  margin-bottom: 0;
}

.lead-form-card .form-check-input {
  background-color: transparent;
  border: 2px solid #fff;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  cursor: pointer;
  border-radius: 50% !important;
}

.lead-form-card .form-check-input:checked {
  background-color: #c9a56a;
  border-color: #c9a56a;
}

.btn-apply-now {
  background: #c9a56a;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  letter-spacing: 0.5px;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 10px;
}

.btn-apply-now:hover {
  background: #b89455;
  color: #fff;
}

.partners-grid {
  background: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.partner-logo {
  max-width: 120px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}

.partner-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.highlights-section {
  background: #00201c;
  padding: 80px 0;
  color: #fff;
}

.highlight-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  text-align: center;
  color: #333;
  transition: 0.3s;
}

.highlight-card:hover {
  transform: translateY(-5px);
}

.highlight-card i {
  font-size: 40px;
  color: #cc9933;
  margin-bottom: 20px;
  display: block;
}

.highlight-card h5 {
  color: #00201c;
  font-weight: 700;
  margin-bottom: 15px;
}

.learn-grid {
  padding: 80px 0;
  background: #fff;
}

.learn-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}

.learn-item:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.learn-item i {
  font-size: 30px;
  color: #cc9933;
  margin-bottom: 15px;
  display: block;
}

.learn-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.reg-section {
  padding: 100px 0;
  background: url('../img/Jew_Deg_Exceu/registration_bg.png') no-repeat center;
  background-size: cover;
}

.testimonial-card {
  background: #fdfbf7;
  border: 1px solid #f1e6d0;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid #cc9933;
}

.other-programs {
  padding: 80px 0;
  background: #f9f9f9;
}

.program-card-alt {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.program-card-alt:hover {
  transform: translateY(-5px);
}

.program-card-alt img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.program-card-alt .p-body {
  padding: 25px;
}

.featured-program {
  border: 2px solid #cc9933;
  background: #fffefb;
}

.flagship-section {
  padding: 80px 0;
  background: #00201c;
  color: #fff;
}

.flagship-section .head1 {
  color: #fff !important;
}

.reg-section .btn-color {
  background-color: #0C3338;
  color: #fff;
  font-size: 14px;
}

.reg-section .btn-color .arrow {
  margin-left: 50px;
}

.program-card-alt h5,
.program-card-alt h6 {
  color: #0C3338;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}

.explore-btn {
  background-color: #c9a56a;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.explore-btn .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.explore-btn:hover {
  background-color: #b89455;
  color: #ffffff;
}

.explore-btn:hover .arrow {
  transform: translateX(4px);
}

.download-link {
  font-size: 13px;
  font-weight: 500;
  color: #0c3338;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
}

.learn-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(500%) hue-rotate(5deg);
}

.student-video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.video-thumb {
  position: relative;
  height: 300px;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.play-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(40% 30%, 70% 50%, 40% 70%);
}

.student-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
}

.student-info img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.student-info h6 {
  margin: 0;
  font-size: 0.9rem;
}

.student-info small {
  font-size: 0.75rem;
  color: #777;
}

.testimonial-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 5px;
}

.carousel-control-prev,
.carousel-control-next {
  position: static;
  width: 40px;
  height: 40px;
  background: #d4af37;
  border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.carousel-item {
  height: auto !important;
}

.carousel {
  margin-top: 0px !important;
}






/* =========================================
    BPMI - WHO WE ARE – HORIZONTAL CARD LAYOUT FIX
   ========================================= */
.who-row {
  display: flex;
  align-items: center;
  gap: 20px;
  /* margin-bottom: 80px; */
}

/* Reverse second row */
.who-row.reverse {
  flex-direction: row-reverse;
}

/* Logo → 35% */
.who-logo {
  flex: 0 0 25%;
  text-align: center;
}

.who-logo img {
  /* width: 180px;      */
  height: 230px;
  object-fit: contain;
}

/* Content → 75% */
.who-content {
  flex: -1 0 75%;
}

.who-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.who-content p {
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* who-row mobile styles moved to mobile.css */




/* ===================================
   OVERLAP CINEMATIC SLIDER
=================================== */

/* ==============================
   OVERLAP CINEMATIC SLIDER FINAL
============================== */
/* ===== CINEMATIC OVERLAP SLIDER ===== */

.overlap-slider {
  padding: 100px 0;
  background: #f3f3f3;
  overflow: hidden;
}

#overlapSlider {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* base slide – landscape rectangle */
#overlapSlider .slide {
  position: absolute;
  width: 300px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.6s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: blur(4px);
  transform: scale(0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlapSlider .slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  /* image fills rectangle side-to-side without borders */
}

/* ===== CENTER ===== */
#overlapSlider .slide.active {
  width: 500px;
  /* wider active card */
  height: 330px;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  z-index: 5;
}

/* ===== NEAR LEFT / RIGHT ===== */
#overlapSlider .slide.prev {
  transform: translateX(-220px) scale(0.9);
  opacity: 0.8;
  filter: blur(1px);
  z-index: 4;
}

#overlapSlider .slide.next {
  transform: translateX(220px) scale(0.9);
  opacity: 0.8;
  filter: blur(1px);
  z-index: 4;
}

/* ===== FAR LEFT / RIGHT ===== */
#overlapSlider .slide.left-far {
  transform: translateX(-420px) scale(0.75);
  opacity: 0.4;
  z-index: 2;
}

#overlapSlider .slide.right-far {
  transform: translateX(420px) scale(0.75);
  opacity: 0.4;
  z-index: 2;
}

/* hide rest */
#overlapSlider .slide.hidden {
  opacity: 0;
  pointer-events: none;
}




/* ===================================
   JD MODULE ACCORDION (Curriculum)
=================================== */
.jd-module-card {
  border: 1px solid #e0c48f;
  /* Keep existing border or use accent-color */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fffdf6;
  /* Light background */
  transition: 0.3s;
  font-family: var(--default-font);
  /* Use site font */
}

.jd-module-header {
  padding: 14px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  /* Standard font weight */
  color: var(--default-color);
  /* Use site text color */
  font-family: var(--heading-font);
  /* Use heading font for titles */
}

.jd-module-header strong {
  color: #cc9933;
  /* IGM Gold for labels */
  margin-right: 5px;
}

.jd-module-header:hover {
  background: #f6edd8;
  color: #000;
}

.jd-arrow {
  transition: 0.3s;
  font-size: 1.2rem;
  color: #cc9933;
  /* Gold arrow */
}

.jd-module-body {
  display: none;
  padding: 18px;
  background: #fff;
  /* White background for content */
  border-top: 1px solid #f0e6d2;
}

.jd-module-card.active .jd-module-body {
  display: block;
}

.jd-module-card.active .jd-arrow {
  transform: rotate(180deg);
}

/* Chapters */
.jd-chapter-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.jd-chapter-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #555;
  font-family: var(--default-font);
}

.jd-chapter-list li b {
  color: #0c3338;
  /* Dark Teal for chapter numbers */
  font-weight: 600;
  margin-right: 5px;
}

.jd-tech-module,
.jd-duration {
  font-size: 14px;
  margin-top: 15px;
  background: #fdfbf5;
  padding: 10px;
  border-radius: 6px;
  border: 1px dashed #e0c48f;
  color: #333;
}





/* =========================================
   BRANDS CAROUSEL — FIX OVERFLOW & SIZE
========================================= */

/* Keep slider inside container */
.brands-carousel .swiper {
  overflow: hidden;
}

/* Proper slide sizing for smooth marquee */
.brands-carousel .swiper-slide {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Control logo size so slides don’t stretch */
.brands-carousel .swiper-slide img {
  max-height: 60px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}









































/* ===== MICRO CONTENT YOUTUBE PLAYLIST ===== */

.video-list {
  max-height: 420px;
  overflow-y: auto;
}

.video-item {
  display: flex;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.video-item img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.video-item.active,
.video-item:hover {
  background: #0c3338;
  color: #fff;
}




/* Blog page  */
/* Blog section spacing */
.blog-section-large {
  background: white;
  padding: 150px 0;
}

/* Blog card */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Blog image */
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Card body */
.blog-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

/* Meta text */
.blog-meta {
  font-size: 0.85rem;
  color: #000;
  margin-bottom: 8px;
}

/* Title clamp */
.blog-title {
  font-size: 1.1rem;
  color: #000;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}

/* Read more link */
.blog-readmore {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
}

.blog-readmore:hover {
  text-decoration: underline;
}






/* =========================================
   FEATURE CARD ICON HOVER EFFECT (GOLD BG + WHITE ICON)
========================================= */

.feature-card .icon {
  transition: all 0.3s ease;
  background: #fffdf5;
  /* default light background */
}

.feature-card .icon img {
  transition: all 0.3s ease;
}

/* Hover effect */
.feature-card:hover .icon {
  background: #cc9933;
  /* gold */
}

.feature-card:hover .icon img {
  filter: brightness(0) invert(1);
  /* turn icon white */
}


/* ==========================================================
   RESPONSIVE OVERRIDES – Consolidated from mobile.css
   Breakpoints: 1100, 1200, 992, 768, 576, 400 px
   CSS-only overrides. No HTML markup changes.
   ========================================================== */

/* ----------------------------------------------------------
   0.1  LARGE SCREENS / TABLETS (≤1100px) – Hero flex layout
   ---------------------------------------------------------- */
@media (max-width: 1100px) {
  .hero-flex-row {
    flex-direction: column;
    align-items: center;
  }

  .hero-col-left,
  .hero-col-right,
  .hero-ai-content,
  .hero-poster-wrapper {
    width: 100%;
    max-width: 720px;
    margin-bottom: 40px;
  }

  .hero-collage-wrapper,
  .hero-poster-wrapper {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }

  .hero-collage-img,
  .hero-collage-wrapper {
    width: 300px;
    margin: 0 auto;
  }

  .hero-logo-card {
    max-width: 100%;
  }
}

/* ----------------------------------------------------------
   1.  LARGE TABLETS (≤1200px)
   ---------------------------------------------------------- */
@media (max-width: 1200px) {

  /* Typography */
  .head {
    font-size: 36px;
  }

  .head1 {
    font-size: 36px;
  }

  /* Standardized top spacing for fixed header offset */
  main {
    padding-top: 140px !important;
  }

  .program {
    margin-top: 0;
  }

  /* Feature grid: 3 columns */
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Program hero height loosened */
  .program .program_hero {
    height: auto;
    min-height: 480px;
  }

  /* Swiper logos cap size */
  .brands-carousel .swiper-slide img {
    max-height: 54px;
    max-width: 110px;
  }

  /* CTA button – allow wrapping */
  .cta-btn {
    white-space: normal;
  }

  /* Switch header to mobile layout */
  .header-dek {
    display: none;
  }

  .header-mob {
    display: block !important;
  }

  /* ----- Mobile Navigation (≤1200px) ----- */
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* ----------------------------------------------------------
   General Hero fixes (all sizes)
   ---------------------------------------------------------- */
.hero {
  min-height: 400px !important;
  height: auto !important;
}

.hero .container {
  margin-top: 0;
}

/* ----------------------------------------------------------
   2.  TABLETS (≤992px)
   ---------------------------------------------------------- */
@media (max-width: 992px) {

  /* Typography */
  .head {
    font-size: 30px;
  }

  .head1 {
    font-size: 30px;
  }

  /* Hero section */
  .program .program_hero {
    height: auto;
    min-height: unset;
    padding: 20px;
    background-size: cover;
  }

  .program .program_hero.row,
  .program_hero.row {
    flex-direction: column !important;
  }

  .program_hero .content_section,
  .program_hero .hero-right {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .program .program_hero .logo_strip {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
  }

  .hero_img_box {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 20px auto 0;
    display: block;
  }

  .hero-content-card {
    padding: 24px;
    border-radius: 12px;
    width: 100%;
  }

  /* Feature grid: 2 columns */
  .feature-grid,
  .bpmi-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 1.5rem;
  }

  /* Program card image height */
  .program-card img {
    height: 180px;
  }

  /* Stats row spacing */
  .stats-section .row>[class*="col-"] {
    margin-bottom: 20px;
  }

  /* Who We Are: stack vertically */
  .who-we-are-igm {
    flex-direction: column !important;
    text-align: center;
  }

  .who-we-are-igm .who-logo,
  .who-we-are-igm .who-content {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Registration section */
  .reg-section {
    padding: 60px 0;
  }

  .reg-section .cta-btn,
  .cta-btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* Leadership grid */
  .leadership-grid-rect {
    gap: 20px;
  }

  /* Brands carousel */
  .brands-carousel {
    overflow: hidden;
  }

  .brands-carousel .swiper-slide img {
    max-height: 50px;
    max-width: 100px;
  }

  /* Highlights section */
  .highlights-section {
    padding: 50px 0;
  }

  /* Breadcrumb */
  .breadcrumb {
    padding-top: 0 !important;
  }

  /* Who-row: stack */
  .who-row,
  .who-row.reverse {
    flex-direction: column !important;
  }

  .who-row .col-md-6 {
    margin-bottom: 30px;
  }

  /* Hero background swaps for mobile art */
  .program .program_hero .logo_strip {
    width: 180px;
    height: 78px;
  }

  .program .program_hero {
    height: 632px;
    background: url(../img/bharat_Img/mobile_hero_banner.svg);
  }

  .hero-jewels .wrapper_img {
    background: url(../img/bharat_Img/masterclass_hero_banner.svg);
  }

  /* JS / Jignesh Shah block column order */
  .or-2 {
    order: 2;
  }

  .or-1 {
    order: 1;
  }

  .js-text {
    margin: 5%;
    display: flex;
    flex-direction: column;
  }

  .js-bg {
    order: 2;
    height: auto;
  }

  .js-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: auto;
    min-height: 400px;
    order: 1;
  }
}

/* ----------------------------------------------------------
   3.  SMALL TABLETS / LARGE PHONES (≤768px)
   ---------------------------------------------------------- */
@media (max-width: 768px) {

  /* Typography */
  .head {
    font-size: 26px;
  }

  .head1 {
    font-size: 26px;
  }

  /* Hero section */
  .program .program_hero {
    padding: 16px;
  }

  .program .program_hero .logo_strip {
    width: 130px;
  }

  .hero-content-card {
    padding: 16px !important;
  }

  .hero_img_box {
    max-width: 300px;
  }

  .hero-right {
    margin-top: 16px;
  }

  /* Feature grid: 2 columns */
  .feature-grid,
  .bpmi-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .feature-card {
    padding: 18px 12px;
  }

  /* Program cards */
  .program-card {
    margin-bottom: 20px;
  }

  .program-card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
  }

  /* Stat cards */
  .stat-card {
    min-height: auto;
    padding: 24px 16px;
    margin-bottom: 16px;
  }

  .stat-card .stat-value {
    font-size: 2.2rem;
  }

  .stat-card .stat-unit {
    font-size: 1rem;
  }

  .stat-card .stat-title {
    font-size: 0.95rem;
  }

  /* Who We Are */
  .who-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .who-row .who-logo,
  .who-row .who-content {
    flex: 0 0 100%;
    width: 100%;
  }

  .who-logo {
    order: -1;
    margin-bottom: 12px;
  }

  .who-logo img {
    max-width: 200px;
    height: auto;
  }

  .who-content h3 {
    font-size: 20px;
    text-align: center;
  }

  .who-content p {
    font-size: 14px;
    text-align: center;
  }

  .who-we-are-igm {
    flex-direction: column;
    text-align: center;
  }

  .who-we-are-igm .who-logo {
    order: -1;
    margin-bottom: 12px;
    flex: unset;
    width: 100%;
  }

  .who-we-are-igm .who-content {
    flex: unset;
    width: 100%;
  }

  /* Brands carousel */
  .brands-carousel .swiper {
    overflow: hidden;
  }

  .brands-carousel .swiper-slide img {
    max-height: 44px;
    max-width: 90px;
  }

  /* Lead form card */
  .lead-form-card {
    padding: 20px;
    margin-top: 20px;
  }

  /* Registration section */
  .reg-section {
    padding: 50px 0;
  }

  .reg-section .cta-btn,
  .btn-apply-now,
  .cta-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Highlight cards */
  .highlight-card {
    padding: 20px 16px;
    margin-bottom: 16px;
  }

  .highlights-section {
    padding: 40px 0;
  }

  /* WA Stats */
  .wa-stats-wrapper .row {
    flex-direction: column;
    align-items: center;
  }

  .wa-stat-col {
    text-align: center !important;
    padding: 12px 0 !important;
    border-left: none !important;
  }

  .wa-stat-number {
    font-size: 2rem;
  }

  /* Leadership cards: 2 columns */
  .leadership-grid-rect {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Overlap Slider */
  #overlapSlider {
    height: 320px;
  }

  #overlapSlider .slide.active {
    width: 380px;
    height: 250px;
  }

  #overlapSlider .slide.prev {
    transform: translateX(-140px) scale(0.85);
  }

  #overlapSlider .slide.next {
    transform: translateX(140px) scale(0.85);
  }

  #overlapSlider .slide.left-far,
  #overlapSlider .slide.right-far {
    opacity: 0;
    pointer-events: none;
  }
}

/* ----------------------------------------------------------
   4.  MOBILE PHONES (≤576px)
   ---------------------------------------------------------- */
@media (max-width: 576px) {

  /* Typography */
  .head {
    font-size: 22px;
  }

  .head1 {
    font-size: 22px;
  }

  /* Feature grid: 1 column */
  .feature-grid,
  .bpmi-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Program cards: 1 per row */
  .col-md-6.col-lg-3,
  .col-sm-6.col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .program-card img {
    height: 200px;
  }

  /* Stat cards: 1 per row */
  .stats-section .col-lg-3,
  .stats-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .stat-card {
    min-height: auto;
    margin-bottom: 16px;
  }

  /* Hero */
  .program .program_hero {
    padding: 12px;
  }

  .program .program_hero .logo_strip {
    width: 140px;
  }

  .hero_img_box {
    max-width: 240px;
  }

  .program .hero-content-card .hero-title {
    font-size: 18px;
  }

  .hero-content-card {
    padding: 10px !important;
  }

  /* CTA buttons: full width */
  .cta-btn,
  .btn-apply-now,
  .btn-color,
  .explore-btn,
  .program-cta {
    width: 100% !important;
    display: block;
    text-align: center;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .reg-section .btn-color .arrow,
  .cta-btn .arrow {
    margin-left: 20px;
  }

  /* Lead form card */
  .lead-form-card {
    padding: 16px;
  }

  .lead-form-card .form-control {
    padding: 10px 12px !important;
    font-size: 14px !important;
    margin-bottom: 14px !important;
  }

  /* Brands carousel */
  .brands-carousel .swiper-slide img {
    max-height: 38px;
    max-width: 78px;
  }

  .brands-carousel {
    padding: 20px 0;
  }

  /* Who We Are typography */
  .who-content h3 {
    font-size: 18px;
  }

  .who-content p {
    font-size: 13.5px;
  }

  .who-logo img {
    max-width: 200px;
  }

  /* Leadership grid: 1 column */
  .leadership-grid-rect {
    grid-template-columns: 1fr;
  }

  /* Highlights section */
  .highlights-section .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .highlights-section {
    padding: 30px 0;
  }

  .stats-section {
    padding: 40px 0;
  }

  .reg-section {
    padding: 40px 0;
  }

  /* Overlap slider */
  #overlapSlider {
    height: 260px;
  }

  #overlapSlider .slide.active {
    width: 320px;
    height: 210px;
  }

  #overlapSlider .slide.prev,
  #overlapSlider .slide.next {
    opacity: 0;
    pointer-events: none;
  }

  /* Accordion (curriculum) */
  .jd-module-header {
    font-size: 14px;
    padding: 12px 14px;
  }

  .jd-chapter-list li {
    font-size: 13px;
  }

  .jd-tech-module,
  .jd-duration {
    font-size: 13px;
  }

  /* Container inner spacing */
  .container {
    padding: 20px 16px;
  }

  /* WA stats */
  .wa-stat-number {
    font-size: 1.6rem;
  }

  .wa-stat-title {
    font-size: 0.85rem;
  }
}

/* ----------------------------------------------------------
   5.  SMALL PHONES (≤400px)
   ---------------------------------------------------------- */
@media (max-width: 400px) {

  /* Typography */
  .head {
    font-size: 18px;
  }

  .head1 {
    font-size: 18px;
  }

  /* Hero */
  .program .program_hero {
    padding: 10px;
  }

  .program .program_hero .logo_strip {
    width: 120px;
  }

  .hero_img_box {
    max-width: 200px;
  }

  .program .hero-content-card .hero-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .program .hero-content-card .hero-subtitle {
    font-size: 14px;
  }

  .program .hero-content-card .hero-description {
    font-size: 13px;
  }

  /* Feature cards */
  .feature-card {
    padding: 14px 10px;
  }

  .feature-card h5 {
    font-size: 14px;
  }

  /* Program cards */
  .program-card img {
    height: 160px;
  }

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

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

  /* Stat cards */
  .stat-card .stat-value {
    font-size: 1.8rem;
  }

  .stat-card .stat-title {
    font-size: 0.85rem;
  }

  /* Brands carousel */
  .brands-carousel .swiper-slide img {
    max-height: 32px;
    max-width: 66px;
  }

  /* Who We Are */
  .who-logo img {
    max-width: 200px;
  }

  .who-content h3 {
    font-size: 15px;
  }

  .who-content p {
    font-size: 13px;
  }

  /* CTA buttons */
  .cta-btn,
  .btn-apply-now {
    font-size: 13px;
    padding: 10px 14px !important;
  }

  /* Lead form inputs */
  .lead-form-card .form-control {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }

  /* Container padding */
  .container {
    padding: 48px 16px;
  }

  /* Highlights */
  .highlight-card {
    padding: 14px 10px;
  }

  .highlight-card i {
    font-size: 30px;
  }

  .highlight-card h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  /* Overlap Slider */
  #overlapSlider {
    height: 220px;
  }

  #overlapSlider .slide.active {
    width: 260px;
    height: 170px;
  }

  /* WA stats */
  .wa-stat-number {
    font-size: 1.4rem;
  }

  .wa-stat-title {
    font-size: 0.8rem;
  }

  /* Breadcrumb */
  .breadcrumb {
    padding-top: 20px;
    font-size: 11px;
  }
}

/* ========== END RESPONSIVE OVERRIDES ========== */

/* ============================= */
/* DESKTOP – Tools section: 5 cards per row */
/* ============================= */
@media (min-width: 1200px) {
  .feature-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .feature-grid-gold {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
     gap: 20px;
  margin-top: 3rem;
  }
}

 .feature-grid-gold {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Standardized to 4 columns as per layout needs */
  gap: 20px;
  margin-top: 3rem;
  }