/* ===================== VARIABLES ===================== */
:root {
    --black: #000;
    --orange: #f5502b;
    --blue: #359edb;
}

/* ===================== BASE ===================== */
html, body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}
html, body {
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
}

* {
    hyphens: none !important;
}

p, div, span, h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

.card {
    padding: 20px;
    overflow-x: hidden;
}

/*.container, .container-fluid, .row {*/
/*    overflow-x: hidden;*/
/*}*/
.text-justify {
    text-align: left;
}

/* ===================== HEADINGS ===================== */
/* Desktop */
h1, .h1 { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 48px; }
h2, .h2 { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 40px; }
h3, .h3 { font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 34px; }
h4, .h4 { font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 28px; }
h5, .h5 { font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 24px; margin-bottom: 0; }
h6, .h6 { font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 20px; }
small { font-size: 14px; }

/* ===================== CARD TEXT ===================== */
/*.card-text {*/
/*    font-size: 1rem;*/
/*    line-height: 1.7;*/
/*    color: #555;*/
/*    text-align: justify;*/
/*    text-justify: inter-word;*/
/*    hyphens: none;*/
/*    overflow-wrap: break-word;*/
/*    word-break: normal;*/
/*}*/

/* ===================== COLORS ===================== */
.blue { color: var(--blue) !important; }
.black { color: var(--black) !important; }
.orange { color: var(--orange) !important; }

.border-left-blue { border-left: 5px solid var(--blue); }
.border-left-orange { border-left: 5px solid var(--orange); }

.btn-primary { background-color: var(--blue); border: none; }
.btn-primary:hover { background-color: var(--orange); border: none; }

.bg-blue { background-color: var(--blue); color: white; }
.bg-orange { background-color: var(--orange); color: white; }

/* ===================== CARD ===================== */
.card {
    border-radius: 12px;
    padding: 30px;
    transition: .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.section .card {
    border-radius: 14px;
    overflow: hidden;
}

.section .card-img-top {
    height: 180px;
    width: 100%;
    object-fit: contain;
    padding: 15px;
    background: #fff;
}

.section .card-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.section .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    height: 52px;
    overflow: hidden;
    margin-bottom: 5px;
}

.section .card-text {
    text-align: left !important;
    line-height: 1.7;
}

.section .card-text div {
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.section .card .btn {
    margin-top: auto;
    width: 150px;
    align-self: center;
}

/* ================= NAVBAR BASE ================= */
.main-navbar{
    background: #fff;
    padding: 10px 0;
    transition: all .3s ease;
    z-index: 9999;
}

/* sticky scroll effect */
.main-navbar.scrolled{
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    padding: 6px 0;
}




/* ===================== GLIGHTBOX ===================== */
.glightbox img,
.glightbox_href img { width: 100%; }

/* ===================== FOOTER ===================== */
.site-footer { background: #111; color: #ddd; }

.footer-title { font-size: 18px; font-weight: 700; margin-bottom: 15px; color: #fff; }

.footer-links { list-style: none; padding: 0; margin: 0; }

.footer-links li { margin-bottom: 8px; }

.footer-links a { color: #ccc; text-decoration: none; font-size: 14px; line-height: 1.6; }

.footer-links a:hover { color: #fff; padding-left: 5px; transition: .2s; }

.footer-social a { margin-right: 8px; display: inline-block; }
.footer-social img { width: 32px; height: 32px; }

/* ===================== IMAGES ===================== */
.desktop-image { display: block !important; width: 100%; height: auto; }
.mobile-image { display: none !important; width: 100%; height: auto; }

@media (max-width:768px) {
    .desktop-image { display: none !important; }
    .mobile-image { display: block !important; }
}

/* ===================== SPECIAL SECTIONS ===================== */
.check { margin-right: 6px; font-weight: bold; }

.vision-section { background: #f8f9fa; }

.vision-intro {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}

.vision-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

.vision-box h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.vision-box p { margin: 0; line-height: 1.7; color: #555; }

.stats-section { background: #f8f9fa; }

.stat-box {
    background: var(--blue);
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: .3s;
    height: 100%;
}

.stat-box:hover { transform: translateY(-5px); }

.stat-box img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 10px; }

.stat-box h2 { font-size: 32px; font-weight: 700; margin: 0; line-height: 1.2; }

.stat-box p { margin: 5px 0 0; color: #fff; font-size: 15px; }



/* ===================== TYPOGRAPHY HELPERS ===================== */
.Montserrat { font-size: 42px !important; margin-bottom: 15px; }
.open-sans { font-size: 16px !important; line-height: 1.8; max-width: 900px; }
.btn-outline-orange {
  background: var(--orange);
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.btn-outline-orange:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
/* ===================== RESPONSIVE HEADINGS ===================== */
@media (max-width: 992px) { /* tablet */
    h1, .h1 { font-size: 40px; }
    h2, .h2 { font-size: 34px; }
    h3, .h3 { font-size: 30px; }
    h4, .h4 { font-size: 26px; }
    h5, .h5 { font-size: 22px; }
    h6, .h6 { font-size: 20px; }
    .card-text { font-size: 0.95rem; line-height: 1.6; }
}

@media (max-width: 768px) { /* mobile */
    h1, .h1 { font-size: 34px; }
    h2, .h2 { font-size: 32px; }
    h3, .h3 { font-size: 28px; }
    h4, .h4 { font-size: 26px; }
    h5, .h5 { font-size: 24px; }
    h6, .h6 { font-size: 22px; }
    body { font-size: 20; }
    .card-text { font-size: 1rem; line-height: 1.5; }
}

.logo-img{
    height:60px;
    width:auto;
}

/* Desktop */
@media (min-width: 992px){

    .logo-img{
        height:50px;
    }

}

/* Mobile */
@media (max-width: 768px){

    .logo-img{
        height:50px;
    }

}

.section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section {
    padding: 35px 0;
  }
}

.main-navbar .nav-link{
    color:#000;
    font-weight:600;
    padding:10px 16px !important;
    transition:.3s;
}

.main-navbar .nav-link:hover{
    color:var(--orange);
}

.main-navbar .navbar-nav{
    align-items:center;
}

.main-navbar{
    z-index:9999;
}

.main-navbar{
    position:relative;
    z-index:9999;
}

.main-navbar{
    position:sticky;
    top:0;
    z-index:9999;
}

.navbar-nav {
  gap: 10px;
}

.navbar-nav .nav-link {
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-nav {
  gap: 6px;
  align-items: center;
}

.navbar-nav .nav-link {
  white-space: nowrap;
}


/* ========== NAVBAR SPACING FIX ========== */
.navbar-nav {
  gap: 6px;
}

.navbar-collapse {
  flex-grow: 0;
}

/* ========== SUBMENU ========== */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  display: none;
}

/* show submenu */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* ========== ARROW RIGHT ========== */
.dropdown-submenu > .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-submenu > .dropdown-toggle::after {
  content: "›";
  font-size: 16px;
  margin-left: auto;
  border: none;
  font-weight: bold;
}

/* ========== MOBILE FIX ========== */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    left: 0;
    top: 100%;
  }
}
.navbar-logo {
  height: 40px;        /* adjust: 35–50px ideal */
  width: auto;
  max-height: 50px;
  object-fit: contain;
}