body {
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background-color: #f5f0e8;
	color: #1a1a1a;
}

/* Announcement bar */
.announcement-bar {
	background-color: #0a0a0a;
	color: #ffffff;
	text-align: center;
	padding: 6px 8px;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
	z-index: 10;
}

.announcement-bar strong {
	color: #ff6b1a;
	font-weight: 700;
}

.announcement-bar a {
	color: #ff6b1a;
	text-decoration: none;
	font-weight: 700;
}

.mobile-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: #ffffff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
}

.mbb-btn {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.15;
}

.mbb-outline {
  border: 1.5px solid #1f2937;
  background: #fff;
}
.mbb-outline .mbb-title { color: #111827; font-size: 13px; font-weight: 700; }
.mbb-outline .mbb-price { color: #f4511e; font-size: 17px; font-weight: 800; }

.mbb-solid {
  border: none;
  background: #f4511e;
  box-shadow: 0 4px 10px rgba(244, 81, 30, 0.35);
}
.mbb-solid .mbb-title { color: #fff; font-size: 13px; font-weight: 700; }
.mbb-solid .mbb-price { color: #fff; font-size: 17px; font-weight: 800; }

.mbb-wa {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0b5f4a;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Hide on desktop / tablet+ */
@media (min-width: 768px) {
  .mobile-bottom-bar { display: none; }
}

/* Static faculty image section */
.faculty-section {
	position: relative;
	width: 100%;
	background-color: #1a0f0a;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
	padding-right: 0px;
}

.faculty-section img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center top;
}

/* Torn paper edge between image and content */
.torn-edge {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 56px;
	z-index: 3;
	pointer-events: none;
}

.torn-edge svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Hero content section below image */
.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px 80px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: center;
}

@media (min-width: 900px) {
	.hero-content {
		grid-template-columns: 1fr 420px;
		gap: 64px;
	}
}

/* Left text */
.hero-text {
	color: #1a1a1a;
	
}

.hero-text h1 {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
}

.hero-text h1 span {
	color: #ff6b1a;
}

.hero-text p {
	font-size: 17px;
	line-height: 1.6;
	color: #4b5563;
	max-width: 420px;
}

/* Lead form card */
.lead-card {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 32px 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
	text-align: center;
}

.lead-card h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 24px;
	color: #1a1a1a;
}

.lead-card h2 .highlight {
	color: #ff6b1a;
}

.lead-card h2 .sub {
	display: block;
	color: #1a1a1a;
	font-weight: 700;
}

.phone-input {
	display: flex;
	align-items: center;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 14px 16px;
	margin-bottom: 16px;
	background-color: #ffffff;
}

.phone-input .country-code {
	font-weight: 700;
	color: #1a1a1a;
	margin-right: 10px;
	font-size: 15px;
}

.phone-input input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 15px;
	color: #1a1a1a;
	background: transparent;
}

.phone-input input::placeholder {
	color: #9ca3af;
}

.btn-primary {
	width: 100%;
	background: linear-gradient(180deg, #ff6b1a 0%, #e85a0d 100%);
	color: #ffffff;
	border: none;
	border-radius: 9999px;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(255, 107, 26, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(255, 107, 26, 0.45);
}

.consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 18px;
	text-align: left;
}

.consent input {
	width: 18px;
	height: 18px;
	accent-color: #ff6b1a;
	flex-shrink: 0;
	margin-top: 2px;
}

.consent label {
	font-size: 13px;
	line-height: 1.5;
	color: #4b5563;
}
@media (max-width: 767px) {
    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .lead-card {
        order: 1;
    }

    .hero-text {
        order: 2;
    }
}

@media (max-width: 480px) {
	.hero-content {
		padding: 38px 16px 44px;
	}

	.hero-text h1 {
		font-size: 32px;
		
	}

	.lead-card {
		padding: 28px 22px;
	}

	.lead-card h2 {
		font-size: 22px;
	}
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(720px, 100%);
}
.container-fluid {
  	width: 100%;
  	position: relative;
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 16px 20px;
  	box-sizing: border-box;
  	text-align: left;
  	font-size: 17px;
  	color: #251a18;
  	font-family: Aileron;
	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	padding: 0px 0px 32px;
  	box-sizing: border-box;
  	gap: 28px;
  	max-width: 100%;
}
.details {
  	position: relative;
  	line-height: 26.4px;
}
.frame-group {
  	width: 623px;
  	display: flex;
  	align-items: center;
  	gap: 19px;
  	font-size: 20px;
  	color: #212529;
}
.container-parent {
  	align-self: stretch;
  	flex: 1;
  	border-radius: 16px;
  	background-color: #fff;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 42px 43px;
  	gap: 18px;
}
.container-icon {
  	width: 47.6px;
  	height: 53.2px;
  	position: relative;
  	object-fit: cover;
}
.live-online-class-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 8px;
}
.live-online-class {
  	align-self: stretch;
  	position: relative;
  	line-height: 19.2px;
  	font-weight: 600;
}
.on-me-digital-app {
  	align-self: stretch;
  	position: relative;
  	font-size: 15px;
  	line-height: 18px;
}
.container-group {
  	flex: 1;
  	border-radius: 16px;
  	background-color: #fff;
  	overflow: hidden;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 42px 43px;
  	gap: 18px;
}
.container-icon2 {
  	width: 50.4px;
  	height: 49px;
  	position: relative;
  	object-fit: cover;
}
.container {
  	display: flex;
  	align-items: flex-start;
  	gap: 8px;
  	font-size: 15px;
  	color: #000;
  	font-family: Inter;
}
.container2 {
  	height: 138px;
  	width: 215px;
  	border-radius: 16px;
  	background-color: #fff;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: center;
  	padding: 20px 28px;
  	box-sizing: border-box;
  	gap: 18px;
}
.icon {
  	width: 28px;
  	height: 28px;
  	position: relative;
}
.paragraph {
  	width: 142px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
}
.doubt-support {
  	align-self: stretch;
  	position: relative;
  	line-height: 20.8px;
  	font-weight: 600;
}



.summary-card {
  height: 100%;
flex: 1;
width: 100%;
position: relative;
border-radius: 16px;
background-color: #fff;
overflow: hidden;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 42px 43px;
box-sizing: border-box;
gap: 18px;
text-align: left;
font-size: 18px;
color: #212529;
font-family: Aileron;
}

.summary-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.summary-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--text-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.summary-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  background: #ffff;
  border-radius: 18px;
  padding: 24px;
  display: grid;
  gap: 16px;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 33, 72, 0.06);
}

.feature-card img {
  width: 36px;
  height: 36px;
  margin-inline: auto;
}

.feature-card p {
  margin: 0;
  color: var(--text-color);
  font-weight: 600;
}

 @media (max-width: 640px) {
            /* Section heading: left aligned on phone, as shown in screenshot */
            .sub-heading {
                text-align: left;
                align-self: flex-start;
                margin: 0 0 8px 0;
                width: 100%;
            }

            /* Outer container: smaller padding on phone */
            .container-fluid {
                padding: 16px 16px 24px;
                gap: 18px;
            }

            /* Summary grid: stack the two large cards vertically on phone */
            .summary-grid {
                grid-template-columns: 1fr;
                gap: 16px;
                width: 100%;
            }

            /* Summary cards: smaller padding for phone screens */
            .summary-card {
                padding: 24px 22px;
                gap: 14px;
		display: -webkit-box;
            }

            /* Summary card image: slightly smaller on phone */
            .summary-card img {
                width: 44px;
                height: 44px;
            }

            /* Summary card heading: smaller text on phone */
            .summary-card h3 {
                font-size: 18px;
            }

            /* Summary card paragraph: smaller text on phone */
            .summary-card p {
                font-size: 14px;
                line-height: 1.6;
            }

            /* Feature grid: stack all feature cards vertically on phone */
            .feature-grid {
                grid-template-columns: 1fr;
                gap: 12px;
                width: 100%;
            }

            /* Feature cards: horizontal layout on phone (icon + text inline) */
            .feature-card {
                padding: 16px 18px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                text-align: left;
                gap: 14px;
                box-shadow: 0 4px 16px rgba(15, 33, 72, 0.06);
            }

            /* Feature card icon: keep size, remove auto center margin on phone */
            .feature-card img {
                width: 28px;
                height: 28px;
                margin-inline: 0;
                flex-shrink: 0;
            }

            /* Feature card text: left aligned on phone */
            .feature-card p {
                text-align: left;
                font-size: 15px;
                font-weight: 600;
            }
        }

  .result-slider-section{
            background-color: #ffff;
            padding: 60px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 500px;
        }
        .result-slider{
            max-width: 900px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .result-slider .scholarship-reg-img {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            overflow: hidden;
        }
        
        /* Mobile Styles */
        @media (max-width: 767px) {
            .result-slider-section{
                padding: 30px 15px;
                min-height: auto;
            }
            .result-slider{
                max-width: 100%;
            }
            .result-slider .scholarship-reg-img {
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            }
            .result-slider .scholarship-reg-img img {
                max-height: 300px;
            }
        }

.compare-section {
      max-width: 1100px;
      margin: 80px auto;
      background: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    thead th {
      background: #f9f9f9;
      padding: 20px 24px;
      text-align: left;
      font-weight: 700;
      font-size: 15px;
      color: #2d3748;
      border-bottom: 2px solid #e2e2e2;
    }

    thead th:not(:last-child),
    tbody td:not(:last-child) {
      border-right: 1px solid #e2e2e2;
    }

    thead th:nth-child(1) {
      width: 22%;
    }

    thead th:nth-child(2) {
      width: 42%;
    }

    thead th:nth-child(3) {
      width: 36%;
    }

    .logo-cell {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .logo-cell img {
      height: 28px;
      width: auto;
    }

    .logo-text {
      font-weight: 800;
      font-size: 18px;
      color: #0b1120;
    }

    .logo-text span {
      color: #f97316;
    }

    tbody tr {
      border-bottom: 1px solid #e2e2e2;
    }

    tbody tr:last-child {
      border-bottom: none;
    }

    tbody td {
      padding: 20px 24px;
      font-size: 15px;
      line-height: 1.5;
      vertical-align: middle;
    }

    tbody td:first-child {
      font-weight: 600;
      color: #0b1120;
    }

    tbody td:nth-child(2) {
      font-weight: 600;
      color: #0b1120;
    }

    tbody td:nth-child(3) {
      color: #4a5568;
      position: relative;
      padding-left: 48px;
    }

    .divider-row td {
      border-bottom: 2px solid #e2e2e2;
      padding: 0;
      line-height: 0;
      border-top: none;
    }

    .check {
      position: absolute;
      left: 24px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      color: #16a34a;
    }

    @media (max-width: 768px) {
      .compare-section {
        border-radius: 12px;
	margin: 10px;
      }

      thead th,
      tbody td {
        padding: 14px 12px;
        font-size: 13px;
      }

      tbody td:nth-child(3) {
        padding-left: 36px;
      }

      .check {
        left: 12px;
        width: 14px;
        height: 14px;
      }
    }

.about-section {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 64px 24px;
    }

    .about-section h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 32px;
      color: #1a1a1a;
    }

    .about-section h2 span {
      color: #ff6b1a;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      align-items: stretch;
    }

    @media (min-width: 900px) {
      .about-grid {
        grid-template-columns: 460px 1fr;
        gap: 48px;
      }
    }

    .mentor-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 0;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      text-align: left;
      overflow: hidden;
      min-height: 240px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
      position: relative;
    }

    .mentor-info {
      padding: 36px 0 36px 32px;
      align-self: center;
      flex: 1;
      z-index: 1;
    }

    .mentor-photo {
      width: 220px;
      height: 100%;
      max-height: 330px;
      object-fit: cover;
      object-position: center top;
      align-self: flex-end;
      display: block;
      flex-shrink: 0;
      margin-right: 10px;
    }

    .mentor-label {
      font-size: 14px;
      color: #4b5563;
      margin-bottom: 6px;
    }

    .mentor-name {
      font-size: 20px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 16px;
    }

    .mentor-achievement {
      font-size: 13px;
      line-height: 1.5;
      color: #4b5563;
      max-width: 180px;
    }

    .mentor-achievement strong {
      color: #1a1a1a;
      font-weight: 700;
    }

    .highlights {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0;
    }

    .highlight-item {
      padding: 22px 0;
      border-bottom: 1px solid #e2e2e2;
      font-size: 16px;
      line-height: 1.6;
      color: #1a1a1a;
    }

    .highlight-item:first-child {
      padding-top: 0;
    }

    .highlight-item:last-child {
      border-bottom: none;
    }

    .highlight-item strong {
      font-weight: 700;
      color: #1a1a1a;
    }

    @media (max-width: 480px) {
      .about-section {
        padding: 48px 16px;
      }

      .about-section h2 {
        font-size: 24px;
      }

      .mentor-card {
        min-height: 200px;
      }

      .mentor-info {
        padding: 24px 0 24px 20px;
      }

      .mentor-photo {
        width: 150px;
        max-height: 187px;
        margin-right: 8px;
      }

      .mentor-name {
        margin-bottom: 12px;
      }
    }

.awards-section {
      width: 100%;
      padding: 64px 0;
      overflow: hidden;
      background-color: #f5f0e8;
    }

    .awards-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 48px;
      color: #1a1a1a;
    }

    .awards-section h2 span {
      color: #ff6b1a;
    }

    .carousel-row {
      display: flex;
      gap: 20px;
      width: max-content;
      margin-bottom: 20px;
    }

    .carousel-row:last-child {
      margin-bottom: 0;
    }

    .carousel-row.forward {
      animation: scroll-left 35s linear infinite;
    }

    .carousel-row.reverse {
      animation: scroll-right 40s linear infinite;
    }

    .carousel-row:hover {
      animation-play-state: paused;
    }

    .award-card {
      flex-shrink: 0;
      width: 260px;
      height: 170px;
      border-radius: 16px;
      overflow: hidden;
      background-color: #e5e0d8;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .award-card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .award-card.large {
      width: 340px;
      height: 200px;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes scroll-right {
      0% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }

    @media (max-width: 640px) {
      .awards-section {
        padding: 48px 0;
      }

      .awards-section h2 {
        font-size: 24px;
        margin-bottom: 32px;
        padding: 0 16px;
      }

      .award-card {
        width: 200px;
        height: 130px;
      }

      .award-card.large {
        width: 260px;
        height: 160px;
      }
    }

 /*{ margin:0; padding:0; box-sizing:border-box; }
  body { font-family:"Inter", system-ui, sans-serif; background:#fff; color:#111; }*/

  .results-section { 
         padding:56px 0 64px;
	 background-color: #ffff;
	 box-sizing:border-box }

  .results-head {
    max-width:1340px; margin:0 auto 28px; padding:0 56px;
    display:flex; align-items:center; justify-content:space-between; gap:16px;
  }
  .results-head h2 { font-size:30px; font-weight:800; letter-spacing:-0.5px; }
  .results-head h2 span { color:#ff6b1a; }

  .nav-btns { display:flex; gap:10px; }
  .nav-btn {
    width:38px; height:38px; border-radius:50%; border:none; cursor:pointer;
    background:#fdece2; color:#1a1a1a; display:flex; align-items:center; justify-content:center;
    transition:background .2s, transform .2s;
  }
  .nav-btn:hover { background:#ffd9c2; }
  .nav-btn:active { transform:scale(0.94); }
  .nav-btn svg { width:16px; height:16px; }

  /* Track shows 2.5 cards */
  .carousel-viewport { overflow:hidden; padding:0 0 0 56px; }
  .carousel-track {
    display:flex; gap:24px;
    transition:transform .5s cubic-bezier(.4,0,.2,1);
  }
  .result-card {
    flex:0 0 calc((100% - 56px - 2*24px) / 2.5);
    aspect-ratio:15/13;
    border-radius:18px; overflow:hidden; background:#f3e4e2;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
  }
  .result-card img { display:block; width:100%; height:100%; object-fit:cover; }

  @media (max-width:900px) {
    .results-head { padding:0 20px; }
    .carousel-viewport { padding-left:20px; }
    .result-card { flex:0 0 calc((100% - 20px - 24px) / 1.5); }
  }
.mentors-section-box{
 display: flex;
 background-color: #3d0a0a;
}

.mentors-section {
      width: 100%;
      margin: 0 auto;
      padding: 64px 24px;
      max-width: 1200px;
    }

    .section-tag {
      display: inline-block;
      padding: 8px 18px;
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 32px;
    }

    .subject-row {
      margin-bottom: 40px;
    }

    .subject-row:last-child {
      margin-bottom: 0;
    }

    .subject-label {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 18px;
    }

    .cards-track {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding-bottom: 8px;
    }

    .cards-track::-webkit-scrollbar {
      display: none;
    }

    .mentor-card-1 {
      flex: 0 0 auto;
      width: 360px;
      border-radius: 16px;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
      background-color: #3d0a0a
    }
    @media (max-width: 680px){
	 .mentor-card-1 {
         flex: 0 0 auto;
         width: 280px;
         }
     }


    .mentor-card img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .about-text {
      max-width: 900px;
      margin-top: 48px;
      font-size: 15px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.85d85);
    }

    @media (min-width: 768px) {
      .cards-track {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        overflow-x: visible;
      }

      .mentor-card {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .mentors-section {
        padding: 48px 16px;
      }

      .section-tag {
        font-size: 13px;
        padding: 7px 14px;
      }

      .subject-label {
        font-size: 18px;
      }

      .mentor-card {
        width: 360px;
      }

      .about-text {
        font-size: 14px;
      }
    }
.section-title {
      font-size: 30px;
      font-weight: 800;
      letter-spacing: -0.5px;
      margin-bottom: 36px;
      color: #1a1a1a;
    }

    .section-title span {
      color: #ff6b1a;
    }
.success-sec {
            background-color: #fff;
            padding: 60px 20px;
            text-align: center;
        }
        
        .success-sec .section-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 40px;
            color: #333;
        }
        
        .success-sec .section-title span {
            color: #ff6a2a;
        }
        
        .success-owl {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .success-owl .item {
            padding: 0px;
        }
        
        .shorts-modal {
            position: relative;
            overflow: hidden;
            border-radius: 0px;
            background-color: #ffff;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .shorts-modal:hover {
            transform: translateY(-5px);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
        }
        
        .success-img-short {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Desktop Styles */
        @media (min-width: 992px) {
            .success-sec {
                padding: 80px 40px;
            }
            
            .success-sec .section-title {
                font-size: 36px;
                margin-bottom: 50px;
            }
            
            .shorts-modal {
                border-radius: 0px;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            }
        }
        
       
        
        /* Mobile Styles */
        @media (max-width: 767px) {
            .success-sec {
                padding: 30px 15px;
            }
            
            .success-sec .section-title {
                font-size: 22px;
                margin-bottom: 30px;
            }
            
            .shorts-modal {
                border-radius: 0px;
            }
        }
  /* Mobile/Phone Styles for Results Section */
        @media (max-width: 767px) {
            .results-section {
                padding: 20px 10px;
                background-color: #fff;
            }
            
            .results-head {
                margin-bottom: 20px;
                text-align: center;
            }
            
            .results-head h2 {
                font-size: 20px;
                margin-bottom: 15px;
            }
            
            .results-head h2 span {
                color: #ff6a2a;
            }
            
            .nav-btns {
                display: flex;
                justify-content: center;
                gap: 10px;
                margin-top: 15px;
            }
            
            .nav-btn {
                width: 36px;
                height: 36px;
                border: 1px solid #ddd;
                background: #fff;
                border-radius: 50%;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
            }
            
            .nav-btn:hover {
                background: #ff6a2a;
                border-color: #ff6a2a;
                color: #fff;
            }
            
            .carousel-viewport {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;

        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scroll-snap-type: x mandatory;

        scrollbar-width: none;
        -ms-overflow-style: none;

        border-radius: 8px;
    }

    .carousel-viewport::-webkit-scrollbar {
        display: none;
    }

    .carousel-track {
        display: flex;
        width: max-content;
        gap: 15px;
    }
    .result-card {
        flex: 0 0 90vw;
        width: 90vw;

        scroll-snap-align: center;
    }

    .result-card img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
        }
