

.sr-hero-01.sr-cover-parallax .sr-cover-inner {
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    position: relative;
}

.sr-hero-01.sr-cover-parallax .sr-cover-image {
    will-change: transform, background-position;
    transform: translateZ(0);
    backface-visibility: hidden;
    z-index: 1;
}

.sr-hero-01 .height-auto     { min-height: 0vh; }
.sr-hero-01 .height-small    { padding: 8rem 0; }
.sr-hero-01 .height-medium   { padding: 14rem 0; }
.sr-hero-01 .height-large    { padding: 20rem 0; }
.sr-hero-01 .height-full     { min-height: 100vh; }








.blaze-slider {
    --slides-to-show: 1;
    --slide-gap: 20px;
    direction: ltr
}

.blaze-container {
    position: relative
}

.blaze-track-container {
    overflow: hidden
}

.blaze-track {
    will-change: transform;
    touch-action: pan-y;
    display: flex;
    gap: var(--slide-gap);
    --slide-width: calc((100% - (var(--slides-to-show) - 1) * var(--slide-gap)) / var(--slides-to-show));
    box-sizing: border-box
}

.blaze-track>* {
    box-sizing: border-box;
    width: var(--slide-width);
    flex-shrink: 0
}

.blaze-pagination {
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
    max-width: 206px;
    margin-left: auto;
    margin-right: auto;
}

.blaze-pagination button {
    position: relative;
    font-size: 0;
    width: 100%;
    height: 2px;
    border-radius: 0;
    border: none;
    background: var(--dots-color-default, var(--dark));
    opacity: 0.1;
    cursor: pointer;
    transition: transform 200ms ease, background-color 300ms ease, opacity 300ms ease;
    box-shadow: none;
    margin: 0;
    padding: 0 !important;
    appearance: none;
}
.blaze-pagination button:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: calc(100% + 16px);
}

.blaze-pagination button.active {
    background-color: var(--dots-color, var(--primary));
    opacity: 1;
}

.blaze-pagination button:is(:focus-visible,:focus,:hover) {
    cursor: pointer;
    opacity: .8;
    background-color: var(--dots-color, var(--primary));
}











.slide-down {
  animation: slideDown 1.8s ease-out forwards;
  opacity: 0;
}

@keyframes slideDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}







.villa-section {
  width: 100%;
  padding: 40px 0;
  margin-top:50px;
}
.villa-wrapper {
  
    background-image: var(--bg-desktop); /* <-- REQUIRED */
  background-size: cover;
  background-position: center;
  
  
  
  
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 490px; /* fixed height */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;


  background-size: cover;     /* <<< FULL WIDTH 1200px */
  background-position: center;
}


/* Right-side gradient */
.villa-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;

  pointer-events: none;
}

/* Small Logo Bottom Right */
.villa-logo {
  position: absolute;
  bottom: 58px;
  right: 98px;
  width: 65px;
  opacity: 0.9;
}


/* Tablet */
@media (max-width: 1024px) {
  .villa-section { padding: 30px 0; margin-top: 30px; }
  .villa-wrapper { height: 360px; }
  .villa-wrapper::after { width: 140px; }
  .villa-logo { right: 24px; bottom: 24px; width: 56px; }
}

/* Mobile */
@media (max-width: 767px) {
  .villa-section { padding: 20px 0; margin-top: 20px; }
  .villa-wrapper { height: 260px; border-radius: 8px; }
  .villa-wrapper::after { width: 110px; }
  .villa-logo { right: 16px; bottom: 16px; width: 48px; }
}










  .gm-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .gm-footer-nav ul li {
    display: inline-block;
    margin: 0 12px;
  }

  .gm-footer-nav ul li a {
    color: #1B1266;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
  }




/* ============================
   📱 MOBILE RESPONSIVE FOOTER
   ============================ */
@media (max-width: 768px) {
    /* VECTOR IMAGE RIGHT SIDE SMALL */
  /* FORCE VECTOR POSITION + SIZE ON MOBILE */
footer img[src*="vector"] {
    position: absolute !important;
    right: 5px !important;
    left: auto !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
    height: 60px !important; /* even smaller */
    width: auto !important;
    opacity: 0.25 !important;
    z-index: 1 !important;
}




  /* FOOTER PADDING */
  footer {
    padding: 30px 20px !important;
    text-align: center !important;
  }

  /* LOGO CENTER */
  footer img[alt=""] {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    margin: 0 auto 30px auto !important;
    height: 110px !important;
  }

  /* NAV MENU - 3 COLUMNS */
  .gm-footer-nav ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px 8px !important; /* row-gap / column-gap */
    justify-content: center !important;
    margin: 0 auto 7px auto !important;
    max-width: 350px !important;
  }

  .gm-footer-nav ul li {
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .gm-footer-nav ul li a {
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  /* BUTTONS COLUMN (NO SIDE-BY-SIDE) */
  footer div[style*="margin-bottom:10px"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
    margin-top: 0px !important;
  }

  footer div[style*="margin-bottom:10px"] a {
    width: 100% !important;
    max-width: 260px !important;
    padding: 14px 20px !important;
    text-align: center !important;
  }

  /* SOCIAL ICONS */
  footer div[style*="display:flex"][style*="gap"] {
    gap: 12px !important;
    margin: 10px 0 !important;
  }

  /* COPYRIGHT TEXT */
  footer p {
    margin-top: 5px !important;
    font-size: 12px !important;
  }
}





/* Container */
.two-image-section {
  margin-top: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  margin: 40px auto;
  max-width: 1110px;
  width: 100%;
}

/* LEFT IMAGE WITH GIVEN DIMENSIONS */
.custom-left-image img {
  width: 688.172607421875px;
  height: 387.3096923828125px;
  border-radius: 10px;
  opacity: 1;
  object-fit: cover;
  transform: rotate(0deg);
}

/* RIGHT IMAGE WITH GIVEN DIMENSIONS */
.custom-right-image img {
  width: 501.4315185546875px;
  height: 314.2132263183594px;
  border-radius: 10px;
  opacity: 1;
  object-fit: cover;
  transform: rotate(0deg);
   margin-top: 74px;   /* adjust this number as needed */
}




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

  .two-image-section {
    gap: 10px;
  }

  /* 🔄 SWAP: LEFT takes RIGHT size */
  .custom-left-image img {
    width: 648px;   /* was left image width */
    height: auto;
    margin-top: 0;
  }

  /* 🔄 SWAP: RIGHT takes LEFT size */
  .custom-right-image img {
   
      width: 481px;   /* was right image width */
    height: auto;
  }
}





/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .two-image-section {
    flex-direction: column;
    align-items: center;
  }
  .custom-right-image img {
     width: 100% !important;
    height: auto !important;
    margin-top: 0px;   /* adjust this number as needed */
}


  .custom-left-image img,
   {
    width: 100% !important;
    height: auto !important;
  }
}






.gm-cta-btn:hover{
  background:#FFB600;
  
}


/* MAIN WRAPPER */
.gm-cta-section {
 display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;

  max-width: 1110px;
  width: 100%;
  margin: 40px auto;
}

/* LEFT PURPLE BOX */
/* LEFT PURPLE BOX */
.gm-cta-box {
  width: 688.172607421875px;
  height: 387.3096923828125px;
  border-radius: 10px;
  opacity: 1;
  object-fit: cover;
  transform: rotate(0deg);

  background: radial-gradient(
    circle at top left,
    #6316B8 0%,
    #B40DC1 100%
  );

  padding: 60px 50px; /* ADDED */
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.gm-cta-box h2 {
  width: 530px;

  opacity: 1;
  transform: rotate(0deg);

  font-family: 'Instrument Sans', sans-serif;
  font-weight: 500; /* Medium = 500 */
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #FFFFFF;

  margin: 0 0 18px;
}


.gm-cta-box p {
  width: 506px;
 
  opacity: 1;
  transform: rotate(0deg);

  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #FFFFFF; /* Purple box ke context me white hi rehna chahiye */

  margin-bottom: 25px;
}





.gm-cta-btn {
background: #FFD018;
  color: #1B1266;
 display: inline-flex !important;   /* inline + flex = no full width */
  border-radius: 30px;
  
   width: auto !important;            /* force natural width */
  max-width: fit-content !important; /* prevent stretching */
  align-self: flex-start !important; /* prevents flex parent from stretching */
  border: none;
  cursor: pointer;
  display: inline-block;    /* Stops full width */
  width: auto !important;   /* Force only content width */
  padding: 12px 26px;
  /* Figma Font Values */
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;       /* SemiBold */
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}

/* RIGHT IMAGE BOX */
/* RIGHT IMAGE BOX */

.gm-cta-image-box {
  position: relative;
}
.gm-cta-image-box img {
  width: 501.4315185546875px;
  height: 314.2132263183594px;
  border-radius: 10px;
  opacity: 1;
  object-fit: cover;
  transform: rotate(0deg);
   margin-top: 72px;   /* adjust this number as needed */
}


/* SMALL LOGO INSIDE IMAGE */
/* SMALL LOGO BOTTOM RIGHT */
/* LOGO SMALL BOTTOM RIGHT */
.gm-cta-logo {
  position: absolute;
  bottom: 25px;
  right: 35px;
 
  width: 65px !important;    /* force small width */
  height: auto !important;  /* auto height = no cropping */
  border-radius: 6px;
  
    
    
  
 
}






/* ========== TABLET (same as desktop) ========== */
@media (max-width: 1024px) and (min-width: 768px) {
  .gm-cta-section {
    gap: 10px;
  }
  
   .gm-cta-box {
    width: 648px;   /* was left image width */
    height: auto;
    margin-top: 0;
  }
   .gm-cta-box h2 {
    width: 100% !important;
    font-size: 40px;
    line-height: 1.2;
  }

  .gm-cta-box p {
    width: 100% !important;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .gm-cta-btn{
    margin-top:20px;
  }
  
    .gm-cta-btn {
    margin-top: 20px;!important;
    
  }
      
  .gm-cta-image-box img {
   
      width: 481px;   /* was right image width */
    height: 290px;
        margin-top:100px;
  }
}



/* ========== MOBILE STACKED LAYOUT ========== */
@media (max-width: 767px) {

  .gm-cta-section {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }

 .gm-cta-box {
   margin-bottom:-40px;
    width: 100% !important;
    height: auto !important;
    padding: 40px 25px;
  }

  .gm-cta-box h2 {
    width: 100% !important;
    font-size: 36px;
    line-height: 1.2;
  }

  .gm-cta-box p {
    margin-bottom: 20px;!important;
    width: 100% !important;
    font-size: 16px;
  }


  .cta-main-img {
    width: 88%;
    height: auto;
  }

  .gm-cta-logo {
    width: 55px;
    bottom: 18px;
    right: 18px;
  }
    .gm-cta-btn {
    margin-top: 20px;!important;
    
  }
  
}






.scroll-bar {
  max-width: 700px;
  margin: -40px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 50;
}

.scroll-bar.is-sticky {
  position: fixed;
  bottom: 0px;          /* ✅ bottom se sticky */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}


/* LEFT TEXT — UPDATED EXACT AS YOU ASKED */
.left-part span {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;        /* SemiBold */
    font-style: normal;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 0%;
}
/* INNER BAR */
.scroll-bar-inner {
    width: 700px;
     background: radial-gradient(
    circle at top left,
    #6316B8 0%,
    #B40DC1 100%
  );
    padding: 14px 22px;
    border-radius: 8px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'Instrument Sans', sans-serif;
}

/* LEFT PART (ICON + TEXT) */
.left-part {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* SMALL ICON */
.bar-icon {
    width: 28px; /* chota logo bilkul screenshot jaisa */
    height: 28px;
    object-fit: contain;
}

/* TEXT */
.left-part span {
    font-size: 16px;
    font-weight: 500;
}

/* BUTTON (RIGHT SIDE) */
.cta-btn {
    background: #FFD018;
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    cursor: pointer;

    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
  color: #1B1266;
}

.cta-btn:hover{
  background:#FFB600;
  
}

@media (max-width: 768px) {

  .scroll-bar {
    justify-content: center;
    margin-top: -10px; /* thoda adjust */
  }

  .scroll-bar-inner {
    width: 100%;
    flex-direction: column; /* stack top-bottom */
    gap: 14px;
    padding: 18px 20px; /* breathing space */
  }

  .left-part {
    justify-content: center; /* center text + icon */
    gap: 12px; /* smaller spacing */
  }

  .left-part span {
    font-size: 14px; /* readable */
    line-height: 140%;
    text-align: center;
    display: block;
    width: 100%;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
    padding: 14px 0; /* full width CTA */
    font-size: 15px;
  }

  .bar-icon {
    width: 22px;
    height: 22px;
  }
}




body {
  overflow-x: hidden;
}

.page-logo2 {
  margin-top: -30px;
  height: 270px;
  width: auto;
  object-fit: contain;
  position: absolute;
  right: 0px;
  top: 20px;
  
  display: block;
}

/* Mobile Logo Resize */
@media (max-width: 768px) {
  .page-logo2 {
    
    height: 120px !important;
    top: 10px;
    right: 0px;
    margin-top: 60px;
  }
  
  .logo-wrapper2 {
   
    position: relative;
  }
}

@media (max-width: 480px) {
  .page-logo2 {
    height: 90px !important;
    top: 5px;
    
  }
  
  .logo-wrapper2 {
   
    position: relative;
  }
}




.page-logo3 {
  position: sticky;
  margin-top: -500px;
  height:260px;
  width:auto;
  object-fit:contain;
  position:absolute;
  left:0px;        /* visible inside container */
  top:20px;          /* adjust vertically */
  z-index:-1px;      /* force visibility */
  display:block;
}



/* Mobile Logo Resize */
@media (max-width: 768px) {
  .page-logo3 {
    height: 140px !important;   /* smaller height on mobile */
    top: 10px;                  /* adjust position */
    right: 0px;                 /* stay on right */
    margin-top: -90px;          /* adjust margin if needed */
  }
}

@media (max-width: 480px) {
  .page-logo3 {
    height: 90px !important;    /* extra small for very small screens */
    top: 5px;
  }
}





.gm-providers-btn:hover{
  background:#342B85;
  
}




.gm-providers-block {
  background: #DBE9FB;
  padding: 50px 70px;
  border-radius: 10px;   /* updated */
  width: 1110px;         /* updated */
  height: auto;         /* updated */
  opacity: 1;            /* updated */
  margin: 0 auto;
  position: relative;    /* added for top + left */
  top: 0px;           /* updated */
  
  transform: rotate(0deg); /* angle 0 deg */
  box-sizing: border-box;
  
  margin-bottom: 60px;
}


/* flex layout */
.gm-providers-container {
  display: flex;
  gap: 75px;
}

/* left */
.gm-providers-left { width: 50%; }

  .gm-providers-title {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 500;        /* Medium = 500 */
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0;
  color: #1B1266;
  margin-bottom: 15px;
}


.gm-providers-subtext { 
   font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;          /* SemiBold = 600 */
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #1B1266;
  margin-bottom: 12px;
}
.gm-providers-desc { 
   font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 400;        /* Regular */
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #1B1266;
  margin-bottom: 35px;
}
.gm-providers-btn {
  
background: #7566F6;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  border: none;
  cursor: pointer;

  /* Figma Font Values */
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;       /* SemiBold */
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}

/* right */
.gm-providers-right { width: 50%; display:flex; flex-direction:column; gap:20px; }

/* provider item */
.gm-provider-item { display:flex; gap:14px; align-items:flex-start; }

/* SVG ICON styling — keeps exact size and alignment */
.gm-provider-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: block;
  margin-top: 2px; /* visually aligns icon with heading text */
}

/* text */
.gm-provider-heading {
  font-family: "Instrument Sans", sans-serif;
  font-size: 20px;         /* updated from 15px */
  font-weight: 600;        /* SemiBold = 600 */
  font-style: normal;      /* "SemiBold" is not valid in CSS */
  line-height: 130%;       /* from your settings */
  letter-spacing: 0;       /* 0% = 0 */
  color: #342B85;
  margin-bottom: 4px;
  margin-left: 20px;
  
}

.gm-provider-text {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;        /* updated from 14px */
  font-weight: 400;       /* Regular = 400 */
  font-style: normal;     /* "Regular" is invalid in CSS */
  line-height: 160%;      /* updated from 1.5 */
  letter-spacing: 0;      /* 0% = 0 */
  color: #000000;
  margin: 0;
   margin-left: -40px;
  margin-top: 10px;
  margin-bottom: 5px;
}





/* =======================
   MOBILE RESPONSIVE
   ======================= */
@media (max-width: 768px) {

  .gm-providers-block {
    width: 100%;
    height: auto;
    padding: 30px 20px; /* smaller padding on mobile */
  }

  .gm-providers-container {
    flex-direction: column; /* stack columns */
    gap: 30px; /* reduce space */
  }

  .gm-providers-left,
  .gm-providers-right {
    width: 100%; /* full width on mobile */
  }

  .gm-provider-item {
    flex-direction: column; /* icon above text */
    align-items: flex-start;
    gap: 10px;
  }

  .gm-provider-heading {
    margin-left: 0; /* reset left margin */
  }

  .gm-provider-text {
    margin-left: 0; /* remove negative margin */
    margin-top: 5px;
   
  }

  .gm-provider-icon {
    margin-top: 0; /* better alignment */
  }

  .gm-providers-title {
    font-size: 24px; /* reduce title size */
  }

  .gm-providers-subtext,
  .gm-providers-desc {
    font-size: 16px;
  }

  .gm-providers-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}






/* =======================
   TABLET RESPONSIVE
   ======================= */
@media (min-width: 769px) and (max-width: 1024px) {

  .gm-providers-block {
    width: 100%;
    height: auto;
    padding: 40px 40px; /* slightly tighter */
  }

  .gm-providers-container {
    flex-direction: column; /* stack left & right */
    gap: 45px; /* more comfortable space than mobile */
  }

  .gm-providers-left,
  .gm-providers-right {
    width: 100%;
  }

  .gm-provider-item {
    flex-direction: row; /* icon left, text right */
    gap: 12px;
  }

  .gm-provider-heading {
    font-size: 18px;
    margin-left: 0;
  }

  .gm-provider-text {
    font-size: 15px;
    margin-left: 0;
    margin-top: 6px;
  }

  .gm-provider-icon {
    width: 26px;
    height: 26px;
    margin-top: 4px;
  }

  .gm-providers-title {
    font-size: 28px; /* slightly smaller than desktop */
  }

  .gm-providers-subtext {
    font-size: 17px;
  }

  .gm-providers-desc {
    font-size: 17px;
  }

  .gm-providers-btn {
    font-size: 15px;
    padding: 12px 22px;
  }
}



/* Remove background + adjust spacing */
.sr-cards-flip-01 .card-icon.custom-icon {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2.2rem;   /* increased right spacing */
  top: 2.2rem;     /* increased top spacing */
  background: transparent !important; /* background removed */
  box-shadow: none !important;
  cursor: pointer;
  
  margin-bottom: 40px;
}

/* SVG size (icon remains clean) */
.sr-cards-flip-01 .card-icon.custom-icon svg {
  width: 26px;
  height: 26px;
}












.sr-cards-flip-01 .card-icon {
 height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  z-index: 2;
  cursor: pointer;
  
   background: blue !important;
  margin-bottom: 20px;
  
      background: #F700C3;
  
 
}

.sr-cards-flip-01 .card-icon span {
  width: 0.8125rem;
  height: 0.1875rem;
   background: #F700C3;
   

}

.sr-cards-flip-01 .card-icon span:after {
  content: '';
  height: 0.8125rem;
  width: 0.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
   background: #F700C3;
    
 
}

.sr-cards-flip-01 .expand .card-icon span:after,
.sr-cards-flip-01 .trigger-hover .card-block:hover .card-icon span:after {
  content: '';   background: #F700C3; !important;
}

.sr-cards-flip-01 .card-block {
  min-height: 15.875rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.sr-cards-flip-01 .card-block.txt-left { align-items: flex-start; text-align: left; }
.sr-cards-flip-01 .card-block.txt-right { align-items: flex-end; text-align: right; }
.sr-cards-flip-01 .card-block.txt-center { align-items: center; text-align: center; }

.sr-cards-flip-01 .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.sr-cards-flip-01 .expand .card-overlay,
.sr-cards-flip-01 .trigger-hover .card-block:is(:hover, :focus-within):not(.sr-cards-flip-01:has(.card-block:hover) .card-block:focus-within:not(:hover)) .card-overlay {
  opacity: 1;
}

.sr-cards-flip-01 .card-description {
  overflow-y: auto;
  height: 100%;
}

.sr-cards-flip-01 .row.sr-valign-stretch .card-column {
  min-height: 100%;
}

.sr-cards-flip-01 .row.sr-valign-stretch .card-column .card-block {
  height: 100%;
}

.sr-cards-flip-01 .card-overlay .cta-group {
  pointer-events: none;
}

.sr-cards-flip-01 .expand .card-overlay .cta-group,
.sr-cards-flip-01 .trigger-hover .card-block:is(:hover, :focus-within):not(.sr-cards-flip-01:has(.card-block:hover) .card-block:focus-within:not(:hover)) .card-overlay .cta-group {
  pointer-events: auto;
}







.sr-cards-filter-01 .items {
 display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  
  
  
  
  
  	

}

.sr-cards-filter-01 .content-row {
	position: relative;
    
}

.sr-cards-filter-01 .content-row:before {
	content: "";
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
	background-color: transparent;

  
	pointer-events: none;
	z-index: 3;
  
}

.sr-cards-filter-01 .items .item {
	 flex: 1 0 20%; /* 5 logos per row (change % if needed) */
    border: 1px solid #e5e7ea7a;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px; /* SET height — remove auto */
}


.sr-cards-filter-01 .items .item-inner {
	background: var(--bg);
	color: var(--color);
}

.sr-cards-filter-01 .items .item:is(:hover, :focus) .item-inner {
	background: var(--bgHover);
	color: var(--colorHover);
}

.sr-cards-filter-01 .item .item-inner {
	 width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    
}

.sr-cards-filter-01 .card-inner {
	font-size: 1rem;
	text-align: center;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  
 
}

.sr-cards-filter-01 .items .item:is(:hover, :focus) .card-inner {
	overflow: auto;
}

.sr-cards-filter-01 .card-inner::-webkit-scrollbar,
.sidebar::-webkit-scrollbar-track {
	display: none;
}

.sr-cards-filter-01 .item img {
	 max-height: 90px; /* logos become small and centered */
    width: auto;
    display: block;
    margin: auto;
}

.sr-cards-filter-01 .item .hover img.logo {
	text-align: center;
	margin: 0 auto 0;
	-webkit-transition: margin 0.25s linear;
	transition: margin 0.25s linear;
}

.sr-cards-filter-01 .item .hover .card-inner {
	padding: 0rem;
}

.sr-cards-filter-01 .item .hover .tile-link {
	color: inherit;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: background 0.25s linear;
	-o-transition: background 0.25s linear;
	transition: background 0.25s linear;
	border-bottom: none;
}











.sr-cards-filter-01 .item .tile-link .card-top {
	height: 100%;
}

.sr-cards-filter-01 .row.hs-form {
	gap: 0rem;
}

.sr-cards-filter-01 .filter-option:after {
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f078';
	font-size: 0.75rem;
	pointer-events: none;
}

.sr-cards-filter-01 select {
	background-image: none;
	min-width: 250px;
}

.sr-cards-filter-01 .filter-option {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	display: flex;
}

.sr-cards-filter-01 .item .logo-hover {
	display: none;
}

.sr-cards-filter-01 .item:is(:hover, :focus) .hover.logohover .logo-hover {
	display: block;
}

.sr-cards-filter-01 .item:is(:hover, :focus) .hover.logohover .logo-nohover {
	display: none;
}






/* ===== Smooth Hover Animation Only (No Layout Change) ===== */

/* ===== Fix Hover Not Working on Some Logos ===== */

/* also allow hover on inner wrapper */
.sr-cards-filter-01 .items .item,
.sr-cards-filter-01 .items .item-inner {
  transition: transform 1s cubic-bezier(0.25, 1, 0.3, 1);
}

/* when inner is hovered, scale parent */
.sr-cards-filter-01 .items .item:hover,
.sr-cards-filter-01 .items .item-inner:hover {
  transform: scale(1.02);
}

/* make sure overlays don't block hover */
.sr-cards-filter-01 .content-row:before {
  pointer-events: none;
}

/* if link is covering card, still allow hover */
.sr-cards-filter-01 .item .tile-link {
  display: block;
  width: 100%;
  height: 100%;
}


/* REMOVED/REPLACED (was causing non-smooth swap)
.sr-cards-filter-01 .item .logo-hover { display: none; }
.sr-cards-filter-01 .item:is(:hover, :focus) .hover.logohover .logo-hover { display: block; }
.sr-cards-filter-01 .item:is(:hover, :focus) .hover.logohover .logo-nohover { display: none; }
*/





@media only screen and (max-width: 979px) {
	.sr-cards-filter-01 .item .item-inner {
		min-height: 225px;
	}
}

@media only screen and (max-width: 768px) {
	.sr-cards-filter-01 .item .hover .card-inner {
		padding: 4rem 2rem;
	}
}

@media only screen and (min-width: 600px) {
	.sr-cards-filter-01 .item .hover img.logo {
		text-align: center;
		margin: 0 auto 0;
		-webkit-transition: margin 0.25s linear;
		transition: margin 0.25s linear;
	}

	.sr-cards-filter-01 .item:is(:hover, :focus) .hover img.logo {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 979px) {
	.sr-cards-filter-01 .item .hover img.logo {
		text-align: center;
		-webkit-transition: margin 0.25s linear;
		transition: margin 0.25s linear;
	}
}


[data-desc="true"] .item .hover p {
	max-height: 100px;
	margin: 0 auto;
	margin-top: 1rem;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

[data-desc="false"] .item .hover p {
	margin: 0 auto;
	margin-top: 1rem;
	color: var(--colorHover);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	max-height: 0;
	opacity: 0;
}

[data-desc="false"] .item:is(:hover, :focus) .hover p {
	max-height: 100px;
	opacity: 1;
}




.sr-tabs-02 .tab-item img {
    display: block;
    margin: auto;
  border-radius: 10px !important;
}

.sr-tabs-02 .tab-item:is(:hover,:focus) img:not(.tab-item-image--no-hover),
.sr-tabs-02 .tab-item.tab-item--active img:not(.tab-item-image--no-hover),
.sr-tabs-02 .tab-item img.tab-item-image--hover {
    display: none;
}

.sr-tabs-02 .tab-item:is(:hover,:focus) img.tab-item-image--hover,
.sr-tabs-02 .tab-item.tab-item--active img.tab-item-image--hover {
    display: block;
}

.sr-tabs-02 .tab-item:is(:hover,:focus),
.sr-tabs-02 .tab-item.tab-item--active {
    color: var(--hover_color);
}


.sr-tabs-02 .tabs-container {
    flex-wrap: nowrap;
    text-align: center;

    gap: .4375rem;
    align-items: end;
    padding: 30px 55px 0;
  border-radius: 10px;
  border-radius: 0;
 border-bottom: 1px solid #FFFFFF;
}







.sr-tabs-02 .tab-content {
    padding: 1.75rem;
}

.sr-tabs-02 .sr-tabs-02__container {
    width: 100%;
    overflow-x: hidden;
}

.sr-tabs-02 .tab-item {
    position: relative;
    cursor: pointer;
    padding: 0 1.75rem 1rem;
    transition: .25s ease;
    background: transparent;
    border: none;
    color: var(--default_color);
}

.sr-tabs-02 .tab-item .tab_label {
    font-weight: 600;
}

.sr-tabs-02 .tab-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: transparent;
    transition: .25s ease;
}

.sr-tabs-02 .tab-item:is(:hover,:focus):after,
.sr-tabs-02 .tab-item.tab-item--active:after {
    background: var(--hover_color);
}

.sr-tabs-02 .heading-wrapper .heading:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .sr-tabs-02 {
        background: transparent;
    }

    .sr-tabs-02 .tab-item {
        background: none;
        height: inherit;
        text-wrap: nowrap;
    }

    .sr-tabs-02 .tabs-container {
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start !important;
        padding: 30px 15px 0;
    }

    .sr-tabs-02 .tab-item:first-child {
        padding-left: 14px;
    }

    .sr-tabs-02 .tab-image {
        order: -1;
    }
}








.sr-footer-04 {
  position: relative;
}

.sr-footer-04 .button__container {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.sr-footer-04 .button__container:hover {
  filter: brightness(1.2);
}

.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 3.125rem;
  row-gap: 1rem;
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul:has(.hs-menu-children-wrapper) {
  column-gap: 3.125rem;
  row-gap: 3.125rem;
}

.sr-footer-04 .menu-wrapper {
  padding: 2.125rem 0 3.125rem;
}



.sr-footer-04 .sr-footer-nav li a:not(:hover) {
  color: inherit;
}

.sr-footer-04 .social {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.sr-footer-04 .social li {
  display: inline-block;
  text-align: center;
}

.sr-footer-04 .social li a {
  border-bottom: none;
  font-size: 1.4em;
}

.sr-footer-04 ul.social li {
  display: inline-block;
  margin: 0 0.25rem
}

.sr-footer-04 ul.social li .icon-wrapper {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
}

.sr-footer-04 .footer-logo {
  margin-bottom: 1rem;
}

.sr-footer-04 ul.hs-menu-children-wrapper {
	font-size: .875rem;
	line-height: 1;
	list-style-type: none;
	padding: 0;
	display: flex!important;
	flex-direction: column!important;
	gap: 8px;
	margin-top: 8px;
}

.sr-footer-04 .row.footer-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sr-footer-04 .footer-logo-social img {
  max-width: 100%;
  height: auto;
}

.sr-footer-04 .footer-logo-social a:not(:hover) {
  color: inherit;
  text-decoration: none;
}

.sr-footer-04 .footer-logo-social a:hover {
  text-decoration: none;
}

.sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>a {
  font-weight: 700;
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li {
  min-width: 150px;
}

.sr-footer-04 .footer-copyright :is(p, small) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .sr-footer-04 ul.social li {
    margin-right: 1rem;
    margin-left: 0;
  }

  .row.footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sr-footer-04 .social {
    padding-bottom: 2rem;
    padding-top: 0;
  }

  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li a {
    line-height: 3;
  }
  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li,
  .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li a {
    line-height: 1.5;
  }
}



.sr-stats-05 .counter-wrapper {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.sr-stats-05 .counter-item:last-child:nth-child(2n+1) {
    grid-column: 1 / -1;
}












@media (max-width: 768px) {

  /* Grid → Single Column */
  .custom-image-grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 25px !important;
  }

  /* Every image wrapper centered */
  .custom-image-grid .image-col {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Remove desktop margins */
  .img1,
  .img2,
  .img3,
  .img4 {
    margin: 0 !important; 
  }

  /* IMPORTANT: fix image 3 left margin from inline style */
  .img3 img {
    margin-left: 0 !important;
  }

  /* Fix wrapper pushing image 3 right */
  .image-col[style*="margin-right"] {
    margin-right: 0 !important;
  }

  /* Remove inline margin-left for image 4 wrapper */
  .image-col[style*="margin-left"] {
    margin-left: 0 !important;
  }

  /* Center logo correctly */
 
  .img4 {
     position: relative !important;
    margin-top: 45px !important;   /* adjust value if needed */
  }

  .img4 img {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }

}




.custom-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* Image Styles */
.custom-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Custom Sizes Based on Screenshot */

/* Large Right Image */
.img2 {
  width: 334px;
  height: 240px;
  border-radius: 10px;
  opacity: 1;
 margin-left: 20px !important;
  margin-top:20px;
  
}

/* Left Group Top Image */

  .img1 {
  width: 241px;
  height: 204px;
  border-radius: 10px;
  opacity: 1;
    margin-top:55px;
    margin-left:45px;
}


/* Bottom Left Small Image */
.img3 {
  width: 225px;
  height: 185px;
  border-radius: 10px;
  opacity: 1;
margin-top:0px;
}

/* Image 4 (Gradient Background FIXED) */
.img4 {
  width: 159px;
  height: 133px;
  border-radius: 10px;
  opacity: 1;
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      181.82% 300.31% at -14.15% -45.86%,
      rgba(253, 212, 50, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    radial-gradient(
      345.94% 342.47% at 125.86% -227.43%,
      rgba(247, 0, 195, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 100%
    );
}

/* Image inside Gradient Box center aligned */
.img4 img {
  position: absolute;
  top: 0;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 55%; /* Adjust if needed */
  height: auto;
}









.sr-two-col-gallery-01 .columns {
	column-count: var(--image_count);
	column-gap: var(--column_gap);
	column-fill: balance;
}
.sr-two-col-gallery-01 .columns .image-inner {
	position: relative;
	break-inside: avoid;
	margin-bottom: var(--column_gap);
}

.sr-two-col-gallery-01 .columns .image-inner img {
	border-radius: var(--border_radius);	
	width: 100%;
  
}

.sr-two-col-gallery-01 .columns .image-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: transparent;
	transition: all 0.2s ease;
	border-radius: var(--border_radius);
}

.sr-two-col-gallery-01 .plus {
	position: absolute;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 50%;
	background: var(--primary);
	transition: all 0.2s ease;
}

.sr-two-col-gallery-01 .plus svg {
	color: #fff;
	margin-left: 1px;
}

.sr-two-col-gallery-01 .columns a:is(:hover,:active,:focus) .plus {
	opacity: 1;
}

.sr-two-col-gallery-01 .columns a:is(:hover,:active,:focus) .image-inner:before {
	background: var(--overlay-color);
}

.sr-two-col-gallery-01 .columns {
	align-items: center;
	justify-content: center;
}














.fb1:hover {
  background:#342B85 !important;
  
}
 .fb2:hover {
  background:#FFB600 !important;
  
}
.login:hover {
  background:#F9F4E8 !important;
  
}






@media (max-width: 768px) {
  .login {
    margin-top: -30px;
  }
}





body {
  overflow-x: hidden;
}



  .gm-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .gm-footer-nav ul li {
    display: inline-block;
    margin: 0 12px;
  }

  .gm-footer-nav ul li a {
    color: #1B1266;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
  }




/* ============================
   📱 MOBILE RESPONSIVE FOOTER
   ============================ */
@media (max-width: 768px) {
    /* VECTOR IMAGE RIGHT SIDE SMALL */
  /* FORCE VECTOR POSITION + SIZE ON MOBILE */
 /* VECTOR IMAGE RIGHT SIDE SMALL (Adjusted) */
  .footer-vector {
      position: absolute !important;
      right: 10px !important;
      left: auto !important;
      top: 75% !important;
      transform: translateY(-50%) !important;

      height: 60px !important;
      width: auto !important;

      opacity: 0.22 !important;
      pointer-events: none !important;
      z-index: 0 !important;  /* CONTENT के पीछे रहेगा */
      margin: 0 !important;
  }







  /* FOOTER PADDING */
  footer {
    padding: 30px 20px !important;
    text-align: center !important;
  }

  /* LOGO CENTER */
  footer img[alt=""] {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    margin: 0 auto 30px auto !important;
    height: 110px !important;
  }

  /* NAV MENU - 3 COLUMNS */
  .gm-footer-nav ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px 8px !important; /* row-gap / column-gap */
    justify-content: center !important;
    margin: 0 auto 7px auto !important;
    max-width: 350px !important;
  }

  .gm-footer-nav ul li {
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .gm-footer-nav ul li a {
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  /* BUTTONS COLUMN (NO SIDE-BY-SIDE) */
  footer div[style*="margin-bottom:10px"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
    margin-top: 0px !important;
  }

  footer div[style*="margin-bottom:10px"] a {
    width: 100% !important;
    max-width: 260px !important;
    padding: 14px 20px !important;
    text-align: center !important;
  }

  /* SOCIAL ICONS */
  footer div[style*="display:flex"][style*="gap"] {
    gap: 12px !important;
    margin: 10px 0 !important;
  }

  /* COPYRIGHT TEXT */
  footer p {
    margin-top: 5px !important;
    font-size: 12px !important;
  }
}






/* ============================
sr cardtestimonial 01
   ============================ */
.sr-cards-testimonial-slider-01 .blaze-pagination {
  margin-top: 0;
}
/* 🔥 Force 3 Cards in Row on Desktop */
. .blaze-slider {
    --slides-to-show: 3 !important;
}

.sr-cards-testimonial-slider-01inner-wrapper {
  position: relative;
  overflow: hidden;
}

.sr-cards-testimonial-slider-01-content-wrapper {
  position: relative;
  z-index: 1;
}

.sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content h3 {
  padding-bottom: .8rem;
}

.sr-cards-testimonial-slider-01 .slider-item {
  height: inherit;
}


.sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.13);
}

.sr-cards-testimonial-slider-01 .author-meta {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.sr-cards-testimonial-slider-01-author {
  margin-top: auto;
  width: 100%;
}

.sr-cards-testimonial-slider-01 .author-meta img {
  border-radius: 8px;
  object-fit: cover;
}

.sr-cards-testimonial-slider-01.author-name {
  font-weight: bold;
  font-family: 'Instrument Sans', sans-serif !important;
  font-weight: 600 !important; /* SemiBold */
  font-size: 16px !important;
  line-height: 130% !important;
  letter-spacing: 0% !important;
  color: #000000 !important;
  margin: 0 !important;
}

.sr-cards-testimonial-slider-01 .author-name, .sr-cards-testimonial-slider-01 .author-title {
  width: 100%;
  display: block;
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 400 !important; /* Regular */
  font-size: 16px !important;
  line-height: 160% !important;
  letter-spacing: 0% !important;
  color: #000000 !important;
  display: block !important;
  margin-top: 2px !important;
}

.sr-cards-testimonial-slider-01 .author-title {
  opacity: .7
    font-family: 'Hanken Grotesk', sans-serif !important;
  font-weight: 400 !important; /* Regular */
  font-size: 16px !important;
  line-height: 160% !important;
  letter-spacing: 0% !important;
  color: #000000 !important;
  display: block !important;
  margin-top: 2px !important;
}

.sr-cards-testimonial-slider-01 .author-details {
  margin-left: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}


.sr-cards-testimonial-slider-01 .slide-content svg {
  margin-bottom: 1.25rem;
  color: var(--icon-color);
}

.sr-cards-testimonial-slider-01 .slide-content svg :is(g, path, rect) {
  fill: currentColor;
}

.sr-cards-testimonial-slider-01 .blaze-arrow {
	color: var(--arrows-color, var(--primary));
	border-radius: 100%;
	border: 2px solid var(--arrows-color, var(--primary));
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 500ms ease;
	background: none;
	background-color: #fff;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
}

.sr-cards-testimonial-slider-01 .blaze-arrow {
	position: absolute;
	top: 50%;
	font-size: 30px;
	z-index: 1;
	cursor: pointer;
}

.sr-cards-testimonial-slider-01 .blaze-arrow svg {
	color: var(--arrows-color, var(--primary));
  fill: currentColor;
}

.sr-cards-testimonial-slider-01 .blaze-arrow:hover svg {
	color: #fff;
}

.sr-cards-testimonial-slider-01 .blaze-arrow:hover {
	color: #fff;
	background-color: var(--arrows-color, var(--primary));
}

.sr-cards-testimonial-slider-01 .chevron-left {
	left: 5px;
	transform: translateY(-50%) translateX(-50%);
}

.sr-cards-testimonial-slider-01 .chevron-right {
	right: 5px;
	transform: translateY(-50%) translateX(50%);
}


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

  .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-image,
  .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content {
    width: 100%;
  }

  .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-image .img-fluid {
    display: block !important;
    margin: 0 auto;
  }

  .sr-cards-testimonial-slider-01 .sr-cards-testimonial-slider-01-content h3 {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }

  .sr-cards-testimonial-slider-01inner-wrapper::after {
    left: -100%;
    top: -70%;
    width: 300%;
  }
}
.sr-cards-testimonial-slider-01 .blaze-track-container {
  overflow: visible;
}
.sr-cards-testimonial-slider-01inner-wrapper .row > div {
  overflow: hidden;
}






/* ============================
   📱 MOBILE VECTOR FIX (NO OVERLAP)
   ============================ */