/* General Styles */




















/* Google Fonts */
body {
    font-family: 'Lora', serif;
     font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
}

.hero-section {
    padding: 80px 0;
    background-color: #f2f3ee;
    color: #333;
}

.illustration {
    max-width: 80%;
    animation: fadeInLeft 1s ease;
}


.hero-section .logo-item img {
  max-height: 80px; /* Adjust as needed for consistent logo size */
  padding: 10px; /* Space around each logo */
}

.hero-section .logos {
  gap: 20px; /* Space between logos */
}

.quote {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #555;
    margin-bottom: 20px;
}

.author {
    display: block;
    font-size: 18px;
    color: #777;
    margin-top: 10px;
}

.logos {
    margin-top: 30px;
}

.logo-item {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #333;
}

.highlight {
    color: #FF6347; /* Adjust color for each logo as needed */
}

.logo-item:nth-child(2) .highlight {
    color: #4CAF50;
}

.logo-item:nth-child(3) .highlight {
    color: #9C27B0;
}

/* Animations */
.animated {
    opacity: 0;
}

.fadeInLeft {
    animation: fadeInLeft 1.5s forwards;
}

.fadeInUp {
    animation: fadeInUp 1.5s 0.5s forwards;
}

@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0); }
}





.card {
    width: 250px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Lora', serif;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #555;
    margin-bottom: 10px;
}

.highlight {
    color: #FF6347; /* Adjust to match the orange color in your image */
    font-size: 32px;
}

.card-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.card-image {
    width: 80px;
    height: auto;
    margin: 20px 0;
}


 .know-more-btn {
            position: absolute;
            bottom: 30px;
            right: 18px;
            width: 50px;
            height: 50px;
            font-size: 40px;
            color: #fff;
            background-color: #374f7f;
            border: none;
            border-radius: 50%;  /* Makes the button round */
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .know-more-btn:hover {
            background-color: #FF6347;
        }













.slider-container {
        max-width: 1000px;
        margin: 50px auto;
        overflow: hidden;
        position: relative;
    }
    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .testimonial-card {
        min-width: 100%;
        padding: 40px;
        box-sizing: border-box;
    }
    .testimonial-content {
        padding: 20px;
        border: 2px solid #ddd;
        border-radius: 10px;
        background-color: #fff;
        position: relative;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .testimonial-content::before {
        content: '“';
        font-size: 2em;
        color: #666;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .testimonial-content::after {
        content: '”';
        font-size: 2em;
        color: #666;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .testimonial-text {
        font-size: 1.2em;
        color: #e87c2f;
        margin: 20px 0;
    }
    .author {
        font-size: 0.9em;
        color: #666;
    }
    /* Navigation Arrows */
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2em;
        color: #666;
        cursor: pointer;
        padding: 10px;
        user-select: none;
    }
    .arrow.left {
        left: 10px;
    }
    .arrow.right {
        right: 10px;
    }
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .testimonial-text {
            font-size: 1em;
        }
    }





.allbg{
    background-image: url(../images/bgall.png); 
    background-repeat: no-repeat; 
    background-position: bottom right;
}




.course-box {
  margin-bottom: 30px; /* Space between image and button */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-box img {
  width: 100%;
  margin-bottom: 15px; /* Space between image and button */
}








h1,h2,h3,h4,h5,h6{
    font-family: 'Laila', serif;

}

h1{
    font-size: 35px;
    color: #e87e2a;
    margin: 20px 0;
}
h2{
    font-size: 25px;
    color: #e87e2a;
    margin: 20px 0;
}
h3{
    font-size: 18px;
    color: #e87e2a;
    margin: 20px 0;
}

.custompaddingtop{
    padding-top:80px;
}

.custompaddingbottom{
    padding-bottom:80px;
}





/* Navbar */
.navbar {
  padding: 15px 0;
}

.navbar-brand img {
  height: 110px; /* Adjust logo height */
}

.navbar-brand span {
  color: #007bff; /* Optional: Set the text color */
}

.navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 800;
  color: #555; /* Light grey color */
  margin-left: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #007bff; /* Highlighted color for active or hovered links */
}

.dropdown-menu {
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

  /* About Us section styling */
        .about-section {
            display: flex;
            flex-wrap: wrap;
            background-color: #274875;
            color: white;
            padding: 50px 20px;
        }

        .about-text {
            flex: 1;
            padding: 20px;
            color: white;
        }

        .about-text h2 {
            color: #F17435;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .about-text p {
            font-size: 16px;
            line-height: 1.6;
        }

        .about-image {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .about-image img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
        }

        /* Responsive styling */
        @media (max-width: 768px) {
            .about-section {
                flex-direction: column;
                text-align: center;
            }

            .about-text, .about-image {
                padding: 10px;
            }
        }



.life-skills-card {
  position: relative;
  height: 200px; /* You can adjust this height as needed */
  background-image: url('your-image.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  transition: background 0.5s ease-in-out;
}

.life-skills-card:hover {
  background: rgba(0, 0, 0, 0.5); /* Fades to a semi-transparent overlay on hover */
  background-blend-mode: darken;   /* Darkens the image */
}

.life-skills-card .card-body {
  color: white; /* Ensures the text is visible on dark backgrounds */
  position: relative;
  z-index: 2;  /* Makes sure the content stays on top of the image */
}

.life-skills-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Optional overlay to darken image */
  z-index: 1;
  transition: background-color 0.5s ease-in-out;
}

.life-skills-card:hover::before {
  background-color: rgba(0, 0, 0, 0.6); /* Darker overlay on hover */
}




  .focus-area {
      background-color: #395C63;
      color: white;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .icon {
      font-size: 3em;
      margin-bottom: 15px;
    }

    .container-gap {
      gap: 20px;
    }






/* Contact section banner */
.contact-banner {
  background-color: #4A77C6; /* Professional blue background */
  padding: 60px 0;
}

.contact-banner h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.contact-section {
  background-color: #f8f9fa; /* Light background for the section */
}

.contact-section h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 16px;
  color: #6c757d; /* Subtle text color */
}

.contact-form .form-control {
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
}

.contact-form .form-control:focus {
  border-color: #4A77C6; /* Highlight border on focus */
  box-shadow: 0 0 5px rgba(74, 119, 198, 0.2);
}

.contact-form button {
  background-color: #4A77C6;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #3a5f9a; /* Slightly darker shade on hover */
}


.wcolr{
    color:#fff ;
}



 .form-group {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .form-group input, 
        .form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
        }

        .form-group .half-width {
            flex: 1 1 calc(50% - 7.5px);
        }

        .submit-btn {
            background-color: #344d7e;
            color: #fff;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            margin-top: 20px;
            width: 100%;
        }

        .logo {
            font-size: 24px;
            color: #4a90e2;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .logo img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

        @media (min-width: 768px) {
            .form-group .half-width {
                width: calc(50% - 7.5px);
            }
        }






    .card-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            width: 100%;
        }

        .card {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card-image {
            position: relative;
            width: 100%;
            height: 180px;
            overflow: hidden;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card-tag {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: #4CAF50;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .card-content {
            padding: 15px;
            flex: 1;
        }

        .card-title {
            color: #4a90e2;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px;
            text-decoration: none;
        }

        .card-description {
            color: #555;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .card-read-more {
            color: #4a90e2;
            font-size: 14px;
            text-decoration: none;
            font-weight: bold;
        }

        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: #999;
            padding: 15px;
            border-top: 1px solid #eee;
        }







/* Footer */
.footer-section {
    background-color: #835333;
    color: white;
}

.footer-logo h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
}

.footer-tagline {
    font-size: 18px;
    color: #EDEDED;
    font-family: Georgia, serif;
}

.footer-heading {
    font-size: 18px;
    color: #EDEDED;
    font-weight: bold;
    text-decoration: underline;
}

.footer-bottom {
    font-size: 14px;
    color: #EDEDED;
}

.footer-link {
    color: #EDEDED;
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: underline;
}

.btn-subscribe {
    background-color: #FFA05A;
    color: white;
    border: none;
    border-radius: 5px;
}

.btn-subscribe:hover {
    background-color: #FF8A35;
}

.list-unstyled li a {
    color: #EDEDED;
    text-decoration: none;
}

.list-unstyled li a:hover {
    text-decoration: underline;
}

.social-icons i {
    font-size: 20px;
    color: #EDEDED;
}

.social-icons i:hover {
    color: #FFA05A;
}

hr {
    border-top: 1px solid #EDEDED;
    opacity: 0.5;
}




.social-icons a {
  color: #333; /* Default color */
  font-size: 24px; /* Icon size */
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #F17435; /* Change color on hover */
}


.whatsapp-join p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.whatsapp-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #25D366; /* WhatsApp green color */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.whatsapp-btn i {
  margin-right: 8px;
  font-size: 20px; /* Icon size */
}

.whatsapp-btn:hover {
  background-color: #1EBE56; /* Darker shade on hover */
}


.coaching-section img {
  width: 100%; /* Full width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensures the image covers the section evenly */
}


.coaching-sectioncustomstyle{
    background-color:#F1EFEC; padding-left: 30px; padding-right: 30px;
}





    .blog-section {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      padding: 20px;
    }
    .blog-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      max-width: 300px;
      text-align: center;
    }
    .blog-card img {
      width: 100%;
      height: auto;
    }
    .blog-tag {
      background: #28a745;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      padding: 5px 10px;
      display: inline-block;
      position: absolute;
      top: 15px;
      left: 15px;
      border-radius: 4px;
    }
    .blog-content {
      padding: 15px;
    }
    .blog-content h3 {
      color: #007bff;
      font-size: 20px;
      margin: 0 0 10px;
    }
    .blog-content p {
      color: #666;
      font-size: 14px;
      margin: 0 0 15px;
    }
    .blog-content a {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
    }
    .blog-meta {
      font-size: 12px;
      color: #aaa;
      margin: 10px 0 15px;
    }
    @media (max-width: 768px) {
      .blog-section {
        flex-direction: column;
        align-items: center;
      }
    }








@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  .coaching-sectioncustomstyle{
       background-color:#F1EFEC; padding-left: 0px; padding-right: 0px;
  }

.custompaddingtop{
    padding-top:20px;
}

.custompaddingbottom{
    padding-bottom:20px;
}

.mywidth{
    width:100%;
}

.btpad{
    padding-bottom: 45px;
}

.imgwid{
    width: 100%;
}


}