html, body {
            height: 100%;
            margin: 0;
            
        }
        header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}

        /* HERO CAROUSEL FULLSCREEN */
        .parallax-header {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }

  #homeBannerCarousel .carousel-item {
    height: 100vh !important;
    min-height: 600px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* Desktop size */
.navbar-brand .logo-img {
  max-height: 105px;
  width: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .navbar-brand .logo-img {
    max-height: 40px;
  }
}
/* Navbar background */
.navbar {
   background-color: #fff !important;
    box-shadow: none !important;
}
nav {
    background: #fff !important;
    backdrop-filter: none !important;
}

/* Optional: transparent on scroll */

/* Mobile fix */


        /* Overlay */
        #homeBannerCarousel .carousel-item::before {
            content: "";
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.45);
            z-index: 1;
        }

        /* Hero Content */
        .hero-content {
            position: relative;
            z-index: 2;
            color: #fff;
            max-width: 850px;
            margin: auto;
            padding: 0px;
            text-align: left;
            margin-left:69px;
            margin-top:195px;
            
        }

        .hero-content h1 {
            font-size: 62px;
            font-weight: 700;
            line-height: 1.3;
        }

        .hero-content p {
            font-size: 18px;
            margin-top: 15px;
        }

        .hero-content .btn-1 {
            padding: 12px 30px;
            border-radius: 40px;
            font-weight: 600;
            background: #18b6db;
            border: none;
            color: #fff;
            position:absolute;
            text-decoration: none;
        }

        .hero-content .btn-1:hover {
            background: #8665d3;
        }
        .parallax-header .carousel-item {
    height: 600px;  /* desktop height */
    background-size: cover;
    background-position: center;
}

      
        
/* Tablet */
@media (max-width: 992px) {
    .parallax-header .carousel-item {
        height: 400px; /* tablet height */
    }
}

/* Mobile */
@media (max-width: 768px) {
    .parallax-header {
  width: 100%;
  height: 76vh;
  position: relative;
  overflow: hidden;
}
}

/* Mobile view adjustments for Services section */
@media (max-width: 768px) {
    .service-item .icon {
        padding: 10px !important; /* smaller circle */
        font-size: 20px; /* smaller icon */
    }

    .service-item h5 {
        font-size: 14px !important; /* smaller text */
    }

    .service-item {
        gap: 1px; /* reduce spacing between icon and text */
    }

    .service-item.mb-4 {
        margin-bottom: 12px !important; /* reduce vertical spacing */
    }
}


/* Mobile */
@media (max-width: 768px) {
    .parallax-header .carousel-item {
        max-height: 50px !important;
          max-width: 400px !important;/* Mobile height */
        background-size: cover !important;
        background-position: center center !important;
        
    }

    /* Hero content smaller and centered */
    .parallax-header .hero-content {
        top: 2% !important;
        align-items:center;
        transform: translateY(-50%) !important;
        margin-left:3px;
        text-align:center;
      
      
    }

    .parallax-header .hero-content h1 {
        font-size: 36px !important;
     
        line-height: 1.2 !important;
    }

    .parallax-header .hero-content p {
        font-size: 19px !important;
    }

    .parallax-header .hero-content .btn-1 {
       
        font-size: 19px !important;
        margin-left: -90px;
    }
}
/* Navbar links */
.navbar-nav .nav-link {
    color: #0c1f2b !important; /* dark text */
    font-size: 20px;
    background-color: transparent;
    padding: 8px 20px; /* clickable area bigger */
   
    display: block;
    transition: all 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
    color: #bf65e9 !important; /* purple on hover */
    background-color: rgba(191, 101, 233, 0.1); /* subtle background effect */
}

/* Active link */
.navbar-nav .nav-item.active > .nav-link {
    color: #fff   !important;
    background-color: #1178F5; /* ocean blue */
       text-decoration: underline;
    text-decoration-color: #fff;    /* underline color */
    text-decoration-thickness: 2px;    /* underline boldness */
    text-underline-offset: 12px; 
}


/* Default hamburger icon */
.custom-toggler .navbar-toggler-icon {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* When menu is OPEN → Show X icon */
.custom-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6l18 18M24 6L6 24'/%3e%3c/svg%3e");
}


.carousel-item {
    height: 100vh !important;
    min-height: 600px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay for readability */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 1;
}
/* Services Highlights Section */
/*.services-highlights .service-card {*/
/*    cursor: pointer;*/
/*    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*}*/
/*.services-highlights .service-card  p{*/
/*   color:white;*/
/*}*/
/*.services-highlights .service-card:hover {*/
/*    transform: scale(1.05);*/
/*    box-shadow: 0 20px 40px rgba(0,0,0,0.2);*/
/*}*/
/*.services-highlights .overlay {*/

/*    opacity: 1.1;*/
/*    transition: opacity 0.3s ease;*/
/*}*/
/*.services-highlights .service-card:hover .overlay {*/
/*    opacity: 1;*/
/*}*/
/*.services-highlights .overlay h5 {*/
/*    font-size: 1.2rem;*/
/*    font-weight: 600;*/
/*}*/


.services-section {
    background: #f7faff;
    font-family: "Poppins", sans-serif;
}

.service-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    transition: 0.3s ease-in-out;
    height: 100%;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.service-box h4 {
    font-size: 20px;
    color: #0a2b6b;
}

.service-box p {
    color: #333;
    font-size: 12px;
    margin-top: 20px;
}
.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    background-color: #0a2b6b; /* Blue background */
    color: #fff; /* White text */
}

/* Ensure the heading and paragraph inside also change color on hover */
.service-box:hover h4,
.service-box:hover p {
    color: #fff;
}

.fw-semibold {
  font-weight: 600 !important;
  margin-top: 17px;
}

/* Detailed Services Section */
.detailed-services h2 {
    font-weight: 700;
}

.detailed-services .service-item{
    margin-top:23px;
}

.detailed-services .service-item .icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: bottom;
}

.detailed-services {
    background-color: #fff;

}
/* heading */

.heading-title {
    display: inline-block;
    margin-top: 45px;
  
    color: #1178F5;
    padding: 8px 22px;
    font-size:57px;
    border-radius: 8px;
    font-weight: 700;
}
.section-subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #271f75;
    display: block;        /* NEW — ensures text comes on its own line */
    width: 100%;           /* takes full width */
    margin-bottom: 12px;   /* space below heading */
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 6px;
}

/* underline */
.section-subtitle::after {
    content: "";
    width: 180px;           /* adjust underline size */
    height: 3px;
    background: #050377;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.gallery-title {
    font-size: 29px;
    font-weight: 700;
    color: #160e7e;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.gallery-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #bf65e9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 30px;
}

.gallery-box {
    overflow: hidden;
    border-radius: 10px;
}
.gallery-box img {
    transition: transform 0.5s ease-in-out;
}
.gallery-box:hover img {
    transform: scale(1.1);
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease-in-out;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.gallery-title-t1{
    font-size:34px;
}
/* Section Background */
.nvocc-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #0A0A8E, #5F7EC9);
    color: #fff;
}

/* Headings */
.nvocc-title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1px;
}

.nvocc-subtitle {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.95;
}

/* Premium Rectangle Cards */
.nvocc-card-rect {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 40px 25px;
    margin: 15px auto;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    border: 1.5px solid rgba(255,255,255,0.3);
    transition: 0.4s ease-in-out;
    cursor: pointer;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
}

/* Glow Border Animation */
.nvocc-card-rect::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -80%;
    width: 300%;
    height: 300%;
    background: linear-gradient(120deg, #ffffff55, transparent, transparent);
    transform: rotate(45deg);
    transition: 0.6s ease;
    opacity: 0;
}

/* Hover Effects */
.nvocc-card-rect:hover {
    transform: translateY(-12px) scale(1.03);
    border-color: #fff;
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.nvocc-card-rect:hover::before {
    opacity: 1;
    top: -20%;
    left: -20%;
}

/* Backgrounds */
.gradient-bg {
  background: #f7f7f7;
}

.gradient-bg-light {
  background: #fafafa;
}

/* Title Styling */
.section-title {
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #222;
}

.section-sub {
  font-size: 15px;
  color: #000;
  margin-top: -5px;
  
  font-weight: bold;
}

/* Professional Card */
.pro-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.hover-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Image Styling */
.card-img {
  position: relative;
  overflow: hidden;
}

.card-img img {
  object-fit: cover;
  height: 180px;
  width: 100%;
  transition: transform 0.5s ease;
}

.hover-card:hover .card-img img {
  transform: scale(1.1); /* smooth zoom effect */
}

/* Overlay effect */
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3); /* dark overlay on hover */
  opacity: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  transition: opacity 0.5s ease;
}

.hover-card:hover .img-overlay {
  opacity: 1;
}
/*h4 {*/
/*  team members css*/
/*}*/
/* ===== Team Card Box ===== */
/*.management-team .card {*/
/*  background: #ffffff;*/
/*  border: 1px solid #e9e9e9;*/
/*  border-radius: 16px;*/
/*  padding: 15px 10px 20px;*/
/*  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);*/
/*  transition: all 0.35s ease;*/
/*}*/

/* Hover Effect on Card */
/*.management-team .card:hover {*/
/*  transform: translateY(-8px);*/
/*  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);*/
/*  border-color: #dcdcdc;*/
/*}*/

/* ===== Image Style ===== */
/*.management-team img {*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  object-fit: cover;*/
/*  background-color: #f4f4f4;*/
/*  padding: 8px;*/
/*  border-radius: 50%;*/
/*  transition: all 0.4s ease;*/
/*}*/

/* Hover Image Effect */
/*.management-team .card:hover img {*/
/*  transform: scale(1.05);*/
/*}*/

/* ===== Name ===== */
/*.management-team h5 {*/
/*  margin-top: 16px;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  color: #111;*/
/*}*/

/* ===== Designation ===== */
/*.management-team p {*/
/*  font-size: 14px;*/
/*  color: #6f6f6f;*/
/*  margin-bottom: 6px;*/
/*}*/

/* ===== Email ===== */
/*.management-team a {*/
/*  font-size: 13px;*/
/*  color: #0d6efd;*/
/*  text-decoration: none;*/
/*}*/

/*.management-team a:hover {*/
/*  text-decoration: underline;*/
/*}*/

/* ===== Mobile ===== */
/*@media (max-width: 767px) {*/
/*  .management-team .card {*/
/*    padding: 15px;*/
/*  }*/

/*  .management-team img {*/
/*    width: 120px;*/
/*    height: 120px;*/
/*  }*/
/*}*/

/* ===== Team Card Box ===== */
.management-team .card {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 15px 10px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.management-team .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Image */
.management-team .team-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  background-color: #f4f4f4;
  padding: 8px;
}
/* Mobile adjustments for Vision, Mission & Policy section */
@media (max-width: 768px) {
    .section-heading h2.heading-title {
        font-size: 20px !important; /* smaller heading on mobile */
    }

    .services-section .service-box h4 {
        font-size: 16px !important; /* smaller card titles */
    }

    .services-section .service-box p {
        font-size: 14px !important; /* smaller paragraph text */
    }

    .services-section .service-box {
        padding: 55px !important; /* reduce padding on cards */
    }

    .services-section .row.g-4 {
        gap: 15px !important; /* reduce gap between cards */
    }
}

/* Text */
.management-team h5 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

.management-team p {
  font-size: 14px;
}

.management-team a {
  font-size: 13px;
  color: #0d6efd;
}

/* ===== Mobile ===== */
@media (max-width: 575px) {
  .management-team .team-img {
    width: 90px;
    height: 90px;
    padding: 5px;
  }

  .management-team h5 {
    font-size: 14px;
  }

  .management-team p,
  .management-team a {
    font-size: 12px;
  }

  .management-team .card {
    padding: 10px 6px;
  }
}



/* ===== Google Map Section ===== */
.location-map {
  background: #f8f9fa;
}

.location-map h2 {
  font-size: 32px;
  color: #111;
}

.location-map p {
  font-size: 15px;
}

/* Map Container */
.map-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e5e5;
}

/* Responsive iframe */
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Google Map Link */
.map-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
}

.map-link:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .map-wrapper {
    height: 320px;
  }

  .location-map h2 {
    font-size: 26px;
  }
}



.strength-contact-section {
    background: url('assets/images/world-bg.jpg') center/cover no-repeat;
}

/* Glass Card */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
}

.glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Section Title */
.section-title {
    color: #012e57;
    font-weight: 700;
}
/* Mobile section-title cities */
@media (max-width: 768px) {
    .section-title {
  font-size: 16px;
    }
}


/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

.feature-list i {
    color: #0099ff;
    margin-right: 10px;
    font-size: 18px;
}

/* Contact Box Icons */
.contact-box p {
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-box i {
    color: #0077cc;
    margin-right: 10px;
    font-size: 18px;
}


/* Footer Styles */
footer {
  background-color: #09f; /* Dark background */
  color: #ffffff;
  padding: 60px 0 30px 0;
  font-family: 'Segoe UI', sans-serif;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #bf65e9; /* Accent color */
}

/* Footer Container */
footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* Footer Column */
footer .footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

footer .footer-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

footer .footer-col ul {
  list-style: none;
  padding: 0;
}

footer .footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Social Links */
footer .social-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  \margin-left:145px;
}
/* mobile view css */
/*@media (max-width: 568px) {*/

/*  header {*/
/*    padding: 10px 0;*/
/*  }*/

/*  .navbar {*/
/*    padding: 0 12px;*/
/*  }*/

/*  .navbar-brand img {*/
/*    max-height: 10px;*/
/*  }*/
/*}*/




/*footer .social-links a {*/
/*  display: inline-block;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  background-color: #333;*/
/*  border-radius: 50%;*/
/*  text-align: center;*/
/*  line-height: 35px;*/
/*  color: #ffffff;*/
/*  font-size: 16px;*/
/*}*/

/*footer .social-links a:hover {*/
/*  background-color: #bf65e9;*/
/*  color: #fff;*/
/*}*/

/* Bottom Text */
/*footer .footer-bottom {*/
/*  text-align: center;*/
/*  padding-top: 20px;*/
/*  border-top: 1px solid rgba(255,255,255,0.1);*/
/*  font-size: 13px;*/
/*  margin-top: 20px;*/
/*}*/

/* Responsive */
/*@media (max-width: 768px) {*/
/*  footer .footer-container {*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*  }*/
/*}*/

.operational-contact .card {
  background: #fff;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.operational-contact .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}
.operational-contact ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.operational-contact a {
  color: #bf65e9;
  text-decoration: none;
}
.operational-contact a:hover {
  text-decoration: underline;
}
/* Background image + fixed effect */
.overlay-section {
 
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}

/* Overlay layer */
.overlay-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 
    z-index: -1;
}

/* Ensure content stays above overlay */
.overlay-section > * {
    position: relative;
    z-index: 2;
}

/* Right align the whole container */
.social-icons {
    justify-content: flex-end; /* Already right aligned via d-flex, but ensure */
}

/* Style for individual icons */
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;   /* Adjust size as needed */
    height: 50px;  /* Adjust size as needed */
    background-color: #333; /* Icon background color */
    border-radius: 50%; /* Circular shape */
    font-size: 24px; /* Icon size */
    color: white; /* Icon color */
    transition: transform 0.3s, background-color 0.3s;
}

/* Hover effect */
.social-icon:hover {
    transform: scale(1.2);
    background-color: #555; /* Optional hover color */
}
/* about page */




/* seervice page */

/* HERO */
.services-hero {
    background: linear-gradient(120deg, #0f2a44, #123b63);
    color: #fff;
    padding: 90px 20px;
    text-align: center;
}

.services-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.services-hero p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    opacity: 0.9;
}

/* SERVICES SECTION */
.services-section {
    padding: 80px 0;
    background: #f8f9fb;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
@media (max-width: 575px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.service-card .icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0f2a44;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* HIGHLIGHT SERVICE */
.service-highlight {
    margin-top: 70px;
    background: #0f2a44;
    color: #fff;
    padding: 50px 30px;
    border-radius: 12px;
    text-align: center;
}

.service-highlight h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.service-highlight p {
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 32px;
    }

    .service-highlight h2 {
        font-size: 26px;
    }
}
