/* ======================================================
   GLOBAL BASE
====================================================== */
body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial;
    background: #F7F5EF;
    background-image: url( '/images/logo/unani_aahar_background.svg');  
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    background-size: cover !important;
    margin: 0;
    padding: 0;
    color: #2C2C2C;
    font-family: Verdana, Arial, sans-serif;
}

/* img { max-width: 100%; } */

/* ======================================================
   TOP HEADER (first-header)
====================================================== */
.first-header {
    background: #1B5E20;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-items: center;
    padding: 6px 20px;
    font-size: 12px;
    /* border-bottom: 2px solid rgba(255,255,255,0.07); */
    white-space: nowrap;
    overflow-x: auto;
}

/* Left & right groups stay in row */
.first-header span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

/* Links */
.first-header span a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

/* Language dropdown */
#lang_dropdown_select {
    background: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    border: 1px solid #607D8B;
    color: #37474F;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}

/* -------- MOBILE FIX -------- */
@media (max-width: 576px) {

    /* Hide date only */
    .first-header .date-block {
        display: none ;
    }

    .first-header {
        font-size: 11px;
        padding: 6px 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .first-header span {
        flex: 1 1 100%;
        justify-content: center;
    }
}


/* ======================================================
   DESKTOP NAVBAR (.nav-container)
====================================================== */
/* ===============================
   Sugarcane Header Block
================================ */
.navbar {
    background: #2E7D32;
}
.headingnav .navbar-brand{
    background: #2E7D32;

}
.navbar-brand{
    background-image: url( '/images/logo/unani_aahar_background.svg');
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
                rgba(0, 0, 0, 0.23) 0px 6px 6px !important; */
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    row-gap: 12px;
}

/* Left brand link (logo + institute text) must never shrink to zero
   or let the text block collide with the right-side app logos */
.navbar-brand > a {
    min-width: 0;
    flex-shrink: 1;
}

.navbar-brand > a img {
    flex-shrink: 0;
}

/* Right-side app logo group (Play Store / QR icons) */
.navbar-brand .app-logo-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.navbar-brand .app-logo-group img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

/* Text Block */
.sugarcane-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
}

/* Main Title */
.sugarcane-title {
    font-size: 24px;
    color: #1B5E20;
    font-weight: 700;
    margin: 0px 0 0 0;
    font-family: 'Inter', Verdana, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.sugarcane-title1{
    font-size: 20px;
    color: #37474F;
    font-weight: 700;
    margin: 3px 0 0 0;
    font-family: 'Inter', Verdana, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

/* Sub Text */
.sugarcane-text {
    font-size: 18px;
    color: #E8A33D;
    font-weight: 600;
    margin: 6px 0 0 0;
    font-family: 'Inter', Verdana, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.02em;
}

/* ===============================
   Responsive Breakpoints
================================ */

/* Tablet */
@media (max-width: 992px) {
    .sugarcane-title { font-size: 26px; }
    .sugarcane-text  { font-size: 16px; }
}

/* Mobile */
@media (max-width: 768px) {
    .navbar-brand {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center;
        gap: 12px;
        text-align: center;
        padding: 15px !important;
    }

    .navbar-brand > a:first-child {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .navbar-brand > a:first-child .sugarcane-block {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .navbar-brand > a:first-child .sugarcane-title,
    .navbar-brand > a:first-child .sugarcane-title1,
    .navbar-brand > a:first-child .sugarcane-text {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .navbar-brand > a:last-child {
        flex: 0 0 auto;
    }

    .sugarcane-block {
        align-items: center;
        width: 100%;
    }

    .sugarcane-title {
        font-size: 18px;
        -webkit-text-stroke: 0.6px #000;
        line-height: 1.2;
    }

    .sugarcane-title1 {
        font-size: 16px;
    }

    .sugarcane-text {
        font-size: 14px;
    }

    .navbar-brand img {
        height: 70px !important;
        width: auto !important;
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .navbar-brand > a:first-child {
        gap: 8px;
    }

    .navbar-brand img {
        margin-right: 0 !important;
        margin-bottom: 8px !important;
    }

    .sugarcane-title { font-size: 16px; }
    .sugarcane-title1 { font-size: 14px; }
    .sugarcane-text  { font-size: 12px; }
}

/* .navbar{
  background: #37474F;
} */
.navbar .nav-link{
  color: #FFFFFF;
font-weight: 700;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
white-space: nowrap;
display: block;
font-size: 17px;
font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.navbar .nav-link:hover{
  color: #e1ece2;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);

}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #f7f7f7 !important;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);

}

.nav-container {
    background: #FFFFFF; /* Retaining Pure White for Navbar */
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.09);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: 0.25s ease;
}

.nav-container img {
    height: 55px;
    transition: 0.3s ease;
}

.nav-container img:hover { transform: scale(1.05); }

.nav-container ul {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0px;
}

.nav-container ul li {
    list-style: none;
    font-size: 19px;
    font-weight: 700;
    position: relative;
}

/* modern link style */
.nav-container ul li a {
    color: #37474F; /* UPDATED: Dark Slate Text */
    text-decoration: none;
    padding-bottom: 4px;
    transition: 0.25s ease;
    position: relative;
}

/* animated underline */
.nav-container ul li a::after {
    content: "";
    height: 3px;
    width: 0;
    background: #2E7D32; /* UPDATED: Emerald Green */
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.nav-container ul li a:hover {
    color: #2E7D32; /* UPDATED: Emerald Green */
}

.nav-container ul li a:hover::after {
    width: 100%;
}

/* navbar shrink on scroll */
.nav-container.shrink {
    height: 64px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

/* ======================================================
   DROPDOWN MENU (same class structure)
====================================================== */
.dropdown-item{
    color: #37474F !important; /* UPDATED: Dark Slate Text */
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dropdown-item:active{
    background: #e1ece2 !important; /* UPDATED: Mint Green */
    color: #1B5E20 !important; /* Darker Emerald for high contrast */
}
.nav-container ul li ul {
    position: absolute;
    top: 65px;
    left: -20px;
    display: none;
    background: #fff;
    min-width: 200px;
    padding: 8px 0;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    animation: fadeDrop 0.25s ease;
}

@keyframes fadeDrop {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

.nav-container ul li:hover > ul { display: block; }

.nav-container ul li ul li {
    display: block;
    padding: 0;
}

.nav-container ul li ul li a {
    display: block;
    padding: 10px 16px;
    color: #37474F; /* UPDATED: Dark Slate Text */
    border-radius: 4px;
}

.nav-container ul li ul li a:hover {
    background: #A5D6A7; /* UPDATED: Mint Green */
    color: #1B5E20; /* Darker Emerald for high contrast hover */
}

/* ======================================================
   MOBILE NAV (#phone-nav)
====================================================== */
#phone-nav {
    background: #FFFFFF !important; /* Retaining Pure White */
    padding: 10px 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.offcanvas-header {
    background: #A5D6A7; /* UPDATED: Mint Green */
    border-bottom: 1px solid #757575;
}

.offcanvas-body ul li a {
    padding: 12px 0;
    color: #37474F; /* UPDATED: Dark Slate Text */
    border-bottom: 1px solid #BDBDBD;
    transition: 0.25s ease;
    font-size: 18px;
}
.navbar-toggler{
  color: transparent !important;
  background-color: #CFD8DC !important;
}
.offcanvas-body ul li a:hover {
    color: #2E7D32 !important; /* UPDATED: Emerald Green */
    padding-left: 6px;
}

@media (max-width: 480px){
  .navbar .nav-link{
    font-size: 16px;
  }
}



/* ======================================================
   APP DOWNLOAD SECTION
====================================================== */
.utgApp-container {
    padding: 40px 0;
    text-align: center;
}

.h1-heading {
    font-size: 30px;
    font-weight: 800;
    color: #2E7D32; /* UPDATED: Emerald Green */
    margin-bottom: 15px;
}

.utgApp-container img {
    transition: 0.3s ease;
    max-width: 180px;
    height: auto;
    /* If the image fails to load, collapse instead of leaving a huge
       browser default broken-image placeholder box */
    min-height: 0;
}

.utgApp-container img:hover {
    transform: scale(1.07);
}

.utgApp-container .sub-utgApp-container {
    display: flex;
    justify-content: center;
}

/* ======================================================
   RESPONSIVE FIXES
====================================================== */
@media (max-width: 991px) {
    .nav-container { display: none; }
}



/* ===========================================
   MODERN SLIDER
=========================================== */
.carousel-item {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 28px rgba(0,0,0,0.25);
}

/* Image styling */
.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 1.2s ease;
}

/* Smooth zoom animation */
.carousel-item:hover img {
    transform: scale(1.06);
}

/* Subtle gradient overlay */
.carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.25)
    );
    pointer-events: none;
    border-radius: 14px;
}

.carousel-caption.caption-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;            /* 👈 NO GAP */
    background: rgba(0, 0, 0, 0.6);
    padding: 16px 24px;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    text-align: center;
    
}
.carousel-caption.caption-overlay h5 {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.carousel-caption.caption-overlay p {
    font-size: 17px;
    color: #e8f5e9;               /* soft professional green */
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 26px !important;
    line-height: 1.6;
}

/* ============================================================
   Carousel Caption Responsive Fix
============================================================ */

/* Fix background flash during auto-slide */
#carouselExampleCaptions {
    background: #1B5E20;
}

/* ===== Carousel Indicators (Dots) Fix ===== */
.carousel-indicators {
    z-index: 20 !important;
    bottom: 5px !important;
    margin-bottom: 5px !important;
    pointer-events: auto !important;
}

.carousel-indicators button {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    border: 2px solid #1B5E20 !important;
    margin: 0 6px !important;
    opacity: 0.9 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.carousel-indicators button.active {
    background-color: #FFC107 !important;
    border-color: #FFC107 !important;
    transform: scale(1.2);
    opacity: 1 !important;
}

.carousel-indicators button:hover {
    background-color: #FFC107 !important;
    opacity: 1 !important;
}

/* Tablet */
@media (max-width: 992px){
    .carousel-caption.caption-overlay h5{
        font-size: 22px;
        letter-spacing: 0.4px;
    }

    .carousel-caption.caption-overlay p{
        font-size: 16px;
        padding-bottom: 20px !important;
    }

    .carousel-indicators button {
        width: 12px !important;
        height: 12px !important;
        margin: 0 5px !important;
    }
}

/* Mobile */
@media (max-width: 576px){
    .carousel-caption.caption-overlay{
        padding: 8px 12px 25px 12px;
    }

    .carousel-caption.caption-overlay h5{
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.3px;
    }

    .carousel-caption.caption-overlay p{
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 14px !important;
    }

    .carousel-indicators {
        bottom: 2px !important;
    }

    .carousel-indicators button {
        width: 10px !important;
        height: 10px !important;
        margin: 0 4px !important;
    }
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .carousel-item {
        height: 250px;
    }
    .carousel-item img {
        height: 250px;
    }
    .carousel-caption h5 {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* Gallery section start ===========================================  */




/* Gallery section end =========================================== */


/* search box start =========================================== */

.search-container{
    margin-left: 20px;
   
    position: absolute;
    left: 70%;
    top: 8%;
}

.search-container input{
    background: rgb(245, 240, 240);
    padding: 1px;
    width: 290px;
    border-radius:100px;
}

#search-box{
    padding: 1px;
    height: 25px;
    width: 180px;
    background: #FAFAF5; /* UPDATED: Off-White */
    border: 2px solid #B0BEC5;
    border-radius:100px;
}

.search-button{
    height: 1px;
    position:relative;
    right: 11.5%;
    top: -2px;
    background: #FFD54F; /* UPDATED: Gold (CTA) */
    background: #FAFAF5; /* Retained original lighter background logic */
    border: 0px;  
}
/* search box end =========================================== */



/* ===============================
   Middle Content
================================ */
.content-container{
    text-align: center;
    padding: 20px;
}

.content-container h1,
.h1-heading{
    margin-bottom: 20px;
    font-weight: 700;
    color: #2E7D32;
}

/* Paragraph text */
.content-container p{
    margin: 0 auto;
    max-width: 1100px;      /* controls width on large screens */
    font-size: 20px;
    line-height: 1.7;
    text-align: justify;
}

/* ===============================
   Tablet
================================ */
@media (max-width: 992px){
    .content-container p{
        font-size: 18px;
        max-width: 90%;
    }
}

/* ===============================
   Mobile
================================ */
@media (max-width: 768px){
    .content-container p{
        font-size: 16px;
        max-width: 100%;
        text-align: left;
    }

    .content-container h1{
        font-size: 24px;
    }
}

/* ===============================
   Small Mobile
================================ */
@media (max-width: 480px){
    .content-container h1{
        font-size: 22px;
    }

    .content-container p{
        font-size: 15px;
        line-height: 1.6;
    }
}




/* ==========================================
   UTG APP SECTION
========================================== */
.utgApp-container{
    margin: 0px 0px 30px 0px;
    text-align: center;
    padding: 0 15px;
}

.sub-utgApp-container{
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    padding: 0 20%;
    flex-wrap: wrap;
}

.utgApp-container h1{
    font-size: 36px;
    margin-bottom: 20px;
    color: #2E7D32;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 992px){
    .sub-utgApp-container{
        padding: 0 8%;
    }

    .utgApp-container h1{
        font-size: 30px !important;
    }
}

/* Mobile */
@media (max-width: 768px){
    .sub-utgApp-container{
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .utgApp-container h1{
        font-size: 26px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px){
    .utgApp-container h1{
        font-size: 22px;
    }
}
/* ==========================================
   FOOTER STYLES
========================================== */

/* Main Footer Container */
.main-footer {
    background: #2E7D32;
    color: #ECEFF1; /* Light text for contrast */
    padding: 0; /* Remove top/bottom padding here, add it to the wrapper */
}

/* Footer Content Wrapper for Flexbox Layout */
.footer-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Distribute columns nicely */
    align-items: flex-start; /* Align columns to the top */
    padding: 40px 20px; /* Generous padding */
    max-width: 1200px; /* Max width for large screens */
    margin: 0 auto;
    row-gap: 30px;
    column-gap: 20px;
}

/* Individual Column Styling */
.footer-column {
    flex: 1; /* Allow columns to grow */
    min-width: 200px; /* Ensure columns don't get too small before wrapping */
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

/* Heading Style */
.footer-heading {
    font-size: 1.25rem; /* Larger, more prominent heading */
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}

/* Underline effect for heading */
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #FFC107;
}

/* List Styling */
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

/* Link Style */
.footer-link-item {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin: 3px 0 0 0;
    font-family: Verdana, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.footer-link-item:hover,
.footer-link-item:focus {
   
    text-decoration: underline;
}

/* Visitor Count Box Styling */
.footer-visitors-box {
    /* Align the visitors box content better */
    display: flex;
    flex-direction: column;
}

#visitor-count {
    border: 1px solid #455A64; /* Darker border */
    background-color: #37474F;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block; /* Ensure it wraps its content */
    margin-top: 5px;
}

.visitor-label {
    font-size: 0.9rem;
    color: #CFD8DC;
    display: block; /* Stack label and number */
    margin-bottom: 2px;
}

.visitor-number {
    color: #FFEB3B; /* Bright yellow for visibility */
    font-weight: 700;
    font-size: 1.5rem; /* Larger number */
}


/* Developed By / Copyright Section */
.footer-developed-by {
    background: #1B5E20; /* Dark Green */
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    font-weight: 600;
    font-size: 0.9rem;
    border-top: 1px solid #37474F;
}


/* ==========================================
   RESPONSIVENESS (Mobile/Tablet)
========================================== */

@media (max-width: 992px) {
    /* Tablet layout: allow more columns to wrap */
    .footer-content-wrapper {
        justify-content: space-between;
    }
    
    .footer-column {
        min-width: 40%; /* Two columns per row on tablet */
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    /* Mobile layout: stack columns vertically */
    .footer-content-wrapper {
        flex-direction: column;
        align-items: center; /* Center content */
        padding: 30px 15px;
        gap: 10px;
    }
    .footer-heading{
        text-align: start;
        margin-bottom: 5px;
    }

    .footer-links-list li{
        text-align: start !important;
      }

    .footer-column {
        min-width: 100%;
        text-align: center; /* Center text inside columns */
        padding: 0;
    }

    /* Center the heading underline */
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Center the visitor counter */
    .footer-visitors-box {
        align-items: center;
    }
    .footer-heading::after {
        display: none;
    }
    .footer-visitors-box {
       display: flex;
       align-items: start;
    }
}


/* banner-text-container start =========================================== */
.banner-text-container{
  text-align: center;
  position: absolute;
  top: 35%;
  left: 16%;
  
  
  
}
.headingnav{
  padding: 0 1rem;
  /* background-image: url('../../images/Card-bg.png'); */
}

@media (max-width: 768px) {
  .headingnav .container-fluid {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .headingnav .navbar-brand.w-25 {
    flex: 0 0 auto;
    max-width: 15%;
    padding-left: 0;
    padding-right: 0;
  }

  .headingnav .navbar-brand.w-25 img {
    max-height: 60px;
    width: auto;
  }

  .headingnav .collapse.navbar-collapse.w-50 {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .headingnav .banner-heading,
  .headingnav .banner-heading-green {
    font-size: 18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 8px;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.banner-heading{
  font-weight: 700;
  font-size: 30px;
  color: white;
}
.banner-heading-green{
  color: #fff !important; /* UPDATED: Gold (Highlight) */
  pb
}

.banner-other-heading{
  font-weight: 700;
  font-size: 50px;
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  letter-spacing: 0.02em;
}
/* .banner-other-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #E8A33D;
  border-radius: 2px;
} */
.banner-button{
   padding: 0px 18px;
   border: 0px transparent;
   border-radius: 110px;
   background: #FFD54F; /* UPDATED: Gold (CTA Button) */
   color: #37474F; /* UPDATED: Dark Slate Text */
   font-weight: 700;
   font-size:30px;
   margin-top: 65px;
   font-family: Arial, Helvetica, sans-serif;
   box-shadow: 2px 3px 5px #1c252b; /* Darker shadow for premium feel */
}

 .banner-button a{
    text-decoration: none;
    color: #37474F; /* UPDATED: Dark Slate Text */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* banner-text-container start =========================================== */



#pointer {
    color: white;
    font-size: large;
    margin-left: 30px;
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    width: 115px;
    height: 40px;
    position: relative;
    background: #2E7D32; /* UPDATED: Emerald Green */
  }
  #pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #2E7D32; /* UPDATED: Emerald Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #2E7D32; /* UPDATED: Emerald Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }


  #formulation-pointer {
    color: white;
    font-size: large;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 40px;
    text-align: right;
    width: 117px;
    height: 40px;
    position: relative;
    background: #A5D6A7; /* UPDATED: Mint Green (Secondary Pointer) */
  }
  #formulation-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #formulation-pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #A5D6A7; /* UPDATED: Mint Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }







  /* classification page start =========================================== */

  .classification-container{
    text-align: center;
    margin-top: 50px !important;
    margin-bottom:0px !important;
    background: none !important;
    
}

.classification-container h1{
    margin-bottom: 50px;
}

.sub-sub-classification-container{
    color: white;
    line-height: 160px;
    text-align: center;
    border-radius: 10px;
    /* background: #2E7D32; */
    font-size:20px;
    font-weight: 700;
    text-decoration: none;
}
.sub-classification-container{

  margin-top: 50px;
  display: grid;
  justify-content: center;
  grid-gap: 60px;
  height: fit-content !important;
  grid-template-columns: 300px 300px 300px;
  grid-template-rows: 200px 200px 200px;
}
.classification-container .sub-classification-container .sub-sub-classification-container a{
    text-decoration: none;
    color:white ;
}
.classification-banner-text-container{
    text-align: center;
  position: absolute;
  bottom: 47%;
  left: 14%;
}
.araq-box-container input{
    padding: 8px;
    width: 300px;
    border: 1px solid #2E7D32; /* UPDATED: Emerald Green */
    border-right: 0px;
    background: transparent;
    box-shadow: 2px 3px 5px #2E7D32; /* UPDATED: Emerald Green Shadow */

}

.ser-btn{
    padding: 12px;
    width: 100px;
    background: #2E7D32; /* UPDATED: Emerald Green */
    border-left: 0px;
    border: 1px solid #2E7D32; /* UPDATED: Emerald Green */
    color: white;
    box-shadow: 2px 3px 5px #2E7D32; /* UPDATED: Emerald Green Shadow */
}




/* @media screen and (max-width: 940px){
    #phone-nav {
        display:block;
    }
    .nav-container{
        display: none !important;
    }
 }


@media screen and (max-width:1000px){
    .sub-classification-container{
        grid-template-columns: 200px 200px 200px ;
  grid-template-rows: 160px 160px 160px ;
    }

    .classification-container{
        height: 700px;
    }
    
 }




 @media screen and (max-width:730px){
    .sub-classification-container{
        grid-template-columns: 200px 200px  ;
  grid-template-rows: 160px 160px  ;
    }

    .classification-container{
        height: 950px;
    }
    
 }

 @media screen and (max-width:470px){
    .sub-classification-container{
        grid-template-columns: 200px   ;
  grid-template-rows: 160px  ;
    }

    .classification-container{
        height: 1900px;
    }
    
 } */

/* classification page end =========================================== */







/* Araq page start =========================================== */
.araq-box-container{
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
   /*height:600px !important;*/
    background: none !important;
}
.Araq-banner-text-container{
    position: absolute;
    top: 40%;
    left: 45%;
}

.sub-Araq-container{
   /* height: fit-content;*/

    margin-top: 50px;
/*display: grid;*/
/*justify-content: center;*/
/*grid-gap: 60px;*/
/* grid-template-columns: 200px 200px 200px 200px;*/
/* grid-template-rows: 160px 160px 160px 160px;*/
}

.sub-sub-Araq-container{
    background-image: url('web/images/Box_BG.png');
    color:red;
    line-height: 160px;
    text-align: center;
    border-radius: 10px;
    /*background: #2E7D32; */
    font-size:x-large;
    font-weight: 700;
}

.araq-box-container div div a{
    text-decoration: none;
    color: white;
}


#pointer {
    color: white;
    font-size: large;
    margin-left: 30px;
    margin-top: 30px;
    
    line-height: 40px;
    text-align: center;
    width: 110px;
    height: 40px;
    position: relative;
    background: #2E7D32; /* UPDATED: Emerald Green */
  }
  #pointer:after {
    content: "";
    position: absolute;
    
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #2E7D32; /* UPDATED: Emerald Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #2E7D32; /* UPDATED: Emerald Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }


  #formulation-pointer {
    color: white;
    font-size: large;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 40px;
    text-align: right;
    width: 117px;
    height: 40px;
    position: relative;
    background: #A5D6A7; /* UPDATED: Mint Green */
  }
  #formulation-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #formulation-pointer:before {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #A5D6A7; /* UPDATED: Mint Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
    

  #araq-pointer {
    color: white;
    font-size: large;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    width: 117px;
    height: 40px;
    position: relative;
    background: #2E7D32; /* UPDATED: Emerald Green */
  }
  #araq-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #araq-pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #2E7D32; /* UPDATED: Emerald Green */
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
 .classification-container{
    text-align: center;
    margin-top: 50px;
    /* height: 600px; */
    background: #FAFAF5; /* UPDATED: Off-White (Section BG) */
 }


  /* @media screen and (max-width:1000px){
    .sub-Araq-container{
        grid-template-columns: 200px 200px 200px ;
  grid-template-rows: 160px 160px 160px ;
    }

    
    
 }




 @media screen and (max-width:730px){
    .sub-Araq-container{
        grid-template-columns: 200px 200px  ;
  grid-template-rows: 160px 160px  ;
    }

   
 }

 @media screen and (max-width:470px){
    .sub-Araq-container{
        grid-template-columns: 200px   ;
  grid-template-rows: 160px  ;
      }  } */

   
    

/* Araq page end =========================================== */









/* start mjoon e fasla page css */

.Majoon-container1{
    text-align: center;
    margin-top: 50px;
}

.Majoon-container1 span{
    font-weight: 800;
    font-size: x-large;
    color: #2E7D32; /* UPDATED: Emerald Green */
}

.Majoon-container1 p{
    font-size: large;
    color: #2E7D32; /* UPDATED: Emerald Green */
    font-weight: 600;
    margin-top: 20px;
    
}

.Majoon-container2{
text-align: center;
margin-top: 50px;
margin-bottom:25px;
}

.Majoon-container2 div{
    background: #2E7D32; /* UPDATED: Emerald Green Headers */
    color:white;
    
   height:auto !important;
    
    font-size:large; 
    font-weight: 700;
    margin-left:95px;
    margin-right:40px; 
    padding-left:5px;
    width:400px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align:left;
}
.Majoon-container2 table{
    
    width: 80%;
    text-align: center;
    margin-left: auto;
margin-right: auto;
border: 2px solid #2E7D32; /* UPDATED: Emerald Green Border */
   
}

.Majoon-container2 table tbody tr td{
border: 2px solid #2E7D32; /* UPDATED: Emerald Green Border */
color: #37474F; /* UPDATED: Dark Slate Text */
font-weight: 600;
}

.Majoon-container2 table tbody tr {
border: 2px solid #2E7D32; /* UPDATED: Emerald Green Border */
}

.Majoon-container3{
text-align: center;
margin-top: 50px;

}
.Majoon-container4 p{
text-align:justify !important;
/*text-align:center !important;*/
margin-left:90px; 
margin-right:90px;
}

.Majoon-container4 div{
    text-align:justify !important;
    margin-left:90px; 
    margin-right:90px;
}
.Majoon-container3 div{
    text-align:justify !important;
    margin-left:90px; 
    margin-right:90px;
}


.Majoon-container3 ul{
display: inline-block;
text-align: left;
font-size: large;

color: #2E7D32; /* UPDATED: Emerald Green */

}



.Majoon-container4{
margin-top:0px !important;
text-align:center;
background: #FAFAF5; /* UPDATED: Off-White (Section BG) */
padding:5px;
}

/*.Majoon-container4 div{*/

/* background: #2E7D32 !important;*/
/* color:white !important;*/
    
/* height:auto !important;*/
    
/* font-size: large;*/
/* font-weight: 700;*/
/* margin-left:90px;*/
/* padding-left:5px;*/
/* width:400px;*/
   
/* line-height: 40px;*/
   /* margin-bottom: 10px;*/
/* text-align:left;*/
/*}*/

.Majoon-container4 p{
     font-size: large;
}

.Majoon-container4 h3{
   font-weight: 700;
}
.Majoon-container4 table {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.Majoon-container4 table tbody tr {
border: 2px solid #2E7D32; /* UPDATED: Emerald Green Border */
}

.Majoon-container4 table tbody tr td{
border: 2px solid #2E7D32; /* UPDATED: Emerald Green Border */
color: #37474F; /* UPDATED: Dark Slate Text */
}

.Majoon-container5{
    text-align: center;
}

.Majoon-container5 ul{
    text-align: left;
    display: inline-block;
    font-size: large;
}

.Majoon-container5 ul li span{
    font-size: x-large;
    font-weight: 700;
    color: #2E7D32; /* UPDATED: Emerald Green */
   
   
}

.Majoon-container5 ul li{
    color: #37474F; /* UPDATED: Dark Slate Text */
}

.majoon-banner-text-container{
    text-align: center;
    position: absolute;
    bottom: 42%;
    left: 31%;
}
.Majoon-container2 table tr td{
vertical-align:middle;
}


.banner-heading-majoon{
font-size: 50px;
font-weight: 700;
color: white;
}

.Majoon-container2 table{
        height:auto;
        margin-top:0px !important;
        width:1150px !important;
    }

.Majoon-container2 table tr td{
height:fit-container !important;
}
.Majoon-container2 table tr{
height:fit-container !important;
}

/* end mjoon e fasla css */








 .mypr{
    height: 90px;
 }
 #phone-nav{
    display: none;
    position: static;
 }
 

 /* @media screen and (max-width: 940px){
    #phone-nav {
        display:block;
    }
    #nav-container{
        display: none !important;
    }
 }


 @media screen and (max-width:1100px){
    .banner-text-container{
        left: 15% !important;
    }
 }

 @media screen and (max-width:950px){
    .banner-text-container{
        left: 10% !important;
    }
    .pointers{
        font-size: 10px !important;
    }

    .content-container p{
        margin: 0px;
    }
 }

 @media screen and (max-width:450px){
    .banner-heading{
        font-size: 30px !important;
    }
    
 }

 @media screen and (max-width:775px){
    .sub-sub-utgApp-container img{
        width: 300px;
    }
    .utgApp-container h1{
         font-size: 50px;
    }
    
 }

 @media screen and (max-width:580px){
    .sub-utgApp-container {
        display: inline;
    }
    .utgApp-container h1{
         font-size: 40px;
    }
    
 }

 @media screen and (max-width:870px){
    .sub-footer-images-container img {
        width: 100px;
    }
    
 }

 @media screen and (max-width:670px){
    .sub-footer-images-container img {
        width: 70px;
    }
    
 }

 @media screen and (max-width:480px){
    .sub-footer-images-container img {
        width: 50px;
    }
    
 }

 @media screen and (max-width:350px){
    .sub-footer-images-container img {
        width: 40px;
    }
    
 }


 /* top-header
 @media screen and (max-width:1190px){
    #top-header{
        gap:650;
    }
    
 }


 @media screen and (max-width:1080px){
    #top-header{
        justify-content:center;
        gap:500 !important;
    
        height: 40px;
    }
    
 }

 /* footer 

 @media screen and (max-width:890px){
    .footer-container{
        display: inline-block;
    }
    
 }


  */






  
/*custom font*/



.breadcrumb {
    margin-top: 20px;
    margin-left: 60px;
    font: .75em sans-serif;
    list-style: none;
  }
  
  .breadcrumb.bc2x {
    font-size: 1em;
  }
  
  .breadcrumb.bc3x {
    font-size: 1.25em;
  }
  
  .breadcrumb p {
    margin: 0;
  }
  
  .breadcrumb li {
    display: inline-block;
    margin-bottom: .2em;
  }
  
  .breadcrumb li a {
    background-color: #2E7D32; /* UPDATED: Emerald Green */
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-height: 2em;
    padding: .5em 1em .5em 1.5em;
    position: relative;
    text-decoration: none;
    transition: .25s;
  }
  
  .breadcrumb li a:before {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    /* border-left: 1em solid #fff; */
    content: "";
    position: absolute;
    top: 0;
    right: -1.25em;
    z-index: 1;
  }
  
  .breadcrumb li a:after {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid  #2E7D32; /* UPDATED: Emerald Green */
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    transition: .25s;
    z-index: 1;
  }
  
  .breadcrumb li a:hover {
    background-color: #1B5E20; /* UPDATED: Darker Emerald Hover */
  }
  
  .breadcrumb li a:hover:after {
    border-left-color: #1B5E20; /* UPDATED: Darker Emerald Hover */
  }
  
  .breadcrumb li:last-child a {
    background-color: #1B5E20; /* UPDATED: Darker Emerald Hover */
    pointer-events: none;
  }
  
  .breadcrumb li:last-child a:after {
    border-left-color: #1B5E20; /* UPDATED: Darker Emerald Hover */
  }


/* ============================================================
   About Page Styling
============================================================ */
.about-container {
    margin-bottom: 60px;
    text-align: center;
    /* Added padding to prevent text touching screen edges on mobile */
    padding: 0 15px; 
}

.sub-about-container {
    margin-top: 40px;
    text-align: left;
    /* width: 100%; */
    margin-left: 130px !important;
    margin-right: 130px !important;
    font-size: 18px;
        margin-top: 0px !important;

}

/* ============================================================
   Contact Page Styling
============================================================ */
.contact-container {
    margin-top: 60px;
    text-align: center;
    padding: 0 15px;
}

.contact-container h1 {
    /* Corrected typo: 'railway' -> 'Raleway' */
    font-family: 'Raleway', sans-serif; 
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
    color: #2E7D32; /* UPDATED: Emerald Green */
}

.contact-container p, 
.contact-container div {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #555;
}

/* ============================================================
   Responsive Fix (Non-destructive)
============================================================ */

/* Tablet */
@media (max-width: 992px){
    .sub-about-container{
        margin-left: 40px !important;
        margin-right: 40px !important;
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .sub-about-container{
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-container h1{
        font-size: 24px;
    }

    .contact-container p,
    .contact-container div{
        font-size: 16px;
        line-height: 1.6;
    }
}


/* ============================================================
   Footer Links
============================================================ */
.footer-container div span a {
    text-decoration: none;
    color: white !important;
    transition: opacity 0.3s ease;
}

.footer-container div span a:hover {
    opacity: 0.8; /* Adds a subtle effect when hovering footer links */
}
/*feedback*/
.myalert{
background: #2E7D32; /* UPDATED: Emerald Green */
color:white;
}
.footer-container{
  text-align: center;
  display:flex;
  justify-content:space-around;
  background: #1B5E20;
  padding: 40px 20px;
}
.footer-container .boxx{
  text-align:left;
  color:black; 
  margin-top:10px
}
.footer_link{
    color: #CFD8DC; /* Light gray for subtle link text */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}
.footer_flagcounter{
    margin-top: 60px;
}
.card_images{
    width: 100%;
    margin-top: 2%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}
.navbar-brand .logoimage{
  height: 60px;
}
.navbar-brand .logoimage{
  height: 60px;
}
#navbarSupportedContent{
  display:flex;
  justify-content:center
}
.footer-container .related_links{
  color:white;
  font-size:x-large
}
.footer-container .Visitors{
  color:white;
  font-size:x-large
}
.Developed{
  background: #1B5E20;
  text-align:center;color:white;
}
.logincard .card{
  margin-left:auto;
  margin-right:auto
}
.logincard .card-header{
  background: #2E7D32; /* UPDATED: Emerald Green */
  color:white;font-size:large;
}
.logincard .inpitlabel{
  color: #37474F; /* UPDATED: Dark Slate Text */
}
.display-block{
  display :block
}
.primarycolor{
  background: #2E7D32; /* UPDATED: Emerald Green */
}

.password_request{
  color: #37474F; /* UPDATED: Dark Slate Text */
}
.offcanvas-body .navbar-nav .nav-item .nav-link{
  background: #2E7D32; /* UPDATED: Emerald Green */
  color:white;
  padding-left:5px;
  margin-bottom:10px;
}
#offcanvasNavbar{
  width:70%;background:white;overflow: hidden;height:100%;border-radius:10px;
}
#offcanvasNavbar .offcanvas-header{
  background: #2E7D32; /* UPDATED: Emerald Green */
  color:white;
}
.adminclick{
  color:white;
  text-decoration:none;
}
#nav-container span img{
  width: 65px;
  height: 65px;
  object-fit: cover;
}
#nav-container span{
  line-height: 65px;
}
#phone-nav{
  height:95px
}
#phone-nav .navbar-brand{
  line-height:70px;
}
#phone-nav .navbar-brand{
  line-height:70px;
}
#phone-nav .navbar-brand img{
  margin-right:-90px;width:65px
}
.text-left{
  text-align: left !important;
}