/* ============================================

   MOBILE RESPONSIVE CSS - FASHION WEBSITE

   Only for Mobile Devices (320px - 576px)

============================================ */



/* ========== BASE MOBILE STYLES ========== */

@media (max-width: 576px) {

  :root {

    --h1-size: 32px;

    --h2-size: 28px;

    --h3-size: 22px;

    --body-size: 14px;

    --small-size: 12px;

    --space-lg: 20px;

    --space-xl: 40px;

  }



  body {

    overflow-x: hidden;

  }



  .container {

    padding: 0 20px;

  }



    .sec-padd {
        padding: 50px 0 !important;
    }



  .title {

    font-size: 32px;

  }



  .btn-primary-custom,

  .btn-secondary-custom {

    padding: 10px 20px;

    font-size: 16px;

    width: 100%;

  }



  .btn-enroll,

  .btn-view {

    width: 100%;

    max-width: 210px;

  }


  .navbar-brand img {
    max-height: 50px;
    transition: all 0.3s ease;
}

.btn-text{
  font-size: 12px;
}

  /* ========== ABOUT SECTION ========== */

  .ai-course-section .col-lg-5,

  .ai-course-section .col-lg-7 {

    width: 100%;

    padding: 0;

  }



  .who-section-title {

    font-size: 28px !important;

    font-weight: 700;

    line-height: 1.4;

    text-align: center;

  }

  .module-image-container video {

    width: 100%;
    object-fit: cover;

    transition: transform 0.4s ease;
    transform: scale(1.05);
  }



  .vertical-image-wrapper {

    /* height: 300px; */

    margin-bottom: 30px;

    border-radius: 15px;

  }



  .content-wrapper {

    padding: 0px 15px;

    margin-top: 0px;

  }



  .section-title {

    font-size: 28px;

    text-align: center;

    margin-bottom: 15px;

  }



  .section-subtitle {

    font-size: 16px;

    text-align: justify;

    padding-bottom: 0px;

  }



  .features-list li {

    padding: 12px 0;

    flex-direction: column;

    text-align: center;

  }



  .features-list li:hover {

    padding-left: 0;

  }



  .feature-icon {

    width: 45px;

    height: 45px;

    margin: 0 auto 12px;

    font-size: 1.1rem;

  }



  .feature-content h4 {

    font-size: 18px;

    margin-bottom: 6px;

  }



  .feature-content p {

    font-size: 14px;

  }



  .cta-wrapper {

    flex-direction: column;

    align-items: stretch;

    margin-top: 20px;

  }



  .cta-button,

  .cta-secondary {

    width: 100%;

    padding: 14px 28px;

    font-size: 0.95rem;

    justify-content: center;

  }



  .about-shape-1,

  .about-shape-2,

  .about-shape-3 {

    display: none;

  }



  /* ========== COURSE OVERVIEW SECTION ========== */

  .course-overview-section {

    background-attachment: scroll;

    padding: 60px 15px;

  }



  .course-overview-text h2 {

    font-size: 22px;

    margin-bottom: 0px;

    padding: 0px 20px;

  }



  .course-overview-section .col-lg-5,

  .course-overview-section .col-lg-7 {

    width: 100%;

  }



  .data-block {

    padding: 20px 20px;

    margin-bottom: 15px;

  }



  .data-block h3 {

    font-size: 18px;

  }



  .data-number {

    font-size: 24px;

  }



  .content-column {

    padding: 25px 20px;

    margin-top: 20px;

  }



  .overview-text {

    font-size: 14px;

    padding-left: 16px;

    margin-bottom: 18px;

  }



  .overview-text::before {

    width: 5px;

    height: 5px;

    top: 8px;

  }



  /* ========== COURSES SECTION ========== */

  .courses {

    padding: 60px 0;

  }



  .course-grid {

    grid-template-columns: 1fr;

    gap: 20px;

  }



  .course-card {

    padding: 24px;

    min-height: auto;

    border-radius: 24px;

  }



  .course-card.highlight {

    transform: none;

  }



  .tag {

    font-size: 11px;

    padding: 5px 12px;

  }



  .watermark {

    font-size: 60px;

    top: 15px;

    right: 15px;

  }



  .course-card h3 {

    font-size: 26px;

    margin-top: 15px;

  }



  .course-card p {

    font-size: 18px;

    margin-top: 12px;

  }



  .course-info {

    margin-top: 15px;

  }



  .course-info li i {

    font-size: 14px;

  }



  .card-footer {

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;

    font-size: 13px;

  }



  .courses .arrow {

    width: 40px;

    height: 40px;

  }



  .courses .arrow::after {

    font-size: 16px;

  }





  .section-header h2 {

    font-size: 24px !important;

  }



  .lead {

    font-size: 15px;

    font-weight: 300;

  }



  .module-title {

    font-size: 24px !important;

    margin: 0;

  }



  .text-overview {

    font-size: 16px;

    font-weight: 500;

    color: var(--bs-secondary);

    line-height: 1.6;

    text-align: justify;



  }



  .course-text-overview {

    padding: 14px 0px;

    text-align: center;

    cursor: pointer;

    margin-bottom: 20px;

  }



  .course-text-overview h3 {

    margin: 0;

    font-size: 20px;

  }





  /* founder section start */

  @media (min-width: 992px) {

    .founder-right-content {

      display: flex;

      flex-direction: column;

      align-items: center;

      gap: 30px;

    }



    .founder-image-box {

      width: 65%;

    }





  }



  /* Tablet & Mobile */

  @media (max-width: 991px) {

    .founder-section {

      padding: 60px 0;

    }



    .founder-name {

      font-size: 2.5rem;

      text-align: center;

    }



    .founder-title {

      text-align: center;

    }



    .founder-description {

      text-align: center;

    }



    .founder-tag {

      display: block;

      text-align: center;

      width: fit-content;

      margin: 0 auto 1rem auto;

    }



    .founder-social {

      justify-content: center;

    }



    .founder-image-box {

      width: 50%;

      margin: 0 auto;

    }

  }



  @media (max-width: 768px) {

    .founder-section {

      padding: 50px 0;

    }



    .founder-stats {

      width: 75%;

      margin: 10px auto;

    }



    .stat-label-founder {

      font-size: 10px;

    }



    .stat-number-founder {

      font-size: 24px;

    }



    .founder-image-box img {

      width: 100%;

    }



    .founder-name {

      font-size: 24px;

    }



    .founder-title {

      font-size: 15px;

    }



    .founder-description {

      font-size: 14px;

      text-align: justify;

      padding: 0px 15px;

    }



    .founder-tag {

      font-size: 10px;

      padding: 8px 15px;

    }



    .founder-image-box {

      width: 60%;

    }



    .stat-number-founder {

      font-size: 24px;

    }



    .stat-label-founder {

      font-size: 10px;

    }



    .founder-text {

      color: #ffffff;

      text-align: center;

    }

  }



  @media (max-width: 576px) {

    .founder-name {

      font-size: 1.75rem;

    }



    .founder-image-box {

      width: 70%;

    }



    .social-link {

      width: 45px;

      height: 45px;

    }



    .social-link svg {

      width: 20px;

      height: 20px;

    }


  }



  /* ========== JOURNEY SECTION ========== */

  .fd-join-steps {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: flex-start;

    margin: 0 auto;

    padding: 0 20px;

    gap: 15px;

    flex-direction: column;

  }



  .fd-join-title {

    font-size: 22px;

  }



  .fd-join-step-count {

    position: absolute;

    width: 40px;

    height: 40px;

  }



  .fd-join-icon-circle i {

    font-size: 35px;

    color: #fff;

  }



  .fd-join-icon-circle {

    width: 100px;

    height: 100px;



  }





  /* ========== cartificate  SECTION ========== */

  .cartificate-section-title {

    font-size: 28px;

    font-weight: 700;

    width: 260px;

    margin: auto;

  }





  /* ========== CERTIFICATE SECTION ========== */

  .certificates-section {

    padding: 80px 0;

  }



  .certificates-section .col-lg-6 {

    width: 100%;

  }



  .certificate-image {

    margin-bottom: 30px;

  }



  .certificate-image img {

    border-radius: 15px;

  }



  .certificate-content {

    text-align: center;



  }



  .certificate-content .section-title {

    font-size: 26px;

    margin-bottom: 20px;

  }



  .certificate-content p {

    font-size: 14px;

    margin-bottom: 15px;

    line-height: 1.7;

  }





  .certificate-vector {

    opacity: 0.08;

  }



  .gallery {



    font-size: 22px !important;

    text-align: center;

    margin-bottom: 15px;



  }



  .certificate-vector {

    position: absolute;

    background-image: url(../img/certificate-vector1.jfif);

    background-repeat: no-repeat;

    background-size: contain;

    opacity: 0.17;

    z-index: 0;

    top: 15%;

    left: 5px;

  }



  .btn-enroll,

  .btn-view {

    width: 100%;

    max-width: 210px;

  }





  .btn-custom {

    width: 100%;

    max-width: 180px;

    padding: 10px 0px;

    border-radius: 30px;

    font-size: 14px;

    gap: 5px;

    z-index: 1;

  }



  /* ========== GALLERY SECTION ========== */





  /* ========== TESTIMONIAL SECTION ========== */

  .testimonial-sectiond {

    padding: 60px 0;

  }



  .testimonial-section-title {

    font-size: 31px;

    font-weight: 700;

    margin-bottom: 3px;

  }



  .testimonials-row {

    flex-direction: column;

  }



  .left-content {

    text-align: center;

    margin-bottom: 30px;

    min-width: 100%;

  }



  .left-content p {

    font-size: 14px;

    line-height: 1.6;
margin: auto;
  }



  .trust-badges {

    justify-content: center;

    margin-top: 20px;

    gap: 15px;

  }



  .badge-item {

    padding: 10px 16px;

  }



  .badge-icon {

    font-size: 1.3rem;

  }



  .badge-text {

    font-size: 13px;

  }



  .testimonial-wrapper {

    min-width: 100%;

  }



  .testimonial-card {

    padding: 25px 20px;

    min-height: 380px;

    border-radius: 20px;

  }



  .quote-icon {

    font-size: 4rem;

    top: 10px;

    right: 15px;

  }



  .student-image {

    width: 80px;

    height: 80px;

    border-width: 4px;

    margin-bottom: 15px;

  }



  .student-name {

    font-size: 1.1rem;

    margin-bottom: 4px;

  }



  .student-course {

    font-size: 0.9rem;

    padding: 4px 12px;

    margin-bottom: 8px;

  }



  .stars {

    font-size: 1.2rem;

    margin-bottom: 12px;

    letter-spacing: 3px;

  }



  .review-text {

    font-size: 0.95rem;

    line-height: 1.6;

    padding: 0 5px;

  }



  .review-text::before,

  .review-text::after {

    font-size: 1.2rem;

  }



  .navigation-buttons {

    gap: 12px;

    margin-top: 12px;

  }



  .nav-arrow {

    width: 40px;

    height: 40px;

    font-size: 1rem;

  }



  .progress-dots {

    margin-top: 20px;

    gap: 6px;

  }



  .dot {

    width: 8px;

    height: 8px;

  }



  .dot.active {

    width: 24px;

  }



  /* ========== CTA SECTION ========== */

  .cta-section {

    padding: 60px 0 90px 0px !important;

  }



  .cta-col-lg {

    flex: 0 0 100%;

    max-width: 100%;

  }



  .cta-section-title {

    font-size: 26px;

    font-weight: 700;

    margin: 10px 0px;

  }



  .cta-description {

    font-size: 14px;

    margin-bottom: 30px;

    padding: 0 10px;

  }



  .cta-buttons {

    flex-direction: column;

    gap: 12px;

  }



  .cta-section .btn-primary-custom,

  .cta-section .btn-secondary-custom {

    width: 100%;

    max-width: 100%;

    padding: 14px 30px;

    font-size: 15px;

  }



  .shape-1,

  .shape-2,

  .shape-3,

  .shape-4 {

    display: none;

  }



  .cta-section::before,

  .cta-section::after {

    width: 200px;

    height: 200px;

  }



  /* ========== UTILITY CLASSES ========== */

  .px-mobile-0 {

    padding-left: 0 !important;

    padding-right: 0 !important;

  }



  .mb-mobile-3 {

    margin-bottom: 1rem !important;

  }



  .text-center-mobile {

    text-align: center !important;

  }



  /* ========== TOUCH OPTIMIZATIONS ========== */

  .btn-primary-custom:active,

  .btn-secondary-custom:active {

    transform: scale(0.98);

  }



  .course-card:active {

    transform: translateY(2px);

  }



  .nav-arrow:active {

    transform: scale(0.95);

  }



  /* ========== LANDSCAPE MODE ========== */

  @media (orientation: landscape) {

    .hero-section {

      min-height: 100vh;

    }



    .hero-content {

      padding: 20px 15px;

    }

  }

}



/*========= footer ===========*/



.floating-logo {

  top: -50px;

}



.floating-logo img {

  max-width: 180px !important;

}



footer {

  padding-top: 4rem !important;

}





.footer-logo-box img {

  width: 100px;

  margin-bottom: 15px;

}





/* Mobile Menu Toggle */

@media (max-width: 991px) {

  /* .navbar-collapse {

    background: rgba(255, 255, 255, 0.98);

    padding: 20px;

    border-radius: 10px;

    margin-top: 15px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

  } */



  .navbar-nav {

    text-align: left;

  }



  .nav-item {

    margin: 0px 0;

  }



  .navbar-nav .nav-link.active {

    background-color: #e9e9e9;

  }



  .navbar-nav .nav-link {

    padding-left: 10px;



  }



  .nav-btn {

    padding: 8px 16px !important;

    font-size: 14px !important;

    margin-top: 18px;

    margin-left: 12px;

  }


  .module-video-con video {
    width: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.05);
  }



  .module-image-container video {
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
    transform: scale(1.05);
  }

  .module-video-con video {
    width: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.05);
    height: auto;
  }

  .module-image-container {
    height: auto !important;
  }


}