@font-face {
  font-family: 'PolySans Trial';
  src: url('../font/polysanstrial-median.otf') format('opentype');
  font-weight: 600;   /* Median weight */
  font-style: normal;
}
@font-face {
  font-family: 'PolySans Trial';
  src: url('../font/polysanstrial-median.otf') format('opentype');
  font-weight: 600;   /* Median weight */
  font-style: normal;
}
/* Regular (400) */
@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/SchibstedGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium (500) */
@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/SchibstedGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* SemiBold (600) */
@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/SchibstedGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/*hero-section*/
.title-section {
    width: 602;
    height: 141;
    font-family: 'PolySans Trial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 54px;
    line-height: 35px;
    letter-spacing: 0;
}
.sub-heading
{
    background: linear-gradient(90deg, #ED2DFF 9.13%, #5833DE 52.4%, #128137 87.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    font-size: 54px;
    font-weight: 600!important;
        font-family: 'PolySans Trial', sans-serif;

}
.se1-p2{
    color: rgba(115, 115, 115, 1);
    width: 529px;
    height: 66px;
    font-family: Schibsted Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.onetap{
    font-family: Schibsted Grotesk;
    font-weight: 600;
    font-style: Medium;
    font-size: 15px;
}
.form-box {
      position: relative;
      width: 436px;
      /* height: 50px; */
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

.form-box input, .form-box select, .form-box textarea {
      border: none !important;
      border-radius: 10px;
      background: rgba(241, 241, 241, 1);
      color:#676e80;
}
.formcontron{
    height: 48px !important;
    font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;
  font-style: normal;   /* Medium isn't valid in CSS, use normal */
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none; /* default since not specified */
  color:#676e80;
   
}
.form-select{
    /* width: 370px !important; */
    height: 48px !important;
    
}


.message{
    width: 363px !important;
    height: 79px !important;
}
.demo-btn {
      position: relative;
      background: linear-gradient(to right, #6c00ff, #ff00cc);
    top: 42px;
          border-radius: 8px;
      border: none;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      font-size: 16px;
} 
.features {
    list-style: none;
    display: flex;
    flex-wrap: wrap; /* wrap on smaller screens */
    gap: 20px;
    padding: 0;
    margin-top: 50px;
}

.feature-item{
    display: flex;
    align-items: center;
    font-family: 'polysans trial', sans-serif;
    font-size: 20px;
    color:rgba(53,53,53,1);
    font-weight: 600;
    font-style: normal; /* "Median" isn’t valid in CSS, using normal */
    line-height: 26px;
    letter-spacing: 0;
    
}
@media (max-width: 991px) {
  .hero-form-col {
    padding-top: 30px; /* adjust value as needed */
  }
}

.b-title {
    font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;  /* This will load Medium */
  font-style: normal;
  font-size: 20px;
  line-height: 10px;
  letter-spacing: 0;
  text-transform: capitalize;
  color:#737373!important;
}

@media (max-width: 992px) {
  .b-title {
    font-size: 19px !important;
    line-height: 28px;
    font-family: 'Schibsted Grotesk', sans-serif;

  }
}

@media (max-width: 768px) {
  .b-title {
    font-size: 19px;
    line-height: 26px;
    font-family: 'Schibsted Grotesk', sans-serif;

    
  }
}

@media (max-width: 480px) {
  .b-title {
    font-size: 19px;
    line-height: 24px;
    font-family: 'Schibsted Grotesk', sans-serif;

  }
}

.fa-check-circle{
    color: green;
        font-size: 20px;


}
.panel-content{
    position: relative;
    margin-top: 50px;      
}
.mouseicon{
    position: absolute;
top: 568px;   
 left: 560px;
    z-index: 1;
}
.mouseicon1{
    position: absolute;
    top: 591px;
    left: 560px;
    z-index: 1;
}
.ai{
      position: relative!important;
    bottom: 497px!important;
        width: 49px;
    height: 49px;
        left: 20px;

}
.mouseicon2{
    position: absolute;
    top: 591px;
    left: 560px;
    z-index: 1;
}


.mouseicon22 {
  position: relative;
}

.aii {
  position: absolute;
    bottom: 231px;
    left: 91%;
  transform: translateX(-50%);
  max-width: 200px;  /* keep it scalable */
      width: 49px;
    height: 49px;}

@media (max-width:426px){
  .title-section{
    width: 100%;
    font-size: 50px;
    margin: 0;
    padding: 0;
  }
  
  .cont{
    padding: 0px !important;
  }
  .se1-p2{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sub-heading{
    background: linear-gradient(90deg, #ED2DFF 9.13%, #5833DE 52.4%, #128137 87.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    font-size: 20px;
    }
  .form-box {
      position: relative;
      width: 100%;
      background: white;
      border-radius: 15px;
      padding: 20px;
      margin-top: 50px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

.form-select{
    width: 100% !important;
    height: 48px !important;
}
.message{
    width: 100% !important;
    height: 79px !important;
}

}
@media (max-width:1025px){
  .title-section{
    font-weight: 600;
    width: 100%;
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
  .se1-p2{
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sub-heading
    {
        background: linear-gradient(90deg, #ED2DFF 9.13%, #5833DE 52.4%, #128137 87.5%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; /* for Firefox */
        font-size: 30px;
    }
}
/*hero-section-end*/

/* trusted-section */
.trusted-section {
      position: relative;
      background-color: #fff;
      padding-top: 100px;
      padding-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      overflow: hidden;
    }
.trusted-heading{
    font-family: PolySans Trial;
    font-weight: 700;
    font-style: Median;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0%;
}
.trusted-logos{
    gap: 50px;
}

.trusted-logos img {
    height: 40px;
    margin: 15px;
    opacity: 1;
    transition: all 0.3s ease;
}

.trusted-logos img:hover {
    opacity: 0.8;
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .trusted-section h2 {
    font-size: 2.5rem;
    }
    .trusted-logos img {
    max-height: 50px;
    }


    .form-box {
      position: relative;
      width: 100%;
      background: white;
      border-radius: 15px;
      padding: 20px;
      margin-top: 50px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  .cont{
    padding: 0px !important;
  }
 

    .trusted-logos{
        gap: 8px !important;
    }

    .trusted-logos img {
        flex-direction: column;
        opacity: 1;
        transition: all 0.3s ease;

    }

    .mouseicon 
    {
        position: absolute;
        top: 1140px;
        left: 170px;
        z-index: 1;
    }
}
/* trusted-section-end */

.logo-slider {
      overflow: hidden;
      position: relative;
      padding: 20px 0;
    }

    .logo-slider-track {
      display: flex;
      width: calc(200px * 12); /* width = logo width * number of logos */
      animation: scroll 20s linear infinite;
    }

    .logo-slider-track:hover {
      animation-play-state: paused; /* pause on hover */
    }

    .logo-slider-track img {
      width: 200px;
      height: 100px;
      object-fit: contain;
      margin-right: 30px;
      filter: grayscale(50%);
      transition: filter 0.3s;
    }

    .logo-slider-track img:hover {
      filter: grayscale(0%);
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-200px * 6)); /* scroll by half width to loop */
      }
    }

    @media (max-width: 768px) {
      .logo-slider-track {
        width: calc(120px * 12);
        animation: scroll 15s linear infinite;
      }
      .logo-slider-track img {
        width: 120px;
        height: 100px;
        margin-right: 20px;
      }
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-120px * 6));
        }
      }
    }

/* nandhini style */

.challenges-section {
    color: #fff;
    position: relative;
    background: url('../img/m.gif') no-repeat center center / cover;
    background-attachment: fixed;
    z-index: 1;
}

.challenges-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 26, 64, 0.85); /* Blue opacity */
    z-index: -1;
}

.challenge-card {
  position: relative;
  background-color: #0D0D26; /* inside background */
  border-radius: 12px;
  padding: 20px;
  z-index: 0;
  overflow: hidden; /* ensures pseudo element stays behind */
}

/* Border effect */
.challenge-card::before {
  content: "";
  position: absolute;
  inset: 0; /* covers full card */
  border-radius: 12px;
  padding: 2px; /* border thickness */
  background: linear-gradient(90deg, rgba(18,104,251,1), rgba(18,104,251,1)); /* gradient border */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude; 
  pointer-events: none;
}





.challenge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
.challenge-title .icon-box img {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #FF7A00, #FFB800);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12.22px;
    flex-shrink: 0;
}

.challenge-card h6 {
    color: #fff;
    font-weight: 600;
       font-family: 'PolySans Trial', sans-serif;
  font-size: 18px;

    
}
.challenge-para {

  white-space: normal;    
    font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;        /* Medium */
  font-style: normal;      /* 'Medium' in design tools = weight, not style */
  font-size: 14px;
  line-height: 20px!important;
  letter-spacing: 0;
  vertical-align: middle;   /* Allow text to wrap */



}
                                                                                                                        
.con {
       padding-top: 200px;   /* space from top */
        /* padding-left: 135px;  */
          /* control text width */}

.text-heading2 {
    /* width: 547px; */
    font-family: 'PolySans Trial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0;
    vertical-align: middle;
}

.text-para {

    font-family: 'Schibsted Grotesk', sans-serif;
    font-weight: 500;
  font-size: 22px;
        line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #e3e3e3;
;
}
.manu-btn{
  /* background: linear-gradient(90deg, #1660E8 0%, #0C3682 100%); */
  background: linear-gradient(180deg, #FD9500 0%, #D84100 100%);
  color: #fff;
  width: 180px;
  padding: 10px 10px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}
.manu3-btn{
  /* background: linear-gradient(90deg, #1660E8 0%, #0C3682 100%); */
  /* background: linear-gradient(180deg, #FD9500 0%, #D84100 100%); */
  background: linear-gradient(90deg, #1a4ed8, #0d2d6c)!important;
  /* position: absolute; */
  /* left: 50%;
  bottom: -50px; */
  transform: translate(-50%, -50%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  border-radius: 12.22px;
  opacity: 1;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight:bolder; /* SemiBold */
  font-size: 20px;
}
.manu-btn1{
  /* background: linear-gradient(90deg, #1660E8 0%, #0C3682 100%); */
  background: linear-gradient(180deg, #FD9500 0%, #D84100 100%);
  color: #fff;
  width: 200px;
  padding: 10px 10px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}
.manu-btn1 i {
    background: #0d1b4c;
    color: #fff;
    border-radius: 6px;
    padding: 6px;
    font-size: 16px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-info p {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #fff !important;
    margin: 0;
  }
  .product-info strong {
    font-weight: 700; /* ensures bold */
    margin-right:2px;
    color: #fff;
  }
/* -------- Responsive Adjustments -------- */


/* Tablets */
@media (max-width: 992px) {
    .con {
        margin-top: 60px;
        
    }
    .text-heading2 {
        font-size: 42px;
        line-height: 48px;
    }
    .text-para {
        font-size: 20px;
    }
    
}

/* Mobile Landscape & Small Tablets */
@media (max-width: 768px) {
    .con {
        margin-top: 40px;
    }
    .text-heading2 {
        font-size: 36px;
        line-height: 42px;
    }
    .text-para {
        font-size: 18px;
    }
    .manu3-btn{
        position: absolute;
        left: 48%;
        bottom: -70px;
}
}

/* Mobile Portrait */
@media (max-width: 480px) {
    .con {
        margin-top: 20px;
        padding: 20px;
    }
    .text-heading2 {
        font-size: 28px;
        line-height: 34px;
    }
    .text-para {
        font-size: 16px;
    }

}
.text-para1 {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-weight: 500; /* Medium weight */
    font-style: normal; /* 'Medium' isn't valid in CSS */
    font-size: 22px;
    line-height: 1; /* 100% */
    letter-spacing: 0;
    vertical-align: middle;
    text-align: start; /* ensures it aligns to the left */
}

@media (min-width: 992px) {
    .text-para1 {
        max-width: 450px; /* limit width on desktop */
    }
}
.btn-warning-gradient {
    background: linear-gradient(180deg, #FD9500 0%, #D84100 100%);
    border: none;
    color: #fff !important;
        border-radius: 12.22px;

    
}
.btn-warning-gradient:hover {
    opacity: 0.9;
}


.what-makes h2 span {
  color: #FD9500; /* orange from screenshot */
}
.what-makes p {
  color: rgba(121, 121, 121, 1);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  width: 636;
  height: 32;
font-family: 'Schibsted Grotesk', sans-serif;


}
.feature-item1 {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #2D2F57; 
  color: #fff;
  padding: 15px 25px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.icon-para {
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  max-width: 100%;
}
.small {
  font-family: 'PolySans Trial', sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;   /* "Medium" maps to normal in CSS */
  font-size: 14.1px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  vertical-align: middle !important;
  width: 252.92px !important;   /* rounded to 2 decimals */
  height: 80px !important;
  transform: rotate(0deg) !important;
  opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
}
.manu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff7e00, #ff4800); /* orange gradient */
  color: #fff;
  border-radius: 10px;
  text-decoration: none;

  /* your font styles */
  font-family: 'PolySans Trial', sans-serif;
  font-weight: 500;
  font-style: normal; /* SemiBold is covered by weight:600 */
  font-size: 16px;
  line-height: 22.08px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.manu-btn i {
  background: #0d1b4c;  /* navy background */
  color: #fff;
  border-radius: 6px;
  padding: 6px;
  font-size: 16px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Tablet (≤992px) */
@media (max-width: 992px) {
  .feature-item1 {
    gap: 30px;
    padding: 12px 20px;
  }
  .icon-para {
    font-size: 28px;
    line-height: 44px;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .feature-item1 {
    text-align: center;
    gap: 15px;
    padding: 12px 15px;
  }
  .icon-para {
    font-size: 22px;
    line-height: 32px;
  }
}

/* Small Mobile (≤576px) */
@media (max-width: 576px) {
  .feature-item1 {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 20px;
  }
  .icon-para {
    font-size: 18px;
    line-height: 28px;
  }
}
.row-center-justify {
  display: flex;
  justify-content: center;   /* Centers horizontally */
  align-items: center;       /* Centers vertically if height is given */
  text-align: center;
  width: 100%;
}

/* Section Padding */
.pt-100 , .pb-100 {
  padding-top: 100px;
}

/* Title Wrapper */
.title-hrms {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center; /* Ensures text is centered */
  font-size: 55px;
  font-family: "PolySans Trial", sans-serif;
  font-weight: 600;


  color: #292C47;
}

/* Heading Styling */
.title-hrms h2 {
font-family: "PolySans Trial", sans-serif;
  font-weight: 600;       /* SemiBold */
  font-style: normal;     /* "Median" replaced with normal */
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0;      /* 0 instead of 0% */
  text-align: center;
}

/* Highlighted Word */
.title-hrms h2 span {
  color: #FD9500 !important;
}

/* Responsive for smaller devices */
@media (max-width: 768px) {
  .title-hrms {
    width: 100%;
    padding: 0 15px;
      font-size: 30px;

  }

 
}

.icon-para4 {
    font-family: "PolySans Trial", sans-serif;
    font-weight: 600;
    font-style: normal; /* "Median" is not valid CSS */
    font-size: 36px!important;
    line-height: 60px;
    letter-spacing: 0;
            text-align: start;
    margin-left:20px; /* Remove extra spacing */
    margin-bottom: 0px!important;
}
@media (max-width: 768px) {
    .icon-para4 {
        font-size: 24px !important;
        line-height: 36px;
            text-align: start;
            

    }
}

@media (max-width: 480px) {
    .icon-para4 {
        font-size: 18px !important;
        line-height: 28px;
    }
}


/* What Makes Us Special? */
.feature-section-new {
  background-color: #262a46; 
  padding: 0px 20px 20px 20px;
  color: #fff;
  font-family: 'PolySans Trial', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0 0 40px 40px;
}

.feature-container {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .feature-container {
    border-bottom: none;
        padding-bottom: 0px;

  }
}

.feature-container.second-row {
  justify-content: center;
  border-bottom: none;
  padding-bottom: 100;
    margin-bottom: 40px;

}

.feature-item3 {
  flex: 1 1 30%;
  max-width: 320px;
  text-align: center;
  min-width: 260px;
}




.feature-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
    font-family: 'PolySans Trial', sans-serif;

}

.feature-desc {
  width: 291px;
  font-weight: 400;
  font-size: 14px;
  color:#e3e3e3;
  line-height: 1.5;
  max-width: 280px;
  margin: 5px auto;
    font-family: 'Schibsted Grotesk', sans-serif;

}

/* Responsive */
@media (max-width: 992px) {
  .feature-container {
    justify-content: center;
        gap: 0px;
  }

  .feature-item3 {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .mob-mt-0{
    margin-top:0px;
  }
}

@media (max-width: 600px) {
  .feature-item3 {
    flex: 1 1 90%;
    max-width: 90%;
  }
}
.icon-box4{

width: 90px;
height: 90px;
transform: rotate(0deg);
opacity: 1;
position: relative; /* or absolute, depending on your layout */
top: 30px;
left: 22px;
border-radius: 20px;

}

/*AI-Powered Recruitment */




.ai-recruitment-section {
  position: relative;
  background: url('../img/ai.gif') no-repeat center center / cover;
  background-attachment: fixed;
  color: #fff;
  z-index: 1;
  height: 646px; /* desktop fixed height */
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-recruitment-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 26, 64, 0.85);
  z-index: -1;
}

/* Responsive heights */
@media (max-width: 1024px) {
  .ai-recruitment-section {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .ai-recruitment-section {
    height: auto;       /* allow section to grow with content */
    min-height: 400px;  /* keep a minimum height */
    padding: 40px 20px; /* space around content */
  }
}

@media (max-width: 480px) {
  .ai-recruitment-section {
    min-height: 350px;
    padding: 30px 15px;
  }
}



/* Section Background */
.ai-recruitment-section {
  background-attachment: scroll!important;
  padding: 100px 0;
  color: #fff;
}

/* Badge */
/* .ai-badge {
  display: inline-block;
  background: rgba(255, 0, 128, 0.15);
  color: #ff4fa1;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
} */

/* Titles */
.ai-title {
  margin-top: 15px;
  font-family: "PolySans Trial", sans-serif;
  font-weight: 600;
  font-style: normal; /* "Median" is not a valid CSS value */
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.5px;
}

.ai-subtitle {
  color: rgb(214, 213, 213);
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal; /* "Regular" replaced with normal */
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0.1px;
  /* width: 350px; */
  height: 81px;
}

/* Button */
.ai-btn {
  background: linear-gradient(90deg, #1660E8 0%, #0C3682 100%);
  color: #fff;
  width: 180px;
  padding: 10px 10px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}

.ai-btn:hover {
  background: #0056b3;
  color: #fff;
}

/* Card Styles */
.ai-card {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  border-radius: 16px;
  height: 100%;
  text-align: left;
  z-index: 0;
  border: 2px solid transparent; /* keep border space */
    border-radius: 26px;

}

/* Moving border using pseudo-element */
.ai-card::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; bottom: -2px; right: -2px;
  border-radius: 26px;
  padding: 2px;
  background: linear-gradient(90deg, #00ffff, #ff00ff, #00ff00, #ff00ff, #00ffff);
  background-size: 300% 300%; /* large gradient to animate */
  z-index: 1;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderMove 8s linear infinite;
}
.ai-card-box {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  text-align: center;
  border: 2px solid transparent; /* keep border space */
    border-radius: 26px;

}
.ai-card-box::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; bottom: -2px; right: -2px;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, #00ffff, #ff00ff, #00ff00, #ff00ff, #00ffff);
  background-size: 300% 300%; /* large gradient to animate */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderMove 8s linear infinite;
}

/* Keep card content above the glow */
.ai-card > * {
  position: relative;
  z-index: 2;
}

/* Animation to move gradient along the border */
@keyframes borderMove {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

.ai-card:hover {
  transform: translateY(-5px);
  /* border-image: linear-gradient(45deg, #ff4fa1, #00ff99) 1; */
  
  border-width: 2px;
}

.ai-icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #00d1ff;
  
}
.ai-img{
    width: 55px!important;

}
.ai-card-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
    font-family: "PolySans Trial", sans-serif;

}

.ai-card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;        /* 400 = Regular */
  font-size: 12px;
  line-height: 168%;       /* relative to font-size */
  letter-spacing: 0.1px;
  color: rgba(227, 227, 227, 1);
  text-align: center;
}
.pricetag{
  background: linear-gradient(180deg, #FD9500 0%, #D84100 100%);
  /* background: linear-gradient(90deg, #1a4ed8, #0d2d6c)!important; */
  color: #fff;
  width: 250px;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}



.faq-section {
    text-align: center;
    padding: 50px 20px;
    padding-top:100px;
}

.faq-heading {
    color: rgba(244, 130, 0, 1);
    margin-top: 30px;
    font-family: "PolySans Trial", sans-serif;
    font-weight: 600;
    font-style: normal; /* "Median" is not valid, so using normal */
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
}

.faq-container {
  
    margin: 0 auto;
    background: linear-gradient(180deg, #fdd7a2 0%, #f9b87c 100%);
    padding: 86px 84px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    max-width: 1287px;
}

.faq-item {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.faq-question-text {
    font-family: "PolySans Trial", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 27.06px;
    line-height: 45.09px;
    letter-spacing: 0;
    text-align: center;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #16203F;
}
.faq-icon {
    width: 20px;
    height: auto;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 10px 0;
}

.faq-item.active .faq-answer {
    display: block;
}
.faq-question .arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    transition: max-height 0.4s ease, padding 0.3s ease;
    font-family: 'Schibsted Grotesk', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: justify;


}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 20px 20px;
}

/* Mobile adjustments without affecting desktop */
@media (max-width: 992px) {
    .faq-container {
        padding: 50px 30px;
    }
    .faq-heading {
        font-size: 36px;
        line-height: 50px;
    }
    .faq-question-text {
        font-size: 22px;
        line-height: 36px;
        text-align: left; /* Easier to read on narrow screens */
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 30px 15px;
        padding-top: 60px;
    }
    .faq-heading {
        font-size: 28px;
        line-height: 40px;
    }
    .faq-container {
        padding: 30px 15px;
    }
    .faq-question {
        padding: 15px;
        font-size: 16px;
    }
    .faq-question-text {
        font-size: 18px;
        line-height: 28px;
    }
    .faq-answer {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }
}


.review-section {
    padding: 20px;
}

.review-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.stars {
    font-size: 18px;
    margin-bottom: 10px;
}

.review-author {
    display: block;
    margin-top: 10px;
    font-style: italic;
    color: #666;
}

.step-ll{
  top:50px;
  position:relative;
  right:-500px;
}

/* steps */
.steps-container{
      height: 497px;
    padding: 3px 69px 69px 69px;  
  }
.steps-section {
  background: 
    url("img/dd.png") top center no-repeat,
    url("img/step.png") bottom center no-repeat;
  background-size: 100% 60%, 100% 40%; /* First image covers the top 60%, the second image covers the bottom 40% */
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: relative;
  max-width: 1144px;
  margin: 0 auto;
  border-radius: 12px;
  margin-top: -40px;
  z-index: 10; /* ensures it stays above overlapping elements */
}


.steps-section h2 {
  font-family: 'PolySans Trial', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

.steps-section h2 span {
  color: #ff7b00;
}

.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 150px;
  gap: 20px;
}

.step-card {
  background: white;
  padding: 30px 20px 17px 20px;
  border-radius:14.57px;
  text-align: center;
  position: relative;
  width: 250px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    height: 221px;
opacity: 1;

}

.step-number-bg {
  position: absolute;
top: -124px;  
left: 50%;
  transform: translateX(-50%);
  color: #ff7b00;
  z-index: 1;

  font-family: PolySans Trial;
font-weight: 400;
font-style: Neutral;
font-size: 136.03px;
line-height: 100%;
letter-spacing: 0%;

}

.step-label {
  color: white;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 6px;
  display: inline-block;
  z-index: 2;
  position: relative;
  
    margin-top: -57px;}
.step-label1 {
  color: white;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  z-index: 2;
  position: relative;
   width: 92.89px;       /* Rounded to 2 decimals */
  height: 92.89px;

}
.step-label7 {
position: absolute;
left: 276px; 
   bottom: 35px;
}


.step-label77 {
    position: absolute;
    left: -61px;
    bottom: 36px;

}
.step-label88 {
position: absolute;

    left: 292px;
    bottom: 35px;

}
.step-label8 {
      position: absolute;

left: 276px;    
bottom: 35px;
}

.step-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
    font-family: 'PolySans Trial', sans-serif;

}

.step-card p {
  color: #535353;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
font-weight: 500;
font-size: 17px;
line-height: 100%;
letter-spacing: -0.5px;
font-family: 'Schibsted Grotesk', sans-serif;
font-weight: 500;
font-size: 17px;
line-height: normal;
letter-spacing: -0.5px;
text-align: center;
opacity: 1;
    padding: 10px 20px 10px 20px;


}

.step-icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
  top:20px;
}

.steps-line {
  position: absolute;
    bottom: 182px;
  left: 3%;
  right: 3%;
  height: 4px;
  background: #fff;
  z-index: 0;
}

/* Existing styles remain the same */


.step-number-bg-mob {
  position: absolute;
    top: -124px;left: 50%;
  transform: translateX(-50%);
  color: #ff7b00;
  z-index: 1;

  font-family: PolySans Trial;
font-weight: 400;
font-style: Neutral;
font-size: 136.03px;
line-height: 100%;
letter-spacing: 0%;



}

.step-label-mob {
  color: white;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 6px;
  display: inline-block;
  z-index: 2;
  position: relative;
margin-top: -45px;    width: 204.24px;
    height: 84.44px;

}


.success-stories {
  padding: 80px 0;
  color: black;
}
/* 
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
} */

.story-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.story-column {
  flex: 1;
}

.image-column {
  display: flex;
  justify-content: center;
}

.story-image {
  width: 440px;
  position: relative; /* changed from absolute */
  margin: 0 auto; /* centers horizontally if needed */
  opacity: 1;
  overflow: hidden;
  border-radius: 10px;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; /* optional hover effect */
}

.story-image:hover img {
  transform: scale(1.03); /* optional hover effect */
}

.story-testimonial {
  padding: 30px;
}

.story-testimonial h2 {
  font-family: 'PolySans Trial', sans-serif;
  margin-bottom: 30px;
color: rgba(41, 44, 71, 1);
  font-weight: 600;
  font-style: Median;
  font-size: 28px;
  line-height: 29.29px;
  letter-spacing: 0%;
}

.testimonial-slider {
  position: relative;
  min-height: 200px;
}

.testimonial {
  display: none;
}

.testimonial.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

/* blockquote {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

blockquote::before {
  content: '"';
  font-size: 4rem;
  position: absolute;
  left: -15px;
  top: -20px;
  color: rgba(0,0,0,0.1);
} */

cite {
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-top: 20px;
  font-family: Dancing Script;
font-weight: 400;
font-style: Regular;
font-size: 24.62px;
leading-trim: NONE;
line-height: 57.44px;
letter-spacing: 0%;

}

.slider-controls {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.slider-controls button {
  background: rgba(0,0,0,0.1);
  border: none;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-controls button:hover {
  background: #ff7b00;
  color: white;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
  .story-content {
    flex-direction: column;
  }
  
  .story-column {
    width: 100%;
  }
  
  .story-testimonial {
    padding: 20px 0;
  }
  
  .story-image {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.expert-button {
  background: white;
  color: #1d2f6f;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Schibsted Grotesk', sans-serif;
}

.expert-button:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}





.customer-testimonials {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.form-column {
  background: white;
  padding: 0!important;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonial-column {
  padding: 0px!important;
}

.section-title {
  font-family: 'PolySans Trial', sans-serif;
  font-size: 2.2rem;
  color: #1d2f6f;
  margin-bottom: 15px;
}

.section-subtitle {
  font-family: 'Schibsted Grotesk', sans-serif;
  color: #555;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.testimonial-carousel {
  position: relative;
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: none;
}

.testimonial-card.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.rating {
  color: #ff7b00;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.industry {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 700;
  color: #1d2f6f;
  margin-bottom: 15px;
}

blockquote {
  font-family: 'Schibsted Grotesk', sans-serif;
  color: rgba(121, 121, 121, 1);
  position: relative;
  /* width: 443px; */
  font-family: 'Schibsted Grotesk';
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
    line-height: 32px;       /* replaces leading-trim */

}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.carousel-prev, .carousel-next {
  background: #1d2f6f;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-prev:hover, .carousel-next:hover {
  background: #ff7b00;
}

.carousel-indicator {
  font-family: 'Schibsted Grotesk', sans-serif;
  color: #555;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  
  .form-column, .testimonial-column {
    padding: 20px;
  }
}

.footer-text{
  font-family: PolySans Trial;
font-weight: 600;
font-style: Median;
font-size: 16.3px;
line-height: 39.12px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;


}
.input-box-color1{

        height: 80px !important;
  background-color: #f1f1f1 !important;
     font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;
  font-style: normal;   /* Medium isn't valid in CSS, use normal */
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none; /* default since not specified */
  color:#000000;

}

.input-box-color
{
  background-color: #f1f1f1 !important;
   


      height: 48px !important;
    font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;
  font-style: normal;   /* Medium isn't valid in CSS, use normal */
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none; /* default since not specified */
  color:#000000;
   
}

.input-box-color option {
    color: #352529 !important;
    font-weight: 475;
}

.title-span
{
  color: #FD9500 !important;
  font-family: 'polysans trial' sans-serif;
  font-weight: 600;
  font-style: 'Median';
  font-size: 45px;
}

.title-what-our-customer
{
  color: #292C47 !important;
  font-family: 'polysans trial' sans-serif;
  font-weight: 600;
  font-size: 45px;
  font-style: 'Median';
  line-height: 60px;
  letter-spacing: 0%;
}
.title-span-now
{
  color: #FD9500 !important;
  font-family: 'polysans trial' sans-serif;
  font-weight: 600;
  font-style: 'Median';
  font-size: 45px;
      line-height: 47px;
}

.title-what-our-customer-now
{
  color: #292C47 !important;
  font-family: 'polysans trial' sans-serif;
  font-weight: 600;
  font-size: 45px;
  font-style: 'Median';
    line-height: 47px;  letter-spacing: 0%;
        font-family: 'PolySans Trial', sans-serif;

}
 .what-our-customer-para
{
  color: #797979 !important;
  font-family: 'Schibsted Grotesk' sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.food-card
{
  background-color: #D8F0FE !important;
  border-radius: 15px !important;
}

.food-rating
{
  color:#1268FB;

}

@media (max-width: 576px) {
  .title-what-our-customer {
    color: #292C47 !important;
    font-family: 'polysans trial';
    font-weight: 600;
    font-size: 30px;
  }

  
  .title-span
  {
    color: #FD9500 !important;
    font-family: 'polysans trial';
    font-weight: 600;
    font-size: 30px;
  }

  .what-our-customer-para
  {
    color: #797979 !important;
    font-family: "Schibsted Grotesk", sans-serif!important;
    margin-bottom: 40px;
    font-size: 1.1rem;
  }

  .what-our-customer-totol-section {
      margin: 0 auto;
  }

  
}

/* mobile -steps */


.custom-steps {
 
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 12px;
  
}

.custom-steps-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}

.custom-steps-title .highlight {
  color: #f58220;
}

.custom-steps-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding:100px 54px 76px;
}

.custom-step-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: calc(33.333% - 20px);
  position: relative;
  box-sizing: border-box;
  border: 2px solid #e0e0e0; /* Light grey border */
    height: 200px;
      border-radius: 15px;
    box-shadow: 1px 6px 24.3px -5px rgba(149, 149, 149, 0.51);
  
  
  }

.step-number {
  font-size: 72px;
  font-weight: bold;
  color: #f58220;
}

.step-badge {
  background: linear-gradient(to right, #0061ff, #2c3bff);
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  margin-top: -15px;
}

.step-title {
  margin-top: 15px;
  font-weight: 700;
}

.step-text {
  margin: 10px 0;
  color: rgba(83, 83, 83, 1);
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;
  font-style: normal;   /* "Medium" is not valid → use normal */
  font-size: 17px;
  line-height: 100%;    /* or 1 if you prefer unitless */
  letter-spacing: -0.5px;
  text-align: center;


}

.step-icon {
    margin-top: -7px;  width: 60px;
  height: auto;
}

/* Responsive Breakpoints */

/* Tablets (2 cards per row) */
@media (max-width: 992px) {
  .custom-step-card {
    width: calc(50% - 20px);
  }
}

/* Mobile (1 card per row with gap) */
@media (max-width: 576px) {
  .custom-steps {
    padding: 40px 10px;
  }

  .custom-step-card {
    width: 100%;
  }

  .custom-steps-grid {
         gap: 180px;
    
  }
  .mob-top{
    padding-top:0px;
  }
}


.custom1-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 227px;
  height: 56px;
  border-radius: 12.22px;
  opacity: 1;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight:bolder; /* SemiBold */
  font-size: 20px;
  line-height: 22.08px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  text-decoration: none; /* remove underline */
}

.custom1-btn .btn-icon {
  width: 45.55px;
  height: 43.02px;
margin-left: 13px;      margin-right
: -8px;
}


.custom3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: 56px;
  border-radius: 12.22px;
  opacity: 1;
  font-family: 'PolySans Trial', sans-serif;
  font-weight: 600; /* SemiBold */
  font-size: 20px;
  line-height: 22.08px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  text-decoration: none; /* remove underline */
}

.custom3-btn .btn-icon {
  width: 45.55px;
  height: 43.02px;
margin-left: 13px;
}
.input-box-color::placeholder,
.input-box-color1::placeholder,
.form-select::placeholder {
    color: #abadb2;
    opacity: 1;
}
.carousel-heading{
    font-family: "PolySans Trial", sans-serif;
  font-weight: 600;        /* Semi-bold (Median in design tools) */
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;   
}
.carousel-para{
    font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;        /* Medium */
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;    
  color: rgba(50, 50, 50, 1);

}
.fw-bold-ps{
    font-family: "PolySans Trial", sans-serif;
  font-weight: 600;        /* Semi-bold / Median */
  font-size: 14px;
  line-height: 27.2px;
  letter-spacing: 0;       /* 0% = normal spacing */
  text-align: center;
  color: rgba(0, 0, 0, 1);


}
.add-ps{
   font-family: "Dancing Script", cursive;
  font-weight: 400;        /* Regular */
  font-size: 23.54px;
  line-height: 54.93px;
  letter-spacing: 0; 
  color:rgba(18, 104, 251, 1);

}
@media (max-width: 575px) {
  .ai-card {
    padding: 20px !important; /* reduce large padding */
    margin: 0 auto;
  }

  .ai-card img {
    max-width: 200px;
    height: auto;
  }

  .ai-card-title {
    font-size: 18px !important;
    line-height: 1.3;
    word-wrap: break-word;
  }

  .features li {
    font-size: 15px !important;
    word-break: break-word;
    white-space: normal;
  }

  .pricetag {
    font-size: 16px !important;
  }

  .custom1-btn {
    width: 100%;
    margin-top: 15px;
  }

  .row.g-5 {
    --bs-gutter-x: 1rem !important; /* reduce spacing */
  }
}
.ribbon-container {
    position: absolute;
    top: -1px;
    left: -2px;
    z-index: 5;
    width: 134px; 
    height: 133px;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: 34px;
    left: -37px; 
    transform: rotate(-45deg);
    width: 176px; 
    /* background-color: #ff3b3b;  */
    background: linear-gradient(180deg, #FD9500 0%, #D84100 100%);
    color: #fff; 
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.testimonial blockquote {
    width: 60%;   /* adjust as needed */
    margin: 0 auto;
    text-align: start; 
}
@media (max-width: 767px) {
  .testimonial blockquote {
    width: 100%;   /* adjust as needed */
    margin: 0 auto;
    text-align: start; 
}
}
