@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    background:#f3f3f3;
}

.btn-style-one {
    display: block;
    width: 250px;
    color: #000;
    font-size: 18px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-one:hover {
    transform: scale(0.9);
    background: #000;
    color: #fff !important;
}

.btn-style-two {
    display: block;
    width: 250px;
    color: #fff !important;
    font-size: 18px;
    background: #000;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-two:hover {
    transform: scale(0.9);
    background: #BF0015;
    color: #fff !important;
}

.btn-style-three {
    display: block;
    width: 250px;
    color: #000;
    font-size: 18px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-three:hover {
    transform: scale(0.9);
    background: #BF0015;
    color: #fff !important;
}

a{
    text-decoration: none;
}

.text-danger{
    color:#BA0014 !important;
}


.color-red {
    color: #BF0015;
}

.red_back{
    background:#BF0015;
}

.btn-style-two {
    font-size: 16px;
    padding: 10px 70px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 700;
    transition: all ease .3s;
}

.btn-style-two:hover {
    background: #000;
    color: #fff;
    transition: all ease .3s;
}

.sticky-footer button {
    width: 50%;
    margin: 0;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    /* background: transparent linear-gradient(270deg, #FF6600 0%, #EE3024 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(270deg, #FFBC09 0%, #4c51a3 100%) 0% 0% no-repeat padding-box;
    /* background-color: #FFBC09; */
}


input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    accent-color: #007bff; /* Bootstrap blue */
}

/*header section starts*/
header.main-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 60px 0 20px;
}

header.main-header .btn.btn-style-one {
    display: block;
    padding: 10px;
    background: lch(0 0 0 / 0.40);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid lch(100 0 0 / 0.5);
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    header.main-header .logo {
        padding: 0 20px;
    }


}

/*header section ends*/

/*hero section starts*/


section.banner-section .container-fluid {
    background-image: url('../../assets/images/banner-bg.png');
    background-size: cover;
    background-position: center;
    padding: 110px 30px 30px;
}

section.banner-section .banner-cont h1 {
    color: #fff;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 50px;
}

section.banner-section .banner-cont h1 .fz-one {
    display: block;
    font-size: 30px;
}

section.banner-section .banner-cont h1 .fz-two {
    font-size: 48px;
    position: relative;
}

section.banner-section .banner-cont h1 .fz-two:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: #F3E030;
    transform: translate(0px, -50%);
}

section.banner-section .banner-cont h1 .fz-three {
    margin-top: 25px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: block;
}

section.banner-section .banner-cont h1 .fz-three span {
    font-weight: 900;
    position: relative;
}


section.banner-section .banner-cont h1 .fz-three:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: #F3E030;
    transform: translate(0px, -50%);
}

section.banner-section .text-one h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

section.banner-section .text-one span.fz-two span {
    display: block;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    section.banner-section .banner-cont h1 {
        margin-top: 0;
        margin-left: 10px;
        font-size: 26px;
    }

    section.banner-section .banner-cont h1 .fz-one {
        font-size: 24px;
    }

    section.banner-section .banner-cont h1 .fz-two {
        font-size: 30px;
        position: relative;
        line-height: normal;
        display: block;
    }

    section.banner-section .banner-cont h1 .fz-two br {
        display: none;
    }

    section.banner-section .banner-cont h1 .fz-three {
        font-size: 18px;
    }

    section.banner-section .container-fluid {
        padding: 110px 20px 30px;
        background-position: left;
    }


}


/*hero section ends*/


/*nav list section starts*/
section.nav-list-section {
    position: sticky;
    padding: 15px 25px 15px;
    background: #D9D9D9;
    top: 0;
    z-index: 99;
}

section.nav-list-section .container-fluid {
    background: #000;
    padding: 20px;
    border-radius: 15px;
}

section.nav-list-section ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.nav-list-section ul li {
    padding: 0 15px;
    border-right: 1px solid #ffffff96;
}

section.nav-list-section ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;

}

section.nav-list-section ul li a:hover {
    opacity: 0.7;
    text-decoration: none !important;

}

section.nav-list-section ul li:last-child {
    border: 0;
}

@media screen and (max-width: 767px) {

    section.nav-list-section {
        padding: 10px 5px 10px;
    }

    section.nav-list-section ul li a {
        color: #fff;
        font-size: 13px;
    }

    section.nav-list-section ul li {
        /*width: 25%;*/
        padding: 0px 5px;
        /*border: 1px solid #ffffff96;*/
        border-top: 0px;
        border-left: 0;
    }

    section.nav-list-section ul {
        /*flex-wrap: wrap;*/
    }

    /*section.nav-list-section ul li:nth-child(2) {
    border-right: 0px;
}
section.nav-list-section ul li:nth-child(3) {
    border-bottom: 0px;
}
*/
    section.nav-list-section .container-fluid {
        padding: 10px 10px;
    }


}

/*nav list section ends*/

/* hightlight section start  */

/* 7 equal columns on desktop */
  @media (min-width: 768px) {
    .highlights-section{
        padding-top:5%;
        padding-bottom:3%;
    }
    .custom-col {
      flex: 0 0 calc(100% / 5);
      max-width: calc(100% / 5);
      border-right: 1px solid rgba(0,0,0,0.4);
    }
    .custom-col:last-child {
      border-right: none;
    }
  }

  /* Mobile styling */
  @media (max-width: 767.98px) {
    .custom-col {
              border-right: none;
        border: 1px solid #eee !important;
        padding: 10px;
    }
    .custom-col:nth-child(even) {
      border-bottom: none;
    }
  }

/* hightlight section end */

/* payment box section start  */

    .payment-banner{
        background:#D9D9D9;
    }
    .payment-box {
        background: #811812;
        background: linear-gradient(90deg, rgba(129, 24, 18, 1) 0%, rgba(191, 0, 21, 1) 47%, rgba(129, 24, 18, 1) 100%);
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.5);
    }
    .payment-box p {
        color: rgba(255,255,255,0.7); /* lighter text for subheading */
        letter-spacing: 0.5px;
        font-size:25px;
        font-weight:bold;
    }
    .payment-box h4 {
        font-size: 35px;
        font-weight: 700;
    }
    @media (max-width: 576px) {
        .payment-box h4 {
            font-size: 1.3rem;
        }
        .payment-box p {
            font-size: 0.85rem;
        }
    }

/* payment box section end */

/* courses section start  */

    .course-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow:0px 0px 20px rgba(0,0,0,0.4) !important;
}

.course-card:hover {
  background: #111 !important;
  color: #fff !important;
}

.course-card:hover p,
.course-card:hover h5,
.course-card:hover a {
  color: #fff !important;
}

.course-card:hover .course-footer {
  background: #222 !important;
}


.course-card:hover .btn-dark {
  background: #BF0015 !important;
  /* border-color: #dc3545 !important; */
  color: #000 !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.course-card:hover .btn-dark i{
    color:#fff !important;
}

.eligibility_div{
    border:1px solid #000;
    border-radius:10px;
    padding:2%;
}
.eligibility_div p{
    font-size:14px;
}

/* courses section end */

/*awards section starts*/
section.awards-section {
    position: relative;
    padding: 60px 0;
    background: #000;
}


:root {
    --color-text: #19232b;
    --color-bg: #e3e4e;
    --color-bg-accent: #000;
    --size: clamp(10rem, 0rem + 20vmin, 60rem);
    --gap: calc(var(--size) / 7);
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

section.awards-section .award-slider {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
}

section.awards-section .slide-track {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

section.awards-section .slide img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    section.awards-section .slide-track {
        animation-play-state: paused;
    }
}


@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
section.awards-section .award-slider .slide {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 50);
    border-radius: 0.5rem;
}


@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}


@media (max-width: 767px) {}


/*awards section ends*/

/*credit journey section starts*/

section.credit-journey-section {
    position: relative;
    padding: 60px 0;
}


section.credit-journey-section .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 7%;
    max-width: 7%;
}

section.credit-journey-section .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 18.833%;
    max-width: 18.833%;
}

section.credit-journey-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

section.credit-journey-section h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}

section.credit-journey-section .progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 20px auto;
}


section.credit-journey-section .progress-circle svg {
    transform: rotate(90deg);
    width: 100%;
    height: 100%;
}


section.credit-journey-section .progress-circle circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}


section.credit-journey-section .progress-bg {
    stroke: #e9ecef;
}


section.credit-journey-section .progress-bar {
    stroke: url(#gradient);
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.2s ease-out;
}


section.credit-journey-section .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #000000ba;
    line-height: normal;
}

section.credit-journey-section .progress-value {
    display: none;
}

section.credit-journey-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

section.credit-journey-section p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

section.credit-journey-section .next-animation {
    display: flex;
    align-items: center;
    margin-top: 70px;
}


section.credit-journey-section .m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);

    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    margin: 0 0 3px 4px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}


section.credit-journey-section .unu {
    margin-left: 0;
}

section.credit-journey-section .unu,
section.credit-journey-section .doi,
section.credit-journey-section .trei {
    -webkit-animation: mouse-scroll .9s infinite;
    -moz-animation: mouse-scroll .9s infinite;
    animation: mouse-scroll .9s infinite;

}

section.credit-journey-section .unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

section.credit-journey-section .doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-left: 0;
}

section.credit-journey-section .trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-left: 0;
}


@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


@media (max-width: 767px) {
    section.credit-journey-section h2 {
        font-size: 30px;

    }

    section.credit-journey-section h3 {
        font-size: 16px;
    }

    section.credit-journey-section .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.credit-journey-section .col-md-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.credit-journey-section .next-animation {
        margin: 25px auto;
        text-align: center;
        display: block;
        width: 18px;
    }

    section.credit-journey-section .m_scroll_arrows {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    section.credit-journey-section p {
        border: 0;
    }


}


/*credit journey section ends*/

/* main div section start  */

.main_div{
    background:#000;
    padding-bottom:5%;
    padding-right:4%;
    padding-left:4%;
}
.main_div .whyChooseSection{
    background:url('../../assets/images/red_back.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:4% 1%;
}
.main_div .whyChooseSection .card{
    padding:3%;
    background:#BBBBBB;
}
.main_div .whyChooseSection .card:hover{
    padding:3%;
    background:#fff;
}
.main_div .whyChooseSection .card h6{
    color:#BF0015;
    font-weight:bold;
    font-size:13px;
}
.main_div .whyChooseSection .main_heading_card{
    background:#000;
    border:3px solid #fff;
    padding:3%;
}
.main_div .whyChooseSection .main_heading_card h2{
    color:rgba(255,255,255,0.6);
    font-size:20px;
}
.main_div .whyChooseSection .main_heading_card p{
    color:#fff;
    font-size:12px;
}
.main_div .whyChooseSection .main_heading_card p span{
    color:rgba(255,255,255,0.6);
}
.main_div .whyChooseSection .main_heading_card h2 span{
    color:rgba(255,255,255,1);
}
.main_div .whyChooseSection .card p{
    color:#000;
    font-weight:bold;
    font-size:11px;
}
.main_div .certificate{
    padding:10% 0% 0% 0%;
}
.main_div .certificate h2{
    color:#fff;
    font-size:40px;
    margin-bottom:5%;
}
.main_div .certificate h6{
    color:#fff;
    font-size:20px;
    font-weight:bold;
}
.main_div .certificate p{
    color:#fff;
    font-weight:14px;
    margin-bottom:10%;
}
.main_div .certificate h4{
    text-align:center;
    color:rgba(255,255,255,0.6);
}
.main_div .certificate hr{
    border:1px solid #fff;
}
.course_right{
    padding:3% 0%;
}
.course_right h2{
    color:#fff;
    font-size:40px;
}
.course_right p.heading_text{
    color:#fff;
    font-size:20px;
}
.course_right p{
    font-size:12px;
    color:rgba(255,255,255,0.6);
}
.course_right h6{
    color:#fff;
    font-weight:bold;
}
.course_right h4{
    color:#fff;
    text-align:center;
    margin:4% 0%;
}
@media (min-width: 768px) {
    

    .main_div .learning-section .custom-col {
      flex: 0 0 calc(100% / 5);
      max-width: calc(100% / 5);
    }
    .main_div .learning-section .custom-col:last-child {
      border-right: none;
    }
}

/* Mobile styling */
@media (max-width: 767.98px) {
    

    .main_div .learning-section .custom-col {
        border-right: none;
        border-bottom: none;
        margin-bottom:10%;
    }
    .main_div .learning-section .custom-col:nth-child(even) {
        border-bottom: none;
    }
    .course_right h2 {
        text-align:center;
        font-size: 20px;
    }
    .course_right p.heading_text {
        font-size: 16px;
        text-align:center;
    }
    .course_right {
        padding: 13% 0%;
    }
    .course_right h4 {
        color: #fff;
        text-align: center;
        margin: 8% 0%;
        font-size: 17px;
    }
}


/* main div section end  */

/* companies section start  */

.placement-section h5 {
  font-size: 20px;
  color: #000;
}

.placement-carousel .item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100px; /* ensures all logos sit vertically centered */
  padding: 10px 0;
  box-shadow:none !important;
}

.placement-carousel .item img {
  max-height: 80px; /* increased height for better visibility */
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.owl-item.center img {
    box-shadow:none !important;
}
.owl-item:not(.center) img {
    opacity: 1 !important;
    transform: scale(0.95);
    transition: all 0.4s ease;
}
.placement-carousel .item img:hover {
  transform: scale(1.1);
}

/* Hide nav & dots */
.owl-nav, .owl-dots {
  display: none !important;
}

/* companies section end */

/* learning Experience section start  */

.learning-section{
    background:#f3f3f3;
}
.feature-card {
  background: #DCC9CB;
  border-radius: 12px;
  transition: all 0.3s ease;
  min-height: 160px;
  height:200px;
  margin-right:10%
}
.feature-card h6{
    font-size:16px;
}
.feature-card p{
    font-size:14px;
}
.feature-card:hover {
  background: #b71c1c;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.feature-card .dot {
  width: 20px;
  height: 20px;
  background: #b71c1c;
  border-radius: 50%;
}
.feature-card:hover .dot {
  background: #fff;
}
.feature-card.active .dot {
  background: #fff;
}
@media (min-width: 768px) {
    .main_div .learning-section .custom-col2 {
      flex: 0 0 calc(100% / 5);
      max-width: calc(100% / 5);
      border-right:none;
    }
    .main_div .learning-section .custom-col2:last-child {
      border-right: none;
    }
}

/* Mobile styling */
@media (max-width: 767.98px) {
    .main_div .learning-section .custom-col2 {
        border-right: none;
        border-bottom: none;
        margin-bottom:10%;
    }
    .main_div .learning-section .custom-col2:nth-child(even) {
        border-bottom: none;
    }
}


/* learning Experience section end */

/* empowering section start  */

.empowering h2{
    font-size:50px;
}
.empowering p{
    font-size:30px;
    font-weight:600;
}

/* empowering section end */


/* admission  process section start */

.admission-process {
  background: #f3f3f3;
}

.step {
  text-align: left;
  position: relative;
}

.step-title {
  font-weight: bold;
  color: #ccc;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.step-title::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  width: 6px;
  height: 12px;
  background: #d32f2f;
  transform: translateY(-50%) rotate(-15deg);
  border-radius: 2px;
}

.step h6 {
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

.step p {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
}

.btn-dark {
  background: #000 !important;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-dark:hover {
  background: #d32f2f !important;
}


/* admission  process section end */


/* cta and footer section start  */

.cta_footer .gradient_box{
    background: #811812;background: linear-gradient(90deg, rgba(129, 24, 18, 1) 0%, rgba(191, 0, 21, 1) 47%, rgba(129, 24, 18, 1) 100%);border-radius:25px;color:#fff;
    height:190px;
}
.cta_footer .gradient_box h2{
    font-size:45px;
}
.cta_footer .gradient_box h5{
    font-size:30px;
    opacity:0.8; 
    font-weight:600;
}
.cta_footer .gradient_box a{
    border-radius:10px; 
    font-weight:600;
    color:#000;
    box-shadow:0px 0px 20px rgba(0,0,0,0.4);
}
.cta_footer .gradient_box hr{
    border:1px solid rgba(0,0,0,0.8);
}

/* cta and footer section end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#ED1C24;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */










section.banner-section .banner-form {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 40px;
}
section.banner-section .register-panel h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section .ctplqryformbtn {
    display: block;
    padding: 10px;
    width: 100%;
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: 700;
}




@media (max-width: 767.98px) {


header.main-header {
    padding: 20px 0 20px;
}

section.banner-section .banner-form {
    margin-top: 0;
}
section.banner-section .text-one h3 {
    font-size: 20px;
}



section.highlights-section {
    padding: 30px 0 0;
}


section.main_div {
    padding: 40px 0;
}
.main_div .certificate h2 {
    font-size: 22px;
}


section.learning-section p {
    text-align: left !important;
}
.feature-card {
    background: #DCC9CB;
    border-radius: 12px;
    transition: all 0.3s 
ease;
    min-height: 160px;
    height: 100%;
    margin-right: 0;
}

section.nav-list-section {
    display: none;
}

.empowering h2 {
    font-size: 24px;
}

.empowering p {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
section.testimonial-section.py-5 {
    display: none;
}
.cta_footer .gradient_box h2 {
    font-size: 30px;
}
.cta_footer .gradient_box {
    height: auto;
}
.cta_footer .gradient_box h5 {
    font-size: 20px;
    opacity: 0.8;
    font-weight: 600;
}
section.learning-section h2 {
    font-size: 24px;
}






}
