 :root {
     --course-max-width: 1200px;
     --course-max-width-small: 1000px;
     --section-margin: 60px 20px;
 }

 .card-link {
     text-decoration: none;
     color: inherit;
     display: block;
 }

 .card-link:hover {
     text-decoration: none;
 }

 @media (max-width: 1360px) {
     :root {
         --course-max-width: 1000px;
         --course-max-width-small: 800px;
     }
 }

 @media (max-width: 1000px) {
     :root {
         --course-max-width: 800px;
         --course-max-width-small: 600px;
     }
 }

 @media (max-width: 680px) {
     .search {
         display: none;
     }

     .hero p {
         width: 400px;
     }
 }



 .person-image1 img {
     width: 120% !important;
     height: 100% !important;
     object-fit: contain;
     object-position: bottom center;
 }


 body {
     font-family: Arial, sans-serif;
     background: #fff;
     color: #333;
 }

 html,
 body {
     margin: 0;
     padding: 0;
     overflow-x: hidden;
 }


 .search {
     flex: 1;
     margin: 0 20px 0 10px;
     margin-left: 30px;
     padding: 8px 12px;
     border: 1px solid #ddd;
     border-radius: 20px;
     max-width: 344px;
     position: absolute;
     left: 142px;
 }

 .host {
     background: #eee;
 }

 .menu-toggle {
     display: block;
     background: none;
     border: none;
     font-size: 28px;
     cursor: pointer;
 }

 .hero {
     text-align: start;
     margin: var(--section-margin);
     padding-top: 11px;
     line-height: 37px;
 }

 .hero h1 {
     font-size: 42px;
     color: #383838;
     text-align: start;
 }

 .hero h1 .blue_text {
     color: #005eff;
 }

 .hero p {
     font-size: 18px;
     color: #717171;
     font-size: 16px;
     line-height: 140%;
     margin-top: 12px;
     margin-bottom: 0;
     width: 470px;
 }

 .hero_container {
     display: flex;
     gap: 40px;
     max-width: var(--course-max-width);
     margin: auto;
     padding: 20px;
     flex-wrap: wrap;
     margin-top: 50px;
 }

 .cards_box {
     margin-top: 80px;
     flex: 1 1 300px;
 }

 .cards {
     flex: 2 1 60px;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     gap: 20px;
 }

 .card {
     position: relative;
     border-radius: 12px;
     cursor: pointer;
     padding: 12px 16px;
     overflow: hidden;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     height: 90px;
 }

 .card:hover {
     transform: translateY(-10px);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 }


 .card small {
     display: block;
     margin-top: -2px;
     font-weight: normal;
     max-width: 142px;
     line-height: 23px;
 }

 .green {
     background: #9BE6C1;
     background-image: url('../images/unlockcarrer/1.webp');
     background-size: 115px;
     background-repeat: no-repeat;
     background-position: bottom right;

 }

 /* Container for floating logos */
 .floating-logos {
     position: absolute;
     top: 0;
     right: 0;
     width: 150px;
     /* same area as background image */
     height: 100%;
     pointer-events: none;
     z-index: 3;
 }

 /* Each floating logo bubble */
 .company-logo {
     position: absolute;
     width: 25px;
     height: 25px;
     border-radius: 100%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
     animation: float 4s ease-in-out infinite;
 }

 .company-logo img {
     width: 60%;
     height: 60%;
     object-fit: contain;
 }

 /* CARD 1 (GREEN) - Gentle vertical float */
 .green .logo1 {
     top: 8px;
     right: 14px;
     animation: floatGentle 3s ease-in-out infinite;
 }

 .green .logo2 {
     top: 38px;
     right: 85px;
     animation: floatGentle 3.5s ease-in-out infinite 0.3s;
 }

 .green .logo3 {
     bottom: 20px;
     right: 25px;
     animation: floatGentle 4s ease-in-out infinite 0.6s;
 }

 .green .logo4 {
     bottom: 12px;
     right: 75px;
     animation: floatGentle 3.2s ease-in-out infinite 0.9s;
 }

 .green .logo5 {
     top: 60px;
     right: 10px;
     animation: floatGentle 3.8s ease-in-out infinite 1.2s;
 }

 /* CARD 2 (ORANGE) - Circular motion */
 .orange .logo1 {
     top: 12px;
     right: 3px;
     animation: floatCircular 4s ease-in-out infinite;
 }

 .orange .logo2 {
     top: 38px;
     right: 85px;
     animation: floatCircular 4.5s ease-in-out infinite 0.4s;
 }

 .orange .logo3 {
     bottom: 20px;
     right: 25px;
     animation: floatCircular 5s ease-in-out infinite 0.8s;
 }

 .orange .logo4 {
     bottom: 12px;
     right: 75px;
     animation: floatCircular 4.2s ease-in-out infinite 1.2s;
 }

 .orange .logo5 {
     top: 60px;
     right: 10px;
     animation: floatCircular 4.8s ease-in-out infinite 1.6s;
 }

 /* CARD 3 (BLUE) - Diagonal drift */
 .blue .logo1 {
     top: 8px;
     right: 18px;
     animation: floatDiagonal 3.5s ease-in-out infinite;
 }

 .blue .logo2 {
     top: 38px;
     right: 85px;
     animation: floatDiagonal 4s ease-in-out infinite 0.5s;
 }

 .blue .logo3 {
     bottom: 20px;
     right: 25px;
     animation: floatDiagonal 4.5s ease-in-out infinite 1s;
 }

 .blue .logo4 {
     bottom: 12px;
     right: 75px;
     animation: floatDiagonal 3.8s ease-in-out infinite 1.5s;
 }

 .blue .logo5 {
     top: 60px;
     right: 10px;
     animation: floatDiagonal 4.2s ease-in-out infinite 2s;
 }

 /* CARD 4 (PURPLE) - Pulse and float */
 .purple .logo1 {
     top: 8px;
     right: 18px;
     animation: floatPulse 3s ease-in-out infinite;
 }

 .purple .logo2 {
     top: 38px;
     right: 85px;
     animation: floatPulse 3.5s ease-in-out infinite 0.4s;
 }

 .purple .logo3 {
     bottom: 20px;
     right: 25px;
     animation: floatPulse 4s ease-in-out infinite 0.8s;
 }

 .purple .logo4 {
     bottom: 12px;
     right: 75px;
     animation: floatPulse 3.3s ease-in-out infinite 1.2s;
 }

 .purple .logo5 {
     top: 60px;
     right: 10px;
     animation: floatPulse 3.7s ease-in-out infinite 1.6s;
 }

 /* CARD 5 (YELLOW) - Wave motion */
 .yellow .logo1 {
     top: 8px;
     right: 14px;
     animation: floatWave 3.5s ease-in-out infinite;
 }

 .yellow .logo2 {
     top: 38px;
     right: 85px;
     animation: floatWave 4s ease-in-out infinite 0.3s;
 }

 .yellow .logo3 {
     bottom: 20px;
     right: 25px;
     animation: floatWave 4.5s ease-in-out infinite 0.6s;
 }

 .yellow .logo4 {
     bottom: 12px;
     right: 75px;
     animation: floatWave 3.8s ease-in-out infinite 0.9s;
 }

 .yellow .logo5 {
     top: 60px;
     right: 10px;
     animation: floatWave 4.2s ease-in-out infinite 1.2s;
 }

 /* CARD 6 (PINK) - Bounce effect */
 .pink .logo1 {
     top: 8px;
     right: 18px;
     animation: floatBounce 2.5s ease-in-out infinite;
 }

 .pink .logo2 {
     top: 38px;
     right: 85px;
     animation: floatBounce 3s ease-in-out infinite 0.3s;
 }

 .pink .logo3 {
     bottom: 20px;
     right: 25px;
     animation: floatBounce 3.5s ease-in-out infinite 0.6s;
 }

 .pink .logo4 {
     bottom: 12px;
     right: 75px;
     animation: floatBounce 2.8s ease-in-out infinite 0.9s;
 }

 .pink .logo5 {
     top: 60px;
     right: 10px;
     animation: floatBounce 3.2s ease-in-out infinite 1.2s;
 }

 /* Animation Keyframes */

 /* 1. Gentle vertical float */
 @keyframes floatGentle {

     0%,
     100% {
         transform: translateY(0);
         opacity: 0.95;
     }

     50% {
         transform: translateY(-8px);
         opacity: 1;
     }
 }

 /* 2. Circular motion */
 @keyframes floatCircular {

     0%,
     100% {
         transform: translate(0, 0);
         opacity: 0.95;
     }

     25% {
         transform: translate(3px, -5px);
         opacity: 1;
     }

     50% {
         transform: translate(0, -8px);
         opacity: 1;
     }

     75% {
         transform: translate(-3px, -5px);
         opacity: 1;
     }
 }

 /* 3. Diagonal drift */
 @keyframes floatDiagonal {

     0%,
     100% {
         transform: translate(0, 0);
         opacity: 0.95;
     }

     50% {
         transform: translate(-5px, -7px);
         opacity: 1;
     }
 }

 /* 4. Pulse and float */
 @keyframes floatPulse {

     0%,
     100% {
         transform: translateY(0) scale(1);
         opacity: 0.95;
     }

     50% {
         transform: translateY(-6px) scale(1.1);
         opacity: 1;
     }
 }

 /* 5. Wave motion (horizontal + vertical) */
 @keyframes floatWave {

     0%,
     100% {
         transform: translate(0, 0);
         opacity: 0.95;
     }

     25% {
         transform: translate(4px, -3px);
         opacity: 1;
     }

     50% {
         transform: translate(0, -7px);
         opacity: 1;
     }

     75% {
         transform: translate(-4px, -3px);
         opacity: 1;
     }
 }

 /* 6. Bounce effect */
 @keyframes floatBounce {

     0%,
     100% {
         transform: translateY(0);
         opacity: 0.95;
     }

     40% {
         transform: translateY(-10px);
         opacity: 1;
     }

     60% {
         transform: translateY(-8px);
         opacity: 1;
     }
 }


 .orange {
     background: #9bc9ff;
     background-image: url('../images/unlockcarrer/3.webp');
     background-size: 115px;
     background-repeat: no-repeat;
     background-position: bottom right;
 }

 .blue {
     background: #fec192;
     background-image: url('../images/unlockcarrer/2.webp');
     background-size: 115px;
     background-repeat: no-repeat;
     background-position: bottom right;
 }


 .purple {
     background: #c8bbff;
     background-image: url('../images/unlockcarrer/4.webp');
     background-size: 120px;
     background-repeat: no-repeat;
     background-position: bottom right;
 }

 .yellow {
     background: #ffdd80;
     background-image: url('../images/unlockcarrer/5.webp');
     background-size: 115px;
     background-repeat: no-repeat;
     background-position: bottom right;
 }

 .pink {
     background: #ffb1cc;
     background-image: url('../images/unlockcarrer/6.webp');
     background-size: 115px;
     background-repeat: no-repeat;
     background-position: bottom right;
 }

 .users {
     margin: var(--section-margin);
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: start;
 }

 .users_box {
     max-width: var(--course-max-width);
     max-width: 90%;
 }

 .know-cards {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .user-cards {
     display: flex;
     justify-content: center;
     gap: 20px;
     margin-top: 30px;
     flex-wrap: wrap;
 }

 .button_blue_box {
     margin-top: 24px;
     padding: 8px 25px 8px 10px;
     border: 0px solid #717171;
     background-color: #ebe8fd;
     display: flex;
     align-items: center;
     gap: 10px;
     border-radius: 50px;
 }

 .know-cards {
     display: flex;
     flex-wrap: wrap;
     gap: 16px;
     justify-content: center;
 }

 .crd {
     display: flex;
     align-items: center;
     gap: 16px;
     padding: 16px;
     border: 1px solid #ddd;
     border-radius: 12px;
     background: #fff;
     max-width: 352px;
     margin: 0;
     flex: 1 1 352px;
     max-height: 100px;
     width: 342px;
 }

 .crd img {
     flex-shrink: 0;
     border-radius: 8px;
     padding: 8px;
     height: 79px;
     width: auto;
 }

 .crd .h4 {
     font-size: 16px;
     font-weight: 500;
     line-height: 140%;
     color: #383838;
     margin-bottom: 6px;
 }

 .crd p {
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     font-size: 12px;
     line-height: 140%;
     color: #383838;
 }

 .knon_more {
     margin-left: 50%;
     margin-top: 20px;
 }

 .user-card {
     background: #f9f9f9;
     padding: 20px;
     border-radius: 12px;
     width: 280px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
 }

 .mnc {
     margin: var(--section-margin);
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: start;
     max-width: 100%;
 }

 .mnc-box {
     display: flex;
     align-items: center;
     max-width: 1159px;

 }

 .mnc-row {
     display: flex;
     align-items: center;
     gap: 40px;
     flex-wrap: nowrap;
     overflow-x: auto;
     max-width: var(--course-max-width);
 }

 .mnc h2 {
     font-weight: 600;
     font-size: 1.3vw;
     white-space: nowrap;
     margin-top: -5px;
 }

 .mnc h2 .gray,
 .mnc h2 .blue_text {
     display: block;
 }

 .mnc h2 .blue_text {
     color: #1c4980;
 }


 .mnc-logos {
     overflow: hidden;
     width: 100%;
 }

 .mnc-logos-track {
     display: flex;
     gap: 40px;
     transform: translateX(0);
     transition: transform 0.5s ease;
 }

 .mnc-logos img {
     height: 40px;
     object-fit: contain;
     transition: transform 0.3s ease;
 }

 .mnc-logos img.image-hcl {
     height: 25px;
     margin-top: 8px;
 }

 .our-numbers {
     display: flex;
     justify-content: center;
     align-items: center;
     margin: var(--section-margin);
 }

 .our-numbers h2 {
     text-align: center;
     font-size: 2.5rem;
     color: #2d3748;
     margin-bottom: 20px;
     font-weight: 600;
 }

 .stats-grid {
     display: grid;
     grid-template-columns: repeat(6, 1fr);
     min-width: var(--course-max-width);
     gap: 20px;
     justify-items: center;
     align-items: stretch;
     min-width: var(--course-max-width);
 }

 .stat-item {
     background: HSL(0, 0%, 96.5%);
     text-align: center;
     border-radius: 14px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     min-height: 120px;
     width: 100%;
     box-sizing: border-box;
 }

 .nameContainer {
     display: block;
     text-align: start;
 }

 .stat-number {
     display: block;
     font-size: clamp(1.8rem, 2.5vw, 3rem);
     font-weight: 700;
     color: #2d3748;
     margin-bottom: 10px;
     line-height: 1;
     white-space: nowrap;
 }

 .stat-number .highlight {
     color: #3182ce;
 }

 .highlight {
     color: #005eff;
 }

 .stat-label {
     font-size: clamp(0.8rem, 1vw, 1rem);
     color: #718096;
     font-weight: 500;
     text-transform: capitalize;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     width: 100%;
 }

 .stat-item {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 3.1s ease, transform 3.1s ease;
 }


 .stat-item.visible {
     opacity: 1;
     transform: translateY(0);
 }

 .container {
     max-width: var(--course-max-width);
     ;
     width: 1152px;
     margin: 0 auto;
 }

 .header {
     text-align: start;
     margin-bottom: 10px;
 }

 .title {
     font-size: 35px;
     font-weight: bold;
     color: #111827;
     margin-bottom: 10px;
     text-align: start;
 }

 .header-content {
     display: flex;
     align-items: start;
     justify-content: start;
     gap: 16px;
 }

 .subtitle {
     color: #6b7280;
     line-height: 22px;
 }

 .arrow-icon {
     width: 16px;
     height: 16px;
 }

 .cards-grid {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     gap: 24px;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     max-width: var(--course-max-width);
 }

 .card-add {
     border-radius: 24px;
     max-width: 130px;
     padding: 24px;
     position: relative;
     overflow: hidden;
     min-height: 160px;
     cursor: pointer;
     transition: transform 0.3s ease;
 }

 .card-add:hover {
     transform: scale(1.05);
 }

 .card-add h3 {
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 16px;
 }

 .card-quizzes {
     background: url('../images/seize/quizz.png') no-repeat center/cover;
     color: white;
 }

 .card-hackathons {
     background: url('../images/seize/hack.png') no-repeat center/cover;
     color: white;
 }

 .card-scholarships {
     background: url('../images/seize/scholarships.png') no-repeat center/cover;
     color: white;
 }

 .card-conferences {
     background: url('../images/seize/conference.png') no-repeat center/cover;
     color: #1f2937;
 }

 .card-festivals {
     background: url('../images/seize/techfest.png') no-repeat center/cover;
     color: #1f2937;
 }

 .slider {
     margin: var(--section-margin);
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .opportunity-section {
     margin: var(--section-margin);
 }

 /* Mobile styles for opportunity section */
 @media (max-width: 768px) {
     .opportunity-section .header {
         text-align: center;
     }

     .opportunity-section .title {
         font-size: 28px;
         font-weight: 700;
         text-align: center;
         line-height: 1.3;
     }

     .opportunity-section .header-content {
         justify-content: center;
         text-align: center;
         flex-direction: column;
     }

     .opportunity-section .subtitle {
         text-align: center;
         font-size: 14px;
         line-height: 1.6;
     }

     .opportunity-section .card-add h3 {
         font-size: 18px;
     }
 }

 @media (max-width: 480px) {
     .opportunity-section .title {
         font-size: 24px;
     }

     .opportunity-section .subtitle {
         font-size: 13px;
     }

     .opportunity-section .card-add h3 {
         font-size: 17px;
     }
 }

 .hover-slider {
     display: none;
     padding: 0 0 50px 0;
 }

 .container-slider {
     height: 200px;
     max-width: 1152px;
     margin: 0 auto;
     display: flex;
     gap: 20px;
     align-items: center;
 }

 .container-slider-baby {
     width: 100px;
     height: 100px;
     background: red;
 }

 .slide1r-container {
     max-width: var(--course-max-width-small);
     width: 100%;
     position: relative;
     border-radius: 20px;
     font-family: 'Arial', sans-serif;
 }

 .slide1r-wrapper {
     overflow: hidden;
     border-radius: 16px;
     position: relative;
 }

 .slide1r-track {
     display: flex;
     transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .slide1 {
     min-width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .slide1-box {
     display: flex;
     gap: 25px;
     width: 100%;
     height: 300px;
 }

 .image-container {
     flex: 1;
     height: 100%;
     position: relative;
     overflow: hidden;
     border-radius: 16px;
     transition: all 0.3s ease;
 }

 .image-container:hover {
     transform: translateY(-5px);
 }

 .slide1-box img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.4s ease;
     opacity: 0;
     animation: fadeIn 0.5s ease forwards;
 }

 .image-container:hover img {
     transform: scale(1.05);
 }


 .image-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
     color: white;
     padding: 20px;
     transform: translateY(100%);
     transition: transform 0.3s ease;
 }

 .image-overlay h4 {
     margin: 0 0 5px 0;
     font-size: 16px;
     font-weight: 600;
 }

 .image-overlay p {
     margin: 0;
     font-size: 13px;
     opacity: 0.9;
 }

 .nav-button {
     position: absolute;
     outline: solid rgba(166, 166, 166, 0.485) 1px;
     top: 50%;
     transform: translateY(-50%);
     background: rgba(255, 255, 255, 0.95);
     backdrop-filter: blur(10px);
     border: none;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     color: #333;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     z-index: 1;
 }

 .nav-button:hover {
     background: white;
     box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
 }

 .prev-btn {
     left: -70px;
 }

 .next-btn {
     right: -70px;
 }

 .nav-button::before {
     content: '';
     width: 12px;
     height: 12px;
     border-top: 2.5px solid currentColor;
     border-right: 2.5px solid currentColor;
 }

 .prev-btn::before {
     transform: rotate(-135deg);
     margin-left: 3px;
 }

 .next-btn::before {
     transform: rotate(45deg);
     margin-right: 3px;
 }

 .dots-container {
     display: flex;
     justify-content: center;
     gap: 12px;
     margin-top: 25px;
 }

 .dot {
     width: 14px;
     height: 14px;
     border-radius: 50%;
     background: #e0e0e0;
     cursor: pointer;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .dot.active {
     background: #667eea;
     transform: scale(1.3);
     box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
 }

 .dot:hover:not(.active) {
     background: #bbb;
     transform: scale(1.1);
 }

 @keyframes fadeIn {
     to {
         opacity: 1;
     }
 }

 .footer {
     background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
     color: white;
     padding: 60px 0 0;
     font-size: 14px;
 }

 .footer-container {
     max-width: var(--course-max-width);
     margin: 0 auto;
     padding: 0 20px;
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 50px;
 }

 .footer-section h3 {
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 20px;
     color: #ffffff;
 }


 .footer-section ul {
     list-style: none;
     padding-left: 0;
     margin-left: 0;
 }

 .footer-section ul li {
     margin-bottom: 12px;
 }

 .footer-section ul li a {
     color: #cbd5e1;
     text-decoration: none;
     font-size: 14px;
     transition: color 0.3s ease;
 }

 .footer-section ul li a:hover {
     color: #ffffff;
 }

 .footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, 0.2);
     margin-top: 20px;
     padding: 15px 0;
     text-align: center;
     font-size: 14px;
     color: #ccc;

     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .footer-bottom a {
     color: #fff;
     text-decoration: none;
     font-weight: 600;
 }

 .footer-bottom a:hover {
     text-decoration: underline;
 }

 .company-section {
     grid-column: 1;
 }

 .company-section .logo {
     font-size: 28px;
     font-weight: bold;
     margin-bottom: 10px;
     color: white;
 }

 .company-section .tagline {
     color: #cbd5e1;
     margin-bottom: 30px;
     font-size: 14px;
 }

 .company-section .tagline .heart {
     color: #ef4444;
 }

 .contact-info {
     margin-bottom: 20px;
 }

 .contact-info h4 {
     font-size: 16px;
     margin-bottom: 15px;
     color: white;
 }

 .contact-item {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
     color: #cbd5e1;
 }

 .contact-item i {
     margin-right: -80px;
     width: 16px;
 }

 .social-icons {
     display: flex;
     gap: 15px;
     margin-top: 20px;
 }

 .social-icons a {
     color: #cbd5e1;
     font-size: 20px;
     transition: color 0.3s ease;
 }

 .social-icons a:hover {
     color: #ffffff;
 }

 .newsletter-section {
     margin-top: 30px;
 }

 .newsletter-section h4 {
     font-size: 16px;
     margin-bottom: 10px;
     color: white;
 }

 .newsletter-section p {
     color: #cbd5e1;
     font-size: 13px;
     margin-bottom: 15px;
     line-height: 1.5;
 }

 .newsletter-form {
     display: flex;
     margin-bottom: 15px;
 }

 .newsletter-form input {
     flex: 1;
     padding: 12px 15px;
     border: none;
     border-radius: 6px 0 0 6px;
     font-size: 14px;
     outline: none;
 }

 .newsletter-form button {
     background-color: #3b82f6;
     color: white;
     border: none;
     padding: 12px 20px;
     border-radius: 0 6px 6px 0;
     cursor: pointer;
     font-size: 14px;
     transition: background-color 0.3s ease;
 }

 .newsletter-form button:hover {
     background-color: #2563eb;
 }

 .action-buttons {
     display: flex;
     gap: 10px;
 }

 .btn {
     padding: 10px 20px;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     font-size: 13px;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     transition: background-color 0.3s ease;
 }

 .btn-primary {
     background-color: #3b82f6;
     color: white;
 }

 .btn-secondary {
     background-color: #475569;
     color: white;
 }

 .btn:hover {
     opacity: 0.9;
 }

 .hiring-badge {
     background-color: #10b981;
     color: white;
     padding: 4px 8px;
     border-radius: 12px;
     font-size: 11px;
     font-weight: 600;
     margin-left: 5px;
 }

 .move-slider-ruby {
     width: auto;
     overflow: hidden;
     background: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 20px;
     margin: var(--section-margin);
 }

 .move-slider-box-static {
     background: #1e90ff;
     height: 350px;
     min-width: 350px;
     border-radius: 10px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
     gap: 10px;
     z-index: 9;
 }

 .slide-static-text {
     color: #fff;
     line-height: 3px;
 }

 .slide-static-footer {
     color: #fff;
     font-size: 25px;
     font-weight: bold;
 }

 .slide-static-h1 {
     color: #fff;
 }

 .slide-content-static {
     text-align: center;
 }

 .move-slider-container {
     display: flex;
     overflow: hidden;
     max-width: var(--course-max-width);
 }

 .move-slider-animation-box {
     display: flex;
     gap: 20px;
     will-change: transform;
 }

 .move-slider-box {
     flex: 0 0 auto;
 }

 .move-slider-box {
     flex: 1 0 30%;
     background: #fff;
     border-radius: 12px;
     padding: 20px;
     min-width: 200px;
 }

 .move-slider-box .slide-content>*:not(.slide-text) {
     transition: opacity 0.3s ease 0s;
 }

 .move-slider-box:hover .slide-content>*:not(.slide-text) {
     opacity: 0;
     pointer-events: none;
     transition-delay: 0s;
 }

 .move-slider-box .slide-content>*:not(.slide-text) {
     transition: opacity 0.3s ease 1s;
 }

 .move-slider-box .slide-text {
     opacity: 1;
     transform: translateY(0) scale(1);
     transition: transform 0.6s ease 0.5s, opacity 0.6s ease 0.5s;
 }

 .move-slider-box:hover .slide-text {
     transform: translateY(80px) scale(1.1);
 }


 .slide-content {
     display: flex;
     flex-direction: column;
     height: 100%;
     justify-content: start;
 }

 .slide-text-cot {
     font-size: 40px;
     font-weight: bold;
     color: red;
 }

 .slide-text-cot,
 .slide-text {
     margin: 0;
     padding: 0;
     line-height: 1.4;
 }

 .slide-logo-box {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     align-items: flex-start;
 }

 .profile-box {
     display: flex;
     align-items: center;
     flex-direction: row;
     gap: 12px;
 }


 .profile-info {
     display: flex;
     flex-direction: column;
     justify-content: center;
     line-height: 1.2;
 }


 .logo-wrapper {
     width: 70px;
     height: 70px;
     border-radius: 50%;
     background-color: #fff;
     padding: 8px;
     box-sizing: border-box;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     /* 👈 This ensures anything outside the circle is clipped cleanly */
 }

 .slide-logo {
     max-width: 40%;
     max-height: 40%;
     object-fit: contain;
     display: block;
     transform: scale(0.9);
     /* 👈 Slight shrink to avoid edge clipping */
     transform-origin: center;
 }

 .slide-name {
     font-weight: bold;
     font-size: 16px;
     color: #333;
     margin: 0;
 }

 .slide-role {
     font-size: 14px;
     color: #666;
     margin: 0;
 }

 .slide-text {
     font-size: 20px;
     color: #333;
     margin-bottom: 20px;
     line-height: 1.5;
     margin-top: -23px;
 }

 .card-simple {
     margin: var(--section-margin);
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .card-easy {
     display: flex;
     background-color: #F6F8FA;
     border-radius: 20px;
     overflow: hidden;
     max-width: var(--course-max-width);
     width: 100%;
 }

 .card-easy-left {
     flex: 1;
     background-color: #FFD966;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     overflow: hidden;
     height: auto;
 }

 .card-easy-left img {
     width: auto;
     height: auto;
     max-width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
 }

 .icon {
     position: absolute;
     background: white;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: bold;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     animation: float 3s ease-in-out infinite;
 }

 .icon1 {
     top: 20%;
     left: 10%;
     animation-delay: 0s;
 }

 .icon2 {
     top: 10%;
     right: 15%;
     animation-delay: 0.5s;
 }

 .icon3 {
     bottom: 20%;
     left: 20%;
     animation-delay: 1s;
 }

 .icon4 {
     bottom: 15%;
     right: 10%;
     animation-delay: 1.5s;
 }

 @keyframes float {

     0%,
     100% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-10px);
     }
 }

 .card-easy-right {
     flex: 1;
     padding: 40px 30px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .card-easy-right h2 {
     font-size: 2em;
     color: #0b2e6f;
     margin: 0 0 20px 0;
 }

 .card-easy-right p {
     font-size: 1em;
     color: #555;
     margin-bottom: 20px;
 }

 .features {
     display: flex;
     gap: 20px;
     margin-bottom: 30px;
 }

 .feature {
     display: flex;
     align-items: center;
     gap: 5px;
     font-size: 0.95em;
     color: #555;
 }

 .feature span {
     background: #FFD966;
     border-radius: 50%;
     width: 20px;
     height: 20px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     color: #0b2e6f;
     font-weight: bold;
 }

 .nav-button {
     display: none !important;
 }

 .card-easy-right button {
     background-color: #0b2e6f;
     color: white;
     border: none;
     padding: 8px 18px;
     border-radius: 25px;
     font-size: 0.9em;
     width: auto;
     max-width: 155px;
     display: inline-block;
     cursor: pointer;
     transition: background 0.3s;
 }

 .social-icons {
     display: flex;
     gap: 30px;
     margin-top: 20px;
     align-items: center;
 }

 /* Desktop styles */
 @media (min-width: 1000px) {
     .social-icons {
         position: absolute;
         right: 20px;
         margin-top: 0;
     }
 }

 /* Mobile styles - keep as is (default styles above) */
 @media (max-width: 1000px) {
     .social-icons {
         position: relative;
         right: auto;
     }
 }

 @media (max-width: 400px) {
     .social-icons {
         gap: 15px;
         /* reduced gap for mobile */
     }
 }



 .card-easy-right button:hover {
     background-color: #1d4fa0;
 }

 .practice-cards-container * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Segoe UI', system-ui, sans-serif;
 }

 .practice-cards-container {
     background-color: #ffffff;
     color: #1f2937;
     padding: 40px 20px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
 }

 .practice-container-parent {
     margin: var(--section-margin);
 }

 .practice-container-box {
     max-width: var(--course-max-width);
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }

 .practice-container-text-box {
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
     padding: 0;
     left: 0;
 }

 .practice-cards-container {
     background-color: #ffffff;
     color: #1f2937;
     padding: 40px 20px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
 }

 .practice-title {
     font-size: 32px;
     font-weight: 700;
     margin-bottom: 12px;
     color: #111827;
     text-align: left;
     width: 100%;
 }

 .practice-subtitle {
     font-size: 18px;
     color: #6b7280;
     max-width: 700px;
     line-height: 1.5;
     text-align: left;
     width: 100%;
 }

 .practice-cards-wrapper {
     display: flex;
     height: 380px;
     border-radius: 12px;
     overflow: hidden;
     position: relative;
     gap: 1px;
     background-color: #d1d5db;
     padding: 1px;
     width: 100%;
 }

 .practice-card {
     flex: 1;
     display: flex;
     transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
     cursor: pointer;
     position: relative;
     overflow: hidden;
     transform-origin: center;
     background-color: white;
     border-radius: 0;
     min-width: 80px;
 }




 .practice-card:first-child {
     border-radius: 11px 0 0 11px;
 }

 .practice-card:last-child {
     border-radius: 0 11px 11px 0;
 }

 .practice-card-content {
     flex: 1;
     padding: 24px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     transition: all 0.5s ease;
     min-width: 0;
     z-index: 2;
     position: relative;
 }

 .practice-card {
     flex: 1;
     transform: scale(1);
 }

 .practice-card .practice-card-svg {
     width: 0;
     opacity: 0;
 }

 .practice-card .practice-cta-btn {
     opacity: 0;
     transform: translateY(15px);
 }

 .practice-cards-wrapper:hover .practice-card {
     flex: 1;
     transform: scale(0.98);
 }

 .practice-cards-wrapper:hover .practice-card:hover {
     flex: 2.5;
     transform: translateY(-6px) scale(1.01);
     z-index: 10;
 }

 .practice-card:nth-child(1):hover {
     background-color: #89CFF0;
 }

 .practice-card:nth-child(2):hover {
     background-color: #FEB4CF;
 }

 .practice-card:nth-child(3):hover {
     background-color: #DFC5FE;
 }

 .practice-card:nth-child(4):hover {
     background-color: #FFE186;
 }

 /* .practice-card-svg {
     display: none !important;
     width: 0;
     height: 60%;
     bottom: 0px;
     display: block;
     align-items: center;
     justify-content: center;
     transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
     opacity: 0;
     background: transparent;
     flex-shrink: 0;
 } */


 .practice-card-svg {
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     width: 0;
     opacity: 0;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     transition:
         width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
         opacity 0.4s ease 0.2s;
     pointer-events: none;
     z-index: 1;
 }


 /* .practice-card-svg img {
  max-height: 95%;
  max-width: 95;
  height: auto;
  width: auto;
  object-fit: contain; 
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
} */

 .course-name {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     /* limit to 2 lines */
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     line-height: 1.3em;
     max-height: 2.6em;
     /* 2 lines × line-height */
 }

 .practice-card-svg img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     /* or "cover" if you want to fill completely (may crop) */
     object-position: bottom;
     filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
 }

 /* Show only on hovered card */
 .practice-cards-wrapper:hover .practice-card:hover .practice-card-svg {
     width: 55%;
     opacity: 1;
     pointer-events: auto;
 }


 .practice-card-icon {
     width: 48px;
     height: 48px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     margin-bottom: 16px;
     transition: transform 0.5s ease;
 }

 .practice-card:nth-child(1) .practice-card-icon {
     background-color: #1268f3;
     color: white;
 }

 .practice-card:nth-child(2) .practice-card-icon {
     background-color: #ef4444;
     color: white;
 }

 .practice-card:nth-child(3) .practice-card-icon {
     background-color: #8b5cf6;
     color: white;
 }

 .practice-card:nth-child(4) .practice-card-icon {
     background-color: #f59e0b;
     color: white;
 }

 .practice-card h3 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 12px;
     color: #111827;
     transition: transform 0.5s ease;
 }

 .practice-card p {
     font-size: 15px;
     color: #000000;
     line-height: 1.5;
     margin-bottom: 16px;
     transition: transform 0.5s ease;
 }

 .practice-meta-info {
     display: flex;
     align-items: center;
     margin-bottom: 16px;
     font-size: 14px;
     color: #4b5563;
     transition: transform 0.5s ease;
 }

 .practice-meta-logo {
     width: 24px;
     height: 24px;
     background-color: #3b82f6;
     border-radius: 4px;
     margin-right: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 12px;
     font-weight: bold;
 }

 .practice-footer-text {
     font-size: 14px;
     font-weight: 600;
     color: #374151;
     margin-top: auto;
     transition: transform 0.5s ease;
 }


 .practice-cards-wrapper:hover .practice-card:hover h3 {
     transform: translateY(-2px);
 }

 .practice-cards-wrapper:hover .practice-card:hover p,
 .practice-cards-wrapper:hover .practice-card:hover .practice-meta-info,
 .practice-cards-wrapper:hover .practice-card:hover .practice-footer-text {
     transform: translateY(-1px);
 }

 .practice-cta-btn {
     padding: 10px;
     margin-top: 16px;
     background-color: #111827;
     color: white;
     border-radius: 8px;
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
     width: fit-content;
     display: inline-flex;
     align-items: center;
     gap: 6px;
     transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
     opacity: 0;
     transform: translateY(15px);
     position: relative;
     overflow: hidden;
 }

 .practice-cta-btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
     transition: left 0.8s;
 }

 .practice-cta-btn:hover::before {
     left: 100%;
 }

 .practice-cta-btn:hover {
     background-color: #374151;
     transform: translateY(-2px);
 }

 .practice-cards-wrapper:hover .practice-card:hover .practice-cta-btn {
     opacity: 1;
     transform: translateY(0);
 }


 .practice-card::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
     opacity: 0;
     transition: opacity 0.6s ease;
     pointer-events: none;
 }

 .practice-card:hover::after {
     opacity: 1;
 }


 /* .whatsapp-icon {
     position: fixed;
     bottom: 20px;
     left: 20px;
     width: 60px;
     height: 60px;
     cursor: pointer;
     z-index: 1000;
     border-radius: 50%;
     overflow: hidden;
     outline: greenyellow 1px solid;
     transition: transform 0.2s;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .whatsapp-icon::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 50%;
     background: rgba(37, 211, 101, 0.209);
     animation: pulse 2s infinite;
     z-index: -1;
 }

 .whatsapp-icon img {
     width: 80%;
     height: auto;
     object-fit: contain;
 }

 .whatsapp-icon:hover {
     transform: scale(1.1);
 } */


 .practice-cards-wrapper .practice-card .practice-card-svg {
     width: 0;
     opacity: 0;
 }

 .practice-cards-wrapper .practice-card .practice-cta-btn {
     opacity: 0;
     transform: translateY(15px);
 }

 .practice-cards-wrapper:hover .practice-card:hover .practice-card-svg {
     width: 60%;
     opacity: 1;
 }

 .practice-cards-wrapper:hover .practice-card:hover .practice-cta-btn {
     opacity: 1;
     transform: translateY(0);
 }

 .nameContainer,
 .descContainer {
     transition: opacity 0.5s;
 }

 .fade-out {
     opacity: 0;
 }

 .fade-in {
     opacity: 1;
 }

 @media (max-width: 1024px) {
     .stat-item {
         min-height: 100px;
     }


     .our-numbers h2 {
         font-size: 2rem;
         margin-bottom: 40px;
     }

     .stats-grid {
         min-width: var(--course-max-width);
         grid-template-columns: repeat(2, 1fr);
         gap: 30px;
     }

     .stat-number {
         font-size: 2.5rem;
     }

     .stat-item {
         min-height: 110px;
     }

     .mnc h2 {
         display: none;
     }
 }


 @media (max-width: 992px) {
     .practice-cards-container {
         display: none;
     }
 }

 @media (max-width: 768px) {
     .practice-container-parent {
         display: none;
     }

     .stats-grid {
         min-width: 90%;
     }

     .mnc-box {
         display: flex;
         align-items: center;
         max-width: 90%;
     }

     .slide1r-container {
         width: 90%;
     }

     .card-add {
         height: auto;
         width: 120px;
     }

     .container {
         width: 90%;
     }

     .move-slider-container {
         width: 90%;
     }

     .move-slider-ruby {
         width: auto;
     }

     .card-simple {
         width: 90%;
     }

     .move-slider-animation-box {
         margin-top: 393px;
     }

     .move-slider-box-static {
         min-width: 100%;
     }

     .card-simple {
         max-width: var(--course-max-width);
         margin: 0px auto;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
     }

     .crd {
         width: 90%;
     }

     .hero h1 {
         font-size: 30px;
         width: 103%;
     }

     .hero p {
         font-size: 12px;
         width: 90%;
     }

     .cards-grid {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         align-items: center;
         gap: 20px;
     }

     .card-easy-right h2 {
         font-size: 1.3em;
         margin: 0 0 0px 0;
     }

     .features {
         display: flex;
         flex-wrap: wrap;
         gap: 20px;
     }

     .feature {
         display: flex;
         align-items: center;
         font-size: 16px;
     }

     .card-easy {
         flex-direction: column;
         width: 90%;
     }

     .card-easy-right {
         padding: 50px 50px;
     }

     .card-easy-left img {
         position: relative;
         width: 100%;
         max-height: 100%;
     }

     .corces-s {
         margin: 0px 0;
     }

     .buttons {
         margin-right: 8px;
     }

     .logo {
         margin-left: 15px;
     }

     .slide1-box {
         flex-direction: column;
         gap: 15px;
         height: auto;
     }

     .image-container {
         height: 250px;
     }

     .nav-button {
         display: none;
         width: 50px;
         height: 50px;
         font-size: 18px;
     }

     .prev-btn {
         left: -20px;
     }

     .next-btn {
         right: -20px;
     }

     .image-overlay {
         padding: 15px;
     }

     .image-overlay h4 {
         font-size: 15px;
     }

     .image-overlay p {
         font-size: 12px;
     }

     .practice-container {
         display: none;
     }

     .course-section {
         max-width: 90%;
     }

     .corces {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: flex-start;
         width: 90%;
     }

     .card-festivals {
         display: none;
     }

     .move-slider-ruby {
         margin-top: 25px;
     }

     .footer-container {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .newsletter-form {
         flex-direction: column;
     }

     .newsletter-form input,
     .newsletter-form button {
         border-radius: 6px;
         margin-bottom: 10px;
     }

     .action-buttons {
         flex-direction: column;
     }
 }

 @media (max-width: 480px) {
     .stats-grid {
         max-width: 90%;
         grid-template-columns: 1fr;
         gap: 25px;
     }

     .stat-number {
         font-size: 2.2rem;
     }

     .slide1-box {
         gap: 12px;
         padding: 5px;
     }

     .image-container {
         height: 200px;
     }

     .nav-button {
         width: 45px;
         height: 45px;
         font-size: 16px;
     }

     .prev-btn {
         left: -15px;
     }

     .next-btn {
         right: -15px;
     }

     .card-add {
         width: 95%;
         height: 100%;
         max-width: 100%;
         min-height: 280px;
     }

     .cards_box {
         margin-top: 20px;
     }

     .slide1 {
         min-height: 50%;
     }

     .image-container1 {
         display: none !important;
     }

     .buttons {
         display: none !important;
     }

     .mobile-hamburger {
         display: flex !important;
         flex-direction: column;
         cursor: pointer;
         padding: 10px;
         padding-right: 15px;
     }

     .mobile-hamburger:hover {
         transform: scale(1.05);
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
     }

     .hamburger-line {
         width: 26px;
         height: 3px;
         background: linear-gradient(135deg, #667eea, #764ba2);
         margin: 3px 0;
         border-radius: 3px;
         transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
     }

     .mobile-hamburger.active .hamburger-line:nth-child(1) {
         transform: rotate(45deg) translate(6px, 6px);
         background: linear-gradient(135deg, #ff6b6b, #ee5a24);
     }

     .mobile-hamburger.active .hamburger-line:nth-child(2) {
         opacity: 0;
         transform: translateX(20px);
     }

     .mobile-hamburger.active .hamburger-line:nth-child(3) {
         transform: rotate(-45deg) translate(8px, -8px);
         background: linear-gradient(135deg, #ff6b6b, #ee5a24);
     }


     .mobile-menu-overlay {
         position: fixed;
         top: 0;
         left: 0;
         width: 100vw;
         height: 100vh;
         background: rgba(0, 0, 0, 0.6);
         opacity: 0;
         visibility: hidden;
         transition: all 0.4s;
     }

     .mobile-menu-overlay.active {
         opacity: 1;
         visibility: visible;
     }

     .mobile-menu-item {
         padding: 20px 40px;
         border: none;
         background: none;
         font-size: 18px;
         font-weight: 600;
         color: #2d3748;
         cursor: pointer;
         text-align: left;
         transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
         border-bottom: 1px solid rgba(0, 0, 0, 0.05);
         position: relative;
         overflow: hidden;
         opacity: 0;
         transform: translateX(30px);
     }

     .mobile-slide-menu {
         position: fixed;
         top: 0;
         right: -100%;
         width: 300px;
         height: 100vh;
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 242, 247, 0.9));
         backdrop-filter: blur(20px);
         border-left: 1px solid rgba(255, 255, 255, 0.3);
         z-index: 99;
         transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
         box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
         display: flex;
         flex-direction: column;
         padding: 80px 20px 40px 20px;
     }

     .mobile-menu-item::before {
         content: '';
         position: absolute;
         top: 0;
         left: -100%;
         width: 100%;
         height: 100%;
         background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
         transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     }

     .mobile-menu-item:hover::before {
         left: 0;
     }

     .mobile-menu-item:hover {
         color: #667eea;
         transform: translateX(15px);
     }

     .mobile-menu-item:active {
         transform: translateX(15px) scale(0.98);
     }

     .menu-close-btn {
         position: absolute;
         top: 20px;
         right: 20px;
         width: 40px;
         height: 40px;
         border: none;
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
         backdrop-filter: blur(10px);
         border-radius: 50%;
         color: #718096;
         font-size: 24px;
         cursor: pointer;
         transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .menu-close-btn:hover {
         background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
         transform: rotate(90deg) scale(1.1);
         color: #ff6b6b;
     }

     .mobile-hamburger {
         display: none;
     }

     .hero_container {
         padding-top: 0px;
         margin-top: 0px;
     }
 }

 @keyframes fadeInUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .faq-section {
     padding: 60px 20px;
     background: #ffffff;
     margin: 60px auto;
     border-radius: 16px;
 }

 .faq-title {
     text-align: center;
     font-size: 2.2rem;
     font-weight: 700;
     color: #1e293b;
     margin-bottom: 12px;
 }

 .faq-subtitle {
     text-align: center;
     font-size: 1.1rem;
     color: #64748b;
     margin-bottom: 50px;
 }

 .faq-list {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 /* Hide extra FAQs by default */
 .faq-item.extra-faq {
     display: none;
 }

 /* Show them when .show-all is added */
 .faq-list.show-all .faq-item.extra-faq {
     display: block;
 }

 .faq-item {
     background: white;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
     transition: box-shadow 0.3s ease;
 }

 .faq-item:hover {
     box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
 }

 .faq-question {
     width: 100%;
     padding: 20px 24px;
     font-size: 1.1rem;
     font-weight: 600;
     color: #1e293b;
     background: none;
     border: none;
     text-align: left;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
     transition: background 0.25s ease, transform 0.2s ease;
 }

 .faq-question:hover {
     background: #f8fafc;
     transform: translateX(4px);
 }

 .faq-toggle {
     font-size: 1.4rem;
     font-weight: bold;
     color: #3b82f6;
     transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
 }

 .faq-question.active .faq-toggle {
     transform: rotate(45deg);
 }

 .faq-answer {
     padding: 0 24px;
     max-height: 0;
     overflow: hidden;
     background: #f8fafc;
     opacity: 0;
     transition:
         max-height 0.6s cubic-bezier(0.33, 1, 0.68, 1),
         padding 0.6s,
         opacity 0.4s;
 }

 /* No need for .faq-answer.show — JS controls max-height directly */
 .faq-answer.show {
     padding: 0 24px 24px;
     max-height: 700px;
     opacity: 1;
     transition:
         max-height 0.65s cubic-bezier(0.34, 1.56, 0.64, 1),
         padding 0.65s cubic-bezier(0.34, 1.56, 0.64, 1),
         opacity 0.4s ease;
 }

 .faq-answer p {
     margin: 16px 0 0;
     line-height: 1.6;
     color: #475569;
 }

 /* Show More Button */
 .faq-show-more {
     text-align: center;
     margin-top: 16px;
 }

 .btn-show-more {
     background: white;
     color: #3b82f6;
     border: 2px solid #3b82f6;
     padding: 10px 24px;
     border-radius: 8px;
     font-weight: 600;
     font-size: 1rem;
     cursor: pointer;
     transition: all 0.25s ease;
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

 .btn-show-more:hover {
     background: #3b82f6;
     color: white;
 }

 /* CTA */
 .faq-cta {
     text-align: center;
     margin-top: 60px;
 }

 .faq-cta p {
     font-size: 1.2rem;
     margin-bottom: 20px;
     color: #1e293b;
 }

 .btn-primary {
     display: inline-block;
     padding: 12px 32px;
     background: #3b82f6;
     color: white;
     text-decoration: none;
     border-radius: 8px;
     font-weight: 600;
     transition: background 0.2s ease;
 }

 .btn-primary:hover {
     background: #2563eb;
 }

 /* Mobile Responsive */
 @media (max-width: 768px) {
     .faq-section {
         padding: 40px 15px;
     }

     .faq-title {
         font-size: 1.8rem;
     }

     .faq-question {
         padding: 16px 20px;
         font-size: 1rem;
         transform: none;
     }

     .faq-answer {
         padding: 0 20px;
     }

     .faq-answer.show {
         padding: 0 20px 20px;
     }
 }

 .container-quizz {
     background: white;
     width: 100vw;
     min-height: 100vh;
     position: relative;
     overflow-y: auto;
     display: flex;
     flex-direction: column;
 }

 .content-wrapper {
     max-width: 100%;
     width: 100%;
     margin: 0 auto;
     padding: 0px;
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .progress-bar {
     position: fixed;
     top: 0;
     left: 0;
     height: 4px;
     background: linear-gradient(90deg, #3b82f6, #2563eb);
     transition: width 0.3s ease;
     z-index: 1000;
 }

 .step {
     display: none;
     animation: fadeIn 0.5s ease;
 }

 .step.active {
     display: block;
     padding: 20px;
     margin-top: 100px;
     max-width: 600px;
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(20px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .logo-container {
     text-align: center;
     margin-bottom: 30px;
 }

 .logo-quizz {
     width: 80px;
     height: 80px;
     background: #1e293b;
     border-radius: 12px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #3b82f6;
     font-size: 36px;
     margin-right: 20px;
     vertical-align: middle;
 }

 .container-quizz .icon {
     display: inline-block;
     font-size: 48px;
     vertical-align: middle;
 }

 .container-quizz h1 {
     font-size: 32px;
     color: #1e293b;
     margin-bottom: 15px;
     text-align: center;
 }

 .container-quizz .subtitle {
     text-align: center;
     color: #64748b;
     font-size: 16px;
     margin-bottom: 30px;
     line-height: 1.6;
 }

 .container-quizz .question {
     font-size: 20px;
     color: #1e293b;
     margin-bottom: 20px;
     font-weight: 600;
 }

 .question-number {
     color: #3b82f6;
     font-size: 18px;
 }

 .container-quizz .options {
     display: flex;
     flex-direction: column;
     gap: 12px;
     margin-bottom: 30px;
 }

 .container-quizz .option {
     /* background: #f1f5f9;
     border: 2px solid #e2e8f0; */
     border-radius: 12px;
     padding: 16px 20px;
     cursor: pointer;
     /* transition: all 0.3s ease; */
     display: flex;
     align-items: center;
     gap: 12px;
     position: relative;
 }


 .container-quizz .option input[type="radio"] {
     position: absolute;
     opacity: 0;
     cursor: pointer;
 }

 .container-quizz .radio-circle {
     width: 24px;
     height: 24px;
     border: 2px solid #94a3b8;
     border-radius: 20%;
     flex-shrink: 0;
     position: relative;
     transition: all 0.3s ease;
     background: white;
 }

 .container-quizz .radio-circle::after {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) scale(0);
     width: calc(100% + 4px);
     height: calc(100% + 4px);
     border-radius: 20%;
     background: #3b82f6;
     transition: transform 0.2s ease;
 }

 .container-quizz .option input[type="radio"]:checked~.radio-circle {
     border-color: #3b82f6;
 }

 .container-quizz .option input[type="radio"]:checked~.radio-circle::after {
     transform: translate(-50%, -50%) scale(1);
 }

 /* .container-quizz .option:has(input[type="radio"]:checked) {
     background: #dbeafe;
     border-color: #3b82f6;
     box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
 } */

 .container-quizz .option-text {
     flex: 1;
     font-size: 16px;
     color: #1e293b;
 }

 .container-quizz .input-group {
     margin-bottom: 20px;
 }

 .container-quizz .input-group label {
     display: block;
     color: #334155;
     font-weight: 600;
     margin-bottom: 8px;
 }

 .container-quizz select,
 .container-quizz .form-select {
     width: 95%;
     padding: 14px 18px;
     border: 2px solid #e2e8f0;
     border-radius: 10px;
     font-size: 16px;
     transition: all 0.3s ease;
     background-color: white;
     cursor: pointer;
 }

 .container-quizz select:focus,
 .container-quizz .form-select:focus {
     outline: none;
     border-color: #3b82f6;
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
 }

 .container-quizz select:hover,
 .container-quizz .form-select:hover {
     border-color: #cbd5e1;
 }

 .container-quizz input[type="file"],
 .container-quizz .form-file {
     width: 100% !important;
     padding: 14px 18px;
     border-radius: 10px;
     font-size: 16px;
     background-color: white;
     cursor: pointer;
     transition: all 0.3s ease;
     box-sizing: border-box;
     background: #f1f5f9;
     border: 2px solid #e2e8f0;
 }

 .container-quizz #phone,
 .container-quizz #countryCodeDisplayButton,
 .container-quizz #countryCode {
     background: #f1f5f9 !important;
     border: 2px solid #e2e8f0 !important;
 }

 .container-quizz input[type="file"]:hover,
 .container-quizz .form-file:hover {
     border-color: #cbd5e1;
 }

 .container-quizz input[type="file"]:focus,
 .container-quizz .form-file:focus {
     outline: none;
     border-color: #3b82f6;
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
 }

 .container-quizz input[type="file"]::file-selector-button {
     padding: 8px 16px;
     margin-right: 12px;
     border: none;
     border-radius: 6px;
     background-color: #3b82f6;
     color: white;
     font-size: 14px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .container-quizz input[type="file"]::file-selector-button:hover {
     background-color: #2563eb;
 }

 .container-quizz input[type="text"],
 .container-quizz input[type="email"],
 .container-quizz input[type="tel"] {
     width: 100%;
     padding: 14px 18px;
     border-radius: 10px;
     font-size: 16px;
     box-sizing: border-box;
     transition: all 0.3s ease;
     background: #f1f5f9;
     border: 2px solid #e2e8f0;
 }

 .container-quizz input[type="tel"] {
     width: 100% !important;
 }

 .container-quizz #phone {
     flex: 1;
     width: 100%;
     padding: 14px 18px;
     border: 2px solid #e2e8f0;
     border-radius: 10px;
     font-size: 16px;
     background: #f1f5f9;
     transition: all 0.3s ease;
 }

 .container-quizz #phone:hover {
     border-color: #cbd5e1;
 }

 .container-quizz #phone:focus {
     outline: none;
     border-color: #3b82f6;
     background: #ffffff;
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
 }

 .container-quizz input[type="text"]:focus,
 .container-quizz input[type="email"]:focus,
 .container-quizz input[type="tel"]:focus {
     outline: none;
     border-color: #3b82f6;
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
 }

 .container-quizz .alert {
     background: #fef2f2;
     border: 2px solid #fecaca;
     border-radius: 10px;
     padding: 16px;
     margin-bottom: 20px;
     display: flex;
     gap: 12px;
     align-items: start;
 }

 .container-quizz .alert-icon {
     font-size: 24px;
     flex-shrink: 0;
 }

 .container-quizz .alert-content strong {
     display: block;
     color: #991b1b;
     margin-bottom: 4px;
 }

 .container-quizz .alert-content p {
     color: #7f1d1d;
     font-size: 14px;
 }

 .container-quizz .button-group {
     display: flex;
     gap: 12px;
     justify-content: center;
     margin-top: 30px;
 }

 .content-wrapper button {
     background: #3b82f6;
     color: white;
     border: none;
     padding: 14px 32px;
     border-radius: 10px;
     font-size: 16px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
     display: inline-flex;
     align-items: center;
     gap: 8px;
 }

 .container-quizz .loader {
     width: 45px;
     height: 45px;
     border: 4px solid #e0e0e0;
     border-top-color: #3b82f6;
     border-radius: 50%;
     animation: quiz-spin 0.8s linear infinite;
     margin: 0 auto 20px auto;
 }

 @keyframes quiz-spin {
     to {
         transform: rotate(360deg);
     }
 }

 .content-wrapper button:hover {
     background: #2563eb;
     transform: translateY(-2px);
     box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
 }

 .content-wrapper button:disabled {
     background: #cbd5e1;
     cursor: not-allowed;
     transform: none;
 }

 .content-wrapper .btn-secondary {
     background: #64748b;
 }

 .content-wrapper .btn-secondary:hover {
     background: #475569;
 }

 .container-quizz .video-links {
     display: flex;
     flex-direction: column;
     gap: 10px;
     margin: 20px 0;
 }

 .container-quizz .video-link {
     color: #3b82f6;
     text-decoration: none;
     display: flex;
     align-items: center;
     gap: 8px;
     font-weight: 500;
     transition: all 0.3s ease;
 }

 .container-quizz .video-link:hover {
     color: #2563eb;
     transform: translateX(5px);
 }

 .container-quizz .time-indicator {
     text-align: center;
     color: #64748b;
     font-size: 14px;
     margin-top: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 6px;
 }

 .container-quizz .success-message {
     text-align: center;
     padding: 40px 20px;
 }

 .container-quizz .success-icon {
     font-size: 80px;
     margin-bottom: 20px;
 }

 .container-quizz .required {
     color: #ef4444;
 }

 .container-quizz .checkbox-group {
     display: flex;
     align-items: start;
     gap: 8px;
     margin: 20px 0;
 }

 .container-quizz .checkbox-group input[type="checkbox"] {
     margin-top: 4px;
     cursor: pointer;
 }

 .container-quizz .checkbox-group label {
     display: inline;
     margin-left: 8px;
     font-weight: normal;
 }

 .container-quizz .checkbox-group a {
     color: #3b82f6;
     text-decoration: none;
 }

 .container-quizz .checkbox-group a:hover {
     text-decoration: underline;
 }

 @media (max-width: 900px) {
     .content-wrapper {
         padding: 30px 20px;
     }
 }

 @media (max-width: 376px) {
     .content-wrapper {
         padding: 20px 15px;
         margin-top: 30px;
     }

     .container-quizz h1 {
         font-size: 24px;
     }

     .container-quizz .question {
         font-size: 18px;
     }

     .logo-quizz {
         width: 60px;
         height: 60px;
         font-size: 28px;
         margin-right: 12px;
     }

     .container-quizz .icon {
         font-size: 36px;
     }

     .container-quizz .option {
         padding: 14px 16px;
     }

     .content-wrapper button {
         padding: 12px 24px;
         font-size: 15px;
     }
 }

 .close-quiz-btn {
     position: absolute;
     top: 90px;
     right: 24px;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     padding: 10px 20px;
     border: none;
     background: rgba(40, 40, 40, 0.08);
     backdrop-filter: blur(10px);
     border-radius: 100px;
     color: rgba(0, 0, 0, 0.9);
     font-size: 14px;
     font-weight: 500;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
     letter-spacing: 0.3px;
     cursor: pointer;
     transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
     z-index: 1000;
     border: 1px solid rgba(0, 0, 0, 0.1);
 }

 .close-quiz-btn:hover {
     background: rgba(255, 255, 255, 0.15);
     border-color: rgba(255, 255, 255, 0.2);
     transform: translateY(-1px);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 }

 .close-quiz-btn:active {
     transform: translateY(0);
     background: rgba(255, 255, 255, 0.12);
 }

 .close-quiz-btn svg {
     transition: transform 0.2s ease;
 }

 .close-quiz-btn:hover svg {
     transform: rotate(90deg);
 }

 /* Alumni Companies Section - Auto Scroll */
 .alumni-companies-section {
     padding: 0px 0px;
     background-color: #fff;
 }

 .alumni-companies-section .container {
     max-width: 100%;
     margin: 0 auto;
 }

 .section-title {
     font-size: 30px;
     font-weight: 600;
     color: #1e293b;
     margin-bottom: 30px;
     text-align: center;
 }

 .companies-carousel-auto {
     overflow: hidden;
     padding: 30px 0;
     /* background-color: #f8fafc; */
     /* border-radius: 8px; */
     /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
     position: relative;
 }

 .logo-strip-wrapper {
     display: flex;
     animation: scroll 30s linear infinite;
     /* Adjust speed with '30s' */
     width: max-content;
 }

 .logo-strip {
     height: 110px;
     width: auto;
     display: block;
     /* filter: grayscale(100%) contrast(1.2); */
     transition: filter 0.3s ease;
     cursor: pointer;
 }

 .logo-strip:hover {
     filter: grayscale(0%) contrast(1.2);
 }

 /* Animation Keyframes */
 @keyframes scroll {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-50%);
         /* Moves exactly half the total width (2 images) */
     }
 }

 /* Optional: Hide any potential scrollbar */
 .companies-carousel-auto::-webkit-scrollbar {
     display: none;
 }

 .companies-carousel-auto {
     -ms-overflow-style: none;
     scrollbar-width: none;
 }

 @media (max-width: 768px) {
     .companies-carousel-auto {
         width: 140%;
         position: relative;
         left: -15%;
     }
 }

 .social-icons a {
     color: #cbd5e1;
     font-size: 20px;
     transition: color 0.3s ease;
 }

 .social-icons a:hover {
     color: #ffffff;
 }




 /* ---------------ME section---------------------*/


 /* --- Custom styles for me section with two rows --- */
 .alumni-me-section .companies-carousel-auto {
     overflow: hidden;
     padding: 30px 0;
     position: relative;
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .alumni-me-section .logo-strip-wrapper {
     display: flex;
     width: fit-content;
     flex-shrink: 0;
     gap: 0;
     will-change: transform;
     /* Optimize animation performance */
 }

 /* Top row - moves RIGHT to LEFT */
 .alumni-me-section .logo-strip-top {
     animation: scrollRightToLeft 40s linear infinite;
 }

 /* Bottom row - moves LEFT to RIGHT (faster) */
 .alumni-me-section .logo-strip-bottom {
     animation: scrollLeftToRight 38s linear infinite;
     transform: translateX(-33.333%);
     /* Set initial position */
 }

 .alumni-me-section .logo-strip {
     height: 70px;
     width: auto;
     display: block;
     flex-shrink: 0;
     transition: filter 0.3s ease;
     cursor: pointer;
     backface-visibility: hidden;
     /* Prevent flickering */
     -webkit-backface-visibility: hidden;
     /* Safari support */
 }

 /* Optional hover effect */
 .alumni-me-section .logo-strip:hover {
     filter: grayscale(0%) contrast(1.2);
 }

 /* Right to Left animation (top row) */
 @keyframes scrollRightToLeft {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-33.333%);
     }
 }

 /* Left to Right animation (bottom row) - Fixed flickering */
 @keyframes scrollLeftToRight {
     0% {
         transform: translateX(-33.333%);
     }

     100% {
         transform: translateX(0%);
     }
 }

 /* Mobile responsiveness */
 @media (max-width: 768px) {
     .alumni-me-section .logo-strip {
         height: 90px;
     }

     .alumni-me-section .logo-strip-top {
         animation-duration: 30s;
     }

     .alumni-me-section .logo-strip-bottom {
         animation-duration: 24s;
     }

     .alumni-me-section .companies-carousel-auto {
         gap: 15px;
     }
 }

 @media (max-width: 480px) {
     .alumni-me-section .logo-strip {
         height: 70px;
     }

     .alumni-me-section .companies-carousel-auto {
         padding: 20px 0;
         gap: 10px;
     }

     .alumni-me-section .logo-strip-top {
         animation-duration: 25s;
     }

     .alumni-me-section .logo-strip-bottom {
         animation-duration: 20s;
     }
 }



 /*--------------Cookies---------------------*/





 /* Move Tawk.to chat widget to LEFT side - Works after refresh */

 /* Target the main widget container */
 .widget-visible,
 div[id*="tawk"],
 div[class*="widget"] {
     right: auto !important;
     left: 0 !important;
 }

 /* Target all Tawk.to iframes */
 iframe[src*="tawk.to"],
 iframe[title*="chat widget"],
 iframe[title*="Chat Widget"] {
     right: auto !important;
     left: 20px !important;
 }

 /* Target main chat button */
 iframe[src*="tawk.to"][width="64px"],
 iframe[title*="chat widget"][width="64px"] {
     right: auto !important;
     left: 20px !important;
 }

 /* Target chat window */
 iframe[src*="tawk.to"][width="350px"],
 iframe[title*="chat widget"][width="350px"] {
     right: auto !important;
     left: 20px !important;
 }

 /* Target notification popup */
 iframe[src*="tawk.to"][width="360px"],
 iframe[title*="chat widget"][width="360px"] {
     right: auto !important;
     left: 20px !important;
 }

 /* Target animated element (smallest iframe) */
 iframe[src*="tawk.to"][width="124px"],
 iframe[title*="chat widget"][width="124px"] {
     right: auto !important;
     left: 0px !important;
 }

 /* Catch all fixed position iframes with right positioning */
 iframe[style*="position: fixed"][style*="right"],
 iframe[style*="position:fixed"][style*="right"] {
     right: auto !important;
 }

 /* Specific bottom positioning overrides */
 iframe[style*="bottom: 20px"][style*="right"],
 iframe[style*="bottom:20px"][style*="right"] {
     right: auto !important;
     left: 20px !important;
 }

 iframe[style*="bottom: 30px"][width="124px"],
 iframe[style*="bottom:30px"][width="124px"] {
     right: auto !important;
     left: 0px !important;
 }

 /* Target by z-index (Tawk.to uses specific z-index values) */
 iframe[style*="z-index: 1000002"],
 iframe[style*="z-index:1000002"],
 iframe[style*="z-index: 1000003"],
 iframe[style*="z-index:1000003"],
 iframe[style*="z-index: 1000004"],
 iframe[style*="z-index:1000004"] {
     right: auto !important;
 }

 /* Ensure highest z-index element (animated) stays at left edge */
 iframe[style*="z-index: 1000004"],
 iframe[style*="z-index:1000004"] {
     left: 0px !important;
 }

 /* .resume-continer {
     background: linear-gradient(135deg, #d5b8f2 0%, #f0e8fb 100%) !important;
 } */

 .resume-button {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     background: #2B8CE5;
     color: white;
     padding: 16px 30px;
     border-radius: 50px;
     font-size: 1rem;
     font-weight: 600;
     text-decoration: none;
     border: none;
     cursor: pointer;
     transition: all 0.3s ease;
     box-shadow: 0 6px 16px rgba(43, 140, 229, 0.25);
 }

 .slider {
     display: none;
 }

 .carrer-quizz {
     margin: var(--section-margin);
     display: flex;
     justify-content: center;
     align-items: center;
 }

 /* .career-resume-wrapper {
     margin-top: 0px !important;
 } */

 .career-quiz-wrapper {
     margin: var(--section-margin);
     position: relative;
     max-width: var(--course-max-width);
     width: 1152px;
     padding-top: 80px;
 }

 .career-pointer {
     position: absolute;
     top: 0;
     left: 80px;
     width: 150px;
     height: auto;
     z-index: 10;
 }

 .career-pointer img {
     width: 100%;
     height: auto;
     object-fit: contain;
 }

 .career-container {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 50px;
     background: linear-gradient(135deg, #b8d9f2 0%, #e8f4fb 100%);
     border-radius: 35px;
     padding: 60px 50px 0 50px;
     position: relative;
     overflow: hidden;
 }

 .content-box {
     flex: 1;
     z-index: 1;
     padding-bottom: 60px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 .content-box h1 {
     font-size: 3rem;
     font-weight: 900;
     color: #2c3e50;
     margin: 0 0 28px 0;
     line-height: 1.1;
     letter-spacing: -0.02em;
 }

 .quiz-button {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     background: #2B8CE5;
     color: white;
     padding: 16px 30px;
     border-radius: 50px;
     font-size: 1rem;
     font-weight: 600;
     text-decoration: none;
     border: none;
     cursor: pointer;
     transition: all 0.3s ease;
     box-shadow: 0 6px 16px rgba(43, 140, 229, 0.25);
 }

 .quiz-button:hover {
     background: #2577ca;
     transform: translateY(-3px);
     box-shadow: 0 10px 24px rgba(43, 140, 229, 0.35);
 }

 .quiz-button .arrow-icon {
     width: 18px;
     height: 18px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(255, 255, 255, 0.2);
     border-radius: 50%;
     font-size: 0.85rem;
 }

 .subtitle {
     margin-top: 20px;
     font-size: 0.95rem;
     color: #4a5568;
     font-weight: 500;
 }

 .person-image {
     flex-shrink: 0;
     width: 400px;
     height: 340px;
     z-index: 2;
     position: relative;
     align-self: flex-end;
 }

 .person-image img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     object-position: bottom center;
 }

 @media (max-width: 1024px) {
     .career-quiz-wrapper {
         padding-top: 0px;
     }

     .career-pointer {
         display: none;
     }

     .career-container {
         flex-direction: column;
         align-items: center;
         padding: 20px 16px 0 16px;
         gap: 16px;
         border-radius: 20px;
     }

     .content-box {
         padding-bottom: 35px;
     }

     .person-image {
         width: 340px;
         height: 180px;
         align-self: center;
     }

     .content-box h1 {
         font-size: 2.4rem;
     }
 }


 .person-image1 {
     height: 550px;
     width: 400px;
     overflow: hidden;
 }

 .person-image1 img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* @media (max-width: 768px) {
     .career-quiz-wrapper {
         padding-top: 50px;
     }

     .career-container {
         
         padding: 30px 20px 0 20px; 
         max-height: 400px; 
         border-radius: 28px;
          align-items: flex-start;
     }

     .content-box h1 {
         font-size: 1.9rem;
     }

     .quiz-button {
         padding: 14px 24px;
         font-size: 0.9rem;
     }

     .subtitle {
         font-size: 0.88rem;
     }

     .person-image {
         width: 260px;
         height: 200px;
     }
 } */


 @media (max-width: 768px) {
     .career-quiz-wrapper {
         padding-top: 20px;
         width: 95%;
         margin: 40px auto;
     }

     .career-container {
         flex-direction: column;
         align-items: center;
         padding: 20px 16px 0 16px;
         gap: 16px;
         border-radius: 20px;
     }

     .content-box {
         text-align: center;
         padding-bottom: 16px;
     }

     .content-box h1 {
         font-size: 1.5rem;
         line-height: 1.25;
         margin-bottom: 14px;
     }

     .quiz-button {
         padding: 11px 20px;
         font-size: 0.85rem;
     }

     .subtitle {
         font-size: 0.8rem;
         line-height: 1.4;
         margin-top: 14px;
     }

     .person-image {
         width: 140px !important;
         height: auto !important;
         max-height: 160px;
         align-self: center;
         margin: 0 !important;
     }

     .person-image img {
         object-fit: contain !important;
         object-position: bottom center !important;
         width: 100% !important;
         height: auto !important;
     }

     .person-image.person-image1 {
         width: 220px !important;
         height: auto !important;
         max-height: 200px;
     }

     .person-image.person-image1 img {
         width: 120% !important;
         height: auto !important;
     }

 }

 /* Extra small phones */
 @media (max-width: 480px) {
     .career-pointer {
         display: none;
     }

     .career-quiz-wrapper {
         padding-top: 15px;
         width: 92%;
     }

     .career-container {
         padding: 18px 14px 0 14px;
         gap: 12px;
     }

     .content-box h1 {
         font-size: 1.35rem;
     }

     .quiz-button {
         padding: 10px 18px;
         font-size: 0.8rem;
     }

     .subtitle {
         font-size: 0.75rem;
     }

     .person-image {
         width: 120px !important;
         max-height: 140px;
     }

     .person-image.person-image1 {
         width: 180px !important;
         max-height: 170px;
     }
 }

 /*-------------Refer Page------------------------*/
 /* --- Refer & Win Section --- */
 .refer-section {
     background-color: #fcebc8;
     border-radius: 20px;
     margin: 60px auto;
     padding: 50px 50px;
     max-width: 1100px;
     min-height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
     overflow: hidden;
 }

 .refer-card {
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     max-width: 1020px;
     gap: 40px;
     flex-wrap: wrap;
 }

 .refer-content {
     flex: 1;
     min-width: 320px;
     max-width: 500px;
 }

 .refer-content h2 {
     font-size: 2.4rem;
     color: #111827;
     font-weight: 800;
     margin-bottom: 15px;
 }

 .refer-content p {
     color: #4b5563;
     font-size: 1.1rem;
     margin-bottom: 25px;
     line-height: 1.6;
 }

 .refer-logo {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 25px;
     width: 100%;
 }

 .refer-logo img {
     width: 360px;
     height: auto;
     display: block;
     object-fit: contain;
 }

 .refer-btn {
     background-color: #111827;
     color: #fff;
     border: none;
     padding: 12px 32px;
     border-radius: 9999px;
     font-size: 1.05rem;
     font-weight: 500;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .refer-btn:hover {
     background-color: #2563eb;
     transform: scale(1.05);
 }

 .refer-image {
     flex-shrink: 0;
     width: 620px;
     margin-top: 40px;
 }

 .refer-image img {
     width: 120%;
     height: auto;
     border-radius: 16px;
     object-fit: cover;
     transition: transform 0.3s ease;
     margin-bottom: -100px;
 }

 .refer-image img:hover {
     transform: scale(1.03);
 }

 /* ✅ Large Tablets (iPad Pro, etc.) */
 @media (max-width: 1024px) {
     .refer-section {
         max-width: 88%;
         padding: 45px 35px;
         margin: 50px auto;
     }

     .refer-card {
         gap: 35px;
         max-width: 900px;
     }

     .refer-content h2 {
         font-size: 2.1rem;
     }

     .refer-content p {
         font-size: 1.05rem;
         line-height: 1.5;
     }

     .refer-logo img {
         width: 300px;
     }

     .refer-image {
         width: 400px;
         margin-top: 30px;
     }

     .refer-image img {
         width: 110%;
         margin-bottom: -170px;
     }
 }

 /* ✅ Tablets (iPad, Android tablets) */
 @media (max-width: 820px) {
     .refer-section {
         max-width: 90%;
         padding: 35px 25px;
         margin: 40px auto;
     }

     .refer-card {
         gap: 25px;
     }

     .refer-content h2 {
         font-size: 1.9rem;
     }

     .refer-content p {
         font-size: 0.95rem;
     }

     .refer-logo img {
         width: 260px;
     }

     .refer-image {
         width: 350px;
     }

     .refer-image img {
         width: 100%;
         margin-bottom: -180px;
         margin-left: 20px;
     }
 }

 /* ✅ Mobile Landscape & Large Phones */
 @media (max-width: 768px) {
     .refer-section {
         padding: 28px 18px;
         max-width: 90%;
         min-height: auto;
         margin: 35px auto;
         border-radius: 16px;
     }

     .refer-card {
         flex-direction: row;
         flex-wrap: nowrap;
         text-align: left;
         gap: 18px;
         align-items: flex-end;
         /* ✅ Aligns items to bottom */
     }

     .refer-content {
         flex: 1;
         min-width: 0;
         max-width: none;
     }

     .refer-content h2 {
         font-size: 1.6rem;
         margin-bottom: 10px;
         line-height: 1.2;
     }

     .refer-content p {
         font-size: 0.88rem;
         margin-bottom: 16px;
         line-height: 1.45;
     }

     .refer-logo {
         display: none;
     }

     .refer-btn {
         font-size: 0.88rem;
         padding: 10px 22px;
     }

     .refer-image {
         width: 170px;
         flex-shrink: 0;
         margin-top: 0;
         /* ✅ Reset margin */
         align-self: flex-end;
         /* ✅ Sticks to bottom */
     }

     .refer-image img {
         width: 150%;
         margin-bottom: -30px;
         margin-left: -70px;
     }
 }

 /* ✅ Standard Mobile Phones (iPhone 12/13/14, Samsung S21, etc.) */
 @media (max-width: 480px) {
     .refer-section {
         padding: 22px 14px;
         max-width: 88%;
         margin: 28px auto;
         border-radius: 14px;
     }

     .refer-card {
         gap: 14px;
         align-items: flex-end;
         /* ✅ Aligns to bottom */
     }

     .refer-content h2 {
         font-size: 1.4rem;
         margin-bottom: 8px;
     }

     .refer-content p {
         font-size: 0.82rem;
         margin-bottom: 14px;
         line-height: 1.4;
     }

     .refer-btn {
         font-size: 0.82rem;
         padding: 9px 20px;
     }

     .refer-image {
         width: 145px;
         align-self: flex-end;
         /* ✅ Sticks to bottom */
     }

     .refer-image img {
         border-radius: 10px;
         margin-left: -50px;

     }
 }

 /* ✅ Smaller Mobile Phones (iPhone SE, smaller Android) */
 @media (max-width: 390px) {
     .refer-section {
         padding: 20px 12px;
         max-width: 90%;
         margin: 25px auto;
         border-radius: 12px;
     }

     .refer-card {
         gap: 12px;
         align-items: flex-end;
         /* ✅ Aligns to bottom */
     }

     .refer-content h2 {
         font-size: 1.25rem;
         margin-bottom: 7px;
     }

     .refer-content p {
         font-size: 0.78rem;
         margin-bottom: 12px;
     }

     .refer-btn {
         font-size: 0.78rem;
         padding: 8px 18px;
     }

     .refer-image {
         width: 130px;
         align-self: flex-end;
         /* ✅ Sticks to bottom */
     }
 }

 /* ✅ Extra Small Phones (Very compact devices) */
 @media (max-width: 360px) {
     .refer-section {
         padding: 18px 10px;
         max-width: 92%;
         margin: 22px auto;
         border-radius: 12px;
     }

     .refer-card {
         gap: 10px;
         align-items: flex-end;
         /* ✅ Aligns to bottom */
     }

     .refer-content h2 {
         font-size: 1.15rem;
         margin-bottom: 6px;
         line-height: 1.25;
     }

     .refer-content p {
         font-size: 0.74rem;
         margin-bottom: 10px;
         line-height: 1.35;
     }

     .refer-btn {
         font-size: 0.74rem;
         padding: 7px 16px;
     }

     .refer-image {
         width: 115px;
         align-self: flex-end;
         /* ✅ Sticks to bottom */
     }

     .refer-image img {
         border-radius: 8px;
     }
 }

 /* ✅ Tiny Phones (Galaxy Fold, very small devices) */
 @media (max-width: 320px) {
     .refer-section {
         padding: 16px 8px;
         max-width: 94%;
         margin: 20px auto;
         border-radius: 10px;
     }

     .refer-card {
         gap: 8px;
         align-items: flex-end;
         /* ✅ Aligns to bottom */
     }

     .refer-content h2 {
         font-size: 1.05rem;
         margin-bottom: 5px;
     }

     .refer-content p {
         font-size: 0.7rem;
         margin-bottom: 8px;
     }

     .refer-btn {
         font-size: 0.7rem;
         padding: 6px 14px;
     }

     .refer-image {
         width: 100px;
         align-self: flex-end;
         /* ✅ Sticks to bottom */
     }
 }