/* ========== GLOBAL STYLES ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f7fa;
    overflow-x: hidden;
}

.slide-toggle {
    display: none;
}

.nav__search-wrapper {
    display: none;
}

.popup-header {
    display: none;
}

#pp-pay-later-message {
    background: #A2D5C6;
    font-size: 12px !important;
    padding: 6px 8px 0px 8px;
    margin: 3px 0px 7px 0px;
    border-radius: 10px;
    border: 1px solid #A2D5C6;
    display: none;
}

/*  Sticky Div CSS */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 1rem;
    min-height: 70px;
    max-height: 100px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}

.sticky.show {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Alternative: Even more specific if needed */
div.sticky.show {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.sticky-data {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.sticky-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-left: 0;
    flex: 1;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.button {
    border-radius: 0.25rem;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.button:hover {
    transform: translateY(-2px);
}


.sticky-price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    min-height: 40px;
}

/* ========== MAIN CONTAINER SECTION ========== */
.main-container {
    width: 100%;
    height: 80vh;
    /* background: linear-gradient(135deg, #000000 0%, #434343 100%); */
background: linear-gradient(135deg, #e3f3cf 0%, #cbeda1 100%);
/* background: linear-gradient(135deg, #f0f9ff 0%, #0ea5e9 100%); */
/* background: linear-gradient(135deg, #fef3c7 0%, #f59e0b 100%); */
/* background: linear-gradient(135deg, #fff7ed 0%, #fb923c 100%); */


    display: flex;
    position: relative;
    overflow: hidden;
}

.left-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: relative;
}

.content-half {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #294c2d ;
    z-index: 2;
}

.header-container {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    margin-left: 50px;
}


.content-half h1 {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    z-index: 2;
    position: relative;
    letter-spacing: -0.5px;
}

.mobile-break {
    display: none;
}

.header-container img {
    width: 300px;
    height: 100px;
    vertical-align: middle;
    margin-bottom: 5px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.content-half h1 img:hover {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}

.title-text {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    max-width: 82%;
    gap:6px;
}

.title-line-1 {
    display: block;
    line-height: 1.2;
    font-size: 30px;
    margin-left: 15px;
}

.title-line-2 {
    display: block;
    line-height: 1.2;
    font-size: 1.2rem;
    margin-left: 15px;
    font-weight: 400;
}

.content-half p {
    font-size: 1.2rem;
    line-height: 1.5;
    opacity: 0.95;
    font-weight: 300;
    margin-top: 2%;
    margin-left: 86px;
    letter-spacing: 0.3px;
}

.image-half {
    width: 100%;
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spanning-image-container {
    position: absolute;
    top: 71%;
    left: 18%;
    transform: translate(-25%, -25%);
    width: 380px;
    height: 380px;
    z-index: 10;
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.thought-cloud {
    position: absolute;
    z-index: 15;
    pointer-events: none;
}

.thought-cloud-right {
    top: -5%;
    right: -5%;
    width: 150px;
    height: 90px;
}

.thought-cloud-left {
    top: -5%;
    left: -5%;
    width: 120px;
    height: 100px;
}

.thought-cloud-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.right-section {
    width: 40%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.5% 2%;
    border-radius: 40px;
    overflow: hidden;
    max-height: 75vh;
}

.internship-features {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 85%;
    max-width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: visible;
}

.features-title {
    font-size: clamp(1.1rem, 2.2vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 15px;
    color: #34495e;
    position: relative;
    z-index: 2;
    letter-spacing: -0.3px;
}

.top-buttons-container {
    display: flex;
    gap: 0;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.top-btn {
    flex: 1;
    padding: clamp(8px, 1.8vw, 12px) clamp(10px, 2.5vw, 14px);
    font-size: clamp(0.75rem, 1.3vw, 0.85rem);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 27px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
}

.top-btn:first-child {
    border-top-left-radius: 40px;
    border-top-right-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.005);
}

.top-btn:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.005);
}

.top-btn.active {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.4) 0%, rgba(52, 73, 94, 0.4) 100%);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
    border-bottom: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

.top-btn:not(.active) {
    background: transparent;
    color: #726565;
    border-color: rgba(117, 96, 96, 0.067);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);

}

.top-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 252, 255, 0.2);
}

.content-section {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.4) 0%, rgba(52, 73, 94, 0.4) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(65, 63, 63, 0.2);
    margin-top: -2px;
    min-height: 285px;

}

.content-section.active {
    display: flex;
}

.enroll-content-wrapper {
    border-radius: 12px;
    padding: 12px;
    margin: 20px 0;
}

.discount-badge {
    background: linear-gradient(135deg, #40a944 0%, #52dd56 100%);
    color: white;
    padding: clamp(5px, 1.2vw, 7px) clamp(10px, 2.5vw, 14px);
    border-radius: 15px;
    font-size: clamp(0.7rem, 1.5vw, 0.85rem);
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    box-shadow: 0 3px 12px rgba(255, 107, 107, 0.3);
}

.price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    min-height: 40px;
    flex-direction: column;
}

.current-price {
    font-size: clamp(1.3rem, 3.5vw, 1.7rem);
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.original-price {
    font-size: clamp(0.9rem, 2.2vw, 1.1rem);
    color: #ff6b6b;
    text-decoration: line-through;
    opacity: 0.9;
    font-weight: 500;
}

.guarantee-text {
    padding: clamp(8px, 1.8vw, 10px);
    font-size: clamp(0.7rem, 1.5vw, 0.8rem);
    color: white;
    margin-bottom: 5px;
    font-weight: 700;
}

.emi-text {
    padding: clamp(8px, 1.8vw, 10px);
    font-size: clamp(0.7rem, 1.5vw, 0.8rem);
    color: white;
    margin-bottom: 8px;
    font-weight: 700;
}

.add-to-cart-btn {
    width: 80%;
    padding: clamp(10px, 2.5vw, 14px) clamp(12px, 3.5vw, 16px);
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: 2px solid#6b7280;
    border-radius: 10px;
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
    min-height: 35px;
}

.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.4);
}

.callback-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 6px;
    width: 100%;
}

.contact-input {
    width: 100%;
    padding: clamp(8px, 2vw, 8px) clamp(10px, 2.5vw, 12px);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-size: clamp(0.60rem, 1vw, 0.70rem);
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-family: 'Poppins', sans-serif;
    height: 5%;
    box-sizing: border-box;
}

.contact-input::placeholder {
    color: white;
    font-weight: 500;
}

.contact-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.phone-input-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
}

.phone-input-container .country-code {
    flex: 0 0 30%;
    min-width: 100px;
}

.phone-input-container .phone-number {
    flex: 1 1 40%;
    min-width: 120px;
}

.phone-input-container .otp-section {
    flex: 0 0 auto;
    min-width: auto;
}

.country-code {
    max-width: 30%;
    min-width: 20%;
    padding: clamp(8px, 2vw, 8px) clamp(10px, 2.5vw, 12px);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-size: clamp(0.75rem, 1.5vw, 0.85rem);
    font-weight: 400;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-family: 'Poppins', sans-serif;
    height: 5%;
    box-sizing: border-box;
}

.country-code option {
    background: #2c3e50;
    color: white;
}

.phone-number {
    flex: 1;
}

.otp-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.otp-container .otp-input {
    flex: 1;
    min-width: 120px;
}

/* Email OTP Container */
.email-otp-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.email-otp-container input[type="email"] {
    flex: 1;
}

/* OTP Section Styling */
.otp-section {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.otp-section .otp-input {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.otp-section .otp-btn {
    padding: clamp(8px, 2vw, 8px) clamp(8px, 2vw, 12px);
    background: linear-gradient(135deg, #40a944 0%, #52dd56 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: clamp(0.65rem, 1.2vw, 0.75rem);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    min-width: 70px;
}

.otp-section .otp-btn:hover {
    background: linear-gradient(135deg, #40a944 0%, #52dd56 100%);
    transform: translateY(-2px);
}

.otp-input {
    flex: 1;
}

.otp-btn {
    padding: clamp(8px, 2vw, 8px) clamp(12px, 2.5vw, 16px);
    background: linear-gradient(135deg, #40a944 0%, #52dd56 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: clamp(0.7rem, 1.4vw, 0.8rem);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    height: 5%;
}

.otp-btn:hover {
    background: linear-gradient(135deg, #40a944 0%, #52dd56 100%);
    transform: translateY(-2px);
}

.submit-btn {
    width: 100%;
    padding: clamp(10px, 2.5vw, 14px) clamp(12px, 3.5vw, 16px);
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: 2px solid#6b7280;
    border-radius: 10px;
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
    height: 7%;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.4);
}

/* Error Messages */
.error-message {
    color: #ff6b6b;
    font-size: 0.75rem;
    margin-top: -5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}

.invalid {
    border-color: red;
    text-align: left;
}

.mobile--error-message {
    flex: 1 1 100%;
    order: 3;
    text-align: left;
}

.mobile_otp_code--error-message {
    flex: 1 1 100%;
    order: 3;
    display: none;
    text-align: left;
}

.email--error-message {
    flex: 1 1 100%;
    order: 3;
    text-align: left;
}

.python-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3776ab 0%, #ffd43b 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-right: 15px;
    margin-bottom: 5px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.python-icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}

.mobile-container {
    display: none;
}


/* ========== HIGHLIGHTS SECTION ========== */
.highlights-section {
    padding: 40px;
    background: #ffffff;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.highlights-title {
    text-align: center;
    font-size: 2.5rem;
    color: black;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(14, 13, 13, 0.3);
    font-weight: bold;
}

.highlights-container {
    display: flex;
    flex: 1;
    gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
}

.highlights-carousel-container {
    flex: 1;
    position: relative;
    height: 60vh;
    width: 70%;
    margin: 5% auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.highlights-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.highlights-carousel-card {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.highlights-carousel-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.highlights-card-content {
    text-align: center;
    max-width: 400px;
    z-index: 1;
    position: relative;
}

.highlights-card-icon {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.highlights-card-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.highlights-card-points {
    list-style: none;
    text-align: left;
}

.highlights-card-points li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.3;
}

.highlights-card-points li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
}

.highlights-carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.highlights-nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.highlights-nav-dot.active {
    background: white;
    transform: scale(1.2);
}

.highlights-flag-container {
    flex: 1;
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights-flagpole {
    position: absolute;
    left: 50%;
    top: 5%;
    bottom: 5%;
    width: 4px;
    background: linear-gradient(180deg, #2c3e50, #34495e);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.highlights-flagpole::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    border-radius: 50%;
    border: 2px solid #1e8449;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.highlights-flagpole::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    border-radius: 50%;
    border: 2px solid #1e8449;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.highlights-flag-item {
    position: absolute;
    width: 35%;
    min-height: 50px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.highlights-flag-item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.highlights-flag-icon {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    margin-right: 12px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.highlights-flag-text {
    font-size: 0.85rem;
    color: #2c3e50;
    font-weight: 600;
    flex: 1;
    line-height: 1.2;
}

/* Color variations for highlights */
.highlights-carousel-card:nth-child(1) {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.highlights-carousel-card:nth-child(2) {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.highlights-carousel-card:nth-child(3) {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.highlights-carousel-card:nth-child(4) {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.highlights-carousel-card:nth-child(5) {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

.highlights-carousel-card:nth-child(6) {
    background: linear-gradient(135deg, #34495e, #2c3e50);
}

.highlights-carousel-card:nth-child(7) {
    background: linear-gradient(135deg, #e67e22, #d35400);
}

.highlights-flag-item:nth-child(2) .highlights-flag-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.highlights-flag-item:nth-child(3) .highlights-flag-icon {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.highlights-flag-item:nth-child(4) .highlights-flag-icon {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.highlights-flag-item:nth-child(5) .highlights-flag-icon {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.highlights-flag-item:nth-child(6) .highlights-flag-icon {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

.highlights-flag-item:nth-child(7) .highlights-flag-icon {
    background: linear-gradient(135deg, #34495e, #2c3e50);
}

.highlights-flag-item:nth-child(8) .highlights-flag-icon {
    background: linear-gradient(135deg, #e67e22, #d35400);
}

@keyframes highlightsFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.highlights-flag-item:nth-child(2) {
    animation: highlightsFloat 3s ease-in-out infinite 0s;
}

.highlights-flag-item:nth-child(3) {
    animation: highlightsFloat 3s ease-in-out infinite 0.5s;
}

.highlights-flag-item:nth-child(4) {
    animation: highlightsFloat 3s ease-in-out infinite 1s;
}

.highlights-flag-item:nth-child(5) {
    animation: highlightsFloat 3s ease-in-out infinite 1.5s;
}

.highlights-flag-item:nth-child(6) {
    animation: highlightsFloat 3s ease-in-out infinite 2s;
}

.highlights-flag-item:nth-child(7) {
    animation: highlightsFloat 3s ease-in-out infinite 2.5s;
}

.highlights-flag-item:nth-child(8) {
    animation: highlightsFloat 3s ease-in-out infinite 3s;
}

/* ======================
        whytp-section
   ====================== */
.whytp-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #f1f5f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.whytp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.whytp-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}

.whytp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.whytp-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.whytp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.whytp-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whytp-icon svg {
    width: 40px;
    height: 40px;
    fill: #bfec89;
}

.whytp-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.whytp-item-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* ======================
   Trainer Alumni Section
   ====================== */
.trainer-alumni-section.bg-gray {
    background: #f8f9fa;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    border-bottom: 2px solid #f1f5f9;
}

.trainer-alumni-section .container {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
}

.trainer-alumni-section .highlights-title {
    text-align: center;
    font-size: 2.5rem;
    color: black;
    margin-bottom: 4%;
    text-shadow: 2px 2px 4px rgba(14, 13, 13, 0.3);
    font-weight: bold;
}

.trainer-alumni-section .your-trainers-alumni {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 1rem;
}

.trainer-alumni-section .your-trainers-alumni img {
    height: 45px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: grayscale(0.3);
}

.trainer-alumni-section .your-trainers-alumni img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
    opacity: 0.9;
}

/* ========== PYTHON COMPANIES SECTION ========== */

/* Main section container */
.python-companies-section {
    background: #f8f9fa;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 40vh;
    border-bottom: 2px solid #f1f5f9;
}

/* Section title */
.python-companies-title {
    text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Carousel container */
.python-companies-carousel {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    mask: linear-gradient(to right,
            transparent,
            black 10%,
            black 90%,
            transparent);
    -webkit-mask: linear-gradient(to right,
            transparent,
            black 10%,
            black 90%,
            transparent);
}

/* Companies grid wrapper */
.python-companies-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 20px 0;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

/* Keyframe animation for smooth scrolling */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.python-companies-carousel:hover .python-companies-grid {
    animation-play-state: paused;
}

/* Individual company logo items */
.python-company-logo {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Hover effect */
.python-company-logo:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

/* ========== TESTIMONIAL SECTION ========== */
.testimonial-section {
    padding: 40px 0;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    min-height: auto;
    border-bottom: 2px solid #f1f5f9;

}

.testimonials__slider {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    /* Added space for pagination */
}

.swiper-wrapper {
    align-items: stretch;
    margin-bottom: 0;
}

.swiper-slide {
    height: auto;
    display: flex;
}

/* Rating Testimonial Card */
.rating-testimonial {
    background: #FFFDF6;
    border-radius: 0;
    padding: 35px 30px 30px;
    box-shadow: 0 10px 30px rgba(10, 9, 9, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.rating-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.rating-testimonial__header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    flex-shrink: 0;
}

.rating-testimonial__image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
    background: white;
    flex-shrink: 0;
}

.rating-testimonial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rating-testimonial:hover .rating-testimonial__image img {
    transform: scale(1.05);
}

.rating-testimonial__info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rating-testimonial__name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: left;
}

.rating-testimonial__stars {
    color: #ffc107;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.rating-testimonial__quote-icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    background: #40a944;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rating-testimonial__quote-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.rating-testimonial__content {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
}

.rating-testimonial__content p {
    color: black;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    position: relative;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    flex-grow: 1;
}

/* Swiper Pagination - Fixed positioning */
.swiper-pagination {
    position: static !important;
    margin-top: 30px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding: 20px 0;
    background: transparent;
    width: 100% !important;
    bottom: auto !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #999;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 8px;
    border: 2px solid #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #40a944;
    transform: scale(1.3);
    border-color: #40a944;
    box-shadow: 0 3px 10px rgba(64, 169, 68, 0.4);
}

.swiper-pagination-bullet:hover {
    background: #666;
    transform: scale(1.1);
}

.swiper-pagination-bullet-active:hover {
    background: #40a944;
    transform: scale(1.3);
}


/* ========== FAQ SECTION ========== */
.python-career-launcher-faq-container {
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 40px;
}

.python-career-launcher-faq-title {
    text-align: center;
    font-size: 2.5rem;
    color: black;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(14, 13, 13, 0.3);
    font-weight: bold;
}

.python-career-launcher-faq-item {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(52, 73, 94, 0.2);
    transition: all 0.3s ease;
    width: 85%;
    margin-left: 7.5%;
}

.python-career-launcher-faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(52, 73, 94, 0.3);
}

.python-career-launcher-faq-question {
    padding: 25px 30px;
    cursor: pointer;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.python-career-launcher-faq-question:hover {
    background: rgba(255, 255, 255, 0.1);
}

.python-career-launcher-faq-question::before {
    content: "❓";
    margin-right: 15px;
    font-size: 1.3rem;
}

.python-career-launcher-faq-toggle {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
    min-width: 30px;
    min-height: 30px;
}

.python-career-launcher-faq-item.active .python-career-launcher-faq-toggle {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
}

.python-career-launcher-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
}

.python-career-launcher-faq-answer.active {
    max-height: 300px;
    padding: 25px 30px;
}

.python-career-launcher-faq-answer-content {
    color: white;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

.python-career-launcher-faq-highlight {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}


/* ========== RESPONSIVE STYLES ========== */

/* ===== STICKY HEADER RESPONSIVE ===== */
@media(max-width: 764px) {
    .sticky {
        padding: 1rem 0.5rem;
        min-height: 90px;
    }

    .sticky-data {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        height: 100%;
    }

    .sticky-title {
        font-size: 14px;
        text-align: left;
        line-height: 1.3;
        flex: 1;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 60%;
    }

    .d-flex {
        flex-direction: row;
        justify-content: flex-end;
        gap: 0.5rem;
        flex-shrink: 0;
    }

    .button {
        padding: 8px 12px;
        font-size: 11px;
        min-width: 70px;
    }
}

@media(max-width: 480px) {
    .sticky {
        min-height: 78px;
    }

    .sticky-title {
        font-size: 13px;
        max-width: 55%;
        line-height: 1.2;
    }

    .d-flex {
        gap: 0.25rem;
    }

    .button {
        padding: 6px 8px;
        font-size: 10px;
        min-width: 60px;
    }

    .sticky-price-display {
        display: none;
    }
}

.scroll-indicator {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1001;
}

/* ===== MAIN CONTAINER RESPONSIVE ===== */

@media (max-width: 1024px) {
    .main-container {
        max-height: 100vh;
    }

    .right-section {
        width: 45%;
        padding: 12px;
    }

    .spanning-image-container {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        height: auto;
        min-height: 75vh;
        padding: 15px;
        overflow-y: auto;
    }

    .left-section,
    .right-section {
        width: 100%;
        padding: 0;
    }

    .left-section {
        margin-bottom: 20px;
        flex: 0 0 auto;
    }

    .right-section {
        margin: 0;
        border-radius: 20px;
        max-height: none;
    }

    .mobile-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        background: linear-gradient(135deg, rgba(44, 62, 80, 0.4) 0%, rgba(52, 73, 94, 0.4) 100%);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 40px;
        backdrop-filter: blur(10px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

    .mobile-header {
        text-align: center;
        color: white;
        margin: 2%px 0px 1% 2%;
    }

    .mobile-header .header-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        flex-wrap: nowrap;
    }

    .mobile-header .header-container img {
        width: clamp(50px, 10vw, 70px);
        height: clamp(50px, 10vw, 70px);
        margin-right: 15px;
        margin-bottom: 0;
    }

    .mobile-header h1 {
        font-size: clamp(1.4rem, 5vw, 2rem);
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        margin: 0;
        letter-spacing: -0.5px;
    }

    .mobile-header .title-text {
        display: flex;
        flex-direction: column;
    }

    .mobile-header .title-line-1 {
        display: block;
        line-height: 1.2;
        font-size: 1.3rem;
    }

    .mobile-header .title-line-2 {
        display: block;
        line-height: 1;
        font-size: 1rem;
    }

    .mobile-header p {
        font-size: clamp(1rem, 3.5vw, 1.2rem);
        line-height: 1.5;
        opacity: 0.95;
        font-weight: 300;
        margin: 15px 0 0 0;
        letter-spacing: 0.3px;
    }

    .mobile-form-section {
        width: 100%;
    }

    .mobile-form-section .internship-features {
        background: transparent;
        border: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .image-half {
        display: none;
    }

    .price-display {
        gap: 12px;
    }

    /* Mobile phone input adjustments */
    .phone-input-container .country-code {
        flex: 0 0 25%;
        min-width: 80px;
    }

    .phone-input-container .phone-number {
        flex: 1 1 35%;
        min-width: 100px;
    }

    .phone-input-container .otp-section {
        flex: 0 0 auto;
        min-width: auto;
    }

    /* Input adjustments for mobile */
    .contact-input,
    .country-code {
        padding: 10px;
        font-size: 0.9rem;
    }

    .otp-btn,
    .submit-btn {
        padding: 10px;
        font-size: 0.9rem;
    }

    .error-message {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .header-container img {
        width: 220px;
        height: 75px;
    }

    .header-container{
        margin-left: 10px;
        justify-content: center;
        align-items: center;
    }

    .content-half h1 {
        font-size: 1.3rem;
    }
    .title-text{
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: none;
    }

    .title-line-1{
        margin-left: 0px;
        font-size: 20px;
        text-align: center;
    }

    .title-line-2 {
        font-size: 1rem;
        text-align: center;

    }

    .content-half p {
        font-size: 0.9rem;
        margin-left: 55px;
    }

    /* Adjust input sizes for small mobile */
    .contact-input,
    .country-code,
    .otp-btn {
        font-size: 0.8rem;
        padding: 8px 10px;
    }

    .top-btn {
        padding: 8px;
        font-size: 0.8rem;
    }

    .error-message {
        font-size: 0.65rem;
    }

    .main-container {
        height: auto;
        min-height: auto;
        max-height: none;
        padding: 15px 8px;
    }

    .mobile-container {
        margin: 8px;
        padding: 12px;
        border-radius: 25px;
        min-height: auto;
        max-height: none;
    }

    .mobile-header {
        margin-bottom: 12px;
    }

    .mobile-header .header-container {
        margin-bottom: 8px;
    }

    .mobile-header h1 {
        font-size: clamp(1.1rem, 4vw, 1.4rem);
        line-height: 1.1;
    }

    .mobile-header .header-container img {
        width: clamp(35px, 8vw, 50px);
        height: clamp(35px, 8vw, 50px);
        margin-right: 8px;
    }

    .mobile-header p {
        font-size: clamp(0.8rem, 2.8vw, 1rem);
        margin: 8px 0 0 0;
        line-height: 1.3;
    }

    .features-title {
        font-size: clamp(0.9rem, 2.5vw, 1.1rem);
        margin-bottom: 12px;
    }

    .top-buttons-container {
        margin-bottom: 0;
    }

    .top-btn {
        padding: clamp(6px, 1.5vw, 8px) clamp(8px, 2vw, 10px);
        font-size: clamp(0.65rem, 1.8vw, 0.75rem);
        min-height: 32px;
    }

    .content-section {
        min-height: 250px;
        gap: 8px;
    }

    .discount-badge {
        font-size: clamp(0.6rem, 1.8vw, 0.7rem);
        padding: clamp(3px, 1vw, 5px) clamp(6px, 1.5vw, 8px);
        margin-bottom: 6px;
    }

    .price-display {
        gap: 8px;
        margin-bottom: 8px;
    }

    .current-price {
        font-size: clamp(1.1rem, 3.5vw, 1.3rem);
    }

    .original-price {
        font-size: clamp(0.7rem, 2vw, 0.9rem);
    }

    .guarantee-text,
    .emi-text {
        font-size: clamp(0.6rem, 1.5vw, 0.7rem);
        padding: clamp(4px, 1vw, 6px);
        margin-bottom: 4px;
    }

    .add-to-cart-btn {
        padding: clamp(8px, 2vw, 10px) clamp(10px, 2.5vw, 12px);
        font-size: clamp(0.7rem, 1.8vw, 0.8rem);
        min-height: 32px;
    }

    .callback-inputs {
        gap: 8px;
        margin-bottom: 8px;
    }

    .contact-input {
        padding: clamp(6px, 1.5vw, 8px) clamp(8px, 2vw, 10px);
        font-size: clamp(0.65rem, 1.8vw, 0.75rem);
        min-height: 32px;
        height: auto;
    }

    .country-code {
        width: 60px;
        min-width: 50px;
        padding: clamp(6px, 1.5vw, 8px) clamp(4px, 1vw, 6px);
        font-size: clamp(0.65rem, 1.8vw, 0.75rem);
        min-height: 32px;
        height: auto;
    }

    .phone-input-container {
        gap: 6px;
    }

    .otp-container {
        gap: 6px;
    }

    .otp-btn {
        padding: clamp(6px, 1.5vw, 8px) clamp(8px, 2vw, 10px);
        font-size: clamp(0.6rem, 1.6vw, 0.7rem);
        min-width: 60px;
        height: auto;
        min-height: 32px;
    }

    .submit-btn {
        padding: clamp(8px, 2vw, 10px) clamp(10px, 2.5vw, 12px);
        font-size: clamp(0.7rem, 1.8vw, 0.8rem);
        min-height: 32px;
        height: auto;
    }

    .hero-image {
        display: none;
    }

    .thought-cloud {
        display: none;
    }
}

/* ===== HIGHLIGHTS SECTION RESPONSIVE ===== */
@media (max-width: 1024px) {
    .highlights-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .highlights-carousel-container {
        height: 40vh;
        width: 90%;
        order: 2;
        margin-bottom: 20px;
    }

    .highlights-flag-container {
        height: 50vh;
        order: 1;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .highlights-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .highlights-section {
        padding: 20px;
    }

    .highlights-carousel-container {
        height: 40vh;
        width: 100%;
        margin: 0;
    }

    .highlights-flag-container {
        height: 70vh;
    }

    .highlights-card-icon {
        font-size: 2.5rem;
    }

    .highlights-card-title {
        font-size: 1.3rem;
    }

    .highlights-card-points li {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .highlights-section {
        padding: 15px;
        height: 100vh;
    }

    .highlights-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .highlights-carousel-container {
        height: 35vh;
        width: 100%;
        margin-top: 0;
    }

    .highlights-flag-container {
        height: 50vh;
    }

    .highlights-flag-text {
        font-size: 0.55rem;
        color: #2c3e50;
        font-weight: 300;
        flex: 1;
    }

    .highlights-card-content {
        padding: 20px;
    }

    .highlights-card-icon {
        font-size: 2rem;
    }

    .highlights-card-title {
        font-size: 1.2rem;
    }

    .highlights-card-points li {
        font-size: 0.85rem;
    }
}

/* ======================
   Trainer Alumni Responsive: 768px
   ====================== */
@media (max-width: 768px) {
    .trainer-alumni-section.bg-gray {
        padding: 30px 15px;
        min-height: 30vh;
    }

    .trainer-alumni-section .highlights-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .trainer-alumni-section .your-trainers-alumni {
        gap: 1rem;
        padding: 0 0.5rem;
    }

    .trainer-alumni-section .your-trainers-alumni img {
        height: 40px;
        max-width: 100px;
    }
}

/* ======================
   Trainer Alumni Responsive: 480px
   ====================== */
@media (max-width: 480px) {
    .trainer-alumni-section.bg-gray {
        padding: 25px 10px;
        min-height: 25vh;
    }

    .trainer-alumni-section .highlights-title {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
        line-height: 1.3;
    }

    .trainer-alumni-section .your-trainers-alumni {
        gap: 0.8rem;
        padding: 0;
        justify-content: space-around;
    }

    .trainer-alumni-section .your-trainers-alumni img {
        height: 35px;
        max-width: 80px;
        min-width: 60px;
    }
}

/* ======================
   Trainer Alumni Responsive: 360px
   ====================== */
@media (max-width: 360px) {
    .trainer-alumni-section .highlights-title {
        font-size: 1.1rem;
    }

    .trainer-alumni-section .your-trainers-alumni {
        gap: 0.5rem;
    }

    .trainer-alumni-section .your-trainers-alumni img {
        height: 30px;
        max-width: 70px;
        min-width: 50px;
    }
}

/* ======================
   Trainer Alumni Responsive: 1200px+
   ====================== */
@media (min-width: 1200px) {
    .trainer-alumni-section .highlights-title {
        font-size: 2rem;
    }

    .trainer-alumni-section .your-trainers-alumni {
        gap: 2.5rem;
    }

    .trainer-alumni-section .your-trainers-alumni img {
        height: 50px;
        max-width: 140px;
    }
}


/* ======================
   Project Portfolio Responsive: 1024px
   ====================== */
@media (max-width: 1024px) {
    .portfolio-card {
        min-width: calc(50% - 1rem);
        width: calc(50% - 1rem);
    }
}

/* ========== RESPONSIVE DESIGN ========== */

/* Desktop styles (min-width: 1024px) */
@media (min-width: 1024px) {
    .python-companies-section {
        padding: 80px 40px;
    }

    .python-companies-title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .python-companies-grid {
        gap: 40px;
        padding: 30px 0;
    }

    .python-company-logo {
        height: 45px;
        max-width: 140px;
    }
}

/* Tablet styles (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .python-companies-section {
        padding: 60px 30px;
    }

    .python-companies-title {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }

    .python-companies-grid {
        gap: 25px;
        padding: 25px 0;
    }

    .python-company-logo {
        height: 38px;
        max-width: 110px;
    }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
    .python-companies-section {
        padding: 40px 15px;
        min-height: 30vh;
    }

    .python-companies-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .python-companies-grid {
        gap: 20px;
        padding: 15px 0;
        animation: scroll-left 25s linear infinite;
    }

    .python-company-logo {
        height: 32px;
        max-width: 90px;
    }
}

/* Small mobile styles (max-width: 480px) */
@media (max-width: 480px) {
    .python-companies-section {
        padding: 30px 10px;
        min-height: 25vh;
    }

    .python-companies-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .python-companies-grid {
        gap: 15px;
        padding: 10px 0;
        animation: scroll-left 20s linear infinite;
    }

    .python-company-logo {
        height: 28px;
        max-width: 80px;
    }
}

/* Extra small mobile styles (max-width: 320px) */
@media (max-width: 320px) {
    .python-companies-section {
        padding: 20px 8px;
    }

    .python-companies-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .python-companies-grid {
        gap: 12px;
        animation: scroll-left 18s linear infinite;
    }

    .python-company-logo {
        height: 24px;
        max-width: 70px;
    }
}

/* ========== RESPONSIVE: TESTIMONIAL SECTION ========== */
/* Tablet styles (max-width: 1024px) */
@media (max-width: 1024px) {
    .slider-navigation {
        display: none;
    }

    .testimonials__slider {
        margin-bottom: 35px;
    }

    .swiper-pagination {
        margin-top: 25px;
        padding: 18px 0;
    }

    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 6px;
    }
}

/* Small tablet styles (max-width: 768px) */
@media (max-width: 768px) {
    .section__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .rating-testimonial {
        padding: 25px 20px;
        min-height: 320px;
    }

    .rating-testimonial__image {
        width: 70px;
        height: 70px;
    }

    .rating-testimonial__name {
        font-size: 1.1rem;
    }

    .rating-testimonial__content p {
        font-size: 0.95rem;
    }

    .tutors.section-padding {
        padding: 60px 0;
    }

    .testimonials__slider {
        margin-bottom: 30px;
    }

    .swiper-pagination {
        margin-top: 20px;
        padding: 15px 0;
    }

    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0 5px;
        border-width: 1px;
    }
}

/* Mobile styles (max-width: 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .section__title {
        font-size: 1.8rem;
    }

    .rating-testimonial {
        padding: 20px 15px;
        min-height: 300px;
    }

    .rating-testimonial__image {
        width: 60px;
        height: 60px;
    }

    .rating-testimonial__name {
        font-size: 1rem;
    }

    .rating-testimonial__stars {
        font-size: 1rem;
    }

    .rating-testimonial__content {
        min-height: 100px;
    }

    .rating-testimonial__content p {
        font-size: 0.9rem;
        -webkit-line-clamp: 5;
    }

    .testimonials__slider {
        margin-bottom: 25px;
    }

    .swiper-pagination {
        margin-top: 15px;
        padding: 12px 0;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 4px;
        border-width: 1px;
    }

    .swiper-pagination-bullet-active {
        transform: scale(1.2);
    }
}

/* ========== RESPONSIVE: FAQ SECTION ========== */
/* Tablet styles (max-width: 1024px) */
@media (max-width: 1024px) {
    /* Add any 1024px specific styles if needed */
}

/* Small tablet styles (max-width: 768px) */
@media (max-width: 768px) {
    .python-career-launcher-faq-container {
        padding: 20px;
        margin: 20px 10px;
    }

    .python-career-launcher-faq-title {
        font-size: 2rem;
    }

    .python-career-launcher-faq-item {
        width: 100%;
        margin-left: 0;
    }

    .python-career-launcher-faq-question {
        padding: 20px 15px;
        font-size: 1rem;
    }

    .python-career-launcher-faq-question::before {
        margin-right: 10px;
        font-size: 1.2rem;
    }

    .python-career-launcher-faq-toggle {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        font-size: 16px;
        margin-left: 10px;
    }

    .python-career-launcher-faq-answer.active {
        padding: 20px 15px;
    }

    .python-career-launcher-faq-answer-content {
        font-size: 0.95rem;
    }
}

/* Mobile styles (max-width: 480px) */
@media (max-width: 480px) {
    .python-career-launcher-faq-container {
        padding: 15px;
        margin: 15px 5px;
        border-radius: 15px;
    }

    .python-career-launcher-faq-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .python-career-launcher-faq-item {
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .python-career-launcher-faq-question {
        padding: 15px 12px;
        font-size: 0.95rem;
    }

    .python-career-launcher-faq-question::before {
        margin-right: 8px;
        font-size: 1.1rem;
    }

    .python-career-launcher-faq-toggle {
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
        font-size: 14px;
        margin-left: 8px;
    }

    .python-career-launcher-faq-answer.active {
        padding: 15px 12px;
    }

    .python-career-launcher-faq-answer-content {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .whytp-section {
                padding: 40px 15px;
            }
            
            .whytp-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .whytp-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .whytp-item {
                padding: 25px;
            }
            
            .whytp-item-title {
                font-size: 1.3rem;
            }
            
            .whytp-item-description {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .whytp-section {
                padding: 30px 10px;
            }
            
            .whytp-title {
                font-size: 1.8rem;
            }
            
            .whytp-item {
                padding: 20px;
            }
            
            .whytp-icon {
                width: 50px;
                height: 50px;
            }
            
            .whytp-icon svg {
                width: 35px;
                height: 35px;
            }
        }

/* ========== UTILITY CLASSES ========== */
.text-black {
    color: #000;
}



        .advant-section {
            background: rgba(255, 255, 255, 0.95);
            padding: 3rem 2rem;
            border-bottom: 2px solid #f1f5f9;

        }

        .advant-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .advant-title {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
        }

        .advant-subtitle {
            font-size: 1.2rem;
            color: #666;
            font-weight: 300;
        }

        .advant-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .advant-card {
            background: linear-gradient(145deg, #ffffff, #f8f9ff);
            border-radius: 15px;
            padding: 2rem;
            border: 2px solid transparent;
            background-clip: padding-box;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .advant-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, rgb(227, 243, 207) 0%, rgb(203, 237, 161) 100%);;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .advant-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.2);
        }

        .advant-card:hover::before {
            transform: scaleX(1);
        }

        .advant-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, rgb(227, 243, 207) 0%, rgb(203, 237, 161) 100%);;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .advant-icon::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transform: rotate(45deg);
            transition: all 0.6s;
            opacity: 0;
        }

        .advant-card:hover .advant-icon::after {
            opacity: 1;
            transform: rotate(45deg) translate(50%, 50%);
        }

        .advant-card-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 1rem;
            position: relative;
        }

        .advant-card-content {
            color: #5a6c7d;
            font-size: 1rem;
            line-height: 1.7;
        }

        .advant-highlight {
            background: linear-gradient(120deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .advant-section {
                padding: 2rem 1rem;
                margin: 0 1rem;
                border-radius: 15px;
            }

            .advant-title {
                font-size: 2rem;
            }

            .advant-subtitle {
                font-size: 1rem;
            }

            .advant-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .advant-card {
                padding: 1.5rem;
            }

            .advant-card-title {
                font-size: 1.2rem;
            }

            .advant-icon {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {

            .advant-container {
                padding: 0 0.5rem;
            }

            .advant-section {
                margin: 0;
            }

            .advant-title {
                font-size: 1.7rem;
            }

            .advant-grid {
                gap: 1rem;
            }
        }

        .advant-animate {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .advant-animate.visible {
            opacity: 1;
            transform: translateY(0);
        }



        .eligibility-section {
            background: rgba(255, 255, 255, 0.95);
            overflow: hidden;
            border-bottom: 2px solid #f1f5f9;
            padding: 30px;

        }

        .eligible-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 1;
        }

        .eligible-subtitle {
            font-size: 1.2rem;
            font-weight: 300;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .eligible-content {
            padding: 2rem 2rem;
        }

        .eligible-criteria {
            background: linear-gradient(135deg, #f8fafc, #e2e8f0);
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2.5rem;
            border-left: 5px solid #4f46e5;
            position: relative;
        }

        .eligible-criteria::before {
            content: '✓';
            position: absolute;
            top: -10px;
            right: 20px;
            background: #10b981;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .eligible-criteria h3 {
            color: #1e293b;
            font-size: 1.4rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .eligible-list {
            list-style: none;
            margin-bottom: 1.5rem;
        }

        .eligible-list li {
            padding: 0.5rem 0;
            padding-left: 2rem;
            position: relative;
            color: #475569;
            font-size: 1.1rem;
        }

        .eligible-list li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: #4f46e5;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .eligible-highlight {
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            border-radius: 10px;
            padding: 1.5rem;
            margin-top: 1rem;
            border: 2px dashed #f59e0b;
        }

        .eligible-highlight p {
            color: #92400e;
            font-weight: 500;
            text-align: center;
            margin: 0;
        }

        .eligible-tech-section {
            background: linear-gradient(135deg, #ecfdf5, #d1fae5);
            border-radius: 15px;
            padding: 2rem;
            border-left: 5px solid #10b981;
            position: relative;
        }

        .eligible-tech-section::before {
            content: '⚡';
            position: absolute;
            top: -10px;
            right: 20px;
            background: #f59e0b;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }

        .eligible-tech-section h3 {
            color: #065f46;
            font-size: 1.4rem;
            margin-bottom: 1.5rem;
            font-weight: 600;
        }

        .eligible-tech-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }

        .eligible-tech-item {
            background: white;
            padding: 1rem;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .eligible-tech-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-color: #10b981;
        }

        .eligible-tech-item span {
            font-weight: 600;
            color: #374151;
            font-size: 0.9rem;
        }

        .eligible-cta {
            text-align: center;
            margin-top: 2rem;
            padding: 2rem;
            background: linear-gradient(135deg, #fee2e2, #fecaca);
            border-radius: 15px;
            border: 2px dashed #ef4444;
        }

        .eligible-cta h4 {
            color: #dc2626;
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .eligible-cta p {
            color: #7f1d1d;
            font-size: 1.1rem;
            font-weight: 500;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .eligible-container {
                padding: 0 0.5rem;
            }

            .eligible-title {
                font-size: 2rem;
            }

            .eligible-subtitle {
                font-size: 1rem;
            }

            .eligible-header {
                padding: 2rem 1rem;
            }

            .eligible-content {
                padding: 2rem 1rem;
            }

            .eligible-criteria,
            .eligible-tech-section {
                padding: 1.5rem;
            }

            .eligible-tech-grid {
                grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
                gap: 0.8rem;
            }

            .eligible-tech-item {
                padding: 0.8rem;
            }

            .eligible-tech-item span {
                font-size: 0.8rem;
            }

            .eligible-list li {
                font-size: 1rem;
                padding-left: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .eligible-title {
                font-size: 1.8rem;
            }

            .eligible-criteria h3,
            .eligible-tech-section h3 {
                font-size: 1.2rem;
            }

            .eligible-tech-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .eligible-cta {
                padding: 1.5rem;
            }

            .eligible-cta h4 {
                font-size: 1.1rem;
            }

            .eligible-cta p {
                font-size: 1rem;
            }
        }

        /* Animation for page load */
        .eligibility-section {
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Accessibility improvements */
        @media (prefers-reduced-motion: reduce) {
            .eligibility-section,
            .eligible-tech-item,
            .eligibility-section:hover {
                animation: none;
                transition: none;
                transform: none;
            }
        }