@media screen and (max-width:1250px) {
  .logo-sec-div {
    width: 100%;
  }

  .logo-sec {
    /* margin-inline: auto; */
    margin-left: 10px;
  }

  .menu-bar {
    padding-top: 9px;
    display: block;
  }

  .hero-div {
    width: 100%;
  }

  .header-ul-link {
    /* display: none!important; */
    all: initial;
    list-style: none;
    padding: 0px;
    top: 100%;
    left: 0;
    width: 0px;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    transition: width .3s;
    box-shadow: 0px 10px 12px -5px rgba(161, 161, 161, 0.75);
    gap: 5px !important;
  }

  .header-ul-link li {
    display: none;
  }

  .header-ul-link.show li {
    display: block;
  }

  .header-ul-link.show {
    width: 190px;
    padding: 10px 30px;
  }

  .header-ul-link.show a {
    padding: 10px 10px;
    border-radius: 10px;
    transition: all .3s;
  }

  .header-ul-link.show a:hover {
    color: #fff;
    background-color: var(--color-primary-dark);
  }

  .syllabus-row .syllabus-btn-div:nth-of-type(odd) {
    /* padding-left: 24px; */
    padding-right: 24px;
  }

  .syllabus-row .syllabus-btn-div:nth-of-type(even) {
    padding-left: 24px;
    /* padding-right: 24px; */
  }

  .coaching-row {
    gap: 0px;
  }
}

@media screen and (max-width:991px) {

  /* .hero-div p{
    width: 100%;
  } */
  .hero-sec {
    padding-top: 102px;
  }

  .hero-div h1 {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 28px;
  }

  .hero-col {
    order: 2;
  }

  .coaching-row {
    justify-content: center;
    justify-items: center;
  }

  .coaching-col-div {
    width: 30%;
    margin-bottom: 20px;
  }

  .coaching-card-wrapper,
  .coaching-card {
    height: 100%;

  }

  .coaching-card .ab-card {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, .1) 100%);
    opacity: .9;
  }

  .Syllabus-btn {
    font-size: 14px;
    gap: 10px;
  }

  .Syllabus-btn div {
    width: auto;
    height: 20px;
  }

  .reg-order {
    order: -1;
  }

  .partner-cta-card {
    padding: 28px 28px;
    gap: 20px;
  }

  .partner-cta-heading {
    font-size: 20px;
  }

  .partner-cta-address {
    font-size: 13px;
  }
}

@media screen and (max-width:768px) {
  .logo-head {
    font-size: 34px;
    margin-bottom: 0px;
  }

  .logo-sec span {
    font-size: 9px;
  }

  .hero-sec {
    padding-top: 130px;
  }

  .logo-sec p {
    margin-bottom: -8px;
  }

  .about-div p {
    width: 100%;
  }

  .coaching-col-div {
    max-width: 250px;
    margin-bottom: 20px;
    padding: 5px;
  }

  .registration-video-div {
    margin: 0px auto;
  }

  .exam-cond-img1 {
    height: auto;
    aspect-ratio: 16/9;
  }

  .syllabus-row .syllabus-btn-div:nth-of-type(odd) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .syllabus-row .syllabus-btn-div:nth-of-type(even) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width:550px) {
  section {
    padding: 44px 5px;
  }

  .sub-heading {
    font-size: 24px;
  }

  .hero-div h1 {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .hero-div h3 {
    font-weight: 600;
    font-size: 18px;
  }

  header {
    padding: 0px 20px;
    height: 70px;
  }

  .logo-sec {
    width: 100px;
  }

  header.sticky {
    /* padding-top: 0px; */
    height: 60px;
  }

  .header-icon a {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }

  .menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }

  .menu-bar i {
    font-size: 22px;
  }

  .hero-row * {
    padding-inline: 0 !important;
  }

  .hero-sec {
    padding-inline: 0px;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .logo-head {
    font-size: 38px;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1.1;
    text-wrap: nowrap;
  }

  .awarded-cont,
  .success-cont,
  .results-cont {
    padding: 30px 25px;
    padding-bottom: 20px;
  }

  .about-sec,
  .registration-sec,
  .coaching-sec,
  .result-sec,
  .awarded-sec,
  .faqs-sec,
  section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .success-sec,
  .awarded-cont {
    padding-block: 10px;
  }

  .success-cont {
    padding-block: 20px 10px;
  }

  .awarded-sec {
    padding-top: 0px;
  }

  .coaching-sec {
    padding-top: 20px;
  }

  .registration-sec,
  .coaching-sec {
    padding-bottom: 0;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .hero-row .hero-col {
    padding-inline: 20px !important;
  }

  .hero-action {
    flex-direction: column;
    gap: 10px;
    align-items: start !important;
    padding-top: 10px;
  }

  /* .hero-action a{
    order: 2;
  } */
  .about-color {
    background-color: var(--light-primary-background) !important;
    margin-bottom: 0;
  }

  .about-card {
    padding: 8px;
  }

  .about-card-img {
    width: 50px;
    height: 50px;
  }

  .about-card-img .ab-div1 {
    width: 28px;
  }

  .about-card-img div {
    width: 35px;
  }

  .ab-card-heading {
    font-size: 18px;
    margin-bottom: -5px;
  }

  .ab-card-p {
    font-size: 12px;
    line-height: 1.3;
  }

  .know-more-btn {
    width: 90%;
    font-size: 13px;
  }

  .about-head {
    margin-bottom: 5px;
  }

  .about-div p {
    font-size: 16.8px;
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .syllabus-row {
    row-gap: 20px;
  }

  .fs-17 {
    font-size: 16px;
  }

  .fs-18 {
    font-size: 17px;
  }

  .fs-24 {
    font-size: 18px;
  }

  .fs-26 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .no1-text {
    font-size: 25px;
  }

  .syllabus-div {
    /* flex-direction: column; */
    gap: 10px !important;
    margin-top: -4px;
  }

  .coaching-row {
    /* border: 1px solid; */
    gap: 0px;
    /* justify-content: start; */
  }

  .coaching-col-div {
    min-width: 110px;
    max-width: 150px;
    margin-bottom: 20px;
    padding: 3px;
  }

  .coaching-card-img-div {
    padding-top: 5px;
  }

  .coaching-card-img-div div {
    /* width: 70px; */
    height: 30px;
  }

  .coaching-card-text-p,
  .coaching-card-text-p span {
    font-size: 16px !important;
  }

  .coaching-text-div h6 {
    font-size: 13px;
  }

  .coaching-text-div h6+p {
    font-size: 10px;
  }

  .exam-conduc-details p {
    font-size: 15px;
    line-height: 1.3;
  }

  .exam-conduction-img {
    width: 30px;
  }

  .conduction-img-2 div {
    width: 25px;
  }

  .conduction-img-3 div {
    width: 20px;
  }

  .exam-note {
    font-weight: 400 !important;
    font-size: 16px;
  }

  .exam-cond-img1 {
    height: auto;
    aspect-ratio: 2/.8;
  }

  .Syllabus-btn {
    font-size: 14px;
  }

  .Syllabus-btn div {
    width: auto;
    height: 15px;
  }

  .awarded-cont {
    padding-bottom: 0;
  }

  .success-img-div {
    width: 60px;
  }

  .owl-dots {
    margin: 0;
  }

  .result-btn-div a {
    font-size: 14px;
    padding: 6px 12px;
  }

  .success-owl .item {
    height: 180px;
  }

  .accordion-button {
    padding-inline: 2px;
    font-size: 16px;
  }

  .awarded-cont .fs-26 {
    font-size: 14px;
  }

  .line-bottom {
    width: 98px;
    margin-top: -7px;
    margin-left: 22px;
  }

  .reg-div p {
    line-height: 1.2;
  }

  .accordion-body {
    font-size: 16px;
  }

  .talk-div h4 {
    font-size: 24px;
  }

  .call-us {
    background-color: #fff;
    padding: 8px 20px;
    font-size: 15px;
  }

  .visit-center-btn {
    width: 150px;
  }

  .registration-video-div {
    max-width: 250px;
  }

  .talk-img {
    width: 80px;
  }

  .footer-logo {
    width: 250px;
  }
}

/* ==========================================================================
   Franchise Page Responsive Styles
   ========================================================================== */
@media (max-width: 991.98px) {
  .franchise-nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    padding: 16px 20px 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    gap: 4px;
    align-items: stretch;
    border-bottom: 2px solid #f0f0f0;
    z-index: 1050;
  }

  .franchise-nav-links.show {
    display: flex;
    animation: menuSlideDown 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  @keyframes menuSlideDown {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .franchise-nav-links a {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    border-radius: 8px;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .franchise-nav-links a:hover,
  .franchise-nav-links a:focus {
    background-color: #fff7f4;
    color: var(--brand-orange);
    padding-left: 20px;
  }

  .franchise-nav-links a.nav-link-enquire {
    display: flex !important;
    margin-top: 10px;
    background: linear-gradient(135deg, var(--brand-orange) 0%, var(--brand-orange-dark) 100%);
    color: #ffffff !important;
    justify-content: center;
    border-radius: var(--radius-pill);
    padding: 12px 20px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.35);
  }

  .franchise-nav-links a.nav-link-enquire:hover,
  .franchise-nav-links a.nav-link-enquire:active {
    background: var(--brand-orange-dark);
    padding-left: 20px;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(255, 87, 34, 0.45);
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .btn-enquire-outline {
    display: none !important;
  }

  .mobile-menu-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
    color: #222222;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    flex-shrink: 0;
  }

  .mobile-menu-toggler:hover,
  .mobile-menu-toggler:active {
    background-color: #fff2ee;
    border-color: var(--brand-orange);
    color: var(--brand-orange);
  }

  .btn-login {
    display: none;
  }

  .franchise-hero-sec {
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #130f0d;
    background-image: radial-gradient(circle at 50% 65%, rgba(255, 87, 34, 0.14) 0%, rgba(18, 14, 12, 0) 65%);
  }

  .enquiry-card-wrapper {
    margin: 32px auto 0;
    max-width: 420px;
    padding-top: 0;
  }

  .enquiry-card-wrapper::before {
    width: 420px;
    height: 420px;
    top: -30px;
  }

  .opportunity-left-box {
    position: static;
    margin-bottom: 30px;
    text-align: center;
  }

  .opportunity-img-div {
    margin: 20px auto 0;
  }

  /* Founder Section on Tablet & Mobile */
  .founder-sec {
    padding: 44px 18px 24px;
  }

  .founder-card-col {
    padding-bottom: 0;
  }

  .founder-main-row {
    /* align-items: flex-end !important; */
  }

  .founder-intro-col {
    padding-bottom: 8px;
  }

  .founder-lead-by {
    font-size: 19px;
    margin-bottom: 2px;
  }

  .founder-name {
    font-size: 29px;
    margin-bottom: 4px;
  }

  .founder-designation {
    font-size: 14.5px;
    margin-bottom: 14px;
  }

  .speaker-logo-ted {
    height: 30px;
  }

  .speaker-logo-josh {
    height: 25px;
  }

  .founder-img-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .founder-img-col .founder-img-container {
    justify-content: flex-end;
  }

  .founder-cutout-img {
    max-height: 250px;
    margin-bottom: -4px;
  }

  .founder-credentials-card {
    padding: 26px 22px 22px;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  }

  .credentials-card-title {
    /* font-size: 18px; */
    margin-bottom: 10px;
  }

  .rank-line {
    /* font-size: 13px; */
    line-height: 1.4;
  }

  .rank-year {
    /* font-size: 11.5px; */
  }

  .rank-more {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .exp-text {
    /* font-size: 13.5px; */
    margin-bottom: 10px;
  }

  .partner-cta-sec {
    padding: 48px var(--section-px);
  }

  .partner-cta-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .partner-cta-left {
    width: 100%;
    align-items: flex-start;
    gap: 16px;
  }

  .partner-store-icon {
    font-size: 32px;
    margin-top: 2px;
  }

  .partner-cta-heading {
    font-size: 19px;
  }

  .partner-cta-address {
    font-size: 13px;
    max-width: 100%;
  }

  .partner-cta-right {
    width: 100%;
    align-items: stretch;
    gap: 10px;
  }

  .btn-partner-call {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
  }

  .partner-cta-email {
    text-align: center;
    display: block;
    font-size: 13.5px;
  }

  .compare-table-wrapper {
    overflow-x: auto;
  }

  .table-franchise-compare {
    min-width: 600px;
  }
}

@media (max-width: 767.98px) {
  header.franchise-header {
    height: 64px;
    padding: 0 16px;
  }

  .franchise-logo img {
    max-width: 140px;
  }

  .franchise-nav-links {
    top: 64px;
    padding: 14px 16px 18px;
  }

  .btn-enquire-outline {
    display: none !important;
  }

  .mobile-menu-toggler {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .btn-call-header {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.35);
  }

  .btn-call-header .btn-call-text {
    display: none !important;
  }

  .btn-call-header i {
    font-size: 16px;
    margin: 0;
  }

  .franchise-hero-sec {
    padding-top: 86px;
    padding-bottom: 40px;
    background-color: #130f0d;
    background-image: radial-gradient(circle at 50% 68%, rgba(255, 87, 34, 0.16) 0%, rgba(19, 15, 13, 0) 60%);
  }

  .hero-headline {
    font-size: 26px !important;
    line-height: 1.22;
  }

  .hero-franchise-label {
    font-size: 13.5px;
    margin-bottom: 6px;
  }

  .hero-divider-line {
    margin: 16px 0 14px;
    max-width: 280px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero-desc {
    font-size: 13.5px !important;
    line-height: 1.5;
  }

  .enquiry-card-wrapper {
    margin: 24px auto 0;
    max-width: 380px;
    padding-top: 0;
  }

  .enquiry-card-wrapper::before {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 50% 30%, rgba(255, 87, 34, 0.24) 0%, rgba(230, 70, 15, 0.08) 45%, transparent 68%);
    filter: blur(18px);
  }

  .enquiry-card-top-tab {
    width: 86%;
    padding: 12px 16px 8px;
    font-size: 15px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }

  .enquiry-card-main {
    padding: 26px 20px 22px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .form-group-line {
    margin-bottom: 18px;
    padding-bottom: 6px;
  }

  .bottom-line-input {
    font-size: 14px;
  }

  .btn-send-enquiry {
    width: 140px;
    height: 42px;
    border-radius: 10px;
    font-size: 15px;
    margin: 16px auto 0;
    display: block;
  }

  /* Founder section mobile adjustments */
  .founder-sec {
    padding: 34px 14px;
  }

  .founder-intro-col {
    padding-bottom: 6px;
  }

  .founder-lead-by {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .founder-name {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .founder-designation {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .speaker-logo-ted {
    width: 60px;
    height: 40px;
  }

  .speaker-logo-josh {
    /* width: 55px; */
    height: 40px;
  }

  .founder-cutout-img {
    max-height: 200px;
    margin-bottom: -4px;
  }

  .founder-credentials-card {
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .credentials-card-title {
    /* font-size: 17px; */
    margin-bottom: 8px;
  }

  .rank-line {
    /* font-size: 12px; */
    line-height: 1.35;
  }

  .rank-year {
    /* font-size: 10.5px; */
  }

  .rank-more {
    /* font-size: 10.5px; */
    margin-bottom: 12px;
  }

  .exp-text {
    /* font-size: 13px; */
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .metric-item {
    font-size: 12.5px;
  }

  .founder-name {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .founder-cutout-img {
    height: 60vh;
    width: auto;
  }

  .table-franchise-compare thead th,
  .table-franchise-compare tbody td {
    padding: 12px 16px;
    font-size: 13px;
  }

  .partner-cta-card {
    padding: 24px 18px;
    border-radius: 20px;
    gap: 18px;
  }

  .btn-partner-call {
    font-size: 14px;
    padding: 11px 16px;
  }

  .franchise-wall-img {
    height: 260px;
  }

  .footer-social-icons a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
  }

  .enquiry-card::before,
  .enquiry-success::before {
    content: '';
    position: absolute;
    right: 50px;
    /* transform: translateY(50%); */
    top: 0px;
    width: 50%;
    height: 157px;
    background: radial-gradient(ellipse at center,
        rgba(255, 105, 61, .5) 60%,
        rgba(255, 105, 61, .2) 20%,
        transparent 80%);
    filter: blur(77px);
    pointer-events: none;
  }

  .partner-cta-right {
    width: 70%;
    align-self: flex-end;
  }

  .field input,
  .phone-row {

    padding: 5px 12px;

    min-height: 29px;
  }
}