/* body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing: antialiased;

    font-size:18px;
    letter-spacing: 0.5px;
    color: #575a7b;
    font-weight: 500;
    line-height: 1.7;
} */

.navbar-default {
 
    background-color: white !important;
    transition: background-color 0.3s ease-in-out;
}

.menu_area-light .navbar-nav > li > a {
    color: #000 !important; /* Make text black or any dark color */
}

.custom{
       color: #09b850 !important;
}

/* Make icons appear black by default */
.service-icon img {
    filter: brightness(0);
    transition: filter 0.3s ease;
}

/* Restore original icon color on hover */
.card:hover .service-icon img {
    filter: none;
}

/* Card height handling */
.card-style05 {
    min-height: 100%;
}

.card-body {
    height: 100%;
}

/* Optional: Set a minimum height for text consistency */
.card-body p {
    min-height: 80px;
}

/* Make card title link not inherit blue color */
.card h3 a {
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}
.card h3 a:hover {
    color: #198754; /* Bootstrap success green or your brand color */
}


/* Reduce spacing between elements inside service cards */
.card-body h3 {
    margin-bottom: 1rem;
}

.card-body p {
    margin-bottom: 1.25rem;
}

.service-icon {
    margin-bottom: 1rem !important; /* Reduce space under icon */
}

/* Adjust Read More button spacing */
.service-btn {
    /* margin-top: auto; */
     /* keep it at bottom but tight */
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* Optional: reduce padding inside card-body */
.card-body {
    padding: 1.5rem !important;
}
.why-choose-icon img {
  display: block;
  margin-bottom: 0.5rem;
}

.bg-white {
  background-color: #fff;
}

.shadow-sm {
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.05);
}

.border-radius-10 {
  border-radius: 10px;
}

.boxshadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08) !important;
    transition: box-shadow 0.3s ease-in-out;
}

.boxshadow:hover {
    box-shadow: none !important;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align:right !important; }

.card-body{
    padding: 0 !important;
}
.discusion{
    border-radius: 10px !important;
}

.noshadow{
     box-shadow: 0 0 25px rgba(0, 0, 0, 0.08) !important;

    transition: box-shadow 0.3s ease-in-out;

}


.noshadow:hover{
    box-shadow: none !important;
    
}

.section{
    padding:70px 0;
}

/* Outer container */
.counter-box .inner-box {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #eee;
    height: 100%;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hover to green */
.counter-box .inner-box:hover {
    background-color: #16c241;
}

/* Numbers */


/* Label */
.counter-box span {
    font-size: 15px;
    color: #475569;
    margin-top: 8px;
    transition: color 0.3s ease;
}

/* White text on hover */
.counter-box .inner-box:hover .counter-no,
.counter-box .inner-box:hover span {
    color: #fff;
}
/* Force odometer numbers to show properly */
.odometer,
.odometer .odometer-digit,
.odometer .odometer-digit-inner {
    color: #0f172a !important;
    font-weight: 800;
    font-size: 2.5rem;
    transition: color 0.3s ease;
}

/* White on hover */
.inner-box:hover .odometer,
.inner-box:hover .odometer .odometer-digit,
.inner-box:hover .odometer .odometer-digit-inner {
    color: #fff !important;
}
.counter-no {
    font-size:2.5rem;       /* Increase number size */
    font-weight:700;
    color: #0f172a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.3s ease;
}

/* Style the plus and percent signs */
.counter-no span,
.counter-no::after,
.counter-no::before {
    font-size: 2.5rem;
    font-weight: 700;
}

/* Hover state turns text white */
.inner-box:hover .counter-no,
.inner-box:hover span {
    color: #fff;
}

/* Smaller, slightly lighter symbol */
.counter-no span {
    font-size: 2rem;        /* smaller than number */
    font-weight: 600;         /* lighter weight */
    color: #1e293b;           /* slightly lighter shade */
    position: relative;
    top: -1px;                /* nudge up to better align */
}
.bg-secondary{
    opacity:0.8;
}

.minheight{
    min-height:48px;
}

 
.slider-fade01.owl-theme .owl-nav .owl-next{
    display: none;
}

.slider-fade01 .owl-nav i {
    display: none;
}

.slider-fade01.owl-theme .owl-nav [class*='owl-']{
    display: none;
}

.custom-heading {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

@media only screen and (max-width:735px) {
    .custom-heading{
         font-size: 2rem;
  font-weight: 800;
  line-height: 1;
    }
    .display-27{
        font-size:16px;
    }

    
}
@media (min-width: 768px) {
    .ps-md-3 {
        padding-left: 0rem !important;
    }
   
}
.fontsize{
    font-size:35px;
}

.style{
    line-height:0.8;
}

.p-4{
    padding:0 !important;
}

.edu-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    align-items: flex-start;
}

.edu-title {
    font-weight: 600;
    margin-right: 1rem;
    white-space: nowrap;      /* Prevent wrapping */
    flex-shrink: 0;            /* Prevent shrinking */
}

.edu-detail {
    flex: 1;                   /* Take remaining space */
}
.ls-minus-2px {
    letter-spacing:0px;
}


.btn-style3 {
  background-color: #09B850;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-style3:hover {
  background-color: #07a246;
  transform: scale(1.05);
}


    .sub-menu {
      display: none;
      position: absolute;
      background-color: #fff;
      padding: 0;
      margin: 0;
      list-style: none;
      border: 1px solid #ddd;
      z-index: 999;
    }

    .has-sub {
      position: relative;
    }

    .has-sub:hover .sub-menu {
      display: block;
    }

    .sub-menu li a {
      padding: 10px 20px;
      display: block;
      color: #000;
      text-decoration: none;
    }

    .sub-menu li a:hover {
      background-color: #f8f9fa;
    }

    .navbar-header-custom img {
      max-height: 50px;
    }

.slider-fade01 h1 span {
    -webkit-text-fill-color:  #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.design{
    font-weight:600;
}

.me-1-9, .mx-1-9{
    margin-right: 2.5rem;
    margin-left: 2.5rem;
}


