
    .navbar {
      padding: 0.5rem 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .default-btn {
      background-color: #e74c3c;
      color: white;
      padding: 10px 20px;
      border-radius: 10px;
      font-weight: bold;
      transition: 0.3s;
    }
    .default-btn:hover {
      background-color: #c0392b;
      color: white;
    }
    .nav-link {
      font-size: large;
      font-weight: 500;
    }

/* WHO WE ARE SECTION */
.who-we-are {
  padding: 100px 0;
}

.who-we-are-content span {
  color: #ea512e;
  font-weight: 600;
  font-size: 20px;
  font-family: "Sacramento", cursive;
}

.who-we-are-content h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1a0730;
  margin-top: 10px;
}

.who-we-are-content p {
  margin-top: 15px;
  color: #555;
}

.who-we-are-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.who-we-are-list li {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1a0730;
}

.who-we-are-list li span {
  background: #ff5722;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}

.who-we-are-btn a {
  background-color: #f44336;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.who-we-are-btn a:hover {
  background-color: #d32f2f;
}

.who-we-are-image-wrap img {
  max-width: 100%;
  height: 330px;
}

@media (max-width: 768px) {
  .who-we-are-list li {
    flex: 0 0 100%;
  }

  .who-we-are-content h3 {
    font-size: 28px;
  }
}

/* CLASS AREA */
.class-area {
  padding: 100px 0 70px 0;
  background-color: #fdf6ed;
}

.single-class {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.single-class:hover {
  transform: translateY(-5px);
}

.single-class .class-image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 330px;
  transition: transform 0.5s ease;
}

.single-class .class-image:hover img {
  transform: scale(1.05);
}

.class-content {
  padding: 20px;
}

.class-content .price {
  background: #ff6b6b;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.class-content h3 a {
  color: #333;
  text-decoration: none;
}

.class-content h3 a:hover {
  color: red;
}

.class-list {
  padding: 20px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px dashed #ea512e;
  list-style: none;
}

.class-list li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}

/* NEWSLETTER AREA */
.newsletter-area {
  padding: 50px 0;
  background-color: #fff3ef;
  position: relative;
  overflow: hidden;
}

/* FOOTER AREA */
.footer-area {
  padding: 100px 0 70px 0;
  background-color: #111111;
  color: #fff;
}

.footer-area h3 {
  border-bottom: 2px solid #f2552c;
  padding-bottom: 10px;
}

.footer-area a {
  color: #fff;
  text-decoration: none;
}

.footer-area a:hover {
  color: #f2552c;
}

.social i {
  margin-right: 10px;
  font-size: 1.5rem;
  transition: 0.3s;
}

.social i:hover {
  color: #e31746;
}

/* GALLERY */
.boc_0 img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s;
}

.boc_0 img:hover {
  transform: scale(1.1);
}


.page-banner-area {
    position: relative;
    z-index: 1;
    background-image: url( 'https://templates.envytheme.com/ketan/default/assets/img/page-banner/page-banner-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner-content h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1;
}

.page-banner-content {
    text-align: center;
}

.page-banner-content ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.page-banner-content ul li a {
    display: block;
    color: #ffffff;
}

.page-banner-content ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
    font-weight: 600;
    color: #ea512e;
    position: relative;
}

.who-we-are-image-wrap img {
    max-width: 100%;
    height: 330px;
    border-radius: 10px;
}



/*quote-itemquote-item*/

.boix_2{background-image: url(https://templates.envytheme.com/ketan/default/assets/img/quote-bg.jpg);
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 700px;

}


.quote-item {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 50px;
}

.quote-item .content span {
    font-size: 20px;
    color: #ea512e;
    font-weight: 600;
    font-family: "Sacramento", cursive;
}

.quote-item .content h3 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.quote-item form .form-group {
    margin-bottom: 15px;
}

.quote-item form .form-group .form-control {
    height: 70px;
    color: #1b0238;
    box-shadow: unset !important;
    border: 1px solid #eeeeee;
    background-color: transparent;
    transition: 0.5s;
    border-radius: 10px;
    padding: 0 0 0 15px;
    font-weight: 500;
}

.quote-item form .default-btn {
    border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    padding: 15px 30px;
}

.quote-item.item-two {
    max-width: 750px;
    margin-left: auto;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
