html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    /* overflow-x: hidden; */
}
body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /* background: #f8f8f8; */
}

/* Navbar Container */
/*  */
  .header{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.9s;
  }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-divider{
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.container-fluids {
    width: 100%;
    margin: 0px auto;
    margin-top: 83px;
    /* height: 2776.4px; */
}

/* Carousel */

/* .carousel{ */
    /* width: 100%; */
    /* max-width: 800px; */
    /* margin: 20px auto;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1; */
/* } */

/* .carousel img {
    width: 100%;
    height: 400px;
    display: none;
}

.carousel img.active{
    display: block;
} */

/* .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
} */

/* .prev{
    left: 10px;
}
.next{
    right: 10px;
} */

/* Dot Navigation */
/* .carousel-dots{
    text-align: center;
    margin-top: 10px;
}

.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgb(50, 156, 156);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: gray;
} */
.carousel {
    position: relative;
    width: 100%;
    /* margin: 20px auto; */
    margin-top: 0px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.carousel-item img {
    width: 100%;
    height: 440px; 
    object-fit: fill;
}

/* carousel ho gya */

.h5-about{
    width: 16%;
    height: 4px;
    background: #FB8C00;
    margin-bottom: 1rem;
    margin-top: -7px;
}

/* cultural council div style left */

.container-about {
    width: 100%;
    margin: 0 auto;
}


.container-about>section {
    background-color: #f9f9f9;
    padding: 30px 20px;
}

.container-about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.container-about h5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #212529;
}

.container-about p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

#myh1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

/* PHOTO GALLERY STARTS HERE */
/* Gallery container and item styling */
.container-photo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* 3 or 4 photos per line */
    gap: 45px; /* Space between images */
    padding: 30px 20px;
}

.gallery {
  flex: 1 1 calc(25% - 20px); /* Each gallery item takes 25% width minus gap */
  height: 250px; /* Set a fixed height for each gallery item */
  overflow: hidden; /* Hide overflow */
  box-sizing: border-box; /* Ensure padding/margins don't affect the size */
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Makes all images uniform in shape */
    border-radius: 10px; /* Optional: rounded corners */
}

#view-all-container{
  padding: 17px 0px;
}
#view-all-btn{
  padding: 4px 15px;
  text-transform: uppercase;
}
#view-all-btn:hover{
  transform: scale(1.05);
  color: #FB8C00;
}

  /* codepen footer */
  ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  /* margin-bottom: 30px; */
}
.footer-logo img {
    max-width: 80px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon .social_icon {
  text-align: left;
}
.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}

.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.social_icon li:nth-child(3) a {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  color: #fff;
}
.social_icon li:nth-child(4) a {
  background: #FF0000;
  color: #fff;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
/* .facebook-bg{
  background: #3B5998;
} */
/* .twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
} */
 .copyright{
  text-align: center;
  padding-top: 10px;
  color: #fff;
 }
.copyright a {
  color: white;
}
.copyright a:hover {
  color: rgb(195, 192, 192);
}

a, a:focus {
  text-decoration: none;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/* Media Queries */
@media (max-width: 1200px){
  html, body {
      margin: 0;
      padding: 0;
      max-width: 100%;
      overflow-x: hidden;
  }
  .our-team .name {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    height: 40px;
  }
  .our-team .title {
    /* display: block; */
    font-size: 17px;
    color: #4e5052;
    text-transform: capitalize;
    height: 20px;
  }

}

@media (max-width: 767px){

  #cta-text{
    padding-left: 24px;
    display: inline-block;
    margin-top: -34px;
  }
  #cta-img{
    margin-bottom: 3px;
    margin-top: -20px;
  }

}
@media (max-width: 1199px) and (min-width: 768px){
  #cta-text{
    padding-left: 37px;
    display: inline-block;
    margin-top: -34px;
  }
  #cta-img{
    margin-bottom: 3px;
  }

}

@media (max-width: 363px){
  #cta-text{
    padding-left: 45px;
  }
  #cta-img{
    margin-bottom: -7px;
  }
}

@media (max-width: 576px) {
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
}
@media (max-width: 515px) {
  .col-sm-6 {
      flex: 0 0 auto;
      width: 100%;
  }
}