* {
  margin: 0;
  font-family: sans-serif;
  
}
html,body {
    width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; 
}


h1, h2, h3,p,a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; 
  letter-spacing: 1px;
}

/* navbar start */

nav {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0 60px;
  background-color: #0F172A;
  position: relative;
}

.logo {
  color: #F9FAFB;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.logo img {
  width: 150px; 
  height: auto; 
  display: block; 
}

.right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  flex: 1; 
}

.nav-links {
  display: flex;
  gap: 30px;
  color: #E5E7EB;
  margin-right: 20px; 
}

.nav-links a {
  color: white;
  text-decoration: none; 
  cursor: pointer;
  font-weight: 500;
  transition: opacity 0.3s;
}

.nav-links a:hover {
  opacity: 0.7;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}



#contact-section {
  scroll-margin-top: 100px; 
}


@media screen and (max-width: 768px) {
  nav {
    position: sticky; 
    top: 0;
    z-index: 1000;
  }

  .right-nav {
    display: none; 
    position: absolute;
    top: 75px; 
    left: 0;
    width: 100%;
    background-color: #0F172A;
    flex-direction: column;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    z-index: 999;
  }

  
  .right-nav.active {
    display: flex;
    animation: fadeInDown 0.3s ease;
  }

  .nav-links {
    flex-direction: column;
    gap: 25px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
  }

  
  .procedure-container {
    padding: 60px 5%;
    flex-direction: column;
    text-align: center;
  }

  .step-item {
    flex-direction: column;
    align-items: center;
  }

  .step-content li {
    padding-left: 0;
  }

  .step-content li::before {
    display: none;
  }

  .contact-card {
    max-width: 100%;
    padding: 30px 20px;
  }
}


@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}











/* @media screen and (max-width: 768px) {

  
  nav {
    flex-direction: column;
    height: auto;
    padding: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 15px;
  }

  .right-nav {
    display: none;
     position: absolute;
    top: 75px;
    right: 60px;
    flex-direction: column;
     background-color: #0F172A;
    gap: 20px;
   padding: 15px;
   border-radius: 8px;
  }

  .nav-links {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .auth {
    flex-direction: column;
    gap: 10px;
  }

  .hamburger {
    display: flex;
  }

    .right-nav.active {
    display: flex;
  }
} */

/* navbar end */

/* Home section Start */

/* 1. Layout & Containers */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #f3f4f6;
    overflow: hidden;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

.hero-text-box {
    flex: 1;
    max-width: 650px; 
    z-index: 2;
}

.hero-title {
    
    font-size: 2.8rem; 
    font-weight: 500;
    line-height: 1.2; 
    margin-bottom: 15px;
    color: #111827;
    white-space: nowrap; 
}




.hero-mentor {
    font-size: 1.2rem;
    color: #26a69a;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero-academy {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 1.1rem;
    font-style: italic;
    color: #6b7280;
    margin-bottom: 35px;
    border-left: 3px solid #26a69a;
    padding-left: 15px;
    line-height: 1.6;
}

.hero-btn {
    display: inline-block;
    background-color: #111827;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s, background-color 0.3s;
}

.hero-btn:hover {
    background-color: #1f8a80;
    transform: translateY(-3px);
}

/* 3. Image Styling */
.hero-image-box {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image-box img {
    position: relative;
    max-width: 100%;
    max-height: 85vh;
    height: auto;
    display: block;
    z-index: 5; 
}

.footer-bar-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 50px;
    background-color: #1e1b4b;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;
    z-index: 10; 
}

.white-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.top-line { top: -10px; }
.bottom-line { top: 6px; }

.social-icons-wrapper {
    display: flex;
    gap: 25px;
}

.social-icons-wrapper a {
    color: white;
    font-size: 1.4rem;
    transition: opacity 0.3s;
}

.social-icons-wrapper a:hover {
    opacity: 0.7;
}

/* 5. Mobile Optimization */
@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        padding: 80px 20px 40px;
    }

    .hero-text-box {
        max-width: 100%;
    }

    .hero-title {
        font-size: 2rem;
        white-space: normal; 
    }

    .hero-image-box {
        margin-top: 40px;
        justify-content: center;
    }

    .footer-bar-container {
        padding-right: 0;
        justify-content: center;
        bottom: 0; 
    }

}

/* Home section end */

/* About Start */

.about-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about-container {
    display: flex;
    flex-direction: row-reverse; 
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 50px;
}
.about-text {
    flex: 1.2; 
}

.about-text h4 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 5px;
    font-weight: 500;
}

.about-text h2 {
    font-size: 2.5rem;
    color: #111827;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-text p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}



@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
        text-align: left;
    }
    
    .about-image {
        width: 100%;
    }
}

/* About End */

/* Servise start */

.company-fact {
  padding: 80px 20px;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
}

.orange-bar {
  width: 4px;
  height: 18px;
  background-color: #0F172A;
}

.main-title {
  font-size: 30px;
  font-weight: 500;
  color: #1a1e2e;
  line-height: 1.2;
  margin-top: 15px;
}

.btn-started {
  background-color: #0F172A;
  color: white;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: 0 10px 20px rgba(34, 10, 5, 0.3);
  transition: transform 0.3s ease;
}

.btn-started:hover {
  transform: translateY(-3px);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.icon {
  font-size: 40px;
  margin-bottom: 20px;
  color:#0F172A; 
}

.stat-content {
  border-left: 4px solid #0F172A;
  padding-left: 20px;
}

.stat-content h3 {
  font-size: 36px;
  font-weight: 900;
  color: #1a1e2e;
}

.stat-content p {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .header-row { flex-direction: column; 
    align-items: flex-start; 
    gap: 30px; 
  }
  .stats-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 576px) {
  .stats-grid { 
    grid-template-columns: 1fr; 
  }
  .main-title { 
    font-size: 32px; }
  
    .icon{
    display: none;
  }
}

/* Service end */


/* What i do start */

/* .services-section {
    background-color: #0a0a0c;
    padding: 100px 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: #ffffff;
    overflow: hidden; 
}

.services-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.services-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
    color: #f1f1f1;
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

.nav-btn {
    background: #1c1c1f;
    border: 1px solid #2d2d31;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.boxbody {
    display: flex;
    gap: 24px;
    overflow-x: hidden; 
    scroll-behavior: smooth;
    padding: 15px 0; 
    width: 100%;
}

.box {
    flex: 0 0 337.33px; 
    height: 380px;
    background: #121214;
    border: 1px solid #242427;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.box hr {
    width: 50px;
    height: 4px;
    background: rgb(218, 214, 0);
    border: none;
    margin: 0 0 25px 0;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.box h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.box p {
    font-size: 0.95rem;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

.apply-btn {
    margin-top: auto;
    background: #1c1c1f;
    color: #ffffff;
    border: 1px solid #2d2d31;
    padding: 10px 24px;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.box:hover {
    transform: translateY(-10px);
    border-color: rgb(218, 214, 0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.box:hover hr {
    width: 80px;
}

.box:hover .apply-btn {
    background: rgb(218, 214, 0); 
    border-color: rgb(218, 214, 0);
    color: #000000;
} */


.services-section {
    background-color: #0F172A;
    padding: 60px 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.services-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.services-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #f1f1f1;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-btn {
    background: #0F172A;
    border: 1px solid #2d2d31;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxbody {
    display: flex;
    gap: 24px;
    overflow-x: auto; 
    scroll-behavior: smooth;
    padding: 10px 0 30px 0;
    scrollbar-width: none; 
}

.boxbody::-webkit-scrollbar {
    display: none; 
}


.box {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 300px; 
    height: 380px;
    background: #121214;
    border: 1px solid #242427;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.box hr {
    width: 40px;
    height: 4px;
    background: rgb(218, 214, 0);
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
}

.box h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.box p {
    font-size: 0.9rem;
    color: #a1a1aa;
    line-height: 1.6;
}

.apply-btn {
    margin-top: auto;
    background: #1c1c1f;
    color: #ffffff;
    border: 1px solid #2d2d31;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}


@media (max-width: 768px) {
    .services-header h2 {
        font-size: 1.5rem;
    }

    .boxbody {
        gap: 15px;
        overflow-x: scroll; 
        padding-right: 20px; 
    }

    .box {
        flex: 0 0 100%; 
        height: auto;
        min-height: 350px;
    }
    
    .nav-buttons {
        display: none; 
    }
}


@media (min-width: 769px) {
    .box:hover {
        transform: translateY(-8px);
        border-color: rgb(218, 214, 0);
    }
    .box:hover .apply-btn {
        background: rgb(218, 214, 0);
        color: #000;
    }
}




/* What i do end */


/* My expertise start */

/* .expertise-section {
  padding: 80px 5%;
  text-align: center;
}

.expertise-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.carousel-wrapper {
  overflow: hidden; 
  max-width: 1200px;
  margin: 0 auto;
}

.expertise-grid {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.expertise-item {
  min-width: calc(25% - 15px); 
  flex-shrink: 0;
}

.circle-frame {
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.controls {
  margin-top: 40px;
}

.btn {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Montserrat';
  margin: 0 5px;
}


.carousel-wrapper {
  overflow: hidden;
  max-width: 1100px; 
  margin: 0 auto;
  position: relative;
}

.expertise-grid {
  display: flex;
  gap: 20px; 
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 20px 0;
}

.expertise-item {

  min-width: calc(25% - 15px); 
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .expertise-item {
    min-width: calc(50% - 10px);
  }
} */
/* My expertise end */

/* Blog start */

.lecturer-blog {
    background-color: #f4f7f9;
    padding: 60px 20px;
    font-family: 'Times New Roman', Times, serif; 
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.section-heading p {
    color: #555;
    font-style: italic;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.post-card {
    background: #ffffff;
    width: 350px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-content {
    padding: 20px;
}

.post-tag {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #004a99; 
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.post-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.2;
}

.post-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.btn-link {
    text-decoration: none;
    color: #004a99;
    font-weight: bold;
    font-family: Arial, sans-serif;
}


.newsletter-box {
    background-color: #1a2a3a; 
    color: #ffffff;
    padding: 40px;
    width: 350px;
    border-radius: 4px;
    text-align: center;
}

.newsletter-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.newsletter-box p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.newsletter-box input {
    width: 90%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 2px;
}

.newsletter-box button {
    width: 95%;
    padding: 10px;
    background-color: #004a99;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .post-card, .newsletter-box {
        width: 100%;
    }
}

/* Blog end */

/* Connect us start */


.procedure-container {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  gap: 60px;
  padding: 80px 10%;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  min-height: 80vh; 
}


.steps-column { 
  flex: 1.4; 
}

.gray-subtitle {
  color: #1E293B;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-heading {
  font-family: 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #222;
  margin-bottom: 40px;
  line-height: 1.2;
}

.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.step-number {
  background: #1E293B;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 8px;
  flex-shrink: 0;
}

.step-content h3 {
  font-family: 'Georgia', serif;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  color: #1a1a1a;
}

.step-content ul {
  list-style: none;
  padding: 0;
}

.step-content li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.step-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1E293B; 
  font-weight: bold;
}



#contact-section {
  scroll-margin-top: 80px; 
}

.form-column {
  flex: 1;
  display: flex;
  justify-content: center;
}

.contact-card {
  background: #1E293B;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 40px rgba(227, 47, 39, 0.15);
}

.contact-card p { 
  font-size: 1rem; 
  margin-bottom: 5px;
  opacity: 0.9;
}

.contact-card h2 {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  margin-bottom: 25px;
}

.contact-card input, 
.contact-card textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.send-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 15px 35px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, background 0.3s;
}

.send-btn:hover {
  background: #222;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .procedure-container {
    flex-direction: column;
    padding: 60px 5%;
    gap: 50px;
  }
  
  .steps-column, .form-column { width: 100%; }
  
  .contact-card { max-width: 100%; }
}

/* Connect us end */




/* Footer start */

.footer-container {
  background-color:#0F172A;
  color: #ffffff;
  padding: 60px 0 0 0;
  font-family: 'Arial', sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap; 
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  gap: 30px;
}

.footer-column h3 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-column p {
  font-size: 1rem;
  color: #ffffff;
}


.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
}


.subscribe-form {
  display: flex;
  background: white;
  border-radius: 50px; 
  overflow: hidden;
  width: 250px;
}

.subscribe-form input {
  border: none;
  padding: 12px 20px;
  outline: none;
  flex: 1;
}
.subscribe-form button p
.subscribe-form button {
  background-color: #26a69a; 
  color: white;
  border: none;
  padding: 0 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.subscribe-form button:hover {
  background-color: #1f8a80;
}


.footer-bottom {
  border-top: 1px solid #334155; 
  border-bottom: 1px solid #334155; 
  padding: 20px 60px; 
  background-color: #0f172a; 
  text-align: left;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
}


@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
  }
  
  .footer-column {
    margin-bottom: 20px;
  }

  .subscribe-form {
    width: 100%;
    max-width: 300px;
  }
}

/* Footer end */
