/* General resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
  }
  
  a {
    text-decoration: none;
  }
  
  ul {
    list-style: none;
  }
  
  /* Header */
  .header_agileinfo {
    background: #333;
    padding: 20px 0;
  }
  
  .header_agileinfo .top_agile_w3l_info_icons li {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
  }
  
  .header-agileinfo .top_agile_w3l_info_icons li i {
    margin-right: 10px;
  }
  
  .agileinfo_social_icons {
    text-align: right;
  }
  
  .agileits_social_list li {
    display: inline-block;
    margin-left: 20px;
  }
  
  .agileits_social_list a {
    color: #fff;
    font-size: 18px;
  }
  
  .navbar-default {
    background-color: #1a1a1a;
    border: none;
  }
  
  .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
  }
  
  .navbar-default .navbar-nav>li>a:hover {
    background-color: #333;
    color: #fff;
  }
  
  .navbar-header .logo img {
    width: 100%;
    max-width: 200px;
  }
  
  /* Banner Section */
  /* .banner-silder {
    position: relative;
    height: 500px;
    background-color: #f4f4f4;
  }
  
  .jislider {
    width: 100%;
    height: 100%;
  }
  
  .jislider ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
  }
  
  .jislider ul li .container {
    position: relative;
  }
  
  .jislider ul li .agileits-banner-info {
    z-index: 10;
  }
  
  .jislider ul li span {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .jislider ul li h3 {
    font-size: 3em;
    margin-top: 20px;
    font-family: 'Prompt', sans-serif;
  } */
  
  /* About Section */
  .about {
    padding: 50px 0;
  }
  
  .about .w3_heade_tittle_agile {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  
  .about p {
    text-align: center;
    font-size: 1.1em;
    margin: 20px auto;
    max-width: 800px;
  }
  
  .about-w3lsrow {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  
  .about-w3lsrow .w3about-img {
    flex: 1;
  }
  
  .about-w3lsrow .w3about-img img {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
  }
  
  .about-w3lsrow .w3about-text {
    flex: 2;
    margin-left: 20px;
  }
  
  .about-w3lsrow .w3about-text h5 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
  }
  
  .about-w3lsrow .w3about-text p {
    font-size: 1.2em;
    line-height: 1.6;
  }
  
  .about-w3lsrow .read a {
    color: #2b2b2b;
    font-size: 1.2em;
    text-transform: uppercase;
    border: 2px solid #2b2b2b;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s;
  }
  
  .about-w3lsrow .read a:hover {
    background-color: #2b2b2b;
    color: #fff;
  }
  
  /* Services Section */
  .service-w3l {
    background: #2b2b2b;
    color: #fff;
    padding: 60px 0;
  }
  
  .service-w3l h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
  }
  
  .ch-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  
  .ch-item {
    width: 30%;
    position: relative;
  }
  
  .ch-item .ch-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }
  
  .ch-item:hover .ch-info {
    display: flex;
  }
  
  .ch-item .ch-info .ch-info-front {
    background-color: #444;
  }
  
  .ch-item h4 {
    font-size: 1.5em;
    margin-top: 20px;
    text-align: center;
  }
  
  /* Footer */
  .footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
  }
  
  .footer h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  
  .footer ul {
    margin-top: 20px;
  }
  
  .footer ul li {
    margin-bottom: 15px;
  }
  
  .footer ul li i {
    margin-right: 10px;
  }
  
  .footer .w3agile_footer_grids {
    display: flex;
    justify-content: space-between;
  }
  
  .footer .w3agile_footer_grid {
    flex: 1;
  }
  
  .footer .w3agile_footer_grid h3 {
    margin-bottom: 20px;
  }
  
  .footer .w3agile_footer_grid ul li {
    font-size: 1.1em;
  }
  
  .footer .w3_agileits_copy_right_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  
  .footer .w3_agile_copy_right {
    text-align: right;
  }
  
  .footer .w3_agile_copy_right ul {
    display: inline-block;
  }
  
  .footer .w3_agile_copy_right ul li {
    display: inline-block;
    margin-left: 20px;
  }
  
  .footer .w3_agile_copy_right ul li a {
    font-size: 20px;
    color: #fff;
  }
  
  .footer .w3_agile_copy_right ul li a:hover {
    color: #ffba00;
  }
  
  /* Call Button */
  footer .call-button {
    position: fixed;
    left: 8px;
    bottom: 30px;
    z-index: 999999;
  }
  
  footer .whatsapp-button {
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 999999;
  }
  .header_agileinfo {
    background: #333;
    display: flex;
    padding: 5px 60px;
    align-items: center;
    justify-content: flex-end;
}
.w3_agileits_header_text ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
  margin-bottom: 0;
}
ul#m_nav_list {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
  font-size: 15px;
}
.navbar-default {
  background-color: #f4f4f4;
  border: none;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-default::before {
  display: none;
}
.navbar-default::after {
  display: none;
}
.banner-silder {
  width: 100%;
  height: 385px;
  background: #000;
}
.about-w3lsrow .w3about-text p {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: left;
}

/* General Layout */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

/* Service Section */
.service-w3l {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.service-w3l .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.w3_heade_tittle_agile {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 40px;
}

.w3_heade_tittle_agile.two {
  font-size: 40px;
}

/* Service Grid */
.ch-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* Individual Service Item */
.ch-item {
  position: relative;
  width: 30%;
  height: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ch-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.ch-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ch-item:hover .ch-info {
  opacity: 1;
}

.ch-info-front {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
}

.ch-info-back {
  text-align: center;
  color: #fff;
}

.ch-info-back h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.ch-info-back p {
  font-size: 16px;
}

/* Service Titles */
h4.text-center {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c3e50;
}

/* Section Images */
.yoga-img, .himalayan-img {
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
}

.yoga-img img, .himalayan-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* YouTube Video */
.y-tube iframe {
  width: 100%;
  height: 400px;
  margin-top: 40px;
  border-radius: 10px;
}
.w3layouts-banner-top {
    background-image: url(../images/banner1.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.w3layouts-banner-top1 {
  background-image: url(../images/banner.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
}
.w3layouts-banner-top2 {
  background-image: url(../images/banner3.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
}
/* Responsive Design */
@media (max-width: 768px) {
  .ch-grid {
      flex-direction: column;
      align-items: center;
  }

  .ch-item {
      width: 80%;
      margin-bottom: 20px;
  }

  .yoga-img, .himalayan-img {
      width: 100%;
      margin: 0 auto;
  }
.w3ls_banner_bottom_grid .social_agileinfo {
    display: none;
}
.about-w3lsrow .w3about-img {
  flex: 1;
  padding: 0;
}
.about-w3lsrow .w3about-text {
  flex: 2;
  margin-left: 0;
  margin-top: 10px;
}
  .y-tube iframe {
      height: 250px;
  }
  .footer .w3agile_footer_grids {
    display: grid;
    justify-content: space-between;
}
.header_agileinfo {
  padding: 5px 20px;
  align-items: center;
  justify-content: flex-end;
}
ul.agileits_social_list {
  display: flex;
}
.header_agileinfo .top_agile_w3l_info_icons li {
  margin-right: 0;
  color: #fff;
}
.header_agileinfo .top_agile_w3l_info_icons li a {
  color: #fff;
}
.header_agileinfo .top_agile_w3l_info_icons li {
  margin-right: 0;
  color: #fff;
  font-size: 12px;
}
.header_agileinfo {
  padding: 5px 20px;
  align-items: flex-start;
  justify-content: flex-end;
}
ul.top_agile_w3l_info_icons i {
  margin-right: 5px;
}
.navbar-header {
  display: grid
;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.navbar-header::after {
  display: none;
}
.navbar-header::before {
  display: none;
}
ul#m_nav_list {
  position: relative;
  right: 0;
  display: grid
;
  background: #0d3a71;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  padding-left: 25px;
  gap: 15px;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}
.navbar-default {
  display: grid;
}
.navbar-default {
  display: grid
;
  margin-bottom: 0;
}
.ch-item {
  width: 80%;
  margin-bottom: 20px;
  display: none;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
  width: max-content;
}
.about-w3lsrow {
  display: grid;
  justify-content: space-between;
  margin-top: 50px;
}
.agileits-banner-info {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  margin-top: -25px;
}
ul#m_nav_list li a {
  color: #fff;
}
}

