:root{
	
	--primary: #0cb1e4;
	--secondary: #252525;
	--primary-hover: #fd710e;
	--primary-dark: #e96100;
	
	--rgba-primary-1: rgba(255, 106 ,0 ,0.1);
	--rgba-primary-2: rgba(255, 106 ,0 ,0.2);
	--rgba-primary-3: rgba(255, 106 ,0 ,0.3);
	--rgba-primary-4: rgba(255, 106 ,0 ,0.4);
	--rgba-primary-5: rgba(255, 106 ,0 ,0.5);
	--rgba-primary-6: rgba(255, 106 ,0 ,0.6);
	--rgba-primary-7: rgba(255, 106 ,0 ,0.7);
	--rgba-primary-8: rgba(255, 106 ,0 ,0.8);
	--rgba-primary-9: rgba(255, 106 ,0 ,0.9);
	
	/* Other */
	--theme-text-color: #fff;
	--title: #232323;
	
}


/* ===== Slider Text Fix for Long Content ===== */
/* ===== SLIDER TEXT SIZE FIX (FOR LONG HEADINGS) ===== */

.inner-content .sub-title {
    font-size: 14px !important;
    letter-spacing: 2px;
}

.inner-content .title {
    font-size: 48px !important;
    line-height: 1.1 !important;
}

.inner-content .title-small {
    font-size: 24px !important;
    line-height: 1.3 !important;
}

/* Tablet */
@media (max-width: 991px) {
    .inner-content .title {
        font-size: 38px !important;
    }
    .inner-content .title-small {
        font-size: 20px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .inner-content .title {
        font-size: 28px !important;
    }
    .inner-content .title-small {
        font-size: 17px !important;
    }
}
.acc-icon{
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  object-fit: contain;
}


.accordion-button{
  display: flex;
  align-items: center;
  gap: 10px;
}

.acc-icon{
  width: 40px;
  height: 40px;
  flex: 0 0 28px;
  object-fit: contain;
  margin-left: -70px;
}
/* Logo container */
.logo-header {
  display: flex;
  align-items: center;
  height: 90px;           /* adjust as per your header */
  padding: 10px 0;
}

/* Link should not collapse */
.logo-header .logo-link {
  display: flex;
  align-items: center;
}

/* The real fix: keep aspect ratio + prevent crop */
.logo-header img.site-logo {
  max-height: 70px;       /* control logo height */
  width: auto;            /* keep ratio */
  max-width: 220px;       /* optional */
  object-fit: contain;    /* ensures full logo visible */
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .logo-header { height: 70px; }
  .logo-header img.site-logo {
    max-height: 50px;
    max-width: 170px;
  }
}
.footer-logo a{
  display: inline-flex;
  align-items: center;
}

.footer-logo img.footer-site-logo{
  height: 70px;        /* change 35/40/50 as you like */
  width: auto;         /* keep ratio */
  max-width: 180px;    /* optional */
  object-fit: contain; /* avoid crop */
  display: block;
}
@media (max-width: 768px){
  .footer-logo img.footer-site-logo{
    height: 35px;
    max-width: 150px;
  }
}
/* right side image container */
.strategy-img-wrap{
  position: relative;
  max-width: 520px;   /* adjust */
  margin-left: auto;
}

/* green border frame behind image */
.strategy-img-frame{
  position: absolute;
  right: -18px;
  top: -18px;
  width: 100%;
  height: 100%;
  border: 12px solid #86c440;   /* green border */
  z-index: 0;
}

/* image box */
.strategy-img{
  position: relative;
  background: #fff;
  padding: 12px;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.strategy-img img{
  width: 100%;
  height: auto;
  display: block;
}

/* center check icon like screenshot */
.strategy-check{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(134,196,64,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy-check i{
  font-size: 34px;
  color: #86c440;
}

/* responsive */
@media (max-width: 991px){
  .strategy-img-wrap{
    margin: 30px auto 0;
  }
  .strategy-img-frame{
    right: -12px;
    top: -12px;
    border-width: 10px;
  }
}
/* ===== Fix: Partner/Client logos cut in Swiper ===== */
.swiper-container.clients-swiper{
  overflow-x: hidden;      /* swiper ko horizontal hide chahiye */
  overflow-y: visible;     /* vertical clip band */
  padding: 15px 0;         /* upar-niche space */
}

.swiper-container.clients-swiper .swiper-wrapper{
  align-items: center;
}

.swiper-container.clients-swiper .swiper-slide{
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container.clients-swiper .clients-logo{
  width: 220px;            /* adjust */
  height: 120px;           /* increase -> full logo show hoga */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.swiper-container.clients-swiper .clients-logo img.logo-main{
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
}
/* ===== Match Inner Banner with Homepage Hero Style ===== */
.parvati-inner-banner{
  position: relative;
      /* adjust: 360/420/500 */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* entry center align */
.parvati-inner-banner .ic-bnr-inr-entry{
  display: flex;
  align-items: center;
  justify-content: center;    /* center panel */
  text-align: center;
  padding: 40px 15px;
}

/* the blue overlay panel */
.parvati-inner-banner .banner-panel{
  width: min(575px, 106vw);
  padding: 156px 84px;
  background: rgba(0, 160, 210, 0.62);  /* hero jaisa blue */
  border-radius: 6px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  margin-right: auto;
}


/* small line text */
.parvati-inner-banner .banner-kicker{
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* heading */
.parvati-inner-banner h1{
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 18px;
}

/* breadcrumb */
.parvati-inner-banner .breadcrumb{
  background: transparent;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.parvati-inner-banner .breadcrumb .breadcrumb-item,
.parvati-inner-banner .breadcrumb a{
  color: rgba(255,255,255,0.92);
  font-weight: 600;
  text-decoration: none;
}

.parvati-inner-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  color: rgba(255,255,255,0.65);
}

/* optional: subtle dark overlay behind everything (if needed) */
.parvati-inner-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.25);
  pointer-events:none;
}/* banner base */
.clients-hero{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 300px;
}

/* align left like your screenshot */
.clients-hero .ic-bnr-inr-entry{
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* ✅ SAME BLUE PANEL (color + opacity like screenshot) */
.clients-hero .hero-panel{
  width: 560px;                 /* ✅ same width feel */
  max-width: 95vw;
  padding: 135px 45px;

  background: rgba(0, 150, 190, 0.72);   /* ✅ matching blue */
  border-left: 6px solid rgba(255,255,255,0.15);
}

/* text styles */
.clients-hero .kicker{
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.clients-hero h1{
  color: #fff !important;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 18px;
}

/* breadcrumb like screenshot */
.clients-hero .breadcrumb{
  background: transparent;
  padding: 0;
  margin: 0;
}

.clients-hero .breadcrumb-item,
.clients-hero .breadcrumb-item a{
  color: rgba(255,255,255,0.95) !important;
  font-weight: 700;
  text-decoration: none;
}

.clients-hero .breadcrumb-item + .breadcrumb-item::before{
  color: rgba(255,255,255,0.75);
}

/* mobile */
@media (max-width: 768px){
  .clients-hero .hero-panel{ width: 100%; padding: 109px 25px; }
  .clients-hero h1{ font-size: 40px; }
}
/* ===== Replace orange overlay-left with BLUE (like Products Details) ===== */
.banner-blue-left.overlay-left::before,
.banner-blue-left.overlay-left::after{
  background: rgba(0, 150, 190, 0.72) !important;  /* ✅ blue */
}

/* sometimes template uses extra layer */
.banner-blue-left.overlay-left .ic-bnr-inr-entry::before{
  background: rgba(0, 150, 190, 0.72) !important;
}
/* ===== Contact / Any banner: make background fit properly ===== */
.banner-blue-left{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* ===== Replace ORANGE overlay-left with BLUE (like Products Details) ===== */
/* Most themes use :before for the left color panel */
.banner-blue-left.overlay-left:before{
  background: rgba(0, 150, 190, 0.72) !important;   /* ✅ BLUE */
}

/* Some themes use :after too */
.banner-blue-left.overlay-left:after{
  background: rgba(0, 150, 190, 0.72) !important;
}

/* Keep text above overlay */
.banner-blue-left .ic-bnr-inr-entry{
  position: relative;
  z-index: 2;
}

/* Optional: control left panel width like your screenshot */
.banner-blue-left.overlay-left:before{
  width: 560px;   /* try 520 / 560 / 600 */
}
.recaptcha-hidden-field{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
