* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.logoimg {
    background-color: #faecd6;
    /* font-size: 24px;
    font-weight: bold; */
    height: 13vh;

}
.logoimg img{
    height: 13vh;
    position: absolute;
    padding: 10px 40px;
}


/* Navbar */
.navbar {
    position:fixed;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: rgba(0,0,0,0.5); */
    background: transparent;
    z-index: 10;
}

.nav-links {
    margin-top: 20PX;
    padding: 10px 150px;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
    
}

.nav-links li {
    margin-left: 30px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.nav-links a:hover {
    color: #ffd700;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Slider container */
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Slides wrapper */
.slides {
  width: 100%;
  position: relative;
}

/* Each slide */
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  position: relative;
}

/* Image – NO COMPRESSION + NO GAP */
.slide img {
  width: 100%;
  height: auto;          
  display: block;       /*Removes bottom white gap */
  object-fit: contain;  /* No cropping */
}

/* Caption overlay */
.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  padding: 12px 15px;
  animation: fadeUp 0.8s ease;
}

.caption p {
  font-size: 18px;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 Mobile responsive */
@media (max-width: 768px) {
  .caption p {
    font-size: 8px;
  }
}

.menu-toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
    transition: transform .3s ease;
}
/* Menu slide animation */
.nav-links {
    transition: all .4s ease;
}

.nav-links.active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}

/* Close icon rotation effect */
.menu-toggle.active {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
/* navbar */
.menu-toggle {
    display: block;
}
.nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    text-align: center;
    display: none;
    transform: translateY(-20px);
}
.nav-links li {
        margin: 15px 0;
        animation: 0 0 10px #ffd700;
    }

    .nav-links.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }
    /* Fade animation for menu items */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
}
/* Hero Text */
    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
        padding: 0 10px;
    }

    .hero-content button {
        font-size: 14px;
        padding: 10px 20px;
    }
 /* Content */
    .content h2 {
        font-size: 26px;
    }

    .content p {
        font-size: 16px;
    }

}
/* ---------------------------------------------------------------------------------------------*/
/* .nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    color: #000;
    display: block;
} */

/* Dropdown menu hidden by default */
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 170px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 10;
    border-radius: 5px;
}

.dropdown-menu li a {
    padding: 10px 15px;
    color: #333;
}

.dropdown-menu li a:hover {
    background: #f4f4f4;
}

/* Show dropdown on hover (desktop) */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Mobile menu */
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 25px;
}

@media(max-width:900px){
    .nav-links {
        flex-direction: column;
        display: none;
        background: #fff;
        width: 100%;
        text-align: left;
        padding: 15px;
    }

    .nav-links li {
        width: 100%;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links.show {
        display: block;
    }

    /* Dropdown visible only when clicked in mobile view */
    .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
    }
}



.about-wave{
    background:#f2ead4;
    padding:80px 20px 0;
    text-align:center;
}

.about-wave h2{
    font-size:38px;
    color:#333;
}

.about-wave p{
    font-size:17px;
    color:#444;
    width:60%;
    padding: 50px 0 0;
    margin:auto;
    text-align: justify;
    line-height: 1.6;
}

.about-simple{
    background:#fff url("pattern.png") center/contain repeat;
    padding:100px 20px;
    /* text-align:center; */
}

.about-simple h2{font-size:36px;font-weight:700;}
.about-simple p{color:#555;font-size:17px;margin-top:10px;}

/* ---------------- About Section ---------------- */

.about-section{
    position: relative;
    background:#f9f4e7;
    padding:110px 20px;
    /* text-align:center; */
    overflow:hidden;
}

.about-section::before{
    content:"";
    position:absolute;
    bottom:-120px;
    left:0;
    width:100%;
    height:230px;
    background:#fff;
    border-radius: 50% 50% 0 0 / 25% 25% 0 0;
}

.about-container{
    max-width:900px;
    margin:auto;
}

.about-container h2{
    font-size:42px;
    font-weight:800;
    color:#333;
}

.about-container p{
    font-size:19px;
    line-height:30px;
    color:#444;
    margin-top:15px;
}


/* ---------------- Leadership / Founder Section ---------------- */

.leadership-section{
    position:relative;
    background:#ffffff;
    padding:120px 20px 100px;
    text-align:center;
    overflow:hidden;
}

.leadership-section::before{
    content:"";
    position:absolute;
    top:-60px;
    right:-120px;
    width:350px;
    height:250px;
    background:#e3d5a1;
    border-radius:60% 40% 70% 30%;
    opacity:0.35;
}

.leadership-section::after{
    content:"";
    position:absolute;
    bottom:-70px;
    left:-100px;
    width:380px;
    height:260px;
    background:#e3d5a1;
    border-radius:40% 60% 30% 70%;
    opacity:0.35;
}

.lead-title h2{
    font-size:38px;
    font-weight:700;
    color:#333;
}

.lead-title p{
    color:#555;
    margin-top:8px;
    font-size:17px;
    margin-bottom:50px;
}

/* chairman  */
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

/* Section */
.chairman-section {
    background: #faf5e6;
    padding: 80px 20px;
}

.container {
    max-width: 1100px;
    margin: auto;
}

/* Title */
.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    color: #333;
}

/* Wrapper */
.chairman-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

/* Image */
.chairman-image {
    flex: 1;
    text-align: center;
}

.chairman-image img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #c59d5f;
}

/* Content */
.chairman-content {
    flex: 2;
}

.chairman-content h3 {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
}

.designation {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #8b6b2e;
    margin-bottom: 20px;
}

.chairman-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .chairman-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .chairman-image img {
        width: 260px;
        height: 260px;
    }

    .section-title {
        font-size: 28px;
    }
}


/* ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss */
/* Announcement Bar */
.announcement-bar {
    background: #ffef6c;
    padding: 12px;
    text-align: center;
    font-weight: bold;

    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    overflow: hidden;
    /* position: sticky; */
    /* z-index: 999; */
    text-align: center;

}

.announcement-bar a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    white-space: nowrap;
    animation: offerSlide 10s linear infinite;
}


/* Animation */
@keyframes offerSlide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}



/* Stats Section */
/* .stats-section {
    display: flex;
    justify-content: space-around;
    background: #25455f;
    color: #fff;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
    flex: 1 1 200px;
    margin: 10px;
}

.stat-box h2 {
    font-size: 32px;
    margin-bottom: 8px;
}

.stat-box p {
    font-size: 14px;
} */

.section-stats {
    background: #25455f;
    padding: 40px 20px;
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center;
}

.stat-item h2 {
    font-size: 32px;
    margin-bottom: 6px;
}

.stat-item p {
    font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Interest Section */

.section-interest img{
        background: rgb(206, 226, 245);
         width: 100%;
    height: 100%;
}


/* ISO Banner */
/* .iso-banner { */
    /* background: #3b73b9; */
    /* color: white;
    text-align: center;
    padding: 40px 20px;
}

.iso-banner h2 {
    font-size: 24px;
}

.iso-banner p {
    margin: 10px 0;
}

.read-more {
    display: inline-block;
    background: #5fa9dd;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
} */
.section-iso {
    background: #3b73b9;
    padding: 40px 20px;
    color: white;
}

.iso-flex {
    text-align: center;
}

.read-more {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    background: #5fa9dd;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}



/* 📱 Mobile Responsive */
@media (max-width: 768px) {

    .stats-section {
        flex-direction: column;
    }

    .stat-box h2 {
        font-size: 26px;
    }

    .iso-banner h2 {
        font-size: 20px;
    }

    .announcement-bar {
        font-size: 14px;
    }
}

/* Latest News */
.section-news {
    background: #f2f2f2;
    padding: 50px 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
}

/* Slider */
.news-slider {
    overflow: hidden;
    position: relative;
}

.news-track {
    display: flex;
    gap: 20px;
    animation: slideNews 20s linear infinite;
}

/* News Card */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Section */
.latest-news {
    position: relative;
    /* padding: 60px 0; */
    /* background: url("bg-building.jpg") center/cover no-repeat; */
   
    background: #faf5e6;
    padding: 90px 20px;
    /* text-align: center; */
    overflow: hidden;
}
.latest-news::before{
        content: "";
    position: absolute;
    top: -50px;
    left: -100px;
    width: 400px;
    height: 300px;
    background: #d8c690;
    border-radius: 60% 40% 30% 70%;
    opacity: 0.8;
}
.latest-news::after{
     content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 420px;
    height: 310px;
    background: #d8c690;
    border-radius: 50% 50% 80% 20%;
    opacity: 0.7;
    overflow: hidden;
}
.latest-news * {
    position: relative;
    z-index: 2;
}
.latest-news h2{
    color:#000;
}
/* Overlay */
.latest-news .overlay {
    position: relative;
    inset: 0;
    /* background: rgba(0,0,0,0.75); */
}

/* Container */
.container {
    position: relative;
    width: 92%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

/* Title */
.section-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

/* Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* Card */
.news-card {
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-6px);
}

/* Image – NO CROPPING */
.news-card img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    background: #111;
}

/* Content */
.news-content {
    padding: 20px;
}

.news-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.news-content p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #ddd;
}

/* Button */
.btn-wrap {
    text-align: center;
    margin-top: 35px;
}

.news-btn {
    display: inline-block;
    padding: 11px 24px;
    background: #1e5fa3;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
}

/* Tablet View */
@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-card img {
        height: 190px;
    }
}

/* Mobile View */
@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-card img {
        height: auto;        /* auto height on mobile */
        max-height: 260px;
    }

    .news-content h4 {
        font-size: 14px;
    }

    .news-content p {
        font-size: 13px;
    }

    .news-btn {
        font-size: 12px;
        padding: 10px 20px;
    }
}

/* LEADERSHIP SECTION */
.top-leadership {
    position:relative;
    padding:140px 20px;
    text-align:center;
    background:#faecd6;
    overflow:hidden;
}
.top-leadership::before,
.top-leadership::after{
 content:"";
    position:absolute;
    width:150%; height:200px;
    left:-25%;
    background:#d7c48d;
    border-radius:50%;

}
.top-leadership::before{ top:-80px; opacity:.8; }
.top-leadership::after{
    bottom:-90px;
    background:#fff2c4;
    opacity:.9;
}
.top-leadership h3{
    color: #000;
}
.top-leadership h2{
    color: black;
}

.container {
    width: 92%;
    max-width: 1200px;
    margin: auto;
}

/* Title */
.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

/* Row */
.leadership-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Card */
.leader-card {
    
    text-align: center;
    max-width: 360px;
    width: 350px;
    height:450px;
    margin:auto;
    overflow:hidden;
    border:5px solid #e3d3a0;
    margin: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);

    width: 420px;
    padding: 40px 20px 50px;
    border-radius: 10px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
    border: 6px solid #d9d3b1;
}

/* Image */
.leader-card img {
    
    /* object-fit: contain;    no cropping */

    background: #f0f0f0;
   
    object-fit:cover;

    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    
    border: 2px solid #ffffff;
    
}

/* Name */
.leader-card h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 6px;
}

/* Role */
.leader-card p {
    font-size: 15px;
    color: #555;
}

/* Tablet */
@media (max-width: 992px) {
    .leadership-row {
        gap: 40px;
    }

    .leader-card img {
        width: 190px;
        height: 190px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 35px;
        display: flex;
        justify-content: center;
        
    }

    .leadership-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        
    }
      .leader-card {
        /* width: 300px; */
        max-width: 300px;         
        /* margin: 0 auto; */
        text-align: center;
    }

    .leader-card img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        height: 270px;
    }

    .leader-card h3 {
        font-size: 18px;
    }

    .leader-card p {
        font-size: 14px;
    }
}


/* OUR BOARD SECTION */
/* Section Base */
.our-board {
    padding-bottom: 20px;
    background: #fff2c4;
    text-align: center;
}

.our-board h2 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* Main Grid */
.board-container {
    max-width: 1200px;
    margin: auto;
}

/* Row Layout */
.board-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* responsive */
    margin-bottom: 40px;
}

/* Board Cards */
.board-card {
    width: 180px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.board-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Images */
.board-card img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}

/* Text */
.board-card h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.board-card p {
    font-size: 13px;
    color: #555;
}

/* FOOTER */
.site-footer {
    background: #0f2a44;
    color: #fff;
    margin-top: 0px;
}

/* Container */
.footer-container {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Box */
.footer-box h4 {
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.8;
    color: #dcdcdc;
}

/* Links */
.footer-box a {
    color: #ffffff;
    text-decoration: none;
}

.footer-box a:hover {
    color: #ffd700;
    text-decoration: underline;
}

/* Google Map */
.map-wrap {
    width: 100%;
    height: 250px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Bottom bar */
.footer-bottom {
    background: #081a2b;
    text-align: center;
    padding: 15px 10px;
    font-size: 13px;
    color: #ccc;
}

/* Tablet */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .map-wrap {
        height: 200px;
    }
}
