body {color: #000;font-size: 1.1rem;}

.back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
display: flex;
width: 45px;
height: 45px;
align-items: center;
justify-content: center;
transition: 0.5s;
z-index: 99;
}

/*** Button Start ***/
.btn {
font-weight: 600;
transition: .5s;
}

.btn-square {
width: 32px;
height: 32px;
}

.btn-sm-square {
width: 34px;
height: 34px;
}

.btn-md-square {
width: 44px;
height: 44px;
}

.btn-lg-square {
width: 56px;
height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
border-radius: 50%;
}

.btn.btn-primary {
background: #E21E25 !important;
color: var(--bs-white) !important;
font-family: 'Poppins', sans-serif;
font-weight: 400;
transition: 0.5s;
text-transform: uppercase;
}

.btn.btn.btn-primary:hover {
background: var(--bs-primary) !important;
border: 1px solid #fff;
}

.btn.btn-secondary {
background: transparent;
color: #be464f;
font-family: 'Poppins', sans-serif;
font-weight: 400;
border: none;
transition: 0.5s;
}

.btn.btn-secondary:hover {
color: var(--bs-primary) !important;
}


/*** Section Title Start ***/
.section-title {
max-width: 900px;
text-align: center;
margin: 0 auto;
}

.section-title .sub-style {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--bs-primary);
}

.section-title .sub-style::before {
content: "";
width: 100px;
position: absolute;
bottom: 50%;
left: 0;
transform: translateY(-50%);
margin-bottom: -6px;
margin-left: -100px;
border: 1px solid #be464f !important;
}

.section-title .sub-style::after {
content: "";
width: 50px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-top: -8px;
margin-left: -50px;
border: 1px solid var(--bs-primary) !important;
}

.sub-title {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--bs-primary);
}

.sub-title::before {
content: "";
width: 100px;
position: absolute;
bottom: 50%;
right: 0;
transform: translateY(-50%);
margin-bottom: -8px;
margin-right: -100px;
border: 1px solid #be464f !important;
}

.sub-title::after {
content: "";
width: 50px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-top: -6px;
margin-right: -50px;
border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
transition: 0.5s;
}

.topbar {
padding: 2px 10px 2px 20px;
background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
color: #be464f !important;
}


@media (max-width: 768px) {
.topbar {
display: none;    
}
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
font-family: 'Poppins', sans-serif;
position: relative;
margin-right: 25px;
padding: 35px 0;
color: var(--bs-primary) !important;
font-size: 17px;
font-weight: 400;
outline: none;
transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
padding: 20px 0;
color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: #be464f !important;
}
.navbar-nav {margin: 0 !important;}

.navbar-light .navbar-brand img {
transition: .5s;
}
.logo-area h1 {
font-size: 30px;
text-transform: uppercase;
padding: 10px 0 0;
}
.logo-area span {position: relative;top: 10px;right: 15px;color: #1b3f74;}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
}

@media (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
display: block;
visibility: hidden;
top: 100%;
transform: rotateX(-75deg);
transform-origin: 0% 0%;
border: 0;
border-radius: 10px;
transition: .5s;
opacity: 0;
}
}

.dropdown .dropdown-menu a:hover {
background: #E21E25;
color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
transform: rotateX(0deg);
visibility: visible;
background: var(--bs-light) !important;
transition: .5s;
opacity: 1;
}
.border-secondary {border-color: #fff !important;}

@media (max-width: 991.98px) {
.sticky-top {
position: relative;
background: var(--bs-white);
}
.logo-area {width: 40% !important;}
.logo-area img {height: auto;width: 100% !important;}


.navbar.navbar-expand-lg .navbar-toggler {
padding: 10px 20px;
border: 1px solid var(--bs-primary) !important;
color: var(--bs-primary);
}

.navbar-light .navbar-collapse {
margin-top: 15px;
border-top: 1px solid #DDDDDD;
}

.navbar-light .navbar-nav .nav-link,
.sticky-top .navbar-light .navbar-nav .nav-link {
padding: 10px 0;
margin-left: 0;
color: var(--bs-dark) !important;
}


}

@media (min-width: 991.98px) {

/*** Top and Bottom borders go out ***/
.navbar-light .navbar-nav .nav-link:after,
.navbar-light .navbar-nav .nav-link::before {
position: absolute;
content: "";
top: 30px;
bottom: 30px;
left: 0px;
width: 100%;
height: 2px;
background: var(--bs-primary);
opacity: 0;
transition: all 0.5s;
}

.navbar-light .navbar-nav .nav-link:before {
bottom: auto;
}

.navbar-light .navbar-nav .nav-link:after {
top: auto;
}

.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link.active:before {
top: 20px;
opacity: 1;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
bottom: 20px;
opacity: 1;
}
}

#searchModal .modal-content {
background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/breadcrumb.png);
background-position: center center;
background-repeat: no-repeat;
background-attachment: initial;
background-size: cover;
padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/


.banner {
    position: relative;
    background: url("../img/home-bg.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    color: #fff;
    z-index: 1;
}

.banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* opacity control */
z-index: -1;
}
.bnr-text {
font-size: 33px;
line-height: 1.3;
font-weight: 600;
margin-bottom: 15px;
}
.bnr-text h1 {
    color: #fff;
    font-size: 37px;
    line-height: 55px;
}
.bnr-text p {font-size: 19px;line-height: 35px;}

.bnr-btn {
color: #fff;
padding: 12px;
border-radius: 8px;
font-weight: 600;
margin-top: 12px;
float: left;
background: #E21E25;
margin-right: 25px;
font-size: 18px;
text-transform: uppercase;
/* border-color: #fff !important; */
border: 1px solid #fff;
}
.bnr-btn:hover{color:#fff;background: #1b3f74;}


.zoom-btn {animation: zoomInOut 2s infinite ease-in-out;}
/* Zoom Animation */
@keyframes zoomInOut {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}

.hero span {color: #E21E25;font-weight: bold; }

@media (max-width: 768px) {
.banner {
    background-position: top left;
    padding: 50px 0;
}
.bnr-text {
    font-size: 19px;
    font-weight: 700;
}

}
/*** Carousel Hero Header End ***/
.top-info a {color: #fff !important;}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
width: 100%;
min-height: 70vh;
position: relative;
padding: 30px 0 30px 0;
display: flex;
align-items: center;
background: url(assets/images/home-bnr.jpg) top center no-repeat;
background-size: cover;
}

.hero h1 {
margin: 0;
font-size: 41px;
font-weight: 700;
line-height: 60px;
}

.hero p {
color: #333;
margin: 15px 0 20px 0;
font-size: 21px;
font-weight: 500;
}

.hero .btn-get-started {
color: var(--contrast-color);
background: var(--accent-color);
font-family: var(--heading-font);
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: flex;
align-items: center;
justify-content: center;
padding: 12px 40px;
border-radius: 4px;
transition: 0.5s;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started i {
margin-left: 5px;
font-size: 18px;
transition: 0.3s;
}

.hero .btn-get-started:hover {
color: var(--contrast-color);
background: color-mix(in srgb, var(--accent-color), transparent 15%);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover i {
transform: translateX(5px);
}

.hero .btn-watch-video {
font-size: 16px;
transition: 0.5s;
color: var(--default-color);
font-weight: 600;
}

.hero .btn-watch-video i {
color: var(--accent-color);
font-size: 32px;
transition: 0.3s;
line-height: 0;
margin-right: 8px;
}

.hero .btn-watch-video:hover {
color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* Typing cursor effect */
#typing-text::after {
  content: "|";
  animation: blink 1s infinite;
  margin-left: 5px;
}

@keyframes blink {
  0% {opacity:1;}
  50% {opacity:0;}
  100% {opacity:1;}
}

#hero-image{
  opacity:0;
  transform: translateX(-150px);
  animation: slideRight 3s ease forwards;
}

@keyframes slideRight{
  to{
    opacity:1;
    transform: translateX(0);
  }
}

@media (max-width: 640px) {
.hero h1 {
font-size: 28px;
line-height: 36px;
}

.hero p {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}

.bnr-btn {font-size: 17px;}

}

@keyframes up-down {
0% {
transform: translateY(10px);
}

100% {
transform: translateY(-10px);
}
}


.training-content {background: #E21E25 !important;}

/*** Counter Facts Start ***/
.counter-facts {
background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}

.counter-facts .counter {
position: relative;
text-align: center;
width: 200px;
min-height: 215px;
padding: 10px 15px;
margin: 0 auto;
border-radius: 100px;
box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
background: var(--bs-white);
}

.counter-facts .counter:before {
content: "";
position: absolute;
height: 105px;
width: 100%;
left: 0;
top: 0;
border-radius: 10px 10px 0 0;
background-color: var(--bs-primary);

}
.counter-facts .counter .counter-icon {
position: relative;
width: 120px;
height: 100px;
margin: 0 auto 10px;
border-radius: 10px 10px 0 0;
transform: translateY(-20px);
font-size: 50px;
line-height: 90px;
color: #be464f;
background: rgba(1, 143, 252, 0.5);
clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
content: "";
position: absolute;
width: 120px;
height: 90px;
top: 0;
left: 50%;
transform: translateX(-50%);
border-radius: 10px 10px 0 0;
background: rgba(0, 58, 102, 0.5);
z-index: -1;
clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
transform: rotate(360deg);
transition: all 0.3s ease;
}
.counter-facts .counter h3 {
color: var(--bs-primary);
font-size: 17px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
font-size: 30px;
font-weight: 700;
display: block;
color: #be464f;
}

@media screen and (max-width: 1200px) {
.counter-facts .counter { margin-bottom: 40px; 
}
}
/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
position: relative;
overflow: hidden;
}

.service .service-item .service-inner .service-title {
position: relative;
margin-top: -30px;
text-align: center;
transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
position: absolute;
bottom: -100%; 
left: 0;
margin-left: 30px;
margin-right: 30px;
text-align: center;
border-radius: 10px;
background: var(--bs-primary);
opacity: 0;
transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
bottom: 0;
opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
opacity: 0;
}

.service .service-item .service-inner .service-img {
position: relative;
border-radius: 10px;
overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0;
border-radius: 10px;
background: rgba(255, 255, 255, .5);
transition: 0.5s;
opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
height: 100%;
opacity: 1;
}

.service .service-item .service-inner .service-img img {
transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
transform: scale(1.3);
}
/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
position: relative;
box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
border-radius: 10px;
background: #1b3f74;
min-height: 350px;
}
.feature-content p {
color: #fff;
font-weight: normal;
font-size: 16px;
}
.feature-content h5 {
color: #fff;
font-size: 20px;
}
.features .feature-item .feature-icon img {
width: 40%;
height: auto;
filter: brightness(0) invert(1);
}



.features .feature-item .feature-icon i {
transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
color: #be464f !important;
transform: rotate(360deg);
transition: all 0.5s ease;
}
/*** Features End ***/


/*** Country Start ***/
.country .country-item {
position: relative;
}

.country .country-item::after {
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: 0;
left: 0;
background: rgba(0, 58, 102, 0.7);
border-radius: 10px;
transition: 0.5s;
z-index: 1;
}

.country .country-item:hover::after {
height: 100%;
}

.country .country-item .country-flag {
position: absolute;
width: 90px; 
height: 90px; 
border-radius: 50%;
top: -45px; 
left: 50%; 
transform: translateX(-50%);
transition: 0.5s;
z-index: 2;
}

.country .country-item .country-flag img {
border: 5px solid var(--bs-white);
transition: 0.5s;
}

.country .country-item:hover .country-flag img {
border: 5px solid var(--bs-white);
transform: rotate(360deg);
transition: all 0.5s ease;
}

.country .country-item .country-name {
position: absolute;
top: 53%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.5s;
opacity: 0;
z-index: 3;
width:100%;
padding: 10px;
}

.country .country-item .country-name p {
    color: #fff;
    line-height: 28px;
}
.country .country-item:hover .country-name {
opacity: 1;
}

.country .country-item img {
transition: 0.5s;
}

.country .country-item:hover img {
transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
color: #be464f !important;
}
/*** Country End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
position: relative;
border-radius: 10px;
background: var(--bs-light);
}
.testimonial-content p {font-size: 1.1rem !important;}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
position: absolute;
content: "";
width: 45px;
height: 45px;
bottom: -20px;
left: 30px;
transform: rotate(45deg);
background: var(--bs-light);
z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
position: absolute;
top: -60px;
right: 0;
display: flex;
font-size: 40px;
color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
color: #be464f;
}
/*** testimonial end ***/


/*** training Start ***/
.training .training-item .training-inner {
position: relative;
}

.training .training-item .training-inner .training-title-name {
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
padding: 20px;
border-radius: 10px;
background: rgba(0, 0, 0, 0.2);
display: flex; 
flex-direction: column;
justify-content: end;
text-align: center;
transition: 0.5s;
}

.training .training-item {
border-radius: 10px;
position: relative;
overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
opacity: 0;
}

.training .training-item .training-inner img {
transition: 0.5s;
}

.training .training-item:hover .training-inner img {
transform: scale(1.3);
}

.training .training-item .training-content {
position: absolute;
width: 100%;
bottom: -100%;
left: 0;
transition: 0.5s;
}

.training .training-item:hover .training-content {
bottom: 0;
}  
/*** training End ***/


/*** Contact Start ***/
.contact .office .office-item {
text-align: center;
border-radius: 10px;
box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
background: var(--bs-light);
transition: 0.5s;
}

.contact .office .office-item:hover {
box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
position: relative;
overflow: hidden;
border-radius: 10px;
}

.contact .office .office-item .office-img img {
transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
color: #be464f !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
background: var(--bs-primary);
}
.footer .footer-item a {
line-height: 30px;
color: var(--bs-white);
transition: 0.5s;
}

.footer .footer-item p {
line-height: 30px;
}

.footer .footer-item a:hover {
letter-spacing: 2px;
color: #be464f;
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
border-top: 1px solid rgba(255, 255, 255, 0.08);
background: #E21E25 !important;
}
/*** copyright end ***/

.carousel-item {
padding: 20px 0;
}

.carousel-item img {width: 100%;}

.carousel-control-prev,
.carousel-control-next {
width: 50px;
height: 50px;
background-color: #1b3f74 ;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
color:#fff;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
background-color: darkred;
}
.text-muted {
    color: #fff !important;
}
.footer-item .text-secondary {
    color: #fff !important;
}
.aboutarea p {
color: #1b3f74 !important;
font-weight: 600;
font-size: 18px;
}

.training .training-item .training-content p {color: #fff !important;}

.swiper {
width: 100%;
padding: 40px 0;
}

.swiper-slide {
text-align: center;
}
.swiper-slide img {
width: 100%;
border-radius: 10px;
transition: 0.3s;
}
.swiper-slide img:hover {
transform: scale(1.05);
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #1b3f74;   /* Blue color - change if needed */
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #E21E25;   /* Darker blue on hover */
    transform: scale(1.1);
}

.video-box {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* 16:9 ratio */
height: 0;
}

.video-box iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 10px;
}

.afterpay-section{background:#f6f6f6;}
.afterpay-logo{max-width:220px;}
.afterpay-text{font-size:18px;color:#444;line-height:1.6;}

/* mobile */
@media (max-width:576px){
.afterpay-logo{max-width:160px;}
.afterpay-text{font-size:15px;}

}

.social-media .text-secondary {color: #fff !important;}
.social-media .text-secondary:hover {color: #e02454 !important;}
.social-media .btn-outline-light:hover{background-color:#1b3f74 !important;}

.logo-area {width: 21%;}
.logo-area img {height: auto;width: 55%;}
.top-info span {font-size: 16px;}
.top-info span img {width: 90px;height: auto;}
.top-info a {color: #fff !important;font-size: 16px;}

/* parent */
.dropdown-submenu {
position: relative;
}

/* IMPORTANT: submenu hidden by default */
.dropdown-submenu > .dropdown-menu {
position: absolute;
top: 0 !important;
left: 100%;
display: none !important;  /* force hide */
}

/* ONLY show when hovering PTE */
.dropdown-submenu:hover > .dropdown-menu {
display: block !important;
}

/* main dropdown should behave normally */
.nav-item.dropdown:hover > .dropdown-menu {
display: block;
}

/* MOBILE VIEW */
@media (max-width: 991px) {

/* submenu ko right se hata kar niche lao */
.dropdown-submenu > .dropdown-menu {
position: static !important;
left: 0 !important;
top: 0 !important;
transform: none !important;
display: none;
opacity: 1;
visibility: visible;
}

.desktop-hide::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
}

/* click ya active par show */
.dropdown-submenu.active > .dropdown-menu {
display: block;
}
}
@media (min-width: 991px) {
.desktop-hide{display:none;}	
}

.internal-sec p {
line-height: 33px;
font-size: 18px;
}

table {
width: 100%;
border-collapse: collapse;
text-align: left;
}

th, td {
border: 2px solid #000;
padding: 15px;
vertical-align: top;
}

th {
text-align: center;
font-size: 22px;
font-weight: bold;
background-color: #e6e6e6;
}

.duration {
font-weight: bold;
font-size: 18px;
}

.course-card {
    height: 160px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Logo styling */
.course-card img {
    width:80%;
    object-fit: contain;
    transition: 0.3s ease;
}

/* Hover effect */
.course-card:hover img {
    transform: scale(1.1);
}

/* Background Colors */
.pte { background: #0586a6; }
.ielts { background: #e31c2e; }
.naati { background: #0f9d8a; }
.celpip { background: #b5a369; }
.lang { background: #ff3300; }
.spoken { background: #f4c20d; }
.course-card h3 {color: #fff;font-size: 55px;font-weight: 700;}
.course-card.pte h3 {font-size: 90px;}
.course-card.ielts h3 {font-size: 90px;}
.course-card.celpip h3 {font-size: 80px;}

/* MODAL WIDTH BIG */
.custom-modal .modal-dialog {
  max-width: 800px; /* increase width */
}

/* HEADER */
.popupform .custom-header {
  background: #E21E25;
  color: #ffffff;
}

/* FORM SPACING */
.form-row .col-md-6 {
  margin-bottom: 20px;
}

.popupform .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-size: 22px;
}
.popupform .form-control {padding: 10px;}
.popupform .form-select {padding: 10px;}

/* BUTTON */
.submit-btn {
  background: #1b3f74;
  color: #ffffff;
  padding: 12px;
  border: none;
  font-size: 21px;
}

.submit-btn:hover {
  background: #1b3f74;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-card {
  height: 100%;
  padding: 1rem;
  background: #fef4f4;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
	
}

.pricing .pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-card.popular {
  background: #1b3f74;
  color: #fff;
}

.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .price .currency,
.pricing .pricing-card.popular .price .amount,
.pricing .pricing-card.popular .price .period {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .features-list li {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .features-list li i {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .btn-light {
  background: var(--contrast-color);
  color: var(--accent-color);
}

.pricing .pricing-card.popular .btn-light:hover {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
}

.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: #E21E25;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 600;
  width:200px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}



.pricing .pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align:center;
  font-weight: 700;
}

.pricing .pricing-card .price {
  margin-bottom: 1.5rem;
}

.pricing .pricing-card .price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
}

.pricing .pricing-card .price .amount {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}

.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.pricing .pricing-card .features-list li {
  display: flex;
  align-items: center;
}

.pricing .pricing-card .features-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #b9adad;
    padding: 5px 0;
    font-size:14px;
}

.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
}

.pricing .pricing-card .btn.btn-primary {
  background: var(--accent-color);
  border: none;
  color: var(--contrast-color);
}

.pricing .pricing-card .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

#pricing {margin: 62px 0 60px;}
.padng_tb {padding: 50px 0;}
.tophead{background: #1b3f74;}
.top-sec h1{color:#fff;font-family: 'Jost', sans-serif;font-size: 50px;
font-weight: 900;}

.internal-sec h2 {font-size: 35px;margin: 0 0 20px;font-family: 'Jost', sans-serif;font-weight: 700;}
.internal-sec h3 {font-size: 25px;margin: 10px 0 20px;}

.order_box {
background: #1b3f74;
padding: 15px 15px 15px 15px;
border-radius: 10px;
border: 1px solid #e9e9e9;
margin-top: 10px;
text-align: center;
font-size: 22px;
margin-bottom: 20px;
color: #fff;
}

.internal-sec ul {list-style: none;}
.internal-sec ul li {line-height: 35px;}

.cta-section {
background:#1b3f74 ;
padding: 60px 20px;
color: #fff;
margin: 40px 0;
}
.cta-heading {font-size: 32px;font-weight: 700;margin-bottom: 10px;color: #fff;font-size: 35px;}
.cta-subtext {font-size: 18px;margin-bottom: 25px;opacity: 0.9;}
.cta-buttons {display: flex;justify-content: center;gap: 15px;flex-wrap: wrap;}
.cta-btn {padding: 12px 25px;font-size: 16px;border-radius: 50px;font-weight: 600;transition: 0.3s ease;}
.call-btn {background: #fff;color: #E21E25;}
.call-btn:hover {color: #E21E25;}
.trial-btn {background: #E21E25;color: #fff;}
.trial-btn:hover {background: #E21E25;color: #fff;}

/* Section Background */
.pte-best-section {
  background: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Heading */
.pte-best-section .main-heading {
  font-size: 35px;
  font-weight: 700;
  color: #1b3f74;
  font-family: 'Jost', sans-serif;
  
}

/* Content Box */
.pte-best-section .content-box {
  padding: 10px 20px;
}
.content-box-image img {width: 100%;height: auto;}

/* Feature Box */
.pte-feature-box {
  margin-bottom: 25px;
  padding: 15px 15px 15px 18px;
  border-left: 3px solid #e63946;
  background: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* Title */
.pte-feature-box h4 {
  font-weight: 600;
  color: #1b3f74;
  margin-bottom: 8px;
  font-size: 16px;
}

/* Text */
.pte-feature-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Hover Effect */
.pte-feature-box:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Highlight Box */
.pte-feature-box.highlight {
  background: #fff3f3;
  border-left: 4px solid #e63946;
}

/* Responsive Design */
@media (max-width: 992px) {
  .pte-best-section .content-box {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .pte-best-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pte-best-section .main-heading {
    font-size: 24px;
  }

  .pte-best-section .sub-text {
    font-size: 14px;
  }

  .pte-feature-box {
    margin-bottom: 20px;
    padding: 12px 12px 12px 15px;
  }

  .pte-feature-box h5 {
    font-size: 16px;
  }

  .pte-feature-box p {
    font-size: 13px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .pte-best-section .main-heading {
    font-size: 20px;
  }

  .pte-best-section .sub-text {
    font-size: 13px;
  }
}

.pte-material-heading {font-size: 40px !important;font-weight: 700 !important;color: #1b3f74;}

.pte-material-sub {
  font-size: 24px !important;
  color: #1b3f74;
  margin-top: 10px;
  font-weight: 600;	
}

/* Card */
.pte-card {
	background: #ffffff;
	color: #333;
	padding: 2rem 1rem;
	border-radius: 1rem;
	box-shadow: 0 0 10px -2px rgb(0 0 0 / 30%);
	height: 100%;
	transition: 0.3s;
}

.pte-card:hover {
  transform: translateY(-5px);
}

/* List Items */
.pte-item {
  font-size: 17px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 10px;
}

/* Tick Icon */
.pte-item span {
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .pte-material-heading {
    font-size: 24px;
  }

  .pte-item {
    font-size: 14px;
  }
}

/* Heading */
.pte-faq-heading {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.pte-faq-sub {
  color: #777;
  font-size: 15px;
}

/* Accordion Styling */
.pte-faq .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pte-faq .accordion-button {
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  color: #333;
}

.pte-faq .accordion-button:not(.collapsed) {
  background: #e63946;
  color: #fff;
}

.pte-faq .accordion-body {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Remove default arrow & add custom */
.pte-faq .accordion-button::after {
  filter: brightness(0);
}

.pte-faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 768px) {
  .pte-faq-heading {
    font-size: 24px;
  }
}


.pte-image-stack {
position: relative;
max-width: 100%;
}
.pte-main-img {
width: 100%;
border-radius: 15px;
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
transition: 0.4s;
}
.pte-image-stack:hover .pte-main-img {
transform: scale(1.03);
}

.pricing .pricing-card .features-list li i {margin-right: 10px;}