/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
    --blue-50: #eff6ff;
    --blue-100: #dbeafe;
    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;
    --blue-800: #1e40af;
    --red-500: #ef4444;
    --red-600: #dc2626;
    --green-500: #22c55e;
    --green-600: #16a34a;
    --purple-500: #a855f7;
    --purple-600: #9333ea;
    --amber-50: #fffbeb;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --amber-700: #b45309;
    --teal-50: #f0fdfa;
    --teal-500: #14b8a6;
    --teal-600: #0d9488;
    --teal-700: #0f766e;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --border-radius: 0.5rem;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    /* background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover; */
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}


.service-item img {
    max-width: 300px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

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

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/history.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


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

.footer {
	background: #121c1d;
	padding-top: 40px;
}

.footer__top {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 65px;
}

.footer__logo {
	line-height: 50px;
}

.footer__logo a {
	display: inline-block;
}

.footer__newslatter form {
	position: relative;
}

.footer__newslatter form input {
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	border: 1px solid #13a2b7;
	padding-left: 20px;
	border-radius: 50px;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
	color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #ffffff;
}

.footer__newslatter form input::placeholder {
	color: #ffffff;
}

.footer__newslatter form button {
	border-radius: 0 50px 50px 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.footer__social {
	text-align: right;
}

.footer__social a {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.footer__widget ul li {
	list-style: none;
	line-height: 30px;
}

.footer__widget ul li a {
	font-size: 14px;
	color: #c4c4c4;
	font-weight: 300;
}

.footer__address {
	margin-bottom: 30px;
}

.footer__address h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.footer__address ul li {
	list-style: none;
	font-size: 14px;
	color: #c4c4c4;
	font-weight: 300;
	margin-bottom: 38px;
}

.footer__address ul li:last-child {
	margin-bottom: 0;
}

.footer__address ul li i {
	font-size: 18px;
	color: #13a2b7;
	margin-right: 15px;
}

.footer__map {
	height: 190px;
	margin-bottom: 30px;
}

.footer__map iframe {
	width: 100%;
}

.footer__copyright {
	background: #12191a;
	padding: 25px 0 20px;
	margin-top: 30px;
}

.footer__copyright ul {
	text-align: right;
}

.footer__copyright ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 25px;
	font-weight: 300;
	position: relative;
}

.footer__copyright ul li:after {
	position: absolute;
	right: -18px;
	top: 9px;
	height: 4px;
	width: 4px;
	background: #c4c4c4;
	content: "";
	border-radius: 50%;
}

.footer__copyright ul li:last-child {
	margin-right: 0;
}

.footer__copyright ul li:last-child:after {
	display: none;
}

.footer__copyright__text p {
	font-size: 14px;
	color: #c4c4c4;
	font-weight: 300;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #13a2b7;
}

.footer__copyright__text p a {
	color: #13a2b7;
}

.slider .owl-nav .owl-prev, .blog-slider .owl-nav .owl-prev{
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
      rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    position: absolute;
    top: 40%;
    left: 2px;
  }
  
  .slider .owl-nav .owl-next, .blog-slider .owl-nav .owl-next {
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
      rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    position: absolute;
    top: 40%;
    right: 0px;
  }
  
  .slider .fa-angle-left,
  .slider .fa-angle-right, 
  .blog-slider .fa-angle-left, 
  .blog-slider .fa-angle-right {
    padding: 6px 10px;
    font-size: 20px;
    color: #a9a9a9;
  }


  .eye-logo {
    width: 180px;
    height: 50px;
}
footer ul {
    padding-left: 0px;
}
.footer__widget p {
    text-align: justify;
}

.team-item {
    background-color: #EEF9FF !important;
}

.team-item .img-fluid {
    max-width: 400px !important;
    max-height: 300px !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-banner img {
    width: 100% !important;
    height: 585px !important;
}
.mission, .about {
            /* height: 500px; */
            background-color: #F4F9FC;
        }

.mission img, .about img {
            width: 100% !important;
            height: 500px !important;
}
.history {
margin-top: 100px;
}
.text-custom-left{
text-align: left !important;
}
.service .img-fluid {
    height: 192px;
    width: 100%;
}

/* .activity img {
width: 100% !important;
height: 174px !important;
} */
/* .activity-desc {
height: 150px;
overflow-y: auto;
} */


/* Style the counter cards */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 5px;
text-align: center;
background-color: #fff;
border-radius:10px;
cursor:pointer;
display: block;
}
.card .profile{
border-radius:10px;
transition: 0.2s;
}
.card:hover .profile{
transform:scale(1.4);
border-top-right-radius:50px;
border-top-left-radius:50px;
}

.card .content{
width:100%;
height:100%;
position:relative;
overflow:hidden;
}
.card .content .back{
position:absolute;
width:100%;
height:100%;
background-color: #f1f1f1e6;
transition:1s;
overflow-y: auto;
z-index:1;
padding:10px;
}

.from-left{
top:0;
left:-100%;
}
.card:hover .content .from-left {
left:0%;
}

.from-bottom{
top:100%;
left:0;
}
.card:hover .content .from-bottom {
top:0%;
}

.from-right{
top:0%;
right:-100%;
}
.card:hover .content .from-right {
right:0;
}

.card .content .back h3{
font-size:15px;
letter-spacing:2px;
}
.card .content .back .tem-img{
border-radius:100%;
}

.card .content .back .des{
font-size:13px;
padding:20px 0px;
}
.card .content .back .social-icon{
list-style:none;
margin:0px;
padding:0px;
}
.card .content .back .social-icon li{
display:inline-block;
}

.card .content .back .social-icon li a{
display:block;
background:#333;
color:#fff;
width:40px;
height:40px;
text-align:center;
line-height:40px;
border-radius:100%;
}
.front h3 {
font-size: 20px;
}

.back::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

.back::-webkit-scrollbar
{
width: 8px;
background-color: #F5F5F5;
}

.back::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
}

.service .img-fluid {
/* height: 192px;
width: 100%; */
    max-width: 300px !important;
    max-height: 200px !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media(min-width:320px) and (max-width:768px){

.slider-banner img {
    height: 200px !important;
}

.mission img, .about img {
    display: none;
}

/* .mission {
    height: 250px;
} */

/* .about {
    height: 300px !important;
} */

.section-title {
    text-align: center;
}
.our-reach img {
    height: 200px !important;
    width: 100% !important;
}
.front img {
    height: 200px !important;
    width: 100% !important;
}


 
 .bg-offer {
    height: auto;
    padding: 0px !important;
}

.bg-offer .p-5 {
    padding: 1rem !important;
}

}  

.spotlight-group img {
    max-width: 300px !important;
    max-height: 300px !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
 }

 .partners {
    background-color: #F4F9FC;
 }

 .partners img{
    width: 500px;
    text-align: right;
 }

 .bg-appointment {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
 }

 .signup-btn {
    margin-right: 10px;
 }

 .foundation {
    margin-top: 200px;
}

.slider-container {
    background-color: #EEF9FF !important;;
}

.font-size-15 {
    font-size: 15px !important
}

.slider-container {
    max-height: 500px;
    overflow: hidden;
}

@media (max-width: 991px) {
  .slider-container {
    max-height: 100% !important;
  }
}

.slider-container .slider-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 576px) {
  .mt-100 {
      margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .mt-100 {
      margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .mt-100 {
      margin-top: 80px;
  }
}

.overlay-contain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #06A3DA;
    text-align: justify;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    display: none;
    transition: .5s;
    border-radius: 4px;
}

.service-item:hover .overlay-contain {
    display: block;
}

.overlay-contain a {
  color: #fff;
  font-weight: 600;
  display: block;
  height: 100%;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #CFCFCF;
  }
  
  .faq-question {
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #333;
    font-size: 1.2rem;
  }
  
  .faq-question::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
  }
  
  .faq-item.active .faq-question::after {
    content: '−';
  }
  
  .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  }
  
  .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem;
  }
  
  .faq-answer ul {
    list-style-position: inside;
    margin-top: 0.5rem;
  }
  
  .faq-answer li {
    margin: 0.5rem 0;
  }
  

  .box-icon i {
    color: #06A3DA;
    font-size: 12px;
  }

  
.feature-icon {
    width: 70px;
    height: 70px;
    padding: 12px 10px;
    text-align: center;
    background-color: #F1F8FF;
    border-radius: 4px;
    margin: 0 auto;
  }
  
  .feature-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .feature-body h5{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #000A2D;
  }
  
  .feature-body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #636571;
  }


  .blog-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    color: #000A2D;
  }
  
  .blog-desc {
    color: #636571;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }

  .partnerships-section {
    background-color: #EEF9FF;
    padding: 50px 0px 10px 0px;
}

.btn-red {
  background-color: var(--red-500);
  color: var(--white);
  width: 100%;
}

.btn-red:hover {
  background-color: var(--red-600);
}

.btn-blue {
  background-color: var(--blue-500);
  color: var(--white);
  width: 100%;
}

.btn-blue:hover {
  background-color: var(--blue-600);
}

.btn-green {
  background-color: var(--green-500);
  color: var(--white);
  width: 100%;
}

.btn-green:hover {
  background-color: var(--green-600);
}

.btn-purple {
  background-color: var(--purple-500);
  color: var(--white);
  width: 100%;
}

.btn-purple:hover {
  background-color: var(--purple-600);
}

.btn-outline-amber {
  border: 1px solid var(--amber-500);
  color: var(--amber-700);
  background-color: transparent;
  width: 100%;
}

.btn-outline-amber:hover {
  background-color: var(--amber-50);
}

.btn-outline-teal {
  border: 1px solid var(--teal-500);
  color: var(--teal-700);
  background-color: transparent;
  width: 100%;
}

.btn-outline-teal:hover {
  background-color: var(--teal-50);
}

.btn-white {
  background-color: var(--white);
  color: var(--blue-600);
}

.btn-white:hover {
  background-color: var(--blue-50);
}

.btn-outline-white {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: transparent;
}

.btn-outline-white:hover {
  background-color: var(--blue-700);
}

.btn-ghost {
  background-color: transparent;
  color: var(--white);
}

.btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Introduction */
.intro {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
}

.intro h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--blue-800);
  margin-bottom: 1.5rem;
}

.intro p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.intro-highlight {
  background-color: var(--blue-100);
  border-radius: var(--border-radius);
  padding: 1.5rem;
  display: inline-block;
}

.intro-highlight h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--blue-800);
  margin-bottom: 0.5rem;
}

/* CSR Section */
.csr-section {
  margin-bottom: 4rem;
}

.csr-container {
  background-color: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-lg);
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.section-header i {
  color: var(--blue-600);
  font-size: 2rem;
}

.section-header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--blue-800);
}

.csr-container > p {
  margin-bottom: 2rem;
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  background-color: var(--white);
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: var(--shadow-xl);
}

.card-red {
  border-top: 4px solid var(--red-500);
}

.card-blue {
  border-top: 4px solid var(--blue-500);
}

.card-green {
  border-top: 4px solid var(--green-500);
}

.card-purple {
  border-top: 4px solid var(--purple-500);
}

.card-header {
  padding: 1.5rem 1.5rem 0.5rem;
}

.amber-header,
.teal-header {
  padding: 1.5rem;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.amber-header {
  background-color: var(--amber-50);
}

.teal-header {
  background-color: var(--teal-50);
}

.card-header h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-red h4 i {
  color: var(--red-500);
}

.card-blue h4 i {
  color: var(--blue-500);
}

.card-green h4 i {
  color: var(--green-500);
}

.card-purple h4 i {
  color: var(--purple-500);
}

.amber-header h4 i {
  color: var(--amber-600);
}

.teal-header h4 i {
  color: var(--teal-600);
}

.card-subtitle {
  font-size: 0.875rem;
  color: var(--gray-500);
}

.card-body {
  padding: 1rem 1.5rem;
}

.card-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--blue-50);
}

/* Other Partnerships */
.other-partnerships {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .other-partnerships {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Call to Action */
.cta {
  background-color: var(--blue-600);
  color: var(--white);
  border-radius: var(--border-radius);
  padding: 2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta p {
  margin-bottom: 1.5rem;
  color: var(--blue-100);
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}



.blog-section .blog-section-title {
  text-align: left;
  display: block;
  width: auto;
  margin: 0 auto 50px;
  padding: 0 0px 0px;
  color: #000000;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.6px;
}

.blog-section .img-zoom {
  overflow: hidden;
}

.blog-wraper {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.blog-section .img-zoom img {
  transition: transform 0.5s ease;
}

.blog-section .img-zoom img:hover {
  transform: scale(1.1);
}

.blog-section div.zoom {
  background-position: 50% 50%;
  border-radius: 0.5rem;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.blog-section div.zoom img:hover {
  opacity: 0;
}

.blog-section div.zoom img {
  display: block;
  transition: opacity 0.5s;
  width: 100%;
}

.blog-section .blog-date {
  background-color: #000;
  display: table;
  color: #fff;
  padding: 10px 14px;
  border-radius: 3px;
  position: absolute;
  top: -40px;
}

.blog-title a {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.blog-title.h5 {
  line-height: 1.1 !important;
}

.blog-desc p {
  font-size: 14px;
  line-height: 21px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.read-more {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}

.blog-item {
    background-color: #fff;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.stat-card {
  background-color: #ffdd57;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}



.card-description {
  background: #06A3DA;
  position: absolute;
  left: 0;
  top: -4px;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  text-align: justify;
  display: none;
  transition: transform 0.3s ease;
}

/* 
.stat-card:hover  .card-description{
  display: block;
} */

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--primary);
}

.stat-icon {
  width: 100px; 
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon img {
  width: 45px; 
  height: 45px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dark);
}

.stat-title {
  font-size: 1.15rem;
  line-height: 1.4rem;
  font-weight: 800;
  color: #1a2b49;
}

.short-desc {
  color: #5a6a7a;
}

.year-badge {
  display: inline-block;
  background-color: var(--primary);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 1rem;
  font-size: 0.9rem;
}


@media (max-width: 768px) {
 
  .subtitle {
      font-size: 1rem;
  }
  
  .stat-number {
      font-size: 2rem;
  }
}
