body {
    font-family: "Poppins";
}

.form_input_box_feild {
    border: 1px solid #ced4da !important;
}

#otp-input {
   height: 50px;
}

.uni-logo{
    max-width: 40%;
}
#banner-section {
    background-image: url(../assets/lp/images/10Oct_Desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
}
section{
    padding: 30px 0px;
}
.newusp-mainblock {
    width: 100%;
    display: flex
;
    align-items: stretch;
    background: #4c4c4c;
    color: white;
    border-radius: 1px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 8px;
}
.newusp-mainblockleft {
    width: 30%;
    background: #cf3131;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    padding: 10px;
}
.newusp-mainblockright {
    width: 70%;
    padding: 15px 10px;
    background: #4c4c4c;
}
.newusp-mainblockleftimg {
    width: 80%;
    height: auto;
}
.newusp-mainblockright p{
    margin-bottom: 0;        font-size: 15px;
}
.benchmarks-head-textbg {
    background-color: #E31E24;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    line-height: 52px;
}
.benchmarks-blockfull{
    display: flex;
    flex-wrap: wrap;
}
.benchmarks-mainblock-inner{
    background-color: #F3F3F3;    width: 95%;    margin-top: 20px; text-align: center;border-radius: 5px;    height: 90%;
    padding: 20px 10px;
}
.benchmarks-counter-text {
    font-size: 28px;
    color: #e31e24;
    font-weight: 700;
}
.benchmarks-detail-text{
    font-size: 12px;
}
.benchmarks-mainblock{
    width: 20%;
}
.benchmarks-mainblock-inner:hover {
    background-color: #e31e24;
    color: #FFF;
}
.benchmarks-mainblock-inner:hover .benchmarks-counter-text {
    color: #FFF;
}
.benchmarks-mainblock-inner:hover .benchmarks-detail-text {
    color: #FFF;
}

/* Scrolling container styles */
.scrolling-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.scrolling-content {
    display: flex;
    gap: 15px;
    animation: scroll 30s linear infinite;
    width: max-content;
}

.scrolling-content:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ranking-mainbox {
    width: 160px !important;
    height: 68px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ranking-mainbox:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.national-regulatory-bodies {
    overflow-x: auto;
    gap: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    scrollbar-width: thin;
    scrollbar-color: #e31e24 #f1f1f1;
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.national-regulatory-bodies::-webkit-scrollbar {
    height: 8px;
}
.national-regulatory-bodies::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.national-regulatory-bodies::-webkit-scrollbar-thumb {
    background: #e31e24;
    border-radius: 4px;
}
.national-regulatory-bodies::-webkit-scrollbar-thumb:hover {
    background: #c41e3a;
}
.ranking-mainbox-img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    object-fit: contain;
}
.card-p {
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #cf1212 67%,
        #cf1212 100%
    );

    background-size: 200% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    animation: gradientFlow 3s linear infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}


.programSection {
  color: white;
  background-image: url("../assets/lp/images/programbg-desktop.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mentor-section .card {
    height: 290px;
}
.card-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e31e24 !important;
    color: #fff !important;
    text-align: center;
    height: 80px;
}

.showprogramnew-programapplybtn {
    padding: 5px 8px;
    background-color: #e31e24 !important;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: 700;
    color: #FFF !important;
    margin-top: -3px;
    float: right;
}

.card,
.card-header {
    border: none !important;
    border-radius: 0 !important;
}

.card-header h3{
    font-size: 17px !important;
}

.card-header p{
    font-size: 12px !important;
}

.program-container .row {
    display: flex;
    align-items: stretch;
}

.program-container .col-lg-3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heading-underline{
    display: inline-block;
    border-bottom: 3px solid red;
    padding-bottom: 4px;
}

.why-study-lineheight {
    background-color: #e31e24;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    line-height: 52px;
}

/* Main Section Container */
.whystudy-mainsection {
    width: 100%;
    background: #FFF;
}

.whystudy-onlinecumain {
    width: 100%;
    margin-bottom: 50px;
    float: left;
}

.border-bothside {
    width: 100%;
    min-height: 50px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin-bottom: 40px;
    float: left;
}

.whystudy-showcard {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}

.whystudy-sidefull1,
.whystudy-sidefull2 {
    width: 90%;
    border-right: 0px solid #FFF;
    float: left;
}

.whystudy-iconfull {
    width: 100%;
    height: 50px;
    float: left;
}

.whystudy-sideicon-pic {
    width: 40px;
    height: 40px;
    float: left;
}

.whystudy-headingfull {
    width: 100%;
    min-height: 50px;
    float: left;
}

.whystudy-headingtext {
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    color: #E31E24;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.whystudy-detailfull {
    width: 100%;
    min-height: 50px;
    float: left;
}

.whystudy-detailtext {
    width: 98%;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 15px;
    float: left;
}

.whystudy-detailtext::before {
    content: '\2713';
    color: red;
    font-size: 17px;
    font-weight: 700;
    margin-left: -22px;
    padding-left: 7px;
}


@media (min-width: 776px) and (max-width: 1200px) {
    .whystudy-mainsection {
        width: 100%;
        background: #FFF;
    }
    
    .whystudy-onlinecumain {
        width: 100%;
        margin-bottom: 50px;
        float: left;
    }
    
    .border-bothside {
        min-height: 50px;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        margin-bottom: 40px;
        float: left;
    }
    
    .whystudy-showcard {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
    }
    
    .whystudy-sidefull1,
    .whystudy-sidefull2 {
        width: 90%;
        border-right: 0px solid #FFF;
        float: left;
    }
    
    .whystudy-iconfull {
        width: 100%;
        height: 50px;
        float: left;
    }
    
    .whystudy-sideicon-pic {
        width: 40px;
        height: 40px;
        float: left;
    }
    
    .whystudy-headingfull {
        width: 100%;
        min-height: 50px;
        float: left;
    }
    
    .whystudy-headingtext {
        width: 100%;
        font-size: 19px;
        font-weight: 700;
        color: #E31E24;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
    }
    
    .whystudy-detailfull {
        width: 100%;
        min-height: 50px;
        float: left;
    }
    
    .whystudy-detailtext {
        width: 98%;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        text-align: left;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 15px;
        float: left;
    }
    
    .whystudy-detailtext::before {
        content: '\2713';
        color: red;
        font-size: 17px;
        font-weight: 700;
        margin-left: -22px;
        padding-left: 7px;
    }
    
    .why-study-lineheight {
        background-color: #e31e24;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 2px;
        line-height: 42px;
        display: inline-block;
        word-wrap: break-word;
    }
}

@media (max-width: 776px) {
    .programSection p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .whystudy-mainsection {
        width: 100%;
        background: #FFF;
    }
    
    .whystudy-onlinecumain {
        width: 100%;
        margin-bottom: 50px;
        float: left;
    }
    
    .border-bothside {
        min-height: 50px;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        margin-bottom: 0px;
        float: left;
    }
    
    .whystudy-showcard {
        width: 97%;
        margin-left: 2%;
        margin-right: 1%;
        margin-bottom: 40px;
        float: left;
    }
    
    .whystudy-sidefull1,
    .whystudy-sidefull2 {
        width: 90%;
        border-right: 0px solid #FFF;
        float: left;
    }
    
    .whystudy-iconfull {
        width: 40px;
        height: 50px;
        float: left;
    }
    
    .whystudy-sideicon-pic {
        width: 40px;
        height: 40px;
        float: left;
    }
    
    .whystudy-headingfull {
        width: calc(100% - 55px);
        min-height: 35px;
        margin-left: 15px;
        float: left;
    }
    
    .whystudy-headingtext {
        font-size: 17px;
        font-weight: 700;
        color: #E31E24;
        text-align: left;
        margin-top: 4px;
        margin-bottom: 5px;
        float: left;
    }
    
    .whystudy-detailfull {
        width: 100%;
        min-height: 50px;
        float: left;
    }
    
    .whystudy-detailtext {
        width: 98%;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        text-align: left;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 15px;
        float: left;
    }
    
    .whystudy-detailtext::before {
        content: '\2713';
        color: red;
        font-size: 17px;
        font-weight: 700;
        margin-left: -22px;
        padding-left: 7px;
    }
    
    .why-study-lineheight {
        background-color: #e31e24;
        color: #fff;
        margin-top:16px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 2px;
        line-height: 42px;
        display: inline-block;
        word-wrap: break-word;
    }
}

.ai-section {
    background: url('../assets/lp/images/career-bg.webp') no-repeat center center/cover;
    text-align: center;
    background-color: #000;
    height: 550px;
    width: 100%;
    float: left;
}


.careernew-headertext1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 37px;
    color: #FFF;
    margin-top: 1px;
    margin-bottom: 25px;
    text-align: center;
}

.ai-row {
    width: 100%;
    margin-bottom: 30px;
}

.ai-column {
    width: 25%;
    margin: 20px 4%;
    float: left;
    text-align: center;
}


.ai-block {
    width: 80px;
    height: 80px;
    background: #e31e24;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ai-block img {
    width: 40px;
    height: 40px;
}

.ai-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #FFF;
}

.ai-text {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 20px;
}


.uppershow-testimonial {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-top: -20px;
    float: left;
}

@media (max-width: 776px) {
    .ai-section {
        background: url('../assets/lp/images/career-bg.webp') no-repeat center center/cover;
        text-align: center;
        background-color: #000;
        height: 600px;
        width: 100%;
        float: left;
    }
    
    .careernew-headertext1 {
        font-size: 34px;
        font-weight: 700;
        line-height: 37px;
        color: #FFF;
        margin-top: 1px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .ai-row {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .ai-column {
        width: 25%;
        margin: 20px 4%;
        float: left;
        text-align: center;
    }
    
    .ai-block {
        width: 60px;
        height: 60px;
        background: #e31e24;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    
    .ai-block img {
        width: 40px;
        height: 40px;
    }
    
    .ai-heading {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #FFF;
        text-align: center;
    }
    
    .ai-text {
        display: none;
        font-size: 12px;
        color: #FFF;
    }
    
    .uppershow-testimonial {
        width: 100%;
        background-color: #FFF;
        border: 1px solid #f0f0f0;
        border-radius: 10px;
        margin-top: -75px;
        float: left;
    }
}


.p-60 {
    padding: 60px 0px;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.clearfix {
    clear: both;
}

.col-lg-4,
.col-md-3,
.col-6 {
    margin-bottom: 20px;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.fullblock {
    width: 100%;
}

.text-muted s {
    position: relative;
    color: #e31e24; 
    text-decoration: none;
}

.text-muted s::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;             
    background-color: black;    
    transform: rotate(-6deg); 
    transform-origin: center;  
}
@media (min-width: 320px) and (max-width: 800px) {
    .apply-now-button-footer{
        float: none !important;
    }
    .testimonial-card1-picblock {
        height: 175px !important;
    }
    #banner-section {
        background-image: none;height: auto;        padding-top: 0;
    }
    .uni-logo {
    max-width: 60%;
    margin-top: 15px;
}
    .benchmarks-mainblock {
        width: 50%;
    }
    .benchmarks-blockfull {
        justify-content: space-between;
    }
    .national-regulatory-bodies {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }
    .national-regulatory-bodies::-webkit-scrollbar {
        display: none;
    }
    .ranking-mainbox {
        flex-shrink: 0;
        display: inline-flex;
    }

    .scrolling-content {
        animation: scroll 20s linear infinite;
    }
    
    .ranking-mainbox {
        width: 140px !important;
        height: 60px;
    }
    .mentor-section .card {
         height: 380px !important;
         border-radius: 10px !important;
      }
       
}

.ai-section {
    clear: both;
}

.alumnimain {
    clear: both;
    background-color: #dc3545 !important;
}

.rank-section {
 
    background: #FEF4ED !important;
  }
   
   
  .section-heading h2 {
      padding-top:30px;
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    color: var(--bs-text-dark);
  }
   
  .blaze-container {
    margin-bottom: 3rem;
  }
   
  .mentor-section .card {    border: 1px solid rgb(210 210 210) !important;
    border-radius: 10px !important;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }
   
  .mentor-section .card-body h5 {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    color: #E0181E !important;
    margin-bottom: 3px;
  }
   
  .mentor-section .card-body span {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
    color: var(--bs-text-dark);
    display: block;
  }
   
   
  .mentor-section .card-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
   
   
  .mentor-section .card .quote {
    font-size: 120px;
    color: #E0181E !important;
    line-height: 0;
    margin-top: 60px;
  }
   
   
  .img-fluid-new {
    max-width: 100%;
    height: auto;
  }
   
  @media (min-width: 991px) {
    .col-md-4-new1 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    
    .col-md-8-new1 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    
    .rank-section {
      margin-top: -40px;
    }
  }
   
   
  @media (min-width: 556px) and (max-width: 991px) {
    .col-md-4-new1 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    
    .col-md-8-new1 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    
    .rank-section {
      margin-top: -10px;
    }
  }
   
   
  @media (max-width: 556px) {
    .col-md-4-new1 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    
    .col-md-8-new1 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    
    .rank-section {
      margin-top: -10px;
    }
  }
   
  @media (min-width: 776px) {
    .mentor-section .blaze-slider .blaze-prev {
      left: -50px;
      background-color: rgba(0, 0, 0, .2);
      display: block;
      border: none;
      font-size: 11px;
      font-weight: 700;
      background: none;
      cursor: pointer;
      background-position: center;
      background-size: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      padding: 7px 12px;
      background-color: rgba(212, 190, 190, 0.8);
      background-repeat: no-repeat;
      background-position: 10px;
      border-radius: 50%;
      color: #FFF;
    }
    
    .mentor-section .blaze-slider .blaze-next {
      right: -50px;
      display: block;
      border: none;
      font-size: 11px;
      background: none;
      cursor: pointer;
      background-position: center;
      background-size: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      padding: 7px 12px;
      background-color: rgba(212, 190, 190, 0.8);
      background-repeat: no-repeat;
      background-position: 10px;
      border-radius: 50%;
      color: #FFF;
    }
  }
   
  @media (max-width: 776px) {
    .mentor-section .blaze-slider .blaze-prev {
      display: none;
    }
    
    .mentor-section .blaze-slider .blaze-next {
      display: none;
    }
  }
   
  .section-testimonial {
    width: 100%;
    padding-top: 30px;
    background: #e31e24 !important;
    float: left;
  }
   
  .testimonial-set {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 0px;
  }
   
  .testimonial-card1 {
    min-height: 350px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    cursor: pointer;
    float: left;
  }
   
   
  .testimonial-card1-inner {

    min-height: 160px;
    margin-left: 10%;
    margin-top: 55px;
    margin-bottom: 0px;
    float: left;
  }
   
  .testimonial-card1-picblock {
    width: 100%;
    height: 100px;
    float: left;
  }
   
  .testimonial-card1-piccenter {
    width: 100px;
    height: 100px;
    margin: 20px auto;
  }
   
  .testimonial-card1-pic {
    width: 100px;
    height: 100px;
    border-radius: 65px;
    position: relative;
    z-index: 10;
  }
   
   
  .testimonial-card1-commentblock {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
   
  .testimonial-card1-commenttext {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    text-align: center;
    font-family: 'Poppins';
  }
   
  .testimonial-card1-nametext {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-align: center;
    font-family: 'Poppins';
    margin-top: 0px;
    margin-bottom: 1px;
  }
   
   
  .testimonial-card1-programtext {
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Poppins';
    margin-top: 0px;
    margin-bottom: 10px;
  }
   
   
  .testimonial-bottomimgblock {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
   
  .testimonial-bottomimg {
    width: 30px;
    height: auto;
  }
   
  @media (min-width: 776px) {
    .section-testimonial .blaze-slider3 .blaze-prev {
      left: -40px;
      background-color: rgba(0, 0, 0, .2);
      display: block;
      border: none;
      font-size: 11px;
      font-weight: 700;
      background: none;
      cursor: pointer;
      background-position: center;
      background-size: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      padding: 7px 12px;
      background-color: rgba(212, 190, 190, 0.8);
      background-repeat: no-repeat;
      background-position: 10px;
      border-radius: 50%;
      color: #FFF;
    }
    
    .section-testimonial .blaze-slider3 .blaze-next {
      right: -40px;
      display: block;
      border: none;
      font-size: 11px;
      background: none;
      cursor: pointer;
      background-position: center;
      background-size: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      padding: 7px 12px;
      background-color: rgba(212, 190, 190, 0.8);
      background-repeat: no-repeat;
      background-position: 10px;
      border-radius: 50%;
      color: #FFF;
    }
  }
   
  @media (max-width: 776px) {
    .section-testimonial .blaze-slider3 .blaze-prev {
      left: 0px;
      background-color: rgba(0, 0, 0, .2);
      display: block;
      border: none;
      font-size: 11px;
      font-weight: 700;
      background: none;
      cursor: pointer;
      background-position: center;
      background-size: 15px;
      position: absolute;
      top: 60%;
      transform: translateY(-60%);
      -webkit-transform: translateY(-60%);
      padding: 5px 9px;
      background-color: rgba(212, 190, 190, 0.8);
      background-repeat: no-repeat;
      background-position: 10px;
      border-radius: 50%;
      color: #FFF;
    }
    
    .section-testimonial .blaze-slider3 .blaze-next {
      right: 0px;
      display: block;
      border: none;
      font-size: 11px;
      background: none;
      cursor: pointer;
      background-position: center;
      background-size: 15px;
      position: absolute;
      top: 60%;
      transform: translateY(-60%);
      -webkit-transform: translateY(-60%);
      padding: 5px 9px;
      background-color: rgba(212, 190, 190, 0.8);
      background-repeat: no-repeat;
      background-position: 10px;
      border-radius: 50%;
      color: #FFF;
    }
  }
   
  @media (min-width: 1200px) {
    .testimonial-card1 {

      min-height: 350px;
    }
    
    .testimonial-card1-inner {
      margin-top: 55px;
    }
    
    .testimonial-card1-piccenter {
      width: 100px;
      height: 100px;
    }
    
    .testimonial-card1-pic {
      width: 100px;
      height: 100px;
    }
  }
   
   
  @media (min-width: 776px) and (max-width: 1200px) {
    .testimonial-card1 {
      width: 49%;
      min-height: 350px;
    }
    
    .testimonial-card1-inner {
      margin-top: 70px;
    }
    
    .testimonial-card1-piccenter {
      width: 130px;
      height: 130px;
    }
    
    .testimonial-card1-pic {
      width: 130px;
      height: 130px;
    }
  }
   
  @media (max-width: 776px) {
    .testimonial-card1 {
      width: 99%;
      min-height: 350px;
    }
    
    .testimonial-card1-inner {
      margin-top: 75px;
    }
    
    .testimonial-card1-piccenter {
      width: 130px;
      height: 130px;
    }
    
    .testimonial-card1-pic {
      width: 130px;
      height: 130px;
    }
  }  

  .mentor-carousel .owl-item img{
     width: auto !important;
  }

/* Owl Carousel Navigation Arrows */
.owl-nav {
    position: relative;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: -150px;
    transform: translateY(-50%);
    background-color: rgba(212, 190, 190, 0.8) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10;
}

.owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: -150px;
    transform: translateY(-50%);
    background-color: rgba(212, 190, 190, 0.8) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: rgba(227, 30, 36, 1) !important;
    transform: translateY(-50%) scale(1.1);
}
.testimonial-bottomimg{
    width: 20px !important;
    margin: auto;
    margin-bottom: 10px;

}

@media (max-width: 768px) {
    .owl-nav {
        display: none !important;
    }
}
.apply-now-button-footer{
    text-decoration:none;
                  background: #e31e24; color: #fff; float: right; outline: none;
                  border: 0px solid #e31e24; border-radius:40px; padding:10px 30px;
                
}

.footer-fixed-bar {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #dedddd;
    color: #000;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 0px;
    transition: all 0.3s ease;
}

.footer-fixed-bar.sticky {
    position: fixed;
    bottom: 0;
}

/* Sticky Header Styles */
.sticky-top-header {
    transition: all 0.3s ease;
}

.sticky-top-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.footer-fixed-bar marquee {
    background: #dedddd;
    color: #000;
    padding: 8px 0;
    margin: 0;   
     border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.footer-fixed-bar p {
    margin: 0;
    display: inline;
}

.footer-fixed-bar a {
    color: #e31e24;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 20px;
}

/* Notification Button and Popup Styles */
.notification-container {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9999;
}

.notification-btn {
    width: 45px;
    height: 45px;
    background-color: #e60f0d;
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-btn:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
}

.notification-popup {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 280px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: none;
    animation: slideUp 0.3s ease;
}

.notification-popup.show {
    display: block;
}

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

.notification-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.notification-icon {
    color: #9ca3af;
    font-size: 16px;
    margin-right: 8px;
}

.notification-content {
    text-align: left;
}

.notification-title {
    font-size: 18px;
    font-weight: 600;
    color: #6b46c1;
    margin-bottom: 5px;
}

.notification-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #6b46c1;
    margin-bottom: 5px;
}

.notification-date {
    font-size: 18px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 15px;
}

.highlight-red {
    color: #dc2626;
}

.countdown-timer {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.countdown-box {
    background-color: #374151;
    color: white;
    border-radius: 8px;
    padding: 11px 10px;
    text-align: center;
    min-width: 48px;
    display: flex;
    justify-content: space-around;
}

.countdown-box span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.countdown-box small {
    font-size: 12px;
    opacity: 0.8;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .notification-container {
        bottom: 50px;
        right: 15px;
    }
    
    .notification-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .notification-popup {
        width: 280px;
        bottom: 70px;
        right: -10px;
    }
    
    .countdown-timer {
        gap: 6px;
    }
    
    .countdown-box {
        min-width: 45px;
        padding: 6px 10px;
    }
    
    .countdown-box span {
        font-size: 16px;
    }
}
.animate-text {
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #cf1212 67%, #cf1212 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.modal-exit-intent .modal-header {
    background-color: #e31e24;
    color: #fff;
}

.leftside-callbtn
		{
			position: fixed;
			right: 10px;
			top: 50%;
			z-index: 10;
			transition: .3s ease-in-out;
			-webkit-transition: .3s ease-in-out;
			transform: translateY(-50%);
		}
		.leftside-icondiv
		{
			width:50px;
			height:100px;
			float:left;
		}
		.leftside-calllinkicon-href
		{
			width:50px;
			height:50px;
			text-decoration:none;
			margin:0px;
			background-color:#E0181E;
			border-radius:4px;
			box-shadow: 0 2px 15px rgba(0,0,0,.2), 0 3px 30px rgba(0,0,0,.5);
			float:left
		}
		.leftside-calllinkicon
		{
			width:30px;
			height:30px;
			margin-left:10px;
			margin-top:10px;
			float:left
		}
		.leftside-whtsapplinkicon-href
		{
			width:50px;
			height:50px;
			text-decoration:none;
			margin:0px;
			background-color:#53D130;
			border-radius:4px;
			box-shadow: 0 2px 15px rgba(0,0,0,.2), 0 3px 30px rgba(0,0,0,.5);
			float:left
		}
		.leftside-whtsapplinkicon
		{
			width:30px;
			height:30px;
			margin-left:10px;
			margin-top:10px;
			float:left
		}