@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;
}
p:empty {
  display: none;
  margin: 0;
}

.global-btn {
  position: relative;
  padding: 12px 30px !important;
  background: #078440;
  color: #fff !important;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.global-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #238cf9;
  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;
  height: auto;
	 transition: 0.5s;
}
.site-header.sticky img {
    width: 50px;
	 transition: 0.5s;
}
.site-header nav.navbar {
  padding: 10px 0px !important;
}

.site-header .navbar-nav > li {
  position: relative;
  margin-left: 30px;
}
.site-header .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.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 .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: #078440;
  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;
	    position: fixed;
    width: 100%;
    top: 0px;
}
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;
  z-index: 0;
}


.main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.60) 35%,
        rgba(0, 0, 0, 0.35) 100%
    );
}

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

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

.main-banner-content h1 {
    font-size: 68px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -3px;
    color: #fff;
}

.main-banner-content h1::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    margin-top: 15px;
    background: linear-gradient(90deg, #04803a, #0a6aea);
    border-radius: 10px;
}/* Highlight Word */
.main-banner-content h1 span {
    color: #22c55e;
}


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


.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;
  object-position: center;
}
.about-us {
  padding-right: 50px;
}


.our-service {
    background: url(https://www.thinkbeanz.com/wp-content/uploads/2026/06/service.png);
       padding-bottom: 60px;
    background-size: cover;
}
.our-service .heading{
    margin-bottom:80px;
}
/*
.our-service .heading h3{
    font-size:52px;
    font-weight:700;
    color:#16144a;
    margin-bottom:15px;
}

.our-service .heading p{
    max-width:850px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:32px;
}*/

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


.service-sec{
    position:relative;
    background:#fff;
    border-radius:25px;
    padding:70px 25px 25px;
    height:100%;
    border:1px solid #ece8ff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    overflow:visible;
}

.service-sec:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/* ICON */

.card-icon{
    position:absolute;
    top:-45px;
    left:50%;
    transform:translateX(-50%);
    width:90px;
    height:90px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.card-icon img{
    width:60px !important;
    height:60px !important;
    object-fit:contain;
    padding:0 !important;
    background:none !important;
    border-radius:0 !important;
}

/* HEADING */

.service-sec h4 {
    text-align: center;
    color: #222 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 60px;
    font-family: "Montserrat", sans-serif;
}

.service-sec h4:after{
    content:'';
    display:block;
    width:50px;
    height:3px;
    margin:12px auto 0;
    border-radius:50px;
    background:#7c3aed;
}

.service-sec p:empty {
    display: none;
}

.service-sec p{
    color:#222 !important;
    font-size:15px;
    line-height:28px;
    margin-bottom:25px;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* BUTTON RESET */

.service-sec h5{
    margin:0 !important;
    padding:0 !important;
    background:none !important;
    width:100% !important;
}

.service-sec h5 a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    font-family: "Montserrat", sans-serif;
}

/* CARD 1 */

.col-xl-3:nth-child(1) .service-sec{
    border-top:4px solid #8b5cf6;
}

.col-xl-3:nth-child(1) .service-sec h5 a{
    background:linear-gradient(90deg,#8b5cf6,#7c3aed) !important;
}

/* CARD 2 */

.col-xl-3:nth-child(2) .service-sec{
    border-top:4px solid #2563eb;
}

.col-xl-3:nth-child(2) .service-sec h5 a{
    background:linear-gradient(90deg,#2563eb,#3b82f6) !important;
}

/* CARD 3 */

.col-xl-3:nth-child(3) .service-sec{
    border-top:4px solid #06b6d4;
}

.col-xl-3:nth-child(3) .service-sec h5 a{
    background:linear-gradient(90deg,#0891b2,#06b6d4) !important;
}

/* CARD 4 */

.col-xl-3:nth-child(4) .service-sec{
    border-top:4px solid #ec4899;
}

.col-xl-3:nth-child(4) .service-sec h5 a{
    background:linear-gradient(90deg,#db2777,#ec4899) !important;
}

.service-sec h5 a:hover{
    transform:translateY(-2px);
    color:#fff !important;
}

.service-sec h5 a i{
    font-size:18px;
}

/* MOBILE */

@media(max-width:991px){

    .our-service{
        padding:60px 0;
    }

    .our-service .heading h3{
        font-size:34px;
    }

    .our-service .heading p{
        font-size:16px;
        line-height:28px;
    }

    .service-sec{
        margin-bottom:70px;
    }

    .service-sec h4{
        min-height:auto;
    }
}

.our-philosophy {
    position: relative;
    overflow: hidden;
   background: #efefef;
       z-index: 0;
}

/*.our-philosophy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(26, 20, 16, 0.5);
    z-index: 1;
}*/
.our-philosophy .container {
    position: relative;
    z-index: 9;

}
.our-philosophy .heading p {
  color: #000;
}
/*
.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: -0.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: -0.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%;
  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;
  height: 100%;
  border-radius: 10px 0px 0px 0px;
}
.services-info h5{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    margin-bottom:15px;

    font-family:"Montserrat", sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;

    color:#5b21b6;
    background:linear-gradient(135deg,#f3e8ff,#ede9fe);
    border:1px solid #d8b4fe;
    border-radius:50px;

    box-shadow:0 4px 12px rgba(139,92,246,.15);
    transition:.3s ease;
}

.services-info h5:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(139,92,246,.25);
}

.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, #078440 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-top: 40px;
}

.counter-sec{
    text-align: center;
    padding: 30px 12px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    transition: .3s ease;
    border: 1px solid #e8e8e8;
}

.counter-sec:hover{
    transform: translateY(-5px);
}

.counter-sec::after{
    content: '';
    width: 60px;
    height: 4px;
    background: #4f7754;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.counter-sec span{
    display: block;
    font-size: 52px;
    font-weight: 700;
    color: #4f7754;
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

.counter-sec p{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    letter-spacing: .5px;
}
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 15px;
  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 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 i {
  transform: scaleX(-1);
  /*    border: 1px solid #000;
    padding: 7px;
    border-radius: 100px;*/
  font-size: 14px;
}
.review-stare span.fa.fa-star.checked {
    color: #FF9800;
    margin-bottom: 20px;
}

.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: 0.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: 0.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;
}

section.home-blogs-section {
  background: #fefbf6;
  padding-bottom: 30px;
}

.single .blog-image img{
  width: 100%;
  height: auto;
}

.blog-grid-content {
  padding: 10px 0px;
  position: relative;
  top: 0px;
}
.blog-grid .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s all;
}
.blog-grid .image-box img {
  width: 100%;
  height: 280px;
  vertical-align: middle;
  object-fit: cover;
  object-position: center center;
  transition: 0.3s all;
  border-radius: 20px;
}
.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 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;
}
.single_blogs .entry-meta ul li {
  background: #e7f2ff;
  color: #000;
  padding: 7px 20px;
  display: inline-block;
  margin: 20px 0px !important;
  font-size: 12px;
  border-radius: 5px;
}

.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, 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: #0a6aea;
  padding: 40px 0px 15px 0px;
  text-align: center;
}

.footer-widget img {
    width: 35%;
    height: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

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

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

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

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

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: #fff;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
  font-weight: 500;
}

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

.single-blog img {
  width: 100%;
  border-radius: 20px;
  padding: 10px 0px;
}
.single-blog h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.blog-grid-content span {
  padding: 10px 10px;
  font-size: 12px;
  background: #efefef;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  top: -60px;
  left: 10px;
}

.single-blog-img {
  overflow: hidden;
}
.single-blog-img a img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.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: 0.2s;
  transition: 0.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: 0.5;
  border-radius: 0px;
}
.carousel-indicators {
  margin-bottom: -50px;
}

.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 0.3s, opacity 0.5s, visibility 0.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;
}

/*contact us*/

.contacts {
  padding: 80px 0;
  background: #fff;
}

.contact-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.contact-info p i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.contact-info p a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info p a:hover {
  color: #0d6efd;
}

@media (max-width: 767px) {
  .contact-info h3 {
    font-size: 28px;
  }

  .contact-info p {
    font-size: 15px;
  }

  .contact-info p i {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 16px;
  }
}
.contact-form {
  background: #f8f9fa;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-form .form-control {
  width: 100%;
  height: 55px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  outline: none;
  transition: all 0.3s ease;
}

.contact-form textarea.form-control {
  height: 140px;
  resize: none;
  padding-top: 15px;
}

.contact-form .input-group.mb-3 {
    width: 100% !important;
    display: block;
}
.contact-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.contact-form .btn {
  display: inline-block;
  padding: 18px 35px !important;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  background: #2088f6;
}

.contact-form .btn-primary {
  background: #0d6efd;
  color: #fff;
}

.contact-form .btn-primary:hover {
  background: #0b5ed7;
}

.contact-form .wpcf7-spinner {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .contacts {
    padding: 60px 0;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  .contact-info h3 {
    font-size: 28px;
  }

  .contact-form {
    padding: 25px;
  }
}

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

/* ── MVB SECTION ────────────────────────────────── */
.mvb-card {
    background: #f7fbff;
    border: 1px solid rgb(208 231 255);
    padding: 44px 36px;
    height: 100%;
    position: relative;
    transition: box-shadow 0.25s, transform 0.25s;
}
.mvb-card:hover {
  box-shadow: 0 12px 40px rgba(26, 22, 20, 0.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, 0.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: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(184, 148, 58, 0.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;
  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;
  z-index: 0;
}
.belief-sec img{
  width: 100%;
}
/*section.belief::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(https://www.thinkbeanz.com/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-23-at-5.33.34-PM.jpeg);
  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(https://www.thinkbeanz.com/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-23-at-3.49.53-PM.jpeg);
  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: url(https://www.thinkbeanz.com/wp-content/uploads/2026/06/about-bg.jpg);
  padding: 90px 0;
  position: relative;
  margin-top: 50px;
  background-size: cover !important;
}

.origin-question {
  background: rgba(184, 148, 58, 0.08);
  border: 1px solid rgba(184, 148, 58, 0.2);
  padding: 32px;
  font-size: 1.25rem;
  font-style: italic;
  color: #000;
  line-height: 1.7;
}
.origin p {
  font-size: 15px;
  line-height: 1.85;
  color: #000
  margin-bottom: 18px;
}
.origin-quote {
  border-left: 3px solid #ccc;
  padding-left: 22px;
  font-size: 15px;
  font-style: italic;
  color: rgba(245, 240, 232, 0.7);
  line-height: 30px;
  margin: 24px 0 32px;
  background: #262017;
  padding: 10px 20px;
}

.our-inspirations {
    background: #efefef;
    padding: 60px 0;
}

.inspirations-sec {
border: 1px solid rgb(149 149 149 / 40%);
  padding: 20px 40px;
  transition: border-color 0.2s;
  margin-top: 20px;
  margin-bottom: 20px;
	background:#fff;
}
.inspirations-sec img {
    width: 100%;
}

.inspirations-sec h4 {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}
.inspirations-sec p {
  color: #000
}

.quotient-section {
  padding: 60px 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{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:35px 40px;
    margin-bottom:20px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s ease;
}

.statement:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.statement::before{
    content:'“';
    position:absolute;
    top:10px;
    left:20px;
    font-size:80px;
    color:#238bf6;
    opacity:.15;
    line-height:1;
}

.statement::after{
    content:'”';
    position:absolute;
    bottom:10px;
    right:20px;
    font-size:80px;
    color:#238bf6;
    opacity:.15;
    line-height:1;
}

.statement h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    width: 50%;
    font-family: "Montserrat", sans-serif;
}

.statement span {
    width: 50%;
    text-align: right;
    color: #238bf6;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 20px;
}
@media(max-width:768px){

    .statement{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .statement h4,
    .statement span{
        width:100%;
        text-align:center;
    }

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

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

.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, 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, 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, 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, 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, #078440 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: 0.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, 0.06);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  border: 1px solid #69a8e9;
}
.index-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 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, 0.12);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

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

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

.why-icon {
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.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, 0.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, 0.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, 0.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, 0.12);
  border: 1px solid rgba(35, 140, 249, 0.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, 0.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, 0.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: 0.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, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
  position: relative;
  transition: 0.4s;
  height: 100%;
}

.plan-card:hover {
  transform: translateY(-10px);
  border-color: #238cf9;
  box-shadow: 0 20px 50px rgba(35, 140, 249, 0.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, 0.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, 0.65);
}

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

/* Divider */

.plan-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.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, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.6;
}

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

.plan-card.featured .check {
  color: #fff;
}
.trial-text{
    color:#fff;
    font-size:14px;
    text-align:center;
    margin:0;
}

.trial-text a{
    color:#ffcc00;
    text-decoration:none;
    font-weight:700;
    margin-left:8px;
    transition:0.3s;
}

.trial-text a:hover{
    color:#fff;
    text-decoration:underline;
}
/* Buttons */

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

.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, 0.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, 0.08);
  border-radius: 50px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}

.curr-badge:hover {
  background: #238cf9;
  border-color: #238cf9;
  transform: translateY(-3px);
}
/* Popup Overlay */
.enquiry-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 999999;
}

.enquiry-popup.active {
  display: flex;
}

/* Popup Box */
.popup-box {
  width: 100%;
  max-width: 800px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #111;
}

/* Header */
.enquiry-form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-badge {
  display: inline-block;
  padding: 8px 18px;
  background: #eef4ff;
  color: #2d5cff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.enquiry-form-header h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.enquiry-form-header p {
  color: #666;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Form Fields */
.enquiry-popup input,
.enquiry-popup select,
.enquiry-popup textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.enquiry-popup input:focus,
.enquiry-popup select:focus,
.enquiry-popup textarea:focus {
  border-color: #2d5cff;
}
.enquiry-popup .input-group.mb-3 {
  width: 100%;
  display: block;
}
.enquiry-popup textarea {
  min-height: 100px !important;
  resize: vertical;
  height: 100px;
}

/* Submit Button */
.enquiry-popup .wpcf7-submit,
.enquiry-popup .global-btn {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: #2d5cff;
  color: #fff;
  transition: 0.3s;
}

.enquiry-popup .wpcf7-submit:hover,
.enquiry-popup .global-btn:hover {
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
  .popup-box {
    padding: 25px;
  }

  .enquiry-form-header h3 {
    font-size: 26px;
  }
}
/* 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: 0.4s;
  border: 1px solid #e4e7ec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.sdg-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(35, 140, 249, 0.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, 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);
}
