:root {
  --primary-color: #275caa;

  --secondary-color: #ee1b21;
  --head-color: #6bd0f4;
  --grey: #818181;
  --back: #f9f9f9;

  --fontraj: "Rajdhani", sans-serif;
  --fontmon: "Montserrat", sans-serif;
  --fontpop: "Poppins", sans-serif;
  --fontnunito: "Nunito Sans", sans-serif;

  --font-size-base: 16px;
}

body {
  background-color: white;
}
/* .header {
  display: flex;
  justify-content: center;
  padding-top: 1rem;

  position: absolute;
  top: 0%;
  left: 50%;
}

.navbar {
  background: var(--back);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  position: fixed;
  border-radius: 9rem;
  width: 100%;
 
  z-index: 9;
  height: 5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
   transition: all 0.3s ease-in-out;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar.sticky.slide-down {
    transform: translateY(-100%);
}

.navbar.sticky.slide-up {
    transform: translateY(0);
}
.navbar.sticky {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transform: translateY(0);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
     border-radius: 0rem !important;
      width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            background-color: rgba(255, 255, 255, 0.5) !important;
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.8);
            -webkit-backdrop-filter: blur(0px);
}

.nav-item {
  font-family: var(--fontnunito);
  font-weight: 500;
  font-size: var(--font-size-base);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: var(--secondary-color);
}

/* On hover */
.nav-link:hover {
  color: var(--secondary-color);
}
*/ .navbar.sticky.slide-down {
  transform: translateY(-100%);
}

.navbar.sticky.slide-up {
  transform: translateY(0);
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transform: translateY(0);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0rem !important;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  background-color: var(--primary-color) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0px);
}

/* top header part  */
.top-header {
  background-color: var(--head-color);
  padding: 0.5rem 6rem;
  font-family: var(--fontpop);
  font-weight: 500;
  font-size: 14px;
}

.head-phone a {
  color: black;
  text-decoration: none;
  font-family: var(--fontpop);
  font-weight: 400;
  margin-right: 2rem;
  font-size: 14px;
}
.head-contact a {
  color: black;
  text-decoration: none;
  font-family: var(--fontpop);
  font-weight: 400;
  margin-left: 2rem;
  font-size: 14px;
}

.top-header a:hover {
  text-decoration: none;
}

/* Main header styles */
.main-header {
  background-color: white;
  padding: 0.5rem 6rem;
}

.logo {
  height: 80px;
  width: auto;
}
.logo img {
  height: 80px;
  width: auto;
}

/* Search box styles */
.search-container {
  position: relative;
  max-width: 300px;
}

.search-input {
  border: 2px solid var(--grey);
  border-radius: 25px;
  padding: 8px 45px 8px 20px;
  width: 100%;
  font-size: 14px;
  color: var(--grey);
  font-family: var(--fontpop);
  font-weight: 400;
}

.search-input:focus {
  outline: none;

  box-shadow: 0 0 5px rgba(30, 60, 114, 0.3);
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}

.search-btn:hover {
  color: #1e3c72;
}

/* Navigation styles */
.main-nav {
  background: var(--primary-color);
  padding: 0rem 6rem;
}

.navbar-nav .nav-link {
  color: white !important;
  padding: 1rem 2rem;
  font-weight: 400;
  font-family: var(--fontpop);
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler {
  border: none;
  padding: 8px 12px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .top-header {
    text-align: left;
    padding: 0.5rem 1rem;
  }
  
  .main-header{
    padding: 0.5rem 1rem;
  }

  .top-header .d-flex {
   
    flex-wrap: wrap;
  }
  .head-phone a {
 
  font-weight: 400;
  margin-right: 1rem !important;
  font-size: 12px;
}
.head-contact a {
  color: black;
  text-decoration: none;
  font-family: var(--fontpop);
  font-weight: 400;
  margin-right: 1rem !important;
  margin-left: 0rem !important;
  font-size: 12px;
}

  .logo img {
    height: 60px;
    width: auto;
}
#heroCarousel .carousel-item {
    height: 400px !important;
    min-height: 200px !important;
   
}
  

  .search-container {
  
    max-width: 100%;
  }
  .main-nav {
   
    padding: 0rem 1rem;
}
}
@media (min-width: 481px) and (max-width: 768px){
  .top-header {
   
    padding: 0.5rem 2rem;
    
}
.main-header {
   
    padding: 0.5rem 2rem;
}
#heroCarousel .carousel-item {
    height: 400px !important;
    min-height: 200px !important;
   
}
.main-nav {
    background: var(--primary-color);
    padding: 0rem 2rem;
}
}


@media (min-width: 1000px) and (max-width: 1400px) {
  .navbar {
    padding: 0rem 4rem;
  }
}

/* container fluid  */
@media (min-width: 1300px) {
  .container-fluid {
    max-width: 1300px !important;
  }
}

@media (max-width: 480px) {
  .container-fluid {
    max-width: 360px !important;
  }
}

@media (min-width: 481px) and (max-width: 615px) {
  .container-fluid {
    max-width: 481px !important;
  }
}

@media (min-width: 616px) and (max-width: 768px) {
  .container-fluid {
    max-width: 500px !important;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .container-fluid {
    max-width: 769px !important;
  }
}

@media (min-width: 901px) and (max-width: 1000px) {
  .container-fluid {
    max-width: 900px !important;
  }
}

@media (min-width: 1001px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 1001px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .container-fluid {
    max-width: 1200px !important;
  }
}

/* hero section  */

.hero-section {
  padding: 4rem 6rem;
}
#heroCarousel .carousel-item {
  height: 600px;
  min-height: 500px;
  background-color: #000;
  position: relative;
}

#heroCarousel .carousel-item img {
  object-fit: cover;
  height: 100%;
  opacity: 0.6;
}

#heroCarousel .carousel-caption {
  bottom: 40%;
  z-index: 10;
}

#heroCarousel .carousel-caption p {
  color: #fff;
  font-family: var(--fontpop);
  font-size: 20px;
  font-weight: 400;
}

#heroCarousel .carousel-caption h1 {
  color: #fff;
  font-family: var(--fontpop);
  font-size: 48px;
  font-weight: 500;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff;
}

/* services  */

.services {
  padding: 3rem 6rem;
  background-color: #e0e0e0;
}

.section-header {
  font-family: var(--fontpop);
  font-size: 40px;
  color: var(--primary-color);
  text-align: center;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  margin-bottom: 3rem !important;
}

.service-title h6 {
  font-family: var(--fontpop);
  font-size: 20px;
  font-weight: 500;
  padding-top: 1rem;
}
.card-service {
  height: 250px;
}
.clamp-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.learn-btn {
  color: var(--primary-color);
  font-family: var(--fontpop);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.learn-btn:hover {
  text-decoration: underline;
}
.view-button {
  padding: 0.5rem 2rem;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 0.5rem;
  font-family: var(--fontpop);
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.view-button:hover {
  background-color: var(--secondary-color);
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-9px);
}
.swiper-slide {
  border: none;
}
.servprev,
.servnext {
  background-color: #fff;

  border: 1px solid #c1c1c1;

  border-radius: 8px;

  width: 30px;

  height: 30px;

  display: flex;

  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.servprev:hover {
  background-color: #0056b3;
}

.servprev:hover svg path {
  stroke: #fff;
}

.servnext:hover {
  background-color: #0056b3;
}

.servnext:hover svg path {
  stroke: #fff;
}

.servprev::after,
.servnext::after {
  content: "";
}

.servprev {
  top: 56%;
  left: 5%;
}

.servnext {
  top: 56%;
  right: 5%;
}

@media screen and (max-width: 480px) {
  .swiper {
    padding: 2rem 1rem;
  }

  .slider-wrapper {
    margin-bottom: 0rem !important;
  }
  .slider-wrapper {

    overflow: hidden;
    max-width: 85%;
    margin: auto;
    margin-bottom: 3rem !important;

}
  .section-header {
    font-family: var(--fontpop);
    font-size: 24px;
    color: var(--primary-color);
    text-align: center;
}
}

@media (min-width: 481px) and (max-width: 768px) {
  .swiper {
    padding: 2rem 0rem;
  }
  .section-header {
    font-family: var(--fontpop);
    font-size: 30px;
    color: var(--primary-color);
    text-align: center;
}
.slider-wrapper {

    overflow: hidden;
    max-width: 60%;
    margin: auto;
    margin-bottom: 3rem !important;

}
}

@media (min-width: 769px) and (max-width: 991px) {
  .swiper {
    padding: 2rem 3rem;
  }

  .slider-wrapper {
    overflow: hidden;
    max-width: 90%;
    margin: auto;
    margin-bottom: 3rem !important;
  }
}

/* about section  */
.about-section {
  background-color: #2456a6;
  color: white;
  padding: 3rem 6rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem !important;
}

.about-text {
  padding: 0rem;
}

.read-more {
  color: red;
  text-decoration: none;
}

.white-background {
  background-color: white;
  left: 0%;
  top: 70%;
  z-index: 1;
  width: 100%;
  height: 20rem;
  position: absolute;
}
.image-gallery {
  position: relative;
  z-index: 5;
}
.about-details {
  max-width: 800px;
  margin-bottom: 2rem;
  font-family: var(--fontpop);
  font-size: 16px;
  font-weight: 400;
}

.side-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.mid-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.about-details {
  position: relative;
}

.about-details p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 480px){
  .about-section {
  
  padding: 1rem 1rem;
 
 
}
.white-background{
  display: none;
}
.side-img img {
 
  height: 200px;
  
}

.mid-img img {

  height: 200px;
 
}
}
@media (min-width: 481px) and (max-width: 768px){
  .white-background{
  display: none;
}
.side-img img {
 
  height: 200px;
  
}

.mid-img img {

  height: 200px;
 
}
}

/* chairman section  */

.chairman-section {
  padding: 3rem 6rem;
  background-color: white;
}

.chairman-title {
  color: var(--secondary-color);
  text-align: left !important;
}

.chairman-signature {
  font-family: "Cursive", sans-serif;
  font-size: 1.2rem;
  color: #1a3f7a;
  margin-top: 20px;
}

.chairman-image {
  height: 400px;
  width: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.chairman-image img {
  max-width: 100%;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
}

.chairman-details p {
  padding-top: 1rem;
  font-family: var(--fontpop);
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
  text-align: justify;
}

.chairman-signature {
  font-family: "Nothing You Could Do", cursive;
  font-size: 32px;
  font-weight: 400; /* Regular */
}
@media screen and (max-width: 480px){
  .chairman-image {
  height: 200px;
  width: 300px;
  }
  .chairman-section {
    padding: 1rem 1rem;
   
 
}
}
@media (min-width: 481px) and (max-width: 768px){
  .chairman-image {
  height: 200px;
  width: 250px;
 
}
.chairman-section {
    padding: 2rem 2rem;
   
 
}
}

@media (min-width: 1000px) and (max-width: 1200px){
 .chairman-image {
  height: 400px;
  width: 400px;
 
}
}



/* partners  */
.partnerships-section {
  background-color: white;
  padding: 3rem 6rem;
  overflow: hidden;
}

.partner-title {
  text-align: left;
  color: var(--secondary-color);
  margin-bottom: 4rem;
}

.partner-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.partner-logo:hover {
  opacity: 1;
}

.partners-slider {
  display: flex;
  animation: slide 20s linear infinite;
  gap: 80px;
  align-items: center;
}

.partner-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slider-container {
  overflow: hidden;
  white-space: nowrap;
}


.partners-slider::after {
  content: "";
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 480px)
{
  .partnerships-section {
    
    padding:2rem 1rem;
  
}

}
@media (min-width: 481px) and (max-width: 768px){
  .partnerships-section {
    
    padding:2rem 2rem;
  
}
}
/* new  */
.news-section {
  background-color: #ffffff;
  padding: 3rem 6rem;
}

.news-title {
  color: var(--secondary-color);
  text-align: left;
  margin-bottom: 2rem;
}

.news-card {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-card img {
  height: 200px;
  object-fit: cover;
  border-radius: 0;
}

.news-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}

.news-card .card-title {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 15px;
  flex-grow: 1;
}

.news-date {
  color: var(--primary-color);
  font-size: 14px;
  display: flex;
  align-items: center;

  margin-bottom: 10px;
}

.read-more-link {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
@media screen and (max-width: 480px){
  .news-section {
   
    padding: 1rem 1rem;
}
.news-card .card-title {
    font-size: 16px;
   
}
.news-card img {
    height: 150px;
   
}
    .footer-logo {
        width: 190px;
        height: 60px;
    }

}
@media (min-width: 481px) and (max-width: 768px){
  .news-section {
   
    padding: 2rem 2rem;
}
}
/* footer  */
.footer-section {
  background-color: var(--head-color);
  padding: 3rem 6rem;
}

.footer-logo {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.footer-brand-text {
  color: #1e3a8a;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer-description {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 0;
  font-family: var(--fontpop);
}

.footer-heading {
  font-family: var(--fontpop);
  font-weight: 500;
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.footer-content {
  font-size: 16px;
  font-family: var(--fontpop);
  font-weight: 500;
  line-height: 1.8;
  color: #2c3e50;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: var(--fontpop);
  font-weight: 500;
  line-height: 1.8;
  color: #2c3e50;
}

.contact-info li a {
  margin-bottom: 8px;
  color: #34495e;
  text-decoration: none;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #1e3a8a;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #2c3e50;
  padding: 20px 0;
  margin-top: 40px;
}

.copyright-text {
  text-align: center;
  font-size: 0.85rem;
  color: #34495e;
  margin: 0;
}

/* Logo SVG Styling */
.footer-logo-svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) and (max-width: 768px){
  
}

@media (max-width: 768px) {
  .footer-section {
    padding: 30px 0 0 0;
  }

  .text-md-start {
    text-align: center !important;
  }

  .social-icons {
    justify-content: center;
  }

 
}

@media (max-width: 576px) {
  .footer-heading {
    margin-top: 30px;
  }

  .footer-heading:first-child {
    margin-top: 0;
  }
}

/* about us  */

.about-page {
  padding: 3rem 6rem;
  background-color: var(--backwhite);
}

.aboutpage-text p {
  font-family: var(--fontmon);
  font-size: 16px;
  color: black;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 1rem;
}
.aboutpage-text ul li {
  font-family: var(--fontmon);
  font-size: 16px;
  color: black;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 1rem;
}

.page-title {
  font-family: var(--fontmon);
  font-size: 42px;

  font-weight: bold;
  position: relative;
  z-index: 2;
}
.aboutpic {
  height: auto;
  width: 36rem;
  padding-bottom: 1rem;
}
.aboutpic img {
  object-fit: cover;
}

@media (max-width: 480px) {
  .about-page {
    padding: 2rem 1rem;
  }

  .page-title text {
    font-size: 25px;
    padding-left: 1rem;
  }
  .page-title {
    padding-top: 2rem;
    font-size: 25px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .about-page {
    padding: 2rem 2rem;
  }

  .page-title text {
    font-size: 28px;
    padding-left: 1rem;
  }
  .page-title {
    padding-top: 3rem;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .about-page {
    padding: 2rem 4rem;
  }

  .section-title {
    font-size: 36px;
  }
}

.news {
  padding: 3rem 6rem;
  background-color: var(--backwhite);
}

.custom-news-card {
  background: #fff;
  border: none;
  margin-top: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.custom-news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.custom-news-card-body {
  padding: 1rem;
}
.custom-news-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}
.custom-news-title-card {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--fontpop);
  margin-bottom: 5px;
}
.custom-news-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  font-family: var(--fontpop);
}
.custom-news-read-more {
  font-size: 14px;
  color: var(--primary-color);
  font-family: var(--fontpop);
  text-decoration: none;
}
.custom-news-read-more:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .news {
    padding: 2rem 1rem;
  }
  .custom-news-card {
    margin: 0 auto; /* Centers the card horizontally */
    max-width: 100%; /* Ensures it doesn't exceed the screen width */
  }
  .section-headernews {
    padding-bottom: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .news {
    padding: 2rem 1rem;
  }
  .custom-news-card {
    margin: 0 auto; /* Centers the card horizontally */
    max-width: 80%; /* Provides a balanced size for medium screens */
  }
  .section-headernews {
    padding-bottom: 2rem;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .news {
    padding: 2rem 4rem;
  }
}

@media (max-width: 480px) {
  .newsimage {
    position: relative;
    height: 12rem;
  }
  .main-content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .main-content {
    margin-bottom: 1rem;
  }
}

.mainpart {
  padding: 4rem 8rem;
  background-color: white;
}

.main-content {
  padding-right: 3rem;
}

.sidebar-title {
  font-weight: 600;
}
.trending-item {
  display: flex;
  margin-bottom: 15px;
  /* border-radius: 1rem; */
}
.trending-item:hover {
  background-color: var(--head-color);
  cursor: pointer;
}
.trending-item img {
  width: 8rem;
  height: 5rem;
  object-fit: cover;

  margin-right: 10px;
}
.trending-item small {
  font-size: 0.85rem;
}
.newsimage {
  position: relative;
  height: 26rem;
}

.newsimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
.datenews {
  color: #525252;
}
.datenews img {
  height: 2rem;
}
.news-title1 {
  font-size: 1rem;
  font-weight: 600;
}

/* .news-card, .notice-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
} */
.updates-title {
  font-weight: bold;
  color: var(--primary-color);
}
/* .news-title, .notice-title {
    font-weight: bold;
    color: var(--primary-color);
} */
.news-text,
.notice-text {
  color: #555;
}
@media (max-width: 480px) {
  .mainpart {
    padding: 3rem 1rem;
  }
  .main-content {
    padding-right: 1rem;
  }
  .news-title1 {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .trending-item small {
    font-size: 0.7rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .mainpart {
    padding: 3rem 2rem;
  }
  .main-content {
    padding-right: 1rem;
  }
}

.gallery {
  padding: 3rem 6rem;
  background-color: var(--backwhite);
}

.image-container {
  position: relative;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.download-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: white;
  padding: 8px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
}
.download-btn:hover {
  background: rgba(255, 255, 255, 1);
}

@media (max-width: 480px) {
  .gallery {
    padding: 2rem 1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .gallery {
    padding: 2rem 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .gallery {
    padding: 2rem 4rem;
  }
}

/* contact us  */

.contact-section {
  padding: 3rem 6rem;
  background-color: white;
}

.form-label {
  font-weight: 500;
}

.contact-details i {
  color: #007bff;
  margin-right: 8px;
}

.map-embed {
  border: 0;
  width: 100%;
  height: 26rem;
  position: relative;
}

@media (max-width: 480px) {
  .contact-section {
    padding: 2rem 1rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .contact-section {
    padding: 2rem 2rem;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .contact-section {
    padding: 3rem 4rem;
  }
}

.policies {
  padding: 3rem 4rem;
  background-color: white;
}
.privacy-card {
  background-color: var(--back);
  border-radius: 10px;
  padding: 4rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.privacy-title {
  font-weight: bold;
  color: var(--secondary-color);
  text-align: left;
}
.privacy-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #555;
  text-align: left;
}
.privacy-link {
  color: var(--secondary-color);
  text-decoration: none;
}
.privacy-link:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .policies {
    padding: 2rem 1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .policies {
    padding: 2rem 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .policies {
    padding: 2rem 4rem;
  }
}

@media (max-width: 480px) {
  .policies {
    padding: 2rem 1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .policies {
    padding: 2rem 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .policies {
    padding: 2rem 4rem;
  }
}


.mainsec{
    padding: 0rem 6rem;
    background-color: white;
 }

 .linee{
    line-height: 3rem;
    border-radius: 0%;
 }

.linee1 {
    z-index: 2;
    color: #ffffff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.linee1:hover {
    z-index: 2;
    color: #000000;
    background-color: var(--head-color);
    border-color: var(--head-color);
}
.linee1.active {
    z-index: 2;
    color: #000000;
    background-color: var(--head-color);
    border-color: var(--head-color);
}

.linee {
    font-family: 'Nunito Sans', sans-serif; /* Ensure Merriweather is loaded */
    font-weight: bold;
    font-size: 16px;
   
}
.rightside{
    z-index: 2;
    border: 2px solid;
    border-color: var(--primary-color);
    text-align: justify;

}
@media (max-width: 480px){
    .titlemain {
      
      font-size: 24px;
      padding: 0rem;
      padding-bottom: 1rem !important;
  }
  .mainsec{
    padding: 1rem 1rem;
   
}
}
@media (min-width: 481px) and (max-width: 768px){
    .titlemain {
      
      font-size: 36px;
     
  }
  .mainsec{
    padding: 2rem 3rem;
   
 }
}



.main_title {
      background-color: white; 
      padding: 2rem 6rem;
      
    }

    .main_title h2 {
      font-weight: bold;
      color: var(--primary-color);
      margin: 0;
    }

    @media (max-width: 480px){
      .main_title {
      
      padding: 1rem 1rem;
      
    }
    }
    @media (min-width: 481px) and (max-width: 768px){
      .main_title {
      
      padding: 2rem 2rem;
      
    }
    }
    @media (min-width: 769px) and (max-width: 1000px){
      .main_title {
      
      padding: 3rem 6rem;
      
    }
    }