html {
  scroll-behavior: smooth;
}
.div_border {
    border: 2px solid rgb(177, 4, 4);
}

.top_bar {
    padding-top: 15px;
    padding-bottom: 10px;
    /* padding: 10px; */
}

/* ===============LOGO Section============ */
.logo {
    width: 50px;
    height: 50px;
}

.logo_h1 {
    color: #fe0000;
    font-family: 'Noto Serif', serif;
    font-size: 22px;
}

.logo_h2 {
    color: #000;
    font-family: 'Noto Serif', serif;
    font-size: 22px;
}

.logo_h3 {
    color: #000;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.title_link {
    text-decoration: none;
    color: inherit;
}

.title_link:hover {
    text-decoration: none;
    color: inherit;
}

/* ===============LOGO Section END============ */
/* ===============Top Contact Section============ */
.icon-blue {
    color: #202c45;
    /* Bootstrap primary blue */
    font-size: 1.75rem;
}

.contact-text {
    text-align: center;
    line-height: 1.2;
}

.contact-label {
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #202c45;

}

.contact-number {
    font-size: 17px;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    margin-top: 0px;
    color: #202c45;
    text-decoration: none;
}
.contact-number:hover {
    text-decoration: underline;
}
.contact-email {
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    margin-top: 0px;
    color: #202c45;
    text-decoration: none;
}
.contact-email:hover {
    text-decoration: underline;
}

.contact-location {
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    margin-top: 0px;
    color: #202c45;
    text-decoration: none;
}
.contact-location:hover {
    text-decoration: underline;
}
/* .custom-border {
    border-right: 1.5px solid #0d6efd;
} */
/* ===============Top Bar Section END============ */


/* ================Banner================ */

/* ================Book Demo Button In Menu Bar================== */
.btn-demo {
    background: #ff2b55;
    color: #fff;
    padding: 13px 15px;
    top: 0;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

/* ================Book Demo Button In Menu Bar END================== */
/* =========================
   Banner (optimized + responsive)
========================= */

.hero-banner {
    background: #f4f6f8 url("../images/banner_BG.jpg") no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: clamp(40px, 8vw, 80px);
    right: 42%;
    width: clamp(80px, 12vw, 120px);
    height: clamp(50px, 8vw, 80px);
    background-image: radial-gradient(#ff6b6b 2px, transparent 2px);
    background-size: 12px 12px;
    pointer-events: none;
}

/* Content spacing */
.banner-content {
    padding-top: clamp(18px, 5vw, 50px);
}

/* Title styling */
.banner-title h1 {
    font-family: 'Playwrite US Trad Guides', cursive;
    color: #202c45;
    font-size: clamp(22px, 3.2vw, 52px);
    line-height: 2.00;
    margin: 0;
}

.banner-title span {
    font-family: 'Noto Serif', serif;
    color: #f2184f;
    font-size: inherit;
    /* keep same scale as h1 */
}

.banner-title {
    position: relative;
}

/* Button */
.btn-read {
    display: inline-block;
    background: #171e30;
    color: #fff;
    padding: 7px 20px;
    margin-left: 7px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.25s ease;
}

.btn-read:hover {
    background: #0e1f46;
}

/* =========================
   IMAGE WITH SHAPE (fluid)
========================= */

.image-wrapper-student {
    position: relative;
    width: min(520px, 100%);
    /* keep your original “look” ratio, but fluid */
    aspect-ratio: 520 / 360;
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;

    /* creates breathing space inside so the image doesn't hit the wrapper edges */
    padding: clamp(0px, 1vw, 10px);
    box-sizing: border-box;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 12px solid #fff;
    background: #fff;
    box-sizing: border-box;
}

.bg-shape {
    position: absolute;
    top: clamp(-14px, -2vw, -20px);
    left: clamp(-18px, -3vw, -30px);
    width: 100%;
    z-index: 1;
}


.btn-wrapper {
    position: relative;
    display: inline-block;
}

.plane-icon {
    position: absolute;
    left: clamp(-220px, -18vw, -300px);
    top: 50%;
    width: clamp(60px, 8vw, 100px);
    transform: translateY(-50%);
}

.choice-text {
    position: relative;
    display: inline-block;
}

.paper-pin {
    position: absolute;
    bottom: clamp(-80px, -10vw, -100px);
    left: 106%;
    width: clamp(90px, 12vw, 140px);
}

.plane-icon,
.paper-pin,
.bg-shape {
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ONE hover trigger – everything moves together */
.banner-content:hover .plane-icon {
    transform: translate(-8px, -50%);
}

.banner-content:hover .paper-pin {
    transform: translateY(8px);
}

.banner-content:hover .bg-shape {
    transform: translate(12px, -8px);
}

/* =========================
   WhatsApp icon (responsive, clean)
========================= */

/* Base (desktop-first, but responsive via clamp) */
.whatsapp-icon {
    position: absolute;
    right: clamp(10px, 2vw, 16px);
    bottom: clamp(10px, 2vw, 16px);
    width: clamp(38px, 5vw, 52px);
    height: clamp(38px, 5vw, 52px);
    z-index: 5;
    transition: transform 0.25s ease;
}

.whatsapp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    /* avoids tiny inline gap */
    cursor: pointer;
}

/* Hover only when hover is actually supported */
@media (hover: hover) and (pointer: fine) {
    .whatsapp-icon:hover {
        transform: scale(1.08);
    }
}

/* ========Whatsapp End================

/* Decorative dots (optional) */
.hero-banner::before {
    content: "";
    position: absolute;
    top: 80px;
    right: 42%;
    width: 120px;
    height: 80px;
    background-image: radial-gradient(#ff6b6b 2px, transparent 2px);
    background-size: 12px 12px;
}
/* -----------------About US-------------------- */

.about-center {
    padding: 25px 20px;
    background: #F3F3F2;
    overflow: hidden;
}

/* LEFT VISUAL */
.about-visual {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
}

.photo-ring {
    width: 360px;
    height: 360px;
    border-radius: 0 50% 50% 50%;
    background: #f2e9df;
    /* soft beige ring */
    display: grid;
    place-items: center;
}

.about-photo {
    width: 320px;
    height: 320px;
    border-radius: 0 50% 50% 50%;
    object-fit: cover;
    display: block;
}

/* badges */
.badge {
    position: absolute;
    display: grid;
    place-items: center;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

    animation: slow-spin 8s linear infinite;
    transform-origin: center;
    pointer-events: none;
}

.badge-percent {
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #3dd6c6;
    color: #ffffff;

    animation-duration: 10s;
}

.badge-idea {
    bottom: 33px;
    right: 64px;
    width: 55px;
    height: 44px;
    /* border-radius: 12px; */
    background: #6c63ff;
    color: #ffffff;
    font-size: 20px;
    animation-duration: 7s;
}

/* --------Rotating Animation for % & idea icon---------*/
@keyframes slow-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* dot patterns */
.dots {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0.55;
    background-image: radial-gradient(#6c63ff 1.5px, transparent 1.5px);
    background-size: 10px 10px;
}

.dots-left {
    top: 24px;
    right: -16px;
}

.dots-right {
    bottom: 10px;
    left: -10px;
    background-image: radial-gradient(#ff8a4c 1.5px, transparent 1.5px);
}

/* RIGHT CONTENT */

.about-title {
    margin: 0 0 18px;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 900;
    color: #1f2a37;
    position: relative;
    z-index: 2;
}

.about-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.about-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    color: #556070;
    line-height: 1.6;
    font-size: 14.5px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

/* little teal square bullet */
.tick {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-top: 8px;
    background: #3dd6c6;
}

/* small red sparkle/star at right */
.spark {
    position: absolute;
    right: 100px;
    top: 54px;
    width: 22px;
    height: 22px;
    background: #ff4d4f;
    transform: rotate(45deg);
    border-radius: 4px;
    box-shadow: 0 10px 22px rgba(255, 77, 79, 0.25);
    opacity: 0.60;
    z-index: 1;
    pointer-events: none;
    animation: spark-spin 6s linear infinite;
    /* animation */
    transform-origin: center;
    /* combine rotation */
}

/* ----Rotating animation for Spark-------*/
@keyframes spark-spin {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(405deg);
        /* 45 + 360 */
    }
}

/* ------------Mission&Vision--------------------- */
/* .hero{
    position: relative;
    min-height: 320px;
    background: #fff; 
    margin-left: 200px;
} */
.about-split{
  position: relative;
  padding: 50px 0px 0px 0px;
  background: #fff;
  overflow: hidden;
}

.corner-pill{
    position: absolute;
    top: clamp(-234px, -7vw, -40px);
    left: clamp(-14px, -6vw, -40px);
    width: clamp(70px, 8vw, 80px);
    height: clamp(170px, 20vw, 240px);
    background: #6956f9;
    border-radius: 999px;
    transform: rotate(135deg);
    transform-origin: center;
    opacity: 0.80;
    z-index: 1;
}
.corner-pill_btm{
    position: absolute;
    bottom: -83px;
    right: -35px;
    width: 58px;
    height: 240px;
    background: #6956f9;
    border-radius: 999px;
    transform: rotate(135deg);
    transform-origin: center;
    opacity: 0.8;
    z-index: 1;
}
.mv_tittle{
    position: relative;
    padding: 15px 10px 10px 10px;
    z-index: 2;
}
.mv_tittle h2{
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.15;
    color: #101828;
    font-weight: 800;
    z-index: 2;
}
.tabs-container {
  max-width: 900px;
  margin: 0px 10px 10px 10px;
  font-family: 'Inter', sans-serif;
}
/* Tabs */
.tabs {
  display: inline-flex;
  gap: 0px;
  margin-bottom: 16px;
}
.tab-btn {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border: none;
  background: #0e2a47;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative; 
  z-index: 2; 
}
/* LEFT button */
.tab-btn:first-child {
  border-radius: 10px 0 0 10px;
}
/* RIGHT button */
.tab-btn:last-child {
  border-radius: 0 10px 10px 0;
}
.tab-btn.active {
  background: #6374ff;
  color: #fff;
}

.tab-btn:hover {
  transform: translateY(-1px);
}
/* Tab Content */
.tab-content {
  background: #fff;
  padding: 10px 2px;
  min-height: 420px; /* manual guess */
}

.tab-panel {
  display: none;
  animation: fadeIn 0.35s ease;
}

.tab-panel.active {
  display: block;
}

.tab-panel p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
  text-align: justify;
}

.tab-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/tab_bg_icn.png");
    background-repeat: no-repeat;
    /* background-size: 5%; */
    opacity: 0.58;
    z-index: -1;
    top: 428px;
    left: 200px;
}
/* Small animation for TAB*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 /* Tab Icons */
.icon-white {
    color: #ffffff;
    /* Bootstrap primary blue */
    font-size: 1.5rem;
    padding-right: 7px;
}

.mission_vision_righside_image {
    position: relative;     /* anchor for absolute positioning */
    width: 40%;
}

.mission_vision_righside_image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: translateY(-50%);
}

/* Badge 10+ years*/
.experience-badge {
    position: absolute;
    top: 5%;
    left: 2%;
    background: linear-gradient(
        90deg,
        #fbf2ef,
        #e5f1fc,
        #e4fcf5
    );
    border: 1px solid #3b619d;
    border-radius: 10px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.experience-badge .number {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #6c63ff;
    line-height: 1;
}

.experience-badge .text {
    font-size: 14px;
    font-weight: 600;
    color: #1f2a44;
}
/* ------------Mission&Vision END--------------------- */


/* ------------ Classes Section------------------------*/
.commitment-section {
  width: 100%;
  background-image: url("../images/woodern_pattern_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
/* White card behind all tabs */
.tab-card-main{
    margin: auto 0;
} 
.tab-card-classes {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #494949;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
/* Individual tab buttons */
.nav-pills .nav-link {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;              /* bring this back */
  margin-bottom: 12px;
  font-weight: 450;
  display: flex;
  align-items: center;
  justify-content: flex-start;      /* LEFT align */
  gap: 12px;
  text-align: left;
  transition: all 0.25s ease;
}
.nav-pills .nav-link i {
  font-size: 18px;
  min-width: 22px;                 /* keeps all text aligned */
  text-align: center;
  color: inherit;                  /* follows active/normal color */
}
/* If you wrapped text in <span> */
.nav-pills .nav-link span {
  flex: 1;
}
/* Hover state */
.nav-pills .nav-link:hover {
  background: #f8fafc;
}
/* Active tab */
.nav-pills .nav-link.active {
  background: #0e2a47;
  color: #ffffff;
  border-color: #0e2a47;
  box-shadow: 0 8px 20px rgba(31, 42, 68, 0.35);
}
.tab-content {
  min-height: 500px;
}

.content-panel {
  background: linear-gradient(
    135deg,
    #23253b,
    #2d7a9e
  );
  color: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  text-align: justify;

}
/* ------------ Classes Section END------------------------*/
/* ------------ Fee Section------------------------*/
/* Section background */
.fee-section {
    padding-top: 3rem !important;
    padding-bottom: 120px !important ;  /* important */
    background: linear-gradient(
    135deg,
    #f0f7ff 0%,
    #eef0f3 100%
  );

}


/* Left title */
.fee-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #0e2a47;
}

.fee-title span {
  font-weight: 800;
}

/* Circle cards */
.fee-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #c7c7c7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Icon */
.fee-circle img {
  width: 48px;
  margin-bottom: 12px;
}

/* Text */
.fee-circle p {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
}

/* Hover effect */
.fee-circle:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.fee-circle a{
    text-decoration: none;
}
/* ------------ Fee Section END------------------------*/





/* Wrapper for the floating form */
.contact-float-wrap {
  margin-top: -90px;    
  margin-bottom: -90px; 
  z-index: 3;
}

/* The floating card */
.contact-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 32px;
  border: 1px solid #eef2f7;
  position: relative;
  z-index: 5;
}

/* Make inputs look like your screenshot (clean underline feel) */
.contact-input {
  border: 0;
  border-bottom: 1px solid #e6edf7;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}

.contact-input:focus {
  border-bottom-color: #18284a;
}

/* Footer */
.site-footer {
  background: #18284a;
  padding-top: 140px; /* creates room behind the overlap */
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}

/* Social icon container */
.footer-social a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Individual brand colors */
.footer-social .fb {
  background: #1877f2;
}

.footer-social .ig {
  background: linear-gradient(
    45deg,
    #f58529,
    #dd2a7b,
    #8134af,
    #515bd4
  );
}

/* Hover */
.footer-social a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Placeholder for map area (remove if you use iframe) */
.footer-map {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%) contrast(1.05);
}

.footer-contact{
    padding-left: 100px;
}

.copyright-bar {
  background: #2a3a63;   /* slightly lighter than footer */
  padding: 12px 0;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.powerd-by a{
    color: #fff;
}

/* -----fee Page------ */
.faq-section {
  background: #f8f9fa;
}

.accordion-item {
  border: 0;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.accordion-button {
  border-radius: 16px;
  padding: 18px 22px;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #00b6b6;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 0 22px 20px;
  text-align: justify;
}

/* -----fee Page END------ */




@media (min-width: 992px) and (max-width: 1199.98px)
/* @media (max-width: 991.98px)  */
{
    .logo {
        width: 40px;
        height: 40px;
    }

    .logo_h1 {
        color: #fe0000;
        font-family: 'Noto Serif', serif;
        font-size: 18px;
    }

    .logo_h2 {
        color: #000;
        font-family: 'Noto Serif', serif;
        font-size: 18px;
    }

    .logo_h3 {
        color: #000;
        font-family: 'Noto Serif', serif;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    /* ===============LOGO Section END============ */
    /* ===============Top Contact Section============ */
    .icon-blue {
        color: #202c45;
        /* Bootstrap primary blue */
        font-size: 1.5rem;
    }

    .contact-text {
        text-align: center;
        line-height: 1.0;
    }

    .contact-label {
        font-size: 12px;
        font-family: 'Noto Serif', serif;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #202c45;

    }

    .contact-number {
        font-size: 13px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
    }

    .contact-email {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
        overflow-wrap: anywhere;
    }

    .contact-location {
        font-size: 12px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
    }

    .btn-demo {
        background: #ff2b55;
        color: #fff;
        padding: 13px 15px;
        top: 0;
        text-decoration: none;
        font-weight: 600;
        white-space: nowrap;
    }

    .banner-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-title h1 {
    font-family: 'Playwrite US Trad Guides', cursive;
    color: #202c45;
    font-size: 35px;
    line-height: 1.8;
    }


    .about-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-visual {
        min-height: 380px;
    }

    .photo-ring {
        width: 320px;
        height: 320px;
    }

    .about-photo {
        width: 285px;
        height: 285px;
    }

    .spark {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px)
/* @media (max-width: 767.98px)  */
{
    .logo {
        width: 50px;
        height: 50px;
    }

    .logo_h1 {
        color: #fe0000;
        font-family: 'Noto Serif', serif;
        font-size: 20px;
    }

    .logo_h2 {
        color: #000;
        font-family: 'Noto Serif', serif;
        font-size: 20px;
    }

    .logo_h3 {
        color: #000;
        font-family: 'Noto Serif', serif;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    /* ===============LOGO Section END============ */
    /* ===============Top Contact Section============ */
    .icon-blue {
        margin-top: 7px;
        color: #202c45;
        /* Bootstrap primary blue */
        font-size: 1.0rem;
    }

    .contact-text {
        margin-top: 5px;
        text-align: center;
        line-height: .8;
    }

    .contact-label {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #202c45;

    }

    .contact-number {
        font-size: 9px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
    }

    .contact-email {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
        overflow-wrap: anywhere;
    }

    .contact-location {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
    }
    /* ===============Top Contact Section END============ */

    /* ================Book Demo Button In Menu Bar================== */
    .btn-demo {
        background: #ff2b55;
        color: #fff;
        padding: 13px 15px;
        top: 0;
        text-decoration: none;
        font-weight: 600;
        white-space: nowrap;
    }

    /* ================Book Demo Button In Menu Bar END================== */

    .banner-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Title styling */
    .banner-title h1 {
        font-family: 'Playwrite US Trad Guides', cursive;
        color: #202c45;
        font-size: 22px;
        line-height: 1.8;

    }

    .banner-title span {
        font-family: 'Noto Serif', serif;
        color: #f2184f;
        font-size: 30px;
    }

    /* Button */
    .btn-read {
        display: inline-block;
        margin-top: 0px;
        background: #1f2a44;
        color: #fff;
        padding: 3px 10px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 12px;
    }
    /* ---------- IMAGE WITH SHAPE ---------- */
    .image-wrapper-student {
        position: relative;
        width: 340px;
        height: 230px;
    }
    .banner-img {
        position: relative;
        width: 340px;
        height: 225px;
        overflow: hidden;
        z-index: 2;
    }
    .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 12px solid #fff;
        background: #fff;
    }
    .bg-shape {
        position: absolute;
        top: -20px;
        left: -30px;
        width: 100%;
        z-index: 1;
    }

    /* WhatsApp icon positioning */
    .whatsapp-icon {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
        /* keep consistent, avoid -10px */
    }

    /* Mission Vision Tab Section */
    .mv_rgt_image {
        display: none !important;
    }

    .mission_vision_leftside {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .experience-badge {
        position: relative;
        margin: 0px 20px 0px 0px;
        display: flex;
        justify-content: flex-end;
        padding: 13px 18px;
        z-index: 2;

    }
    /* RIGHT SIDE → full width (only for badge) */
    .mission_vision_righside_image {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    /* Mission Vision Tab Section END */

    .footer-contact{
        padding-left: 15px;
    }
    
    /* fee Inner Page */
    .faq-image{
        display: none !important;
    }

}

/* ================================================================================================== */
/* Mobile: make icons less intrusive */
@media (min-width: 350px) and (max-width: 767.98px)
{
    /* ===============LOGO Section============ */
    .logo {
        width: 40px;
        height: 40px;
    }

    .logo_h1 {
        color: #fe0000;
        font-family: 'Noto Serif', serif;
        font-size: 15px;
    }

    .logo_h2 {
        color: #000;
        font-family: 'Noto Serif', serif;
        font-size: 15px;
    }

    .logo_h3 {
        color: #000;
        font-family: 'Noto Serif', serif;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    /* ===============LOGO Section END============ */
    /* ===============Top Contact Section============ */
    .icon-blue {
        margin-top: 7px;
        color: #202c45;
        /* Bootstrap primary blue */
        font-size: 1.0rem;
    }

    .contact-text {
        margin-top: 5px;
        text-align: center;
        line-height: .8;
    }

    .contact-label {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #202c45;

    }

    .contact-number {
        font-size: 9px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
    }

    .contact-email {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
        overflow-wrap: anywhere;
    }

    .contact-location {
        font-size: 10px;
        font-family: 'Noto Serif', serif;
        font-weight: 500;
        margin-top: 0px;
        color: #202c45;
        overflow-wrap: anywhere;
    }

    .banner-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-title {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    /* Title styling */
    .banner-title h1 {
        font-family: 'Playwrite US Trad Guides', cursive;
        color: #202c45;
        font-size: 22px;
        line-height: 1.8;

    }

    .banner-title span {
        font-family: 'Noto Serif', serif;
        color: #f2184f;
        font-size: 30px;
    }

    /* Button */
    .btn-read {
        display: inline-block;
        margin-top: 0px;
        background: #1f2a44;
        color: #fff;
        padding: 3px 10px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 12px;
    }

    .btn-wrapper{
        text-align: left;
    }

    .image-wrapper-student {
        display: none !important;
    }
    .plane-icon {
        left: -120px;
    }
    .paper-pin {
        bottom: -70px;
        width: 110px;
    }
    .whatsapp-icon {
        position: fixed;
        right: 12px;
        top: 260px;
        width: 38px;
        height: 38px;
        margin: 0;
        left: auto;
        transform: none;
    }
    .hero-banner::before {
        right: 18%;
    }
     /* Mission Vision Tab Section */
    .mv_rgt_image {
        display: none !important;
    }

    .mission_vision_leftside {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .experience-badge {
        position: relative;
        margin: 0px 20px 0px 0px;
        display: flex;
        justify-content: flex-end;
        padding: 13px 18px;
        z-index: 2;

    }
    /* RIGHT SIDE → full width (only for badge) */
    .mission_vision_righside_image {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
     /* Mission Vision Tab Section END */

     /* -----Fee Section-----*/
     /* Left title */
    .fee-title {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: #0e2a47;
    text-align: center;
    }

     /* -----Fee Section END-----*/
    .footer-contact{
    padding-left: 15px;
    }

    /* fee Inner Page */
    .faq-image{
        display: none !important;
    }


}
/* =======================Large Phone END=============================