
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* Custumise css starts from here*/
.logo-header {
    margin-top: 10px !important;
}

.text-center {
    text-align: center;
}

.custom-arrow {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

/* learn card use section starts here */
/* .learn-card{
  border: 1px solid #000;
  padding: 30px 10px 30px 10px;
  height: 300px;
} */
.learn-section {
    text-align: center;
}

.learn-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 25px;
    background: #fff;
    height: 100%;
}

.learn-card h5 {
    font-weight: bold;
        font-size: large;
    color: #4681C3;
    margin-bottom: 4px;
}

.learn-icon {
    font-size: 50px;
    color: #f9ac41;
    /* Updated color from uploaded sample */
    margin-bottom: 15px;
}

/* learn card use section ends here  */

/* future section start */
.future-section {
    padding: 10px 0;
    text-align: center;
}

.future-card {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: left;
  border: 1px solid #dee2e6;
  border-radius: 12px;
}

.future-card img {
  width: 80px;
  display: block;
  transition: all 0.3s ease;
    margin: 0 0 15px;
}

/* Default text colors */
.future-card h5 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.future-card p {
  color: #000;
      font-size: 13px;
    padding-top: 4px;
}

/* Hide hover image initially */
.future-card .hover-img {
  display: none;
}

/* Hover effect */
.future-card:hover {
  background: #007bff; /* Bootstrap blue */
  text-align: left;    /* Align everything to left */
}

.future-card:hover .default-img {
  display: none;
}

.future-card:hover .hover-img {
  display: block;
  margin: 0 0 15px; /* left align */
}

.future-card:hover h5,
.future-card:hover p {
  color: #fff;
}

/* future section end */

/* course-structure use section starts here  */

.course-structure {
    background-color: #f9ac41;
    padding: 50px 0;
    border-radius: 20px;
    margin: 50px auto;
}

.course-card {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 1px solid #000;
}

.course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-content {
    padding: 20px;
    flex-grow: 1;
}

.course-content h5 {
    font-weight: 700;
    color: #4681C3;
}

.course-content ul {
    padding-left: 0;
    list-style: none;
}

.course-content ul li {
    margin-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
}

/* course-structure use section ends here  */
.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0.5);
}

.carousel-indicators [data-bs-target] {
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
/* Custumise css endsm here*/
/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #4681C3;
    color: #fff;
}

::-moz-selection {
    background: #4681C3;
    color: #fff;
}

.section {
    margin-top: 120px;
}

.section-heading {
    margin-bottom: 70px;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 56px;
}

.section-heading h2 em {
    font-style: normal;
    color: #4681C3;
}

.section-heading h6 {
    color: #ee626b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.icon-button a {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px 0px 0px;
    border-radius: 25px;
    transition: all .3s;
}

.icon-button a i {
    background-color: #f35525;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-left: -1px;
}

.icon-button a:hover {
    color: #f35525;
}

.icon-button a:hover i {
    color: #fff;
}

.main-button a {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
}

.main-button a:hover {
    background-color: #f35525;
    color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.99);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: transparent;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #f35525;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #f35525;
    border-radius: 50%;
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
    background-color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.sub-header ul li {
    display: inline-block;
}

.sub-header ul.social-links {
    text-align: right;
}

.sub-header ul.social-links li {
    margin-left: 8px;
}

.sub-header ul.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #cdcdcd;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.sub-header ul.social-links li a:hover {
    background-color: #f35525;
}

.sub-header ul.info li {
    font-size: 14px;
    color: #7a7a7a;
    border-right: 1px solid #eee;
    margin-right: 25px;
    padding-right: 25px;
}



.sub-header ul.info li i {
    font-size: 20px;
    color: #f35525;
    margin-right: 8px;
}

.background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.header-sticky {
    position: sticky!important; /* or fixed if you want it always visible */
    top: 0;
}
.header-sticky {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
}
.banner{
    margin-top: 80px;
}

.header-area {
    position: fixed;        /* stays at top */
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;

    background: rgba(255, 255, 255, 0.4); /* transparent white */
    backdrop-filter: blur(10px);          /* blur effect */
    -webkit-backdrop-filter: blur(10px);  /* Safari support */

    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.header-area.scrolled {
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(15px);
}


.header-area .main-nav {
    background: transparent;
    display: flex;
}

.header-area .main-nav .logo {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.header-area .main-nav .logo h1 {
    line-height: 100px;
    font-size: 28px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 700;
    letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
    line-height: 80px;
}

.header-area .main-nav ul.nav {
    flex-basis: 100%;
    margin-top: 18px;
    left:20px;
    /* justify-content: right; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}


.header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    line-height: 100px;
}

.header-area .main-nav .nav li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
    border-radius: 30px;
}





.header-area .main-nav .nav li:hover a {
    color: #ffffff;
    background-color: #4681C3;
    border-radius: 30px;
}

.header-area .main-nav .nav li a.active {
    color: #ffffff;
      background-color: #4681C3;
    border-radius: 30px;
}


.background-header .main-nav .nav li a.active {
    color: #f35525;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    left: 20px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 22px;
}

.background-header .main-nav ul.nav {
    margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.visible {
    display: inline !important;
}

/* scrolling numberas */


@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (max-width: 767px) {
    footer {
        margin-top: 90px !important;
        background-color: #1e1e1e;
        min-height: 100px;
    }

    .background-header .main-nav {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        border-radius: 0px 0px 0px 0px !important;
        width: 100%;
    }
    .header-area .main-nav .nav li:hover a
    .testimonial-img {
        width: 50%!important;
        height: auto;
    }
    
    .header-area .main-nav .nav li:hover a {
        color: #ffffff;
        background-color: #4681C3;
         border-radius: unset !important; 
    }

    .background-header .main-nav .nav,
    .header-area .main-nav .nav {
        background-color: #fff;
    }

    .background-header .main-nav .nav li a,
    .header-area .main-nav .nav li a {
        line-height: 50px;
        height: 50px;
        font-weight: 400;
        color: #1e1e1e;
        background-color: #fff;
        border-radius: 0px 0px 25px 25px;
    }

    .background-header .main-nav .nav li,
    .header-area .main-nav .nav li {
        border-top: 1px solid #ddd;
        background-color: #f1f0fe;
        height: 50px;
        border-radius: 0px 0px 25px 25px;
    }

    .header-area .main-nav .nav {
        height: auto;
        flex-basis: 100%;
    }

    /*.header-area .main-nav .logo {
        position: absolute;
        left: 30px;
        top: 0px;
    }*/

    .background-header .main-nav .logo {
        top: 0px;
    }

    .background-header .main-nav .border-button {
        top: 0px !important;
    }

    .header-area .main-nav .border-button {
        position: absolute;
        top: 15px;
        right: 70px;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #ffffff !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }



    .header-area {
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 0px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 80px !important;
    }

    .background-header.header-sticky .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 20% 320px 20%;
    margin-top: 0px;
}

.main-banner .item-1 {
    background-image: url(../images/banner-01.jpg);
}

.main-banner .item-2 {
    background-image: url(../images/banner-02.jpg);
}

.main-banner .item-3 {
    background-image: url(../images/banner-03.jpg);
}

.main-banner .item span.category {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 30px;
}

.main-banner .item span.category em {
    font-style: normal;
    color: #f35525;
}

.main-banner .item h2 {
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
    width: 50%;
    margin-bottom: 0px;
}

.main-banner .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 20%;
}

.main-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .5s;
}

.main-banner .owl-dots .active {
    background-color: #f35525;
}

.main-banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
    position: absolute;
    left: 45px;
}

.main-banner .owl-nav .owl-next i {
    position: absolute;
    right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
}


/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
    position: relative;
}

.featured .left-image img {
    padding-left: 0px;
	border-radius: 47px;
}


.featured .left-image a {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background-color: #f35525;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -55px;
}

.featured .section-heading {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
}

.featured .section-heading h2 {
    width: 70%;
}

.featured .accordion {
    margin-left: 10px;
    margin-right: 10px;
    --bs-accordion-border-radius: 10px;
    --bs-accordion-inner-border-radius: 10px;
    --bs-accordion-bg: #fafafa;
    --bs-accordion-border-color: none;
    border: none !important;
}

.featured .accordion-header {
    border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
    color: #f35525;
    background-color: #fafafa;
    outline: none;
}

.featured .accordion-button::after {
    display: none;
}

.featured #headingThree {
    border-bottom: none;
}



.featured .info-table {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
}

.featured .info-table ul li {
    display: block;
    padding:30px ;
    margin-bottom: 35px  
    /* border-bottom: 1px solid #eee; */
}


.featured .info-table ul li img {
    float: left;
    margin-right: 25px;
}

.featured .info-table ul li h4 {
    font-size: 22px;
    font-weight: 600;
}

.featured .info-table ul li h4 span {
    font-size: 15px;
    color: #aaa;
    font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/



/* testimonials start */
/* Make testimonial images larger */
.testimonial-img {
  max-width: 850px;  /* control size */
  width: 100%;       /* responsive */
  height: auto;
}

/* Position arrows nicely */
.arrow-btn {
  width: 50px; 
  height: auto;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

/* Move arrows slightly inside */
.carousel-control-prev {
  left: 0%;  /* adjust as needed */
}

.carousel-control-next {
  right: 0%; /* adjust as needed */
}



/* testimonials end */


/* 
---------------------------------------------
Career Oppurtunities
--------------------------------------------- 
*/
.career-opportunities {
      background-color: #f0f0f0;
      /* padding: 30px; */
      border-radius: 20px;
      margin-bottom: 40px;
    }
    
    .career-buttons .btn {
      margin: 5px;
    }
    .career-progression {
      background-color: #4681C3;
      padding: 50px 0;
      color: #fff;
    }
    .progression-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      color: #000;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .progression-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .progression-content {
      padding: 20px;
      flex-grow: 1;
    }
    .progression-content h5 {
      font-weight: bold;
    }

    .opportunity-img{
  border-radius: 0 24px 24px 0;
  padding: 0px;
}



/* 
---------------------------------------------
why-choose
--------------------------------------------- 
*/
	.why-choose {
      padding: 50px 0;
      text-align: center;
    }
    .why-card {
      border: 1px solid #dee2e6;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
      background: #fff;
    }
    .why-card h5 {
      font-weight: bold;
      color: #4681C3;
    }

	
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
    margin-top: 0px;
}

footer {
    margin-top: 150px;
    background-color: #1e1e1e;
    min-height: 100px;
}

footer p {
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

footer p a {
    color: #fff;
    transition: all .3s;
    position: relative;
    z-index: 3;
}

footer p a:hover {
    opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
    background-image: url(../images/page-heading-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading span {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-heading span a {
    color: #1e1e1e;
}

.page-heading h3 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .carousel-control-prev {
        left: 0px;
    }
    .custom-arrow {
        top: 60%;
    }
    .carousel-control-next {
        right: 0px;
    }

    .course-content ul li {
    margin-bottom: 6px;
    border-bottom: 1px solid #dee2e6;
    padding-top: 6px;
    font-size: 12px;
}
    .featured .left-image img {
        padding-left: 0px;
    }

    .header-area .main-nav .logo h1 {
        line-height: 80px !important;
    }

    .best-deal .tabs-content .nav-link {
        font-size: 14px;
        padding: 0px 15px;
        height: 44px;
        line-height: 44px;
    }

    .best-deal .tabs-content ul.nav-tabs li {
        margin: 0px 5px;
    }

    .properties ul.properties-filter li a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .properties ul.properties-filter li {
        margin: 5px;
    }


}

@media (max-width: 992px) {
    .sub-header {
        display: none;
    }

    .header-area .main-nav .logo h1 {
        line-height: 100px;
    }

    .background-header .main-nav .logo h1 {
        line-height: 80px;
    }

    .header-area .main-nav .nav li a {
        padding-left: 3px;
        padding-right: 3px;
    }



    .main-banner .item h2 {
        width: 100%;
    }

    .featured .section-heading {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 100px;
    }

    .featured .accordion {
        margin-left: 0px;
        margin-right: 0px;
    }

    .featured .info-table {
        margin-top: 45px;
    }

    .fun-facts .counter {
        margin-bottom: 45px;
    }

    .best-deal .section-heading {
        text-align: center;
    }

    .best-deal .tabs-content ul.nav-tabs {
        margin-top: 0px;
        justify-content: center;
    }

    .best-deal .info-table {
        margin-bottom: 45px;
    }

    .best-deal .tab-content img {
        padding: 0px;
    }

    .best-deal .tabs-content h4 {
        margin-top: 45px;
    }

    .properties .item h6 {
        text-align: center;
        margin-bottom: 15px;
    }

    .properties .item .main-button {
        text-align: center;
    }

    .properties .item ul li {
        margin-right: 10px;
        font-size: 13px;
    }

    .contact-content .phone {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .contact-content .email {
        margin-left: 0px;
        margin-bottom: 45px;
    }

    .contact-content #contact-form {
        margin-left: 0px;
    }

    .single-property .info-table {
        margin-left: 0px;
        margin-top: 45px;
    }

    .contact-page .section-heading {
        margin-right: 0px !important;
    }

    .contact-page #contact-form {
        margin-left: 0px;
        margin-top: 60px;
    }

    .best-deal .info-table ul li span {
        float: right !important;
        width: auto !important;
    }
}

@media (max-width: 1200px) {
    .best-deal .info-table ul li span {
        float: none;
        width: 100%;
    }

    .contact-page .section-heading {
        margin-right: 100px;
    }
}

/* pavan */
.proven h1 {
  text-align: center;         
  font-weight: bold;         
  color: #4681C3;             
  font-size: 32px;            
  margin: 60px 0 20px 0;
}

.why-card p{
    font-size: 13px;
}

/* Mobile & Tablet */
@media (max-width: 768px) {
  .proven h1 {
    font-size: 16px;          
    font-weight: bold;    
    margin: 30px 0 10px 0;     
  }

  .career-heading {
    font-size: 16px!important;  
    }
    .build-text{
    font-size: 12px;
}
}

.career-heading {
  font-size: 24px; 
  font-weight: 600;
}

.build-text{
    font-size: 13px;
}

p.mb-5.text-center {
    font-size: 12px;
    padding: 0px 10px;
}


.common-gap {
  margin-top: 100px;
}

.learn-card img {
 width: 80px;
 margin-bottom: 6px;
}

.download-btn {
    background-color: #4681C3;
    color:white;
    font-size: larger;
    font-weight: bold;
    border-radius: 50px;
    padding: 16px 40px;
}
.download-btn:hover {
    background-color: #3a73b4;
    color:white;
}

.custom-btn {
  background-color: #4681C3;
  border-color: #4681C3;
  color: #fff;
}

.custom-btn:hover {
  background-color: #3568a8; /* a bit darker for hover effect */
  border-color: #3568a8;
  color: #fff;
}

.structure-heading h2{
    color: #ffffff;
    padding: 30px 0px;
    font-size: 32px;
}

.video-frame {
    padding: 20px 0;
}

.career-btn{
    background-color: #4681C3;
    color: #ffffff;
}
.career-btn:hover{
    background-color: #3c79be;
    color: #ffffff;
}

.lpa{
      margin-left: 16px;
    background-color: #d6ffc7;
    border-radius: 24px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 15px;
}

.why-card h5 {
    color: #4681C3;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}

.designation{
    font-size: 15px;
    font-weight: 500;
}

.blue-line {
    width: 40px;  /* little width */
    height: 3px;
    background-color: #4681C3;
    margin: 0 auto 10px; /* center align */
    border-radius: 2px;
}

img.d-block.img-test {
    display: block;           /* Makes it a block element */
    margin: 0 auto;           /* Centers it horizontally */
    width: 80%;               /* Keeps your width */
    border-radius: 22px;       /* Makes it perfectly round */
    object-fit: cover;        /* Ensures it doesn’t stretch */
}

.type.rolling-numbers {
    font-size: 14px !important;
    font-weight: 600;
}

.progression-content p{
    font-size: 13px;
}


/* Mobile & Tablet */
@media (max-width: 768px) {
  .common-gap {
    margin-top: 60px !important; 
  }

  .learn-card p {
    font-size: 13px;
  }

  .build-text {
    font-size: 12px;
}

  .designation{
    font-size: 14px;
  }

  .progression-content p{
    font-size: 12px;
}

.lpa{
      margin-left: 16px;
    background-color: #d6ffc7;
    border-radius: 24px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
}

  .why-card p {
    font-size: 12px;
}
.why-card h5 {
    color: #4681C3;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 13px;
}

  .future-card h5 {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    
}

.future-card p {
  color: #000;
      font-size: 12px;
    padding-top: 4px;
    text-align: center;
}


  img.d-block.bussiness-img {
    display: block;         
    margin: 0 auto;          
    width: 80%;             
    border-radius: 22px;      
    object-fit: cover;    
}

  .learn-card h5 {
    font-weight: bold;
    font-size: medium;
    color: #4681C3;
    margin-bottom: 3px;
}

.header-area .main-nav ul.nav {
    flex-basis: 40%!important;
    border-radius: 20px;
}

.structure-heading h2{
    color: #ffffff;
    padding: 24px 0px;
    font-size: 26px;
}

.video-frame {
    padding: 14px 0;
}

 .default-img {
   margin:auto!important;
  }



}

/* about us css starts here  */
    .bg-blue {
        background-color: #4681C3;
    }
    .au-img-3{
        border-radius: 75px;
    }
    .au-bulid-text > li {
        padding: 0;
        margin: 0;
        list-style: disc;
    }
    .au-bulid-text{
        font-size: 15px;
        color:#fff;
    }
    .text-white{
        color:#fff;
    }
    .fw-bold{
        font-weight: 600;
    }
    .learn-card h5 {
        font-weight: bold;
        font-size: large;
        color: #1a1b1c;
        margin-bottom: 4px;
    }
    .au4-course-card-side {
        padding: 20px;
        height: auto;
    }
    .aus4-course-card-content {
        border: none !important;
    }
    .section-box {
        border-radius: 15px;
        background-color: #ffffff;
        padding: 2rem;
        margin-bottom: 2rem;
        border-radius: 15px;
        box-shadow: 0 0px 19px rgba(0, 0, 0, 0.09);
        border: 2px #161616;

    }

    .icon {
      font-size: 2.5rem;
      color: #4681C3;
      margin-bottom: 1rem;
    }

    h2.section-title {
      font-weight: 700;
      color: #4681C3;
      text-align: center;
      margin-bottom: 3rem;
    }

    h4 {
      font-weight: 600;
      color: #1c1c1c;
    }

    .core-value-title {
      font-weight: bold;
    }

    .core-value {
      margin-bottom: 0.5rem;
    }
    .vision, .core-values {
        margin-left: 125px;
        margin-right: 200px;
        border: 1px solid #c3b8b8;
    }
    .mission{
        margin-right: 60px;
        margin-left: 270px;
        border: 1px solid #c3b8b8;
    }
    .au4-course-card-side {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }    
    .career-progression-aboutus {
      background-color: #4681C3;
      padding: 40px 0;
      color: #fff;
    }
    .au-p-bulid-text{
        color: #ffffff;
        padding-right: 11rem;
        padding-left: 13rem;
    }
    .aus4-course-card-content{
        width: 100%;
        height: 185px !important;
        object-fit: cover;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        border-radius: 10px;
        border: 1px solid #000;
    }
    @media (max-width: 768px) {
        .au-p-bulid-text{
            color: #ffffff;
            padding-right: 1rem;
            padding-left: 1rem;
        }
        .aus4-course-card-content{
            width: 100%;
            height: 200px !important;
            object-fit: cover;
            border-radius: 12px;
            background: #fff;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            border-radius: 10px;
            border: 1px solid #000;                             
        }
        .why-card-ab h5 {
            color: #4681C3;
            
        }
        .why-card-ab{
            border: 1px solid #dee2e6;
            border-radius: 12px;
            padding: 20px;
            height: 100%;
            background: #fff;
        }
        .img-wrapper-div-aboutus{
           margin-left: 25px;
            margin-right: 25px;
            margin-top: 35px;
        }
        .vision, .core-values, .mission {
            margin-left: 0px!important;
            margin-right: 0px!important;
        }
        .icon-left {
            display: flex;
            align-items: center;
        }

        .icon-left .icon {
            margin-right: 1rem;
            margin-bottom: 0;
        }
        .au4-course-card-side {
            padding-top: 0rem !important;
            padding-bottom: 0rem !important;
        }
        /* sss starts here*/
        /* Section Title */
        .section-title {
            color: #003366;
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 2rem;
        }

        /* Each Box */
        .section-box {
            background-color: #fff;
            border: 1px solid #e6e6e6;
            border-radius: 16px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            padding: 2rem 1.5rem;
            margin-bottom: 1.5rem;
            text-align: center;
            max-width: 750px;
            margin-left: auto;
            margin-right: auto;
        }

            /* Headings inside each box */
            .section-box h4 {
                color: #0c2340;
                font-weight: 700;
                font-size: 1.1rem;
                margin-top: 1rem;
                margin-bottom: 0.5rem;
                position: relative;
            }

            /* Decorative line under heading */
            .section-box h4::after {
            content: "";
            display: block;
            width: 40px;
            height: 2px;
            background-color: #0d6efd;
            margin: 0.5rem auto 0;
            }

            /* Paragraph Text */
            .section-box p {
            color: #1a1a1a;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 0;
            }

            /* Icons */
            .section-box .icon img {
            width: 80px;
            height: 80px;
            margin: 0 auto;
            display: block;
            }

            /* Core Values */
            .core-value {
            margin-bottom: 0.4rem;
            }

            .core-value-title {
            font-weight: 600;
            color: #0c2340;
            }

            /* Subtle hover effect */
            .section-box:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            }

            /* core values starts here  */
            /* Core Values card container */
            .core-values {
                background-color: #fff;
                border: 1px solid #e6e6e6;
                border-radius: 16px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
                padding: 2rem 1.5rem;
                max-width: 780px;
                margin: 0 auto 1.5rem;
                text-align: center;
            }

            /* Icon */
            .core-values .text-center img {
                display: block;
                margin: 0 auto 1rem; /* spacing between icon and title */
            }

            /* Heading */
            .core-values h4 {
                font-size: 1.05rem;
                font-weight: 700;
                color: #0c2340;
                margin-bottom: 0.75rem;
                position: relative;
            }

            /* Blue underline under heading */
            .core-values h4::after {
                content: "";
                display: block;
                width: 40px;
                height: 2px;
                background-color: #0d6efd;
                margin: 0.4rem auto 1rem;
            }

            /* Value rows */
            /* .core-values .core-value {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                text-align: left;
                font-size: 0.95rem;
                line-height: 1.5;
                margin-bottom: 0.35rem;
                color: #1a1a1a;
            } */

            /* Left column (titles) */
            /* .core-values .core-value-title {
                font-weight: 600;
                color: #0c2340;
                min-width: 130px;
                display: inline-block;
            } */

            /* Dash after title */
            /* .core-values .core-value-title::after {
                content: " –";
                color: #0c2340;
                font-weight: normal;
            } */
            /* core values ends here  */

        /* sss ends here*/
    }
/* about us css ends here  */

/*FAQs Css start here */
.faq-section {
    background: #f3f4f6;
    padding: 60px 20px;
}



.faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #4b77b6;
    margin-bottom: 40px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 6px solid #4b77b6;   /* LEFT BLUE BORDER */
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Active background like image */
.faq-item.active {
    background: #f5f7fa;
}

/* Question area */
.faq-question {
    padding: 18px 24px;
    font-weight: 600;
    color: #4b77b6;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Divider line under question when active */
.faq-item.active .faq-question {
    border-bottom: 1px solid #cfd8e3;
}

/* Answer */
.faq-answer {
    padding: 20px 24px;
    display: none;
    color: #333;
    line-height: 1.7;
}

/* Show answer */
.faq-item.active .faq-answer {
    display: block;
}

/* Arrow icon */
.faq-icon {
    font-size: 18px;
    color: #4b77b6;
}

/*FAQs Css ends here */
