/* home 7 style goes here */
.ellipsis-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  
  .course-item-one .content .title:has(~ .info) {
    padding-bottom: 5px;
  }
  
  .card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, #f9f9f9 0%, #e0e0e0 100%);
  }
  
  .card h5 {
    font-weight: 600;
    font-size: 0.95rem;
    color: #555;
  }
  
  .card-footer {
    background-color: #f9f9f9;
  }
  
  .swiper {
    width: 100%;
    padding: 20px 0;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
  

  /* .faq-card {
    border: 1px solid #e8f1e9;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f7f7f7;
    border-left: 5px solid #ff9800;
    background: linear-gradient(229.38deg, #f7fce7 2.83%, rgba(247, 252, 231, 0.3) 96.18%);
  }
  
  .faq-card:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .faq-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .faq-text {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
  }
  
  .faq-card h5 {
    font-size: 20px;
    font-weight: bold;
    color: #444;
  }
  
  .faq-card p {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 1.5;
  }
  
  
  .faq-logo {
    width: 100px;
    
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .faq-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .motivational-card {
    background-color: #f9f9f9;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 165, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin: 20px;
  }
  
  .motivational-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFA500;
  }
  
  .motivational-card .card-body {
    padding: 20px;
    text-align: center;
  }
  
  .motivational-card .card-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(255, 165, 0, 0.2);
  }
  
  .motivational-card .card-text {
    font-size: 16px;
    color: #444;
    text-align: justify;
    line-height: 1.6;
  }
  
  .motivational-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 0 15px rgba(255, 165, 0, 0.5);
  } */
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #FFA500;
    transition: color 0.3s ease, transform 0.2s ease;
    position: absolute;
    top: 50%;
    z-index: 10;
  
  }
  
  .swiper-button-next {
    right: 10px;
  }
  
  .swiper-button-prev {
    left: 10px;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #FF8C00;
  
  }
  
  .virtual-tour-container {
    max-width: 1308px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    /* margin-top: -10px; */
  }
  
  .header {
    background: #f9a825;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header h1 {
    font-size: 24px;
  }
  
  .google-maps-link {
    color: #222;
    text-decoration: none;
    font-weight: bold;
  }
  
  .google-maps-link:hover {
    text-decoration: underline;
  }
  
  .tour-info {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-left: 4px solid #f9a825;
    margin-bottom: 15px;
  }
  
  .tour-info h2 {
    font-size: 22px;
    color: #222;
  }
  
  .tour-info p {
    font-size: 16px;
    color: #555;
  }
  
  .google-map-frame {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .seminar-section {
    margin-top: auto;
    background-color: #fef9f6;
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
  }
  
  .seminar-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333;
  }
  
  .seminar-section p {
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 2rem;
  }
  
  .seminar-image img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s ease;
  }
  
  .seminar-image img:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }
  
  .seminar-btn {
    background-color: #ff4b4b;
    color: #fff;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  
  .seminar-btn:hover {
    color: #000;
    background-color: #ff4b4b;
  }
  
  .custom-btn {
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    background: #FFC107;
  }

  .custom-btn:hover {
    background: #FFC107;
    color: #000;
  }
  
  
  @media (max-width: 768px) {
    .custom-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
        margin-right: 5px;
    }
  }
  
  @media (max-width: 480px) {
    .custom-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
        margin-right: 3px;
    }
  }
  
  .bannar-area {
    margin-top: 80px;
    background: linear-gradient(135deg, #f7f7f7 0%, #e0e0e0 100%);
    background-image: url('path/to/your/pattern.png');
    background-size: cover;
    background-repeat: repeat;
  }

  @media (max-width: 768px) {
    .bannar-area {
      margin-top: 60px;
      background-size: contain;
    }
  }

  @media (max-width: 480px) {
    .bannar-area {
      margin-top: 40px;
      background-size: contain;
    }
  }
  
  /* Overall Section Styling */
  .worked-with {
    padding: 100px 0;
    /* background: linear-gradient(214.38deg, #ffe4d0, #ffcc00 70%); */
  }
  
  .worked-with h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
  }
  
  /* Tab Navigation Styling */
  .worked-with .nav-tabs {
    display: flex;
    justify-content: center;
    gap: 50px;
    /* Modern spacing between tabs */
    border-bottom: none;
  }
  
  .worked-with .nav-tabs .nav-link {
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    /* Default text color */
    background: #fff;
    border: 2px solid #FFD700; /* Changed border color to yellow */
    border-radius: 50px;
    /* Circular tabs for a modern look */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .worked-with .nav-tabs .nav-link.active {
    background: #FFD700; 
    color: #000;
    border-color: #FFD700; 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .worked-with .nav-tabs .nav-link:hover {
    background: #FFD700; /* Changed background color to yellow */
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Tab Content Styling */
  /* .worked-with .tab-content {
  margin-top: 40px;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  } */
  
  /* Logos Styling */
  .worked-with .tab-content img.logo {
    width: 100px;
    height: 100px;
    border-radius: 8px;
  }
  
  /* Responsive Styling */
  @media (max-width: 768px) {
    .worked-with h1 {
        font-size: 2.5rem;
    }
  
    .worked-with .nav-tabs {
        flex-wrap: wrap;
        gap: 20px;
    }
  
    .worked-with .nav-tabs .nav-link {
        padding: 10px 20px;
        font-size: 1rem;
    }
  
    .worked-with .tab-content img.logo {
        width: 100px;
        height: 100px;
    }
  }
  
  
  
  .tour-info h2 {
    font-size: 18px;
  }
  
  .tour-info p {
    font-size: 14px;
  }
  
  .google-map-frame {
    height: 300px;
  }
  
  .seminar-section h2 {
    font-size: 2rem;
  }
  
  .seminar-section p {
    font-size: 1rem;
  }
  
  .custom-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
  
  .worked-with .tab-content img.logo {
    width: 100px;
  }
  
  @media (max-width: 480px) {
    .swiper-slide {
        width: calc(100% - 20px);
    }
  
    .worked-with h1 {
        font-size: 2rem;
    }
  
    .worked-with .nav-tabs .nav-link {
        font-size: 0.9rem;
    }
  
    .virtual-tour-content {
        padding: 5px;
    }
  
    .tour-info h2 {
        font-size: 16px;
    }
  
    .tour-info p {
        font-size: 12px;
    }
  
    .google-map-frame {
        height: 200px;
    }
  
    .seminar-section h2 {
        font-size: 1.5rem;
    }
  
    .seminar-section p {
        font-size: 0.9rem;
    }
  
    .custom-btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
  
    .worked-with .tab-content img.logo {
        width: 80px;
    }
  }
  /* expert instructor design here */
  .instructor-card-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 20px;
    background-color: #fff8e1; /* Light yellowish color */
}

.instructor-card-body:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.instructor-card-img {
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.instructor-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.instructor-card-text {
    padding-top: 10px;
}

.instructor-card-text h3 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 5px;
}

.instructor-card-text p {
    font-size: 0.9rem;
    color: #666;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.social-icons a {
    color: #555;
    font-size: 1.2rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .instructor-card-body {
        padding: 15px;
    }

    .instructor-card-img {
        width: 80px;
        height: 80px;
    }

    .instructor-card-text h3 {
        font-size: 1.1rem;
    }

    .instructor-card-text p {
        font-size: 0.8rem;
    }
}

  /* home-7 newly added style ends here  */