@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
:root {
  --primary-color: #ed1b24;
  --secondary-color: #012443;
  --text-color: #8a8a8a;
  --light-bg-color: #f4f9fc;
  --primary-font-family: 'Montserrat', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.6px;
}

.container {
  max-width: 1400px;
  width: 100%;
}
.bg-light-section {
  background: var(--light-bg-color);
}
.bg-primary-color {
  background-color: var(--primary-color);
}
.bg-secondary-color {
  background-color: var(--secondary-color);
}
.padding-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}


.heading{
  padding: 30px 0px;
}
.heading h3 {
    font-size: 36px;
    font-family: "Cormorant", serif;
    letter-spacing: 0;
}
.heading p {
  color: #000;
  padding-bottom: 50px;
}

ul, ol {
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Cormorant", serif;
}
h1, .h1 {
  font-size: 42px;
font-family: "Cormorant", serif;
  font-weight: 800;
}
h2, .h2 {
  font-size: 40px;
font-family: "Cormorant", serif;
  font-weight: 600;
}
h3, .h3 {
  font-size: 50px;
font-family: "Cormorant", serif;
}
h4, .h4 {
  font-size: 21px;
font-family: "Cormorant", serif;
  font-weight: 600;
}
h5, .h5 {
  font-size: 18px;
font-family: "Cormorant", serif;
}
h6, .h6 {
  font-size: 16px;
font-family: "Cormorant", serif;
}
p {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.global-btn {
    position: relative;
    padding: 12px 30px !important;
    background: #238cf9;
    color: #fff !important;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
        display: inline-block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.global-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #002c6b;
  z-index: -1;
  transition: width 0.4s ease;
}

.global-btn:hover::before {
  width: 100%;
}

.site-header {
  padding: 0px 0;
  position: relative;
  width: 100%;
    background-color: #fdfdfd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  -ms-box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  /*  position: relative;*/
  z-index: 2;
}
.header-logo img{
  width: 70px;
}

.site-header nav.navbar {
    padding: 10px 0px !important;
}

.site-header .navbar-nav>li {
  position: relative;
  margin-left: 10px;
}
.site-header .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.site-header li a:hover, .site-header li.current-menu-item>a {
  color: #000;
}
.site-header li.menu-btn a {
  color: #fff;
  background: var(--primary-color);
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header li.nav-item.enquiry_now a {
  background: -webkit-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
  background: -o-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
  background: linear-gradient( 270deg, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
  background-size: 1000% 1000%;
  -webkit-animation: gradient 10s infinite;
  animation: gradient 10s infinite;
  border-radius: 5px;
  padding: 12px 20px!important;
  color: #fff!important;
  transition: 0.6s;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-button:hover {
  border-radius: 50px;
}
.site-header li.menu-btn a:hover {
  background: var(--secondary-color);
}
.site-header .navbar-nav .menu-item-has-children>a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 5px;
  vertical-align: text-bottom;
  font-size: 12px;
}
.site-header .navbar-nav>li .sub-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 5px solid #023b4a;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
}
.site-header .navbar-nav>li .sub-menu li {
  padding: 0;
}
.site-header .navbar-nav>li .sub-menu li a {
  padding: 10px 15px;
  margin: 0;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.site-header .navbar-nav>li .sub-menu li:hover {
  background:#002c6b;
  color: #fff !important;
}

.site-header .navbar-nav>li>a i {
  font-size: 12px;
}
.site-header .navbar-nav>li .sub-menu li a:hover, .site-header .navbar-nav>li .sub-menu li.current-menu-item>a {
  color: #fff;
}
.site-header ul li a.active {
  color: #023b4a;
}
.site-header ul li a.active:hover {
  color: #023b4a;
}
.site-header .navbar-nav>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navbar-toggler {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0;
}
.site-header .navbar-nav>li .dropdown-icon {
  display: none;
}
.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  padding: 15px 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: #023b4a;
  color: #fff;
}
a.navbar-brand.logo-2 {
  display: none;
}
header.site-header.sticky {
  background: #fff;
}
header.site-header.sticky .navbar-nav>li>a {
  color: #000;
}
header.site-header.sticky .top-bar-left {
  display: none;
}
header.site-header.sticky a.navbar-brand.logo-2 {
  display: block;
}
header.site-header.sticky a.navbar-brand.logo-1 {
  display: none;
}
/*------------------------Site-header------------------------*/

/*----------------------Home Slider------------------------------*/

.main-banner {
    min-height: 75vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 45%,
        rgba(0, 0, 0, 0.2) 100%
    );
}

.main-banner .container {
    position: relative;
    z-index: 2;
}

.main-banner-content {
    max-width: 620px;
    color: #fff;
}

.main-banner-content h1 {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 25px;
}

.main-banner-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.trusted {
    background: #238cf9;
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-style: italic;
}

.about-us-sec {
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}

/* LEFT TEXT */
.about-us .sub-heading {
    color: #238cf9;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-us h4 {
    font-size: 36px;
    font-weight: 500;
    margin: 15px 0;
    color: #111;
    letter-spacing: 0px;
}


.learn-btn {
    display: inline-block;
    margin-top: 15px;
    color: #238cf9;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.learn-btn:hover {
    letter-spacing: 1px;
}


.about-us-img img {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.about-us {
    padding-right: 50px;
}


.our-service{
background: linear-gradient(
135deg,
#002c6b 0%,
#0052cc 50%,
#238cf9 100%
);
    padding:60px 0;
}


.our-service .heading h3 {
    margin: 15px 0;
    color: #fff;
}
.our-service .heading p{
  color: #fff;
}




.service-sec {
    border-radius: 30px;
    overflow: hidden;
    transition: .4s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 20px;
  padding: 20px;
  position: relative;
  height: 100%;
}
.service-sec:hover{
  background: #fff;
}

.service-sec:hover .card-icon{    background: #2f83f5}
.service-sec:hover h4{  color: #000;}
.service-sec:hover h5{  color: #fff;}
.service-sec:hover p{  color: #000;}

.card-icon {
    background: #fff;
    display: inline-block;
    padding: 8px;
    font-size: 30px;
    border-radius: 8px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
}


.service-sec h4 {
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
    font-weight: 500;
        font-family: "Montserrat", sans-serif;
}

.service-sec h5 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
}

.service-sec h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px;
    background: #2f83f5;
    padding: 10px 15px;
    border-radius: 6px;
    display: block;
    width: 90%;
}
.service-sec h5 a i {
    font-size: 24px;
}

.service-sec p {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
}

/* Unique shape */
.service-sec:before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    top:-120px;
    right:-120px;
    opacity:.15;
}




.our-philosophy {
    overflow: hidden;
    position: relative;
    background: #1a1410;
}
/*
.our-philosophy:before {
    content: "";
    position: absolute;
    background: #1a1410;
    height: 100%;
    left: 0;
    width: 20%;
    z-index: -1;
}*/
.philosophy-wrapper{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.philosophy-tabs{
    width: 280px;
    gap: 12px;
}

.philosophy-tabs .nav-link{
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #222;
    padding: 18px 25px;
    border-radius: 12px;
    font-weight: 600;
    text-align: left;
    transition: 0.3s;
    font-size: 18px;
}

.philosophy-tabs .nav-link:hover{
    transform: translateX(5px);
}
.philosophy-tabs .nav-link.active {
    background: #238cf9;
    color: #fff;
    border-color: #238cf9;
}

.philosophy-content {
    flex: 1;
    padding: 40px;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    background: #fefbf6;
    border: 1px solid #dbd9d7;
}

.philosophy-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 30px;
}

.philosophy-content ul li {
    line-height: 32px;
}
.value-item{
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.value-item span{
    font-size: 28px;
    font-weight: 700;
    color: #c5a46d;
    min-width: 50px;
}

.value-item h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

@media(max-width:991px){
    .philosophy-wrapper{
        flex-direction: column;
    }

    .philosophy-tabs{
        width: 100%;
    }
}


.services-slider .owl-nav {
    display: block !important;
    position: absolute;
    top: -40px;
    left: inherit;
    text-align: center;
    right: 0;
}
.services-slider .owl-prev, .owl-next {
    display: inline-block !important;
    margin: 0px 10px;
    background: #fff !important;
    height: 40px;
    width: 40px;
    color: #000 !important;
    line-height: 40px !important;
    font-size: 0px !important;
    position: relative;
    border-radius: 100px;
    border: 1px solid #222 !important;
}

.services-slider .owl-prev span:after {
    content: "\f104";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    left: 0;
    right: 0;
}.services-slider .owl-next span:after {
    content: "\f105";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    left: 0;
    right: 0;
}


.services-slider .owl-dots button {
    width: 20px !important;
    height: 20px !important;
    background: #ffffff !important;
    border-radius: 50%;
    border: 1px solid #0050c6 !important;
    margin: 0px 10px;
}

.services-slider .owl-dots button.active {
    background: #0050c6 !important;
}

.services-slider .owl-dots {
    text-align: center;
    margin-top: 60px;
}




.services_img img{width: 100%;}

.services-des {
    padding: 30px 50px;
}


.services-sec {
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 70px;
    margin-bottom: 90px;
}
.services-img img {
    width: 100%;
        height: 600px;
    object-fit: cover;
    border-radius: 10px !important;
    border: 0px !important;
}

.services-info h3 {
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}
.services-info p {
    margin-bottom: 20px;
}

.services-info {
    padding: 50px 50px 0px 50px;
    background: #fff;
    position: relative;
    top: 20%;
    left: -16%;
    height: 100%;
    border-radius: 10px 0px 0px 0px;
}
.services-info h4 {
    font-size: 34px;
    font-weight: 600;
    margin: 15px 0;
    color: #111;
}

.services-info ul {
  padding: 0px 15px;
  margin:: 0px 15px;
}
.services-info ul li {
    word-wrap: break-word;
    list-style: auto;
    line-height: 34px;
}




























/*----------------------Home Slider End------------------------------*/

.breadcrumb-bg{
background: linear-gradient(
135deg,
#002c6b 0%,
#0052cc 50%,
#238cf9 100%
);
    padding:60px 0;
}

.breadcrumb-content span {
    color: #fff;
    border: 1px solid #ddd;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}


.breadcrumb-content{
  width: 50%;
  position: relative;
  z-index: 0;
}
.breadcrumb-bg h2{
  color: #fff;
}

.breadcrumb-bg p{
  color: #fff;
}

























.about-us-img img {
  width: 100%;
}
.about-img img {
    border-radius: 10px;
    width: 100%;
}
.about-us ul li {
    display: inline-block;
    margin-right: 10px;
    width: 45%;
    margin-bottom: 15PX;
}.about-us ul li i{
  color: #023b4a;
}


.counter{
  margin-bottom: 50px;
}
.counter-sec {
    border: 1px solid #000;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.counter-sec span {
    font-size: 36px;
    font-weight: 600;
}

.counter-sec p {
    font-size: 14px;
    font-weight: 600;
}










section.mission_vision_value {
    padding: 50px 0px;
}

.feature-sec {
    padding: 25px;
    height: 100%;
    border: 1px solid #000;
    margin-top: 30px;
}

.feature-sec h4{
  color: #000;
  font-size: 30px;
}

.feature-sec h5 {
    font-size: 16px;
        font-family: "Montserrat", sans-serif;
}


.feature-sec ul li {
    list-style: disc;
    font-style: oblique;
}
.feature-sec ul {
    margin-left: 15px;
    padding-top: 0px;
}

.review-section {
    padding: 10px 0px 50px 0px;
}
.review-box {
    text-align: left;
    padding: 30px 30px;
    margin: 0px 10px;
    background: #fefbf6;
    border: 1px solid #dbd9d7;
}
.review-box h5 {
    font-weight: 500;
    margin-top: 15px;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
    font-family: "Montserrat", sans-serif;
}


.review-box-content p {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
}.review-box h6 {
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.review-box-content i {
        transform: scaleX(-1);
/*    border: 1px solid #000;
    padding: 7px;
    border-radius: 100px;*/
    font-size: 14px;
 
}







.what-we-icon {
  background: #0a1e68;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}
.what-we h4 {
  margin-bottom: 0px;
  padding: 10px 0px;
}
.what-we {
  padding: 35px 30px 30px;
  box-shadow: 0 0px 18px rgb(0 0 0 / 12%);
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  background: #fff;
  text-align: left;
  z-index: 1;
}
.what-we:hover {
  border-radius: 0px 0px 80px 0px;
}
#services .title {
  font-size: 46px;
  color: #000000;
  font-weight: 600;
}
#services .title span {
  font-size: 46px;
  color: #FF5722;
  font-weight: 600;
}
#services .btn-primary {
  color: #fff;
  background-color: #023b4a;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 150px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
  box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}
.card-items .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.card-items .card .card-body i {
  border-radius: 6px;
  font-size: 31px;
  color: #023b4a;
  background-color: #ff57221c;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-items .card .card-body p {
  font-weight: 700;
}
.card-items .card .card-body .card-title {
  margin-bottom: .75rem;
  margin-top: 26px;
  margin-bottom: 15px;
  color: #0a1e68;
  text-transform: capitalize;
}
.our-training {
  background: url(../../assets/images/our-training-bg.jpg);
  padding: 50px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.single-item-training {
  background: #fff;
  padding: 10px;
}
.single-item-training a {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.single-item-training p {
  font-size: 16px;
  line-height: 28px;
}

.service-img{
  position: relative;
  transition: 0.6s;
  overflow: hidden;
}

.service-img img {
    width: 100%;
    margin-bottom: 15px;
    transition: 0.6s;
    height: 400px;
    object-fit: cover;
}


.service-img:hover img{
  transform: scale(1.1);
}

.service-img:hover h4{
bottom: 60px;
transition: 0.6s;
}
.service-img h4 {
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    padding: 15px 20px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}











.blog-grid {
    background: #fff;
/*    box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    -webkit-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    -moz-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
    -ms-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);*/
    position: relative;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
  overflow: hidden;
  margin-top: 50px;
}
.blog-grid .image-box{
    position: relative;
    display: block;
    overflow: hidden;
        transition: .3s all;
}
.blog-grid .image-box img {
    width: 100%;
    height: 280px;
    vertical-align: middle;
    object-fit: cover;
    object-position: center center;
        transition: .3s all;
}
.blog-grid:hover .image-box img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
}
.blog-grid .image-box a {
    display: block;
}
.blog-grid-content {
    padding: 30px 30px;
    position: relative;
    top: -60px;
    background: #fff;
    margin-left: 25%;
}
.blog-grid-content h3 {
    line-height: 22px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.blog-grid-content h3 a {
    font-size: 21px;
    color: #000;
    text-decoration: none;
}
.blog-grid-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blog-grid-content .post-date h3 {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
  color:#000;
}
.blog-post-date ul {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-right: 30px;
}

.blog-post-date ul li {
    color: #181818;
    font-size: 14px;
    position: relative;
        font-weight: 600;

}
.blog-post-date li.category {
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 600;
    padding-left: 50px;
    text-transform: uppercase;
}
.blog-post-date li.category:after {
    content: "";
    height: 4px;
    width: 30px;
    position: absolute;
    left: 0;
    display: block;
    left: 0;
    top: 6px;
    background: #0070ad;
}



.banner-sec {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 80px 0px 0px 0px;
    overflow: visible;
}
.banner-info {
    background: #fff;
    width: 40%;
    position: relative;
    bottom: -30px;
   background: #d3a900;
    border-radius: 4px;
    box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .15);
    padding: 40px;
}
.banner-info h3 {
    color: #000;
    font-size: 44px;
    line-height: 58px;
}
.banner-info p{
  color: #000;
}
.cta-heading h2 {
    font-size: 24px;
}

footer {
    background-color: #fbf7ef;
    padding: 40px 0px 15px 0px;
    text-align: center;
}
.footer-widget img{
  width: 35%;

}


.footer-widget {
    position: relative;
    text-align: left;
}
.footer-widget p{
  font-size: 14px;
  color: #000;
}

.footer-widget ul li {
    line-height: 28px;
}
.footer-widget ul li a:hover {
  color: #238cf9;
}
.footer-info-text {
    margin: 26px 0 32px;
    color: #222;
    font-size: 14px;
    line-height: 30px;
}



.footer-widget h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.footer-widget p {
  margin-bottom: 27px;
  color: #222;
}
.footer-widget a {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    padding: 8px 0px;
    text-transform: capitalize;
    font-weight: 500;
}

.footer-widget.contactus ul li a {
  line-height: 32px;
}
.footer-widget.contactus ul li a b {
    padding-right: 5px;
    color: #222;
}

a.footer-logo {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
}

.social-link{
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-link li a{
  font-size: 18px;
}

/* ==========================

    Contact

=============================*/

.copyright p {
    text-align: center;
    font-size: 14px;
    color: #222;
    border-top: 1px solid #40352e;
    padding-top: 15px;
    margin-top: 30px;
    font-weight: 500;
}


.copyright a {
    color: #000000;
    text-decoration: none;
    font-weight:700;}

.single-blog-img {
  overflow: hidden;
}
.single-blog-img a img {
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single-blog:hover .single-blog-img a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.single-blog-img img {
  width: 100%;
}
.blog-content-box {
  padding-left: 25px;
  padding-top: 27px;
  margin: 0 10px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
}
.blog-content {
  display: table;
}
.blog-content h4 {
  color: #212121;
}
.blog-content h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: capitalize;
}
.blog-content h4 a:hover {
  color: #023b4a;
}
.blog-content a {
  color: #00071b;
  font-weight: 600;
}
.carousel-item {
  text-align: center;
}
.carousel-item p {
  padding: 15px 0px;
}
.carousel-item span {
  font-weight: 700;
  color: #0a1e68;
  font-size: 18px;
}
.carousel-indicators .active {
  opacity: 1!important;
  width: 40px!important;
  height: 8px!important;
}
.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 8px;
  background-color: #0a1e68;
  opacity: .5;
  border-radius: 0px;
}
.carousel-indicators {
  margin-bottom: -50px;
}
.testimonials {
  max-height: 420px;
  height: 420px;
}

.fixed-button {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  position: fixed;
  bottom: 10px;
  z-index: 999999;
  -webkit-animation: button-updown 1s infinite alternate;
  -moz-animation: button-updown 1s infinite alternate;
  animation: button-updown 1s infinite alternate;
}
.whatsapp-button {
  right: 20px;
  background: #4ec95c;
}
.fixed-button a {
  display: block;
}
.whatsapp-button a {
  color: #fff;
}
@-webkit-keyframes button-updown {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes button-updown {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-15px);
  }
}
@keyframes button-updown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
#button {
  display: inline-block;
  background-color: #238cf9;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  transition: 0.6s;
  left: 10px;
}
#button:hover {
  cursor: pointer;
  /*  border-radius: 50px;*/
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



/*======= new*/


 /* ── MVB SECTION ────────────────────────────────── */
    .mvb-card {
      background: #fff;
      border: 1px solid rgba(26,22,20,.08);
      padding: 44px 36px;
      height: 100%;
      position: relative;
      transition: box-shadow .25s, transform .25s;
    }
    .mvb-card:hover {
      box-shadow: 0 12px 40px rgba(26,22,20,.1);
      transform: translateY(-4px);
    }
    .mvb-letter {
      position: absolute;
      top: 28px; right: 30px;
      font-family: var(--ff-serif);
      font-size: 5rem;
      font-weight: 700;
      color: rgba(184,148,58,.1);
      line-height: 1;
      pointer-events: none;
    }
    .mvb-icon { font-size: 2rem; margin-bottom: 18px; }
    .mvb-icon img{
    width: 60px;
    }
    .mvb-chip {
      display: inline-block;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--gold);
      background: rgba(184,148,58,.1);
      padding: 4px 12px;
      margin-bottom: 16px;
    }
.mvb-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
      font-family: "Montserrat", sans-serif;
}
    .mvb-card p {
      font-size: 14.5px;
      line-height: 1.8;
      color: var(--warm-gray);
      margin: 0;
    }








.belief-sec{
    width: 90%;
}
  .belief-sec h3{
        font-size: 36px;
    font-family: "Cormorant", serif;
    letter-spacing: 0;
  }
        .belief-sec img{
        width: 100%;
        border-radius: 10px;
        height: 600px;
        object-fit: cover;
        }
        .belief-sec h5{
        display: block;
        width: 100%;margin-top: 15px;
        }
     .belief-sec ul li{
    width: 48%;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid#000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
     }

     section.belief {
    background: #fbf7ef;
    padding: 50px 0px;
        margin-top: 50px;
}

section.belief{
    position: relative;
    overflow: hidden;
}

section.belief::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(../../assets/images/kids-in-classroom.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

section.belief .container{
    position: relative;
    z-index: 2;
}

section.philosophy_sec {
    position: relative;
}

.philosophy_sec::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../../assets/images/about-us.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.philosophy_sec_des{
    padding: 30px;
}

.philosophy_sec_des h3 {
    font-size: 36px;
    font-family: "Cormorant", serif;
    letter-spacing: 0;
    margin-bottom: 0px;
}.heutagogy-box {
    background: #fbf7ef;
    padding: 20px;
    border-radius: 10px;
}


    /* ── ORIGIN SECTION ─────────────────────────────── */
    .origin {
      background: #1a1614;
      padding: 90px 0;
      position: relative;
      margin-top: 50px;
    }
    .origin::after {
      content: '';
      position: absolute;
      bottom: -1px; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }
.origin-question {
    background: rgba(184, 148, 58, .08);
    border: 1px solid rgba(184, 148, 58, .2);
    padding: 32px;
    font-size: 1.25rem;
    font-style: italic;
    color: #fff;
    line-height: 1.7;
}
    .origin p {
      font-size: 15px;
      line-height: 1.85;
      color: rgba(245,240,232,.7);
      margin-bottom: 18px;
    }
.origin-quote {
    border-left: 3px solid #ccc;
    padding-left: 22px;
    font-size: 15px;
    font-style: italic;
    color: rgba(245, 240, 232, .7);
    line-height: 30px;
    margin: 24px 0 32px;
    background: #262017;
    padding: 10px 20px;
}




.our-inspirations {
    background: linear-gradient(135deg, #002c6b 0%, #0052cc 50%, #238cf9 100%);
    padding: 60px 0;
}
.inspirations-sec {
    border: 1px solid rgb(223 223 223 / 40%);
    padding: 20px 40px;
    transition: border-color 0.2s;
    height: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.inspirations-sec h4 {
    font-size: 18px;
        color: #e0d5c0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.inspirations-sec p{
  color: #ddd;
}


.quotient-section{
    padding:120px 0;
    background:#f8f9fb;
}

.quotient-header{
    max-width:800px;
    margin:0 auto 80px;
}

.quotient-header .label{
    display:inline-block;
    padding:8px 18px;
    background:#eef7f1;
    color:#0d7c4a;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.quotient-header h2{
    font-size:56px;
    font-weight:700;
    margin:20px 0;
}

.quotient-header em{
    color:#0d7c4a;
    font-style:normal;
}

.quotient-header p{
    font-size:18px;
    color:#666;
}

.quotient-statements{
    max-width:1000px;
    margin:0 auto 80px;
}

.statement{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:35px 0;
    border-bottom:1px solid #e5e5e5;
}

.statement h4{
    margin:0;
    font-size:28px;
    font-weight:600;
    color:#111;
}

.statement span{
    color:#238bf6;
    font-size:22px;
    font-weight:500;
}

.quotient-content{
    max-width:850px;
    margin:0 auto;
}

.quotient-content p{
    font-size:16px;
    line-height:2;
    margin-bottom:30px;
}

.quotient-content strong{
    color:#111;
}

.quotient-closing{
    max-width:900px;
    margin:80px auto 0;
}

.quotient-closing blockquote {
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    color: #111;
    padding: 50px;
    border-left: 4px solid #238bf6;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}

@media(max-width:768px){

    .quotient-header h2{
        font-size:38px;
    }

    .statement{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }

    .statement h4{
        font-size:22px;
    }

    .statement span{
        font-size:18px;
    }

}




.mll-hero {
    padding: 120px 0 80px;
    background: #f5f2ed;
}


.mll-hero .main-banner-content h1{
    color:#222;
}
.mll-hero .main-banner-content p{
    color:#222;
}

.hero-tag{
    display:inline-block;
    background:#eaf7ef;
    color:#238cf9;
    padding:8px 18px;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;
}

.btn-box{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.hero-image{
    position:relative;
    text-align:center;
    z-index: 0;
}

.hero-image img{
    max-width:100%;
    position:relative;
    z-index:2;
}

.floating-card{
    position:absolute;
    background:#fff;
    padding:18px 22px;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    z-index:3;
}

.card-1{
    top:40px;
    right:0;
}

.card-2{
    bottom:50px;
    left:0;
}

.card-3{
    top:55%;
    right:-20px;
}

.stats{
    font-size:28px;
    font-weight:700;
    color:#238cf9;
}

.feature-icons{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:35px;
}


.feature-icons span {
    background: #fff;
    padding: 9px 6px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
}

.section-label {
    display: inline-block;
    background: #e8f7ef;
    color: #238cf9;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.section-title{
    font-size:52px;
    font-weight:700;
    line-height:1.2;
}



.challenge-card,
.enable-card{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    height:100%;
}

.challenge-card p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:20px;
}

.highlight-text{
    background:#f2fbf6;
    border-left:5px solid #238cf9;
    padding:20px;
    border-radius:12px;
    color:#0d2b52;
    font-weight:600;
    margin-top:25px;
}

.card-header-custom{
    margin-bottom:25px;
}

.card-header-custom h3{
    color:#0d2b52;
    font-size:30px;
    font-weight:700;
}

.enable-list{
    padding:0;
    margin:0;
    list-style:none;
}

.enable-list li{
    position:relative;
    padding:14px 0 14px 35px;
    border-bottom:1px solid #edf1f5;
    line-height:1.6;
}

.enable-list li:last-child{
    border-bottom:none;
}

.enable-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:14px;
    width:24px;
    height:24px;
    background:#238cf9;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}


.take_closer_look {

    background: linear-gradient(135deg, #002c6b 0%, #0052cc 50%, #238cf9 100%);
    padding: 60px 0;
}


.assessment_system {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 90%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.assessment_system:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}




.assessment_system h3 {
    font-size: 30px;

}
.assessment_system h5 {
    background: #dbecff;
    color: #000000;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
      font-family: "Montserrat", sans-serif;
}

.assessment_system h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 16px;
}
.assessment_system p {
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #222;
    letter-spacing: .24px;
}


.indices-section{
    background:#f8fafc;
}

.section-desc{
    max-width:700px;
}

.index-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .4s;
    position: relative;
    overflow: hidden;
    border: 1px solid #69a8e9;
}
.index-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.index-badge {
    border-radius: 5px;
    background: #d8eaff;
    color: #238cf9;
    font-size: 12px;
    font-weight: 500;
    align-items: baseline;
    margin-bottom: 15px;
    display: inline-block;
    padding: 6px 12px;
}
.index-card h4{
    font-size:22px;
    font-weight:700;
    color:#0d2b52;
    margin-bottom:15px;
    line-height:1.4;
}

.index-card p{
    color:#667085;
    line-height:1.8;
    margin-bottom:25px;
}

.instrument {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    background: #e8f1ff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}


.why-section{
    padding:100px 0;
    background:#0f0d0a;
    position:relative;
    overflow:hidden;
}

.gold-label{
    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#ffffff;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}


.why-card {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    padding: 40px 30px;
    transition: all .4s ease;
    margin-bottom: 40px;
}

.why-card:hover{
    transform:translateY(-10px);
    background:rgba(255,255,255,.12);
    border-color:#ffffff;
    box-shadow:0 25px 50px rgba(0,0,0,.2);
}

.why-icon{
    width:75px;
    height:75px;
    background:rgba(255,255,255,.15);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}
.why-card h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

.why-card p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin:0;
    font-size:15px;
}

.why-card strong{
    color:#ffffff;
    font-weight:700;
}/* ==========================
   PRICING SECTION
========================== */

.pricing-section{
    padding:120px 0;
    background:#0B1220;
    position:relative;
    overflow:hidden;
}

.pricing-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(35,140,249,.08);
    border-radius:50%;
    top:-250px;
    right:-150px;
    filter:blur(80px);
}

.pricing-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(35,140,249,.05);
    border-radius:50%;
    bottom:-200px;
    left:-150px;
    filter:blur(80px);
}

.pricing-section .container{
    position:relative;
    z-index:2;
}

/* Heading */

.pricing-section .section-label{
    display:inline-block;
    padding:8px 18px;
    background:rgba(35,140,249,.12);
    border:1px solid rgba(35,140,249,.25);
    color:#238CF9;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.pricing-section .section-title{
    color:#fff;
    font-size:56px;
    font-weight:700;
    line-height:1.2;
    margin-top:20px;
}

.pricing-section .section-title em,
.pricing-section .section-title span{
    color:#238CF9;
    font-style:normal;
}

.pricing-section .section-desc{
    max-width:700px;
    margin:15px auto 0;
    color:rgba(255,255,255,.7);
    line-height:1.8;
}

/* Toggle */

.pricing-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:50px 0;
}

.toggle-label{
    color:rgba(255,255,255,.6);
    font-size:15px;
    font-weight:500;
}

.toggle-label.active{
    color:#fff;
    font-weight:700;
}

.toggle-switch{
    width:55px;
    height:28px;
    background:#238CF9;
    border:none;
    border-radius:50px;
    position:relative;
    cursor:pointer;
}

.toggle-switch::after{
    content:'';
    width:22px;
    height:22px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:3px;
    left:3px;
    transition:.3s;
}

.toggle-switch.annual{
    background:#0D2B52;
}

.toggle-switch.annual::after{
    transform:translateX(27px);
}

.savings-badge{
    background:#238CF9;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

/* Cards */

.plan-card{
    background:#121A2A;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:40px 30px;
    position:relative;
    transition:.4s;
    height:100%;
}

.plan-card:hover{
    transform:translateY(-10px);
    border-color:#238CF9;
    box-shadow:0 20px 50px rgba(35,140,249,.15);
}

/* Featured Card */

.plan-card.featured{
    background:linear-gradient(
        135deg,
        #238CF9,
        #0D2B52
    );
    transform:scale(1.05);
}

.plan-card.featured:hover{
    transform:scale(1.05) translateY(-10px);
}

.plan-badge{
    position:absolute;
    top:-14px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    color:#238CF9;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
}

/* Content */

.plan-icon{
    font-size:42px;
    margin-bottom:20px;
}

.plan-name{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
}

.plan-tagline{
    color:rgba(255,255,255,.65);
    margin-bottom:25px;
    line-height:1.6;
}

/* Price */

.plan-price{
    margin-bottom:20px;
}

.currency{
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.amount{
    color:#fff;
    font-size:58px;
    font-weight:800;
    line-height:1;
}

.custom-price{
    font-size:34px;
    font-weight:600;
}

.period{
    color:rgba(255,255,255,.65);
}

.plan-annual-note{
    color:rgba(255,255,255,.55);
    font-size:14px;
    margin-bottom:20px;
}

/* Divider */

.plan-divider{
    border:none;
    border-top:1px solid rgba(255,255,255,.08);
    margin:20px 0;
}

/* Features */

.plan-features{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.plan-features li{
    padding:12px 0;
    color:rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.06);
    line-height:1.6;
}

.check{
    color:#238CF9;
    font-weight:700;
    margin-right:10px;
}

.plan-card.featured .check{
    color:#fff;
}

/* Buttons */

.plan-btn{
    display:block;
    width:100%;
    text-align:center;
    padding:15px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    border:none;
}

.plan-btn-outline{
    background:#238CF9;
    color:#fff;
}

.plan-btn-outline:hover{
    background:#1677e6;
    color:#fff;
}

.white-btn{
    background:#fff;
    color:#238CF9;
}

.white-btn:hover{
    background:#f5f7fa;
    color:#238CF9;
}

/* Curriculum */

.curriculum-section{
    margin-top:70px;
    text-align:center;
}

.curriculum-title{
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    color:rgba(255,255,255,.55);
    margin-bottom:25px;
}

.curricula-strip{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}

.curr-badge{
    background:#121A2A;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50px;
    padding:12px 22px;
    font-size:14px;
    font-weight:600;
    color:#fff;
    transition:.3s;
}

.curr-badge:hover{
    background:#238CF9;
    border-color:#238CF9;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .pricing-section .section-title{
        font-size:42px;
    }

    .plan-card.featured{
        transform:none;
    }

    .plan-card.featured:hover{
        transform:translateY(-10px);
    }
}

@media(max-width:767px){

    .pricing-section{
        padding:80px 0;
    }

    .pricing-section .section-title{
        font-size:34px;
    }

    .plan-card{
        padding:30px 25px;
    }


}


.sdg-section{
    padding:100px 0;
    background:#f8fbff;
}

.sdg-card{
    background:#fff;
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #e4e7ec;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.sdg-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(35,140,249,.15);
}

.sdg-number{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#238CF9;
    color:#fff;
    font-size:34px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}

.sdg-card h4{
    font-size:24px;
    font-weight:700;
    color:#101828;
    margin-bottom:15px;
}

.sdg-card p{
    color:#667085;
    line-height:1.8;
    margin:0;
}

.section-desc{
    max-width:700px;
    color:#667085;
    margin-top:15px;
    line-height:1.8;
}


/* ==========================
   FAQ SECTION
========================== */

.faq-section{
    background:#fff;
    padding:120px 0;
}


/* Accordion */

.faq-accordion{
    max-width:900px;
    margin:auto;
}

.faq-accordion .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:18px !important;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.faq-accordion .accordion-button {
    background: #ffffff;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 25px;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
}

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

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-body{
    padding:25px;
    line-height:1.8;
    background:#fff;
}

.faq-accordion .accordion-button::after{
    filter:brightness(0);
}

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

