@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'REEY-REGULAR';
    src: url('../fonts/REEY-REGULAR.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0
}

        
ul.media-top{
    padding-right: 45px;
}  

ul.media-top li{    
    float: left;
    border-radius: 50%;
    list-style: none;
    margin-right: 10px;
}

ul.media-top li.media1-selected{
    background: #d77c3d url(../images/icn-s-media-tp.png) 12px center no-repeat;
     width:37px;
    height:37px;    
}

ul.media-top li.media2{
    background: #f1f2f6 url(../images/icn-s-media-tp.png) -35px center no-repeat;
     width:37px;
    height:37px;
}

ul.media-top li.media3{
    background: #f1f2f6 url(../images/icn-s-media-tp.png) -83px center no-repeat;
     width:37px;
    height:37px;
}

ul.media-top li.media4{
    background: #f1f2f6 url(../images/icn-s-media-tp.png) -130px center no-repeat;
     width:37px;
    height:37px;
}

.call-box {
    display: flex;
    align-items: center;
    margin: 0 42px;
    gap: 10px;
}

.call-icon img {
    width: 28px;
    height: 28px;
}

.call-text .label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
}

.call-text .number {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.email-box {
    display: flex;
    align-items: center;
    margin: 0 42px;
    gap: 10px;
}

.email-icon img {
    width: 28px;
    height: 28px;
}

.email-text .label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
}

.email-text .number {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  
}
.custom-nav {
  width: 100%;
  justify-content: flex-end;
}
.logo {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 60px;
  align-items: center;
  margin: 0;
}

.nav-links a {
  text-decoration: none;
  color: #6d6a6a;
  font-size: 16px;
}

.nav-links a.active {
  color: #d67832;
  font-weight: 600;
}

.dropdown-menu-item {
            position: relative;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 200px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            border-radius: 8px;
            padding: 10px 0;
            z-index: 1000;
            margin-top: 5px;
        }
        
        .dropdown-content.show {
            display: block;
        }
        
        .dropdown-content li {
            list-style: none;
        }
        
        .dropdown-content li a {
            display: block;
            padding: 10px 20px;
            color: #333;
            text-decoration: none;
            transition: background 0.3s;
        }
        
        .dropdown-content li a:hover {
            background: #f8f9fa;
            color: #ff6b35;
        }
        
        /* Responsive dropdown styles */
        @media (max-width: 768px) {
            .dropdown-content {
                position: static;
                box-shadow: none;
                background: #f8f9fa;
                margin-top: 0;
                border-radius: 0;
                padding: 0;
                width: 100%;
            }
            
            .dropdown-content li a {
                padding: 12px 20px 12px 40px;
                font-size: 14px;
            }
            
            .dropdown-menu-item {
                width: 100%;
            }
            
            .dropdown-toggle::after {
                content: " ▼";
                font-size: 10px;
                margin-left: 5px;
                transition: transform 0.3s;
            }
            
            .dropdown-content.show ~ .dropdown-toggle::after,
            .dropdown-toggle.active::after {
                transform: rotate(180deg);
            }
        }
        
        @media (max-width: 480px) {
            .dropdown-content li a {
                padding: 10px 15px 10px 35px;
                font-size: 13px;
            }
        }


            header .container{
                flex-wrap:wrap;
            }
            header .fw-bold img{
                max-width:150px;
                height:auto;
            }
            
           
            .banner .container{
                flex-direction:column;
                height:auto !important;
                padding:40px 15px;
                align-items: baseline;
            }
            
            @media (max-width: 768px){
                .banner .container{
                    padding:30px 15px;
                }
                .section-title{
                    font-size:24px;
                }
            }
                   
            .features-section{
                display:flex;
                flex-wrap:wrap;
                gap:20px;
                justify-content:center;
            }
            .feature-card{
                flex:1;
                min-width:250px;
                max-width:350px;
            }
            
            @media (max-width: 768px){
                .feature-card{
                    min-width:100%;
                }
            }
            
            .about-section .about-container{
                display:flex;
                flex-wrap:wrap;
                gap:30px;
            }
            .about-images, .about-text{
                flex:1;
                min-width:280px;
            }
                      
            .courses-container{
                display:flex;
                flex-wrap:wrap;
                gap:20px;
                justify-content:center;
            }
            .course-card{
                flex:1;
                min-width:280px;
                max-width:380px;
            }
            
            @media (max-width: 768px){
                .course-card{
                    min-width:100%;
                }
            }
                       
            .mentors-container{
                display:flex;
                flex-wrap:wrap;
                gap:20px;
                justify-content:center;
            }
            .mentor-card{
                flex:1;
                min-width:352px;
                max-width:350px;
            }
            
            @media (max-width: 768px){
                .mentor-card{
                    min-width:100%;
                }
            }
                      
            @media (max-width: 576px){
                .py-5{
                    padding:2rem 0 !important;
                }
                .container{
                    padding-left:15px;
                    padding-right:15px;
                }
                h2{
                    font-size:1.5rem;
                }
                .btn, .learn-btn, .discover-btn{
                    width:100%;
                    text-align:center;
                }
            }
                      
            img{
                max-width:100%;
                height:auto;
            }

.login-btn {
  background: #d67832;
  color: white !important;
  padding: 8px 22px;
  border-radius: 6px;
  font-size: 14px;
}

.nav-blck{
    background: #fffbf5;
  border-bottom: 1px solid #f1e9df;
  box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.1);
  border-top:#e0e2e9 1px solid
}

.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

#menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: #fffbf5;
    display: block;
    text-align: center;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 9;
  }

  .nav-links li {
    padding: 15px 0;
    border-bottom: 1px solid #f1e9df;
  }

  #menu-toggle:checked ~ .nav-links {
    max-height: 400px;
  }
}

.banner{
    background: url(../images/banner.jpg) center center no-repeat;
     background-size: cover;
    background-attachment: fixed;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    position: relative;
    flex-wrap: wrap;
    
}

.tagline {
    font-family: 'REEY-REGULAR', cursive, sans-serif;
    color: #5362ad;
    font-size: 40px;
    margin-bottom: 10px;
    font-style: italic;
    position: absolute;
    right: 105px;
    top: -19px;
    font-weight: normal;
}

.hero-content {
    max-width: 100%;
}

.hero-title {
    font-size: 122px;
    font-weight: 900;
    line-height: 1.2;
    color: #222;
    margin: 0;
    position: relative;
}

.hero-description {
    margin: 20px 0 35px;
    color: #6a6868;
    font-size: 16px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 18px;
}

.btn-primary {
    background: #d67832;
    color: white;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-outline {
    border: 2px solid #d1d1d1;
    padding: 12px 32px;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    background: white;
    font-weight: 600;
    text-transform: uppercase;
}

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    width: 280px;
    background: #d67832;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    opacity: 0.8;
    z-index: -1;
}

.hero::after {
    content: "";
    position: absolute;
    right: 5%;
    top: -30px;
    height: 120px;
    width: 120px;
    background: #d67832;
    border-radius: 50%;
    opacity: 0.9;
    z-index: -1;
}

.features-section {
    display: flex;
    gap: 25px;
    justify-content: center;
    padding: 0px 20px;
    flex-wrap: wrap;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 360px;
    padding: 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.07);
    transition: 0.3s ease;
    position: relative;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card.active {
    border: 1px solid #d27a33;
}

.feature-card.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #d27a33;
    border-radius: 0 0 14px 14px;
}

.icon {
    width: 60px;
}

.icon.orange {
    filter: invert(53%) sepia(61%) saturate(610%) hue-rotate(344deg) brightness(90%) contrast(90%);
}

.feature-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.feature-card p {
    margin: 3px 0 0;
    font-size: 15px;
    color: #6d6d6d;
}

.about-section {
    padding: 70px 7%;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.about-images {
    position: relative;
    flex: 1;
    min-width: 350px;
}

.bg-shape {
    width: 120px;
    height: 100%;
    background: #D27A33;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 30px;
}

.img-block {
    width: 330px;
    height: 380px;
    overflow: hidden;
    border-radius: 18px;
    position: absolute;
}

.img1 {
    left: 40px;
    top: 0;
}

.img2 {
    left: 200px;
    top: 60px;
}

.img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusted-box {
    position: absolute;
    bottom: 18px;
    right: 0;
    background: #fff;
    padding: 18px 22px;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.trusted-content {
    display: flex;
    gap: 12px;
    align-items: center;
}

.trusted-icon {
    width: 55px;
}

.trusted-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.trusted-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.about-images{
    background: url(../images/img-abtus.png) 0 0 no-repeat;
    width: 653px;
    height: 553px;
}

.about-text {
    flex: 1;
    min-width: 330px;
}

.sub-title {
    color: #3267D8;
    font-size: 16px;
    margin: 0 0 10px;
}

.about-text h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
}

.description {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.features-list li {
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    background: url(../images/icn-tick.png) left center no-repeat;
    padding-left:28px
}

.tick {
    color: #3267D8;
    font-size: 18px;
}

.discover-btn {
    padding: 14px 35px;
    background: #D27A33;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.3s ease;
}

.discover-btn:hover {
    background: #b05f25;
}

.courses-section {
    text-align: center;
    padding: 60px 7%;
}

.sub-heading {
    color: #3b57d8;
    font-size: 18px;
    margin-bottom: 10px;
}

.main-heading {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

.courses-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.course-card {
    width: 320px;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: left;
    position: relative;
    transition: 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
}

.course-card.active {
    border: 2px solid #3b57d8;
}

.tag {
    background: #5362ad;
    color: #fff;
    padding: 4px 20px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}

.course-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.desc {
    color: #666;
    margin-bottom: 18px;
    line-height: 1.4;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.features li {
    margin: 10px 0;
    padding-left: 28px;
    position: relative;
    color: #444;
    font-size: 15px;
    background: url(../images/icn-tick.png) left center no-repeat;
}

.learn-btn {
    display: block;
    width: 50%;
    left: 26%;
    position: absolute;
    text-align: center;
    background: #d68041;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s ease;
}

.learn-btn:hover {
    background: #ba6a32;
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 32px;
    }
    .course-card {
        width: 100%;
        max-width: 370px;
    }
}

.mentors-section {
    position: relative;
    padding-bottom: 60px;
}

.top-bg {
    background: url('orange-bg.jpg') center/cover no-repeat;
    height: 250px;
    width: 100%;
}

.title-wrap {
    text-align: center;
    margin-top: -120px;
}

.sub-head {
    color: #fff;
    font-size: 15px;
    opacity: 0.9;
}

.main-head {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-top: 5px;
}

.mentors-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 6%;
}

.mentor-card {
    background: #fff;
    width: 330px;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    transform: translateY(-8px);
}

.mentor-card:hover {
    transform: translateY(-8px);
}

.mentor-card.active {
    border: 2px solid #dd812f;
}

.mentor-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.mentor-card h3 {
    margin: 10px 0;
    font-size: 20px;
}

.role {
    color: #dd812f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
    height: 75px;
}

.social-box {
    display: flex;
    justify-content: center;
    gap: 18px;
    background: #f2f2f2;
    padding: 12px 0;
    border-radius: 8px;
}

.social-box a {
    color: #555;
    font-size: 15px;
    transition: 0.2s;
}

.social-box a:hover {
    color: #dd812f;
}

@media (max-width: 768px) {
    .main-head {
        font-size: 28px;
        margin-top: 10px;
    }

    .mentor-card {
        width: 100%;
        max-width: 360px;
    }
}

.top-bg {
    
    background: url(../images/img-guided-bg.png) 0 0 no-repeat;
    padding: 45px 20px 120px;
    text-align: center;
    color: #fff;
    position: relative;
}

.social-box {
    width: 100%;
    max-width: 320px;
    background: #f1f2f6;
    padding: 20px 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px auto;
}

.social-box a {
    font-size: 22px;
    color: #6c6f7a;
    transition: 0.3s ease;
}

.social-box a:hover {
    color: #000;
}

.sub-title {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.main-title {
    font-size: 40px;
    font-weight: 700;
}

.social-box .fa-twitter{
    background: url(../images/icn-media.png) 0 0 no-repeat;
    width:17px;
    height:17px;
}

.social-box .fa-facebook{
    background: url(../images/icn-media.png) -53px 0 no-repeat;
    width:17px;
    height:17px;
}

.social-box .fa-instagram{
    background: url(../images/icn-media.png) -108px 0 no-repeat;
    width:17px;
    height:17px;
}

.mentors-container {
    width: 90%;
    max-width: 1300px;
    margin: -70px auto 0; /* move up */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.mentor-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.mentor-card:hover {
    transform: translateY(-6px);
}

.highlight {
    border: 1px solid #d87437;
}

.mentor-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.mentor-card h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.designation {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d87437;
    margin-bottom: 15px;
}

.desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.social-box {
    background: #f4f4f7;
    padding: 20px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.social-box i {
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.social-box i:hover {
    color: #d87437;
}

.dots {
    text-align: center;
    margin-top: 35px;
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
}

.dots .active {
    background: #d87437;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .mentor-card {
        padding: 20px;
    }

    .mentor-img {
        width: 110px;
        height: 110px;
    }

    .main-title {
        font-size: 28px;
    }
}

.companies-section {
    padding: 80px 20px;
    text-align: center;
    background: #fff;
}

.sub-title {
    font-size: 16px;
    color: #6664b8;
    font-weight: 500;
    margin-bottom: 10px;
}

.sub-title-guided {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}

.companies-grid {
    width: 90%;
    max-width: 1300px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
}

.company-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;

    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.company-card:hover {
    transform: translateY(-6px);
}

.company-card img {
    max-width: 160px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.career-steps {    
    background: #d07f43 url(../images/img-guided-bg.png) 0 0 no-repeat;
    
    padding: 115px 17% 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-wrap: wrap;
    color: #fff;
}

.career-steps h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.career-steps h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.career-steps p {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.6;
}

.steps {
    display: flex;
    /* flex-direction: column;
    gap: 20px; */
    position: relative;
    background:  url(../images/img-line.png) 0 0 no-repeat;
}

.step {
    background: #fff;
    padding: 15px 25px;
    width: 188px;
    height: 210px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
}

.step h3 {
    color: #d27e41;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0 5px;
}

.number {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    color: #e8d6cd;
}

.step1 {
    transform: translateX(-40px);
    right: 61px;
    top: 116px;
}

.step2 {
    transform: translateX(30px);
        right: 156px;
    top: -65px;
    background-color: #fff2e9;
}

.step3 {
    transform: translateX(-10px);
    right: 198px;
    top: 140px;
}

.roadmap-section {
            display: flex;
            align-items: center;
            gap: 60px;
            padding: 80px 40px;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .roadmap-section .text-area {
            flex: 1;
            min-width: 300px;
        }
        
        .roadmap-section .text-area h6 {
            font-size: 14px;
            text-transform: uppercase;
            color: #ff6b35;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .roadmap-section .text-area h1 {
            font-size: 42px;
            line-height: 1.3;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .roadmap-section .text-area p {
            font-size: 16px;
            line-height: 1.7;
            color: #666;
            margin-bottom: 30px;
        }
        
        .roadmap-section .feature-box {
            padding: 15px 20px;
            margin-bottom: 15px;
            
            border-left: 4px solid #ff6b35;
            font-size: 15px;
            font-weight: 500;
            border-radius: 4px;
        }
        
        .roadmap-section .image-area {
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .roadmap-section .image-area img {
            width: 100%;
            max-width: 600px;
            height: auto;
            display: block;
        }
        
        .roadmap-section .bottom-bar {
            width: 100%;
            max-width: 600px;
            height: 8px;
            background: linear-gradient(to right, #ff6b35, #ff8c5a);
            margin-top: 20px;
            border-radius: 4px;
        }
        
        /* Tablet */
        @media (max-width: 1024px) {
            .roadmap-section {
                padding: 60px 30px;
                gap: 40px;
            }
            
            .roadmap-section .text-area h1 {
                font-size: 36px;
            }
            
            .roadmap-section .text-area p {
                font-size: 15px;
            }
            
            .roadmap-section .feature-box {
                font-size: 14px;
                padding: 12px 18px;
            }
        }
        
        /* Mobile */
        @media (max-width: 768px) {
            .roadmap-section {
                flex-direction: column;
                padding: 50px 20px;
                gap: 40px;
            }
            
            .roadmap-section .text-area {
                width: 100%;
                text-align: center;
            }
            
            .roadmap-section .text-area h6 {
                font-size: 13px;
            }
            
            .roadmap-section .text-area h1 {
                font-size: 28px;
            }
            
            .roadmap-section .text-area p {
                font-size: 14px;
            }
            
            .roadmap-section .feature-box {
                text-align: left;
                font-size: 14px;
            }
            
            .roadmap-section .image-area {
                width: 100%;
            }
            
            .roadmap-section .image-area img {
                max-width: 100%;
            }
            
            .roadmap-section .bottom-bar {
                max-width: 100%;
            }
        }
        
        /* Small Mobile */
        @media (max-width: 480px) {
            .roadmap-section {
                padding: 40px 15px;
                gap: 30px;
            }
            
            .roadmap-section .text-area h6 {
                font-size: 12px;
                margin-bottom: 10px;
            }
            
            .roadmap-section .text-area h1 {
                font-size: 24px;
                margin-bottom: 15px;
            }
            
            .roadmap-section .text-area p {
                font-size: 13px;
                margin-bottom: 25px;
            }
            
            .roadmap-section .feature-box {
                padding: 10px 15px;
                font-size: 13px;
                margin-bottom: 12px;
            }
            
            .roadmap-section .bottom-bar {
                height: 6px;
                margin-top: 15px;
            }
        }

.text-area {
    flex: 1;
    min-width: 320px;
}

.text-area h6 {
    color: #4d6ce1;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.text-area h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.text-area p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 35px;
    color: #555;
}


.feature-box {
    background: #fff6ec;
    padding: 18px 25px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #222;
}


.image-area img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}


.bottom-bar {
    width: 70%;
    height: 15px;
    
    border-radius: 8px;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.faq-section {
    padding: 80px 10%;
    text-align: center;
}

.faq-subtitle {
    color: #5362ad;
    font-size: 16px;
    margin-bottom: 5px;
}

.faq-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}


.faq-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    position: relative;
}

.faq-tabs .tab {
    font-size: 20px;
    padding-bottom: 6px;
    cursor: pointer;
    color: #1c1e27;
    position: relative;
    padding: 8px 22px;
}

.faq-tabs .tab.active {
    color: #1c1e27;
    font-weight: 600;
}

.faq-tabs .tab.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #d78342;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 3px;
}

.faq-container {
    max-width: 80%;
    margin: auto;
}

.faq-item {
    background: #ffffff;
    padding: 18px 25px;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
}

.arrow {
    font-size: 20px;
    color: #666;
    transition: 0.3s;
    background: url(../images/icn-arow.png) 1px 6px no-repeat;
    width: 40px;
    height: 24px;
}

.faq-answer {
    margin-top: 12px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    display: none;
}

.faq-item {
            border-bottom: 1px solid #e0e0e0;
            padding: 20px;
        }
        
        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 600;
            font-size: 16px;
            user-select: none;
        }
        
        .faq-question .arrow {
            font-size: 20px;
            transition: transform 0.3s ease;
        }
        
        .faq-question .arrow::before {
             background: url(../images/icn-arow.png) 1px 6px no-repeat;
             width: 40px;
             height: 24px;
        }
        
        .faq-item.active .faq-question .arrow {
            transform: rotate(180deg);
        }
        
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0;
        }
        
        .faq-item.active .faq-answer {
            max-height: 200px;
            padding-top: 15px;
            text-align: left;
        }

        .career-steps {
            padding:110px 20px 160px;
        }
        
        .career-steps .content {
           
            margin-bottom: 50px;
        }
                
        @media (max-width: 768px) {
            .dropdown-content {
                position: static;
                box-shadow: none;
                background: #f8f9fa;
                margin-top: 0;
                border-radius: 0;
                padding: 0;
                width: 100%;
            }
            
            .dropdown-content li a {
                padding: 12px 20px 12px 40px;
                font-size: 14px;
            }
            
            .dropdown-menu-item {
                width: 100%;
            }
            
            .dropdown-toggle::after {
                content: " ▼";
                font-size: 10px;
                margin-left: 5px;
                transition: transform 0.3s;
            }
            
            .dropdown-content.show ~ .dropdown-toggle::after,
            .dropdown-toggle.active::after {
                transform: rotate(180deg);
            }
                    
            .career-steps {
                padding: 40px 15px;
            }
            
            .career-steps .content h1 {
                font-size: 24px;
            }
            
            .career-steps .content p {
                font-size: 14px;
            }
            
            .career-steps .steps {
                flex-direction: column;
                gap: 30px;
            }
            
            .career-steps .step {
                max-width: 100%;
                padding: 20px;
            }
            
            .career-steps .step img {
                width: 60px;
                height: 60px;
            }
            
            .career-steps .step h3 {
                font-size: 18px;
            }
            
            .career-steps .step .number {
                font-size: 36px;
            }
        }
        
        @media (max-width: 480px) {
            .dropdown-content li a {
                padding: 10px 15px 10px 35px;
                font-size: 13px;
            }
            
            .career-steps {
                padding: 30px 10px;
            }
            
            .career-steps .content h1 {
                font-size: 20px;
            }
            
            .career-steps .step {
                padding: 15px;
            }
            
            .career-steps .step img {
                width: 50px;
                height: 50px;
            }
            
            .career-steps .step h3 {
                font-size: 16px;
            }
            
            .career-steps .step .number {
                font-size: 32px;
            }
        }
        
        @media (min-width: 769px) and (max-width: 1024px) {
            .career-steps .steps {
                gap: 30px;
            }
            
            .career-steps .step {
                max-width: 250px;
            }
        }

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.purpose-section {
    background: #d87938 url(../images/img-prps-bg.png) 0 0 no-repeat;
    padding: 70px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.purpose-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.purpose-content p {
    font-size: 26px;
    line-height: 1.6;
}

.testimonial-section {    
    margin: auto;
    padding: 125px 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: flex-start;
    gap: 40px;
    background: #f1f2f6 url(../images/img-lrnr-bg.png) -88px 223px no-repeat;
}

.testimonial-left .small-title {
    color: #6a6fb2;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-left h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #0f0f1e;
    margin: 10px 0 20px;
    font-weight: 700;
}

.testimonial-left p {
    max-width: 340px;
    font-size: 16px;
    color: #6b6c7b;
    line-height: 1.6;
}

.dots {
    display: flex;
    gap: 8px;
    margin-top: 25px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #c5c7cd;
    border-radius: 50%;
}

.dot.active {
    background: #e67833;
}

.testimonial-cards {
    
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

}

.card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card h4 {
    color: #e67833;
    font-size: 18px;
    margin-bottom: 12px;
}

.card .desc {
    color: #51525a;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    height: auto;
}

.profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.profile h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.profile span {
    font-size: 13px;
    color: #7a7b85;
}

.testimonial-group {
            display: none;
            width: 100%;
        }
        
        .testimonial-group.active {
            display: block;
            width: 100%;
        }
        
        .testimonial-group .card {
            float: left;
            width: calc(33.333% - 20px);
            margin-right: 30px;
            margin-bottom: 20px;
            /* height: 345px; */
        }
        
        .testimonial-group .card:nth-child(3n) {
            margin-right: 0;
        }
        
        .testimonial-group::after {
            content: "";
            display: table;
            clear: both;
        }
        
        .testimonial-section .dots {
            margin-top: 40px;
            clear: both;
        }
        
        .testimonial-section .dots .dot {
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .testimonial-section .dots .dot:hover {
            opacity: 0.7;
        }
        
        /* Responsive Design */
        @media (max-width: 1024px) {
            .testimonial-group .card {
                width: calc(50% - 15px);
                height: auto;
            }
            
            .testimonial-group .card:nth-child(3n) {
                margin-right: 30px;
            }
            
            .testimonial-group .card:nth-child(2n) {
                margin-right: 0;
            }
        }
        
        @media (max-width: 768px) {
            .testimonial-section {
                flex-direction: column;
                justify-content: center !important;
            }
            
            .testimonial-left {
                width: 100%;
                text-align: center;
                margin-bottom: 30px;
            }
            
            .testimonial-cards {
                width: 100%;
            }
            
            .testimonial-group .card {
                width: 100%;
                margin-right: 0;
                float: none;
            }
            
            .testimonial-group .card:nth-child(2n) {
                margin-right: 0;
            }
        }
        
        @media (max-width: 480px) {
            .testimonial-group .card {
                height: auto;
                margin-bottom: 15px;
            }
            
            .testimonial-section .dots {
                margin-top: 20px;
            }
        }

@media (max-width: 992px) {
    .testimonial-section {
        grid-template-columns: 1fr;
    }

    .testimonial-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .testimonial-cards {
        grid-template-columns: 1fr;
    }

    .testimonial-section {
        padding: 40px 20px;
    }

    .testimonial-left h2 {
        font-size: 32px;
    }
}


/* RESPONSIVE DESIGN */
@media (max-width: 991px){
                header > div:first-child{
                    flex-direction:column;
                    align-items:flex-start !important;
                }
                header > div:first-child > div:last-child{
                    width:100%;
                    flex-direction:column;
                    margin-top:15px;
                }
                header > div:first-child > div:last-child > div{
                    border-right:none !important;
                    border-bottom:1px solid #e0e2e9;
                    padding:10px 0;
                    width:100%;
                }
                header > div:first-child > div:last-child > div:last-child{
                    border-bottom:none;
                }
            }

@media (max-width: 992px) {
    .roadmap-section {
        flex-direction: column;
        text-align: center;
    }

    .text-area h1 {
        font-size: 36px;
    }

    .text-area p {
        margin: auto;
        margin-bottom: 30px;
    }

    .feature-box {
        text-align: center;
    }

    .bottom-bar {
        width: 100%;
        right: 0;
    }
}



@media (max-width: 768px) {
    .steps{display: none}
    .faq-tabs {
        gap: 20px;
        flex-wrap: wrap;
    }

    .faq-title {
        font-size: 32px;
    }

    .tab {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}


@media (max-width: 600px) {
    .text-area h1 {
        font-size: 30px;
    }

    .text-area p {
        font-size: 16px;
    }

    .feature-box {
        font-size: 16px;
        padding: 15px 18px;
    }

    .purpose-content h1 {
        font-size: 30px;
    }

    .purpose-content p {
        font-size: 16px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 30px;
    }
}

/* WooCommerce product grid */
.woocommerce ul.products li.product {
  border: none;
  text-align: center;
}

/* Product price */
.woocommerce div.product .price {
  color: #e63946;
  font-size: 18px;
}

/* Add to cart button */
.woocommerce a.button {
  background: #000;
  color: #fff;
}

.woocommerce ul.products li.product {
  border: none;
}

.woocommerce a.button {
  background: black;
  color: white;
}
