        body {
			margin: 0;
			padding: 0;
			font-family: Arial, sans-serif;
		}
		.topbar {
		background-color: black;
		font-size: 18px;
		color :white;
		}
		
		.topbar a {
		transition: 0.3s;
		}

		.topbar a:hover {
		color: #0d6efd; /* hover pe blue color */
		}
		/* Logo size */
.nav_logo {
    height: 60px;
}

/* Menu spacing */
.nav-manu .nav-link {
    font-size: 18px;
    margin-left: 15px;
}

/* Tablet view */
@media (max-width: 992px) {
    .nav_logo {
        height: 50px;
    }

    .nav-manu .nav-link {
        font-size: 16px;
        margin-left: 10px;
    }
}

/* Mobile view */
@media (max-width: 768px) {

    /* Navbar padding */
    .navbar {
        padding: 10px;
    }

    /* Logo small */
    .nav_logo {
        height: 40px;
    }

    /* Menu full width */
    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    /* Menu items center */
    .nav-manu {
        text-align: center;
    }

    .nav-manu .nav-link {
        margin: 10px 0;
        font-size: 17px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .nav_logo {
        height: 35px;
    }

    .nav-manu .nav-link {
        font-size: 15px;
    }
}
		/*-----navbar-----*/
	.nav-manu .nav-link {
    color: #FF4500;
	font-size:20px;
    font-weight: 600;
	margin-right:20px;
}

.nav-manu .nav-link:hover {
    color: #008000;   /* hover pe blue */
}

.nav-manu .nav-link.active {
    color: #008000;   /* active page ka color */
}
.carousel-inner img {
    height: 450px;   /* desktop ke liye */
    width: 100%;
    object-fit: cover;
    background-color: #000;
}

@media (max-width: 1080px) {
    .carousel-inner img {
        height: 450px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .carousel-inner img {
        height: 350px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .carousel-inner img {
        height: 100%;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .carousel-inner img {
        height: 180px;
    }
}
.carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.2); /* 👈 darkness control (0.1–0.6) */
}
.carousel-caption {
    z-index: 2;
}
.overlay {
    z-index: 1;
}
.liner {
		background: #020024;
background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
		font-size: 18px;
		color :white;
		padding:5px;
		}
.paragraphs{
	text-align: justify;
	
}
/*--facts--*/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}
/*--about--*/
.about-section {
  background: linear-gradient(to right, #f0f7ff, #ffffff);
}

.section-title h2 {
  font-size: 32px;
  color: #FF4500;
}

.section-title p {
  font-size: 16px;
}

.about-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.about-box:hover {
  transform: translateY(-5px);
}

.about-img img {
  border-radius: 15px;
  transition: 0.4s;
}

.about-img img:hover {
  transform: scale(1.05);
}

.about-content h4 {
  color: #FF4500;
  font-weight: 600;
}

.paragraphs {
  text-align: justify;
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}

.btn-primary {
  border-radius: 25px;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #084298;
}
.small-img {
  width: 200px;        /* image chhoti/badi karne ke liye */
  height: auto;        /* proportion maintain rahe */
  border-radius: 10px; /* thoda rounded look */
  object-fit: cover;   /* image stretch na ho */
}
.section-title4 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #0d6efd;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.vision-section {
  background: linear-gradient(135deg, #ffc34d,#fff7e6,#b37700); /* Golden background */
  color: #333;
  padding: 60px 20px;
}

.vision-logo {
  width: 200px;
  height: auto;
}

.vision-title {
  font-size: 36px;
  font-weight: 800;
  color: red;
  margin-top: 10px;
}

.vision-tagline {
  font-size: 40px;
  color: #808000;
  font-weight: 800;
  margin-bottom: 15px;
}

.vision-desc {
  max-width: 900px;
  margin: auto;
  font-size: 25px;
  text-align: justify;
  color: #222;
}

/* Team Section Overall */
.team-items {
    margin-top: 20px;
}

/* Card Design */
.team-item {
    overflow: hidden;
    border-radius: 15px;
    transition: 0.4s ease;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.team-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Image Styling */
.team-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.4s ease;
}

.team-item:hover img {
    transform: scale(1.1);
}

/* Social Icons Overlay */
.team-social {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: 0.4s ease;
}

.team-item:hover .team-social {
    bottom: 15px;
}

/* Social Button Style */
.team-social a {
    background: #fff;
    color: #0d6efd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}

.team-social a:hover {
    background: #0d6efd;
    color: #fff;
    transform: scale(1.1);
}

/* Text Section */
.team-item .bg-light {
    background: #f8f9fa !important;
    transition: 0.3s;
}

/* Name */
.team-item h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

/* Role */
.team-item span {
    font-size: 14px;
    color: #6c757d;
}

/* Hover Text Color */
.team-item:hover h5 {
    color: #0d6efd;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .team-item img {
        height: 220px;
    }
}
