


.min_text p {
    font-size: 22px;
    text-align: justify;
    font-weight: 600;
}


.navbar-brand img {
    width: 100%;
    height: auto;
    display: inline-block;
}

    .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;
    }



/*.child-img-left img, .child-img-right img {
 max-width: 100%;
    border-radius: 26%;
    border: 10px solid #f0f0f0;
    height: 330px;
  }
*/
    .main-banner {
      position: relative;
      background-image: url('https://templates.envytheme.com/ketan/default/assets/img/main-banner/main-banner-bg-2.jpg'); 
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: white;
      padding: 100px ;
      overflow: hidden;
    }

        .main-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .child-img-left, .child-img-right {
      position: absolute;
      z-index: 2;
    }

    .child-img-left {
      bottom: 0;
      left: 50px;
      animation: moveBounce 4s linear infinite;
    }

    .child-img-right {
      bottom: 0;
      right: 50px;
      animation: moveBounce 4s linear infinite;
    }

    .child-img-left img, .child-img-right img {
      width: 200px;
    }

    @keyframes moveBounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-30px);
      }
    }

  .banner-child .child-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    animation: moveBounce 5s linear infinite;
}

@keyframes moveBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

    .main-banner-content {
      position: relative;
      z-index: 2;
      text-align: center;
    }

 .main-banner-content h1 {
    font-size: 27px;
    font-weight: 800;
}
    .main-banner-content p {
      max-width: 700px;
      margin: 20px auto;
    }

    .banner-btn a {
      margin: 10px;
    }

    .child-img-left,
    .child-img-right {
      position: absolute;
      bottom: 0;
      z-index: 2;
    }

    .child-img-left {
      left: 0;
    }

    .child-img-right {
      right: 0;
    }

    .child-img-left img,
    .child-img-right img {
      width: 180px;
    }

    @media (max-width: 767px) {
      .child-img-left,
      .child-img-right {
        display: none;
      }

      .main-banner-content h1 {
        font-size: 32px;
      }
    }



    .who-we-are {
      padding: 100px 0;
    }

    .who-we-are-content span {
      color: #ff5722;
      font-weight: 600;
      font-size: 20px;
    }

    .who-we-are-content h3 {
    font-size: 29px;
    font-weight: 600;
    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: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-right: 10px;
      font-weight: bold;
    }

    .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 {
      text-align: center;
      position: relative;
    }

   .who-we-are-image-wrap img {
    max-width: 100%;
    height: 330px;
        position: relative;
    top: 32px;
}
    @media (max-width: 768px) {
      .who-we-are-list li {
        flex: 0 0 100%;
      }

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

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


.choose-area {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-title span {
    color: #ff6b6b;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.single-choose {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.3s ease;
}

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

.single-choose .icon {
  font-size: 40px;
  color: #ff6b6b;
  margin-bottom: 15px;
}

.single-choose .content h3 {
font-size: 23px;
    margin-bottom: 12px;
}

.choose-image {
  position: relative;
  text-align: center;
}

.choose-image-shape .shape-1,
.choose-image-shape .shape-2,
.choose-image-shape .shape-3 {
  position: absolute;
}

.choose-image-shape .shape-1 {
  top: 10%;
  left: 10%;
}

.choose-image-shape .shape-2 {
  bottom: 15%;
  right: 10%;
}

.choose-image-shape .shape-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-title span {
    font-size: 20px;
    color: #ea512e;
    font-weight: 600;
    font-family: "Sacramento", cursive;
}



.class-area {
  padding-top: 100px;
  padding-bottom: 70px;
  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;
    transition: transform 0.5s ease;
    height: 330px;
}
.single-class .class-image:hover img {
  transform: scale(1.05);
}

.class-content {
  padding: 20px;
}

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

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

.class-list {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}

.class-list li {
  margin-bottom: 5px;
  font-size: 14px;
}

.class-list span {
  font-weight: 600;
}

.class-btn .default-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6b6b;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.class-btn .default-btn:hover {
  background-color: #ff3b3b;
}

.class-shape .shape-1,
.class-shape .shape-2 {
  position: absolute;
}

.class-shape .shape-1 {
  top: 0;
  left: 0;
}

.class-shape .shape-2 {
  bottom: 0;
  right: 0;
}


.shape-2 {
    position: absolute;
    z-index: 1;
    right: 0;
  
}

.shape-1 {
    position: absolute;
    left: 0;
    z-index: 1;
}

.class-area.bg-fdf6ed {
    background-color: #fdf6ed;
  }


  .choose-image img {
max-width: 100%;
    border-radius: 26%;
    border: 10px solid #f0f0f0;
    height: 330px;
}

.single-class .class-content .class-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ea512e;
}

.single-class .class-content .class-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-right: 15px;
}




/*gallery-area pt-100 pb-70*/


.single-gallery-box img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    height: 260px;
}


.single-gallery-box img:hover{
      transform: scaleX(-1);


}


/*quote-image*/



.quote-image img{
background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 683px;
    border-radius: 10px;

}

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

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.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 .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;
    border-radius: 10px;

}

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

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


/*section-title*/



.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}


.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}


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




/*newsletter-content*/


.social i:hover {
    color: #e31746;

}

ul.list-unstyled a {
    text-decoration: none;
}


.boc_0 img {
    width: 100%;
    height: 137px;
    background-position: center;
    background-size: cover;
    justify-content: center;
}


.boc_0 img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


.bx-video video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}














.whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 35px;
      z-index: 100;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s ease;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
    }

    .chat-container {
      width: 350px;
      height: 500px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      display: flex;
      flex-direction: column;
      position: fixed;
      bottom: 90px;
      right: 20px;
      z-index: 99;
      display: none;
    }

    .header {
      background: #075e54;
      color: white;
      padding: 15px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .close-btn {
      cursor: pointer;
      font-size: 20px;
    }

    .messages {
      flex: 1;
      padding: 15px;
      overflow-y: auto;
      background: #ece5dd;
    }

    .message {
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
      max-width: 75%;
    }

    .message.user {
      align-self: flex-end;
      background: #dcf8c6;
      padding: 10px;
      border-radius: 10px 10px 0 10px;
    }

    .message.bot {
      align-self: flex-start;
      background: #fff;
      padding: 10px;
      border-radius: 10px 10px 10px 0;
      border: 1px solid #ddd;
    }

    .input-container {
      display: flex;
      padding: 10px;
      background: #f0f0f0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }

    .input-container input {
      flex: 1;
      padding: 10px;
      border: none;
      border-radius: 20px;
      outline: none;
      font-size: 16px;
    }

    .input-container button {
      background: #075e54;
      color: white;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      margin-left: 10px;
      cursor: pointer;
      font-size: 18px;
    }


@media (max-width: 320px) {
    .banner-btn a {
        margin: -6px;
    }
}


















    