@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-chubby/css/uicons-regular-chubby.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-bold-straight/css/uicons-bold-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-chubby/css/uicons-thin-chubby.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-straight/css/uicons-thin-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* { box-sizing: border-box; }
html,body { height:100%; margin:0; scroll-behavior: smooth; }
/* img { max-width:100%; height:auto; display:block; border: none;} */
ul{list-style-type: none;}
a{text-decoration: none;}
/* CSS variables (theme) */
:root{
  --bg: #0f1724;
  --card: #0b1220;
  --muted: #9aa4b2;
  --accent: #4980d4;
  --accent-2: #182753;
  --text: #e6eef6;
  --radius: 12px;
  --container: 1100px;
  --gap: 1.25rem;
  --ff: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Base page styles */
body{ color: #555; font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  line-height: 1.45;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  padding-bottom: 0rem;}

/* Layout container */
/* .container{width: min(94%, var(--container)); margin: 0 auto;} */



.innerpage-text-heading h2 span{font-family: "Roboto Mono", monospace;}


/* Header */
.site-header{ background:#fff; backdrop-filter: blur(6px); position: sticky;
  top: 0; z-index: 50;border-bottom: 1px solid rgba(255,255,255,0.03);}
.site-header .container{ display:flex; gap: var(--gap);align-items:center; padding:0.5rem 0;}
.top-navbar-section { top:0px; position: fixed;z-index: 9999;width: 100%;background: #eff0f7;}
.top-navbar {display: flex;align-items: end;justify-content: end;}
.top-navbar a {color: #555; font-weight: 500; display: flex;align-items: center; justify-content: center;
 padding: 10px 8px; line-height: 0; font-family: "Plus Jakarta Sans", sans-serif;}
.top-navbar a i{margin-right:5px;}


/* Base sticky navbar style */
.header-sticky { position: fixed; top:30px;left: 0;
width: 100%; z-index: 1050;background-color: transparent;padding: 0; transition: all 0.3s ease;}

/* When scrolled down */
.header-sticky.sticky-active {background-color: #ffffff; /* white background after scroll */
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); padding: 0; /* shrink effect */}

/* Modal */
.pricing-modal {background: #fff;border-radius: 14px;}

/* Popup Container */
.login-popup {padding: 20px 22px; font-family: "Segoe UI", sans-serif;color: #222;}

/* Logo */
.login-logo {width:100px; margin: auto; padding: 0;}
.login-logo img { display: block; max-width: 100px;}

/* Titles */
.login-popup-form h2 {font-family: "Plus Jakarta Sans", sans-serif;font-size:24px; font-weight:600;
margin-bottom: 2px; margin-top: 10px;color: #042254;text-align: center;}

.login-popup-form .subtitle {font-size: 16px;margin-top: 10px;margin-bottom: 14px;
color: #555; text-align: center;}
.popup-btn-login { text-align: center;}
.otp-row {display: flex;gap: 10px;}
.otp-left { width:55%;}
.otp-right { width:23%;}
.otp-mid {width:22%;}


.otp-btn-full { width: 100%; background:#0381d8; color: #fff;border: none; padding: 11.5px;
border-radius: 6px;cursor: pointer;font-size: 14px;font-weight: 600;}

.form-control.form-control-otp{padding:0px; text-align: center;}
.otp-btn-full:hover {background:#0381d8;}

/* Form spacing */
.form-group {position: relative;margin-bottom: 16px;}

.input-svg-icon {position: absolute; top: 60%; left: 12px; transform: translateY(-50%); font-size: 18px;color: #9ca3af;}

/* Inputs */
.form-control { width: 100%;height: 45px; padding-left: 42px; /* space for icon */ box-sizing: border-box;}
.form-control:focus {border-color: #4f46e5;box-shadow: 0 0 0 2px rgba(79,70,229,0.15);}

/* Input section */
.captcha-group {display: flex;gap: 10px;}
.captcha-input { position: relative;flex: 1;}
.captcha-input i {position: absolute;top:42%;left: 15px; transform: translateY(-50%);color: #999;}
.captcha-input input {height: 45px; border-radius:5px;}
.captcha-box {display: flex;flex-direction: column; align-items: center;}
#captchaCanvas {display: block; border-radius: 6px; background: #f2f2f2;margin-bottom: 4px;padding:3px;}
.captcha-box a {font-size: 12px; color: #1a73e8; cursor: pointer;text-decoration: underline;}


/* Button */
.btn-login {height: 42px; font-size: 16px; margin-top:0px; border-radius: 10px; padding: 0px 40px;
background: #042254; color: #fff; border: none; line-height: 0;}

/* Footer */
.form-footer {font-size: 14px;margin-top:15px;}
.form-footer a {font-weight: 500;color: #0582d8;}
.loginPopup-modal .modal-body {padding:0 20px 20px 20px;}
.loginPopup-modal{background-color:#eff0f7; padding: 0px;}
.loginPopup-modal .login-popup-form { background: #ffffff; border-radius: 14px;padding: 15px 25px;
 margin-bottom: 10px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);transition: transform 0.2s ease, box-shadow 0.2s ease;}
.loginPopup-modal .login-popup { border-radius: 0 0 10px 10px;padding:0px 10px;}

/* Close icon */
.loginPopup-modal .modal-header {padding:15px !important;}
.loginPopup-modal .modal-header .btn-close {transform: scale(0.8);}
.login-popup-form .form-group { margin-bottom:10px;}
.customer-reviews-section{width: 100%; padding:60px 0; background: #ffffffd4; }
  .testimonial-wrap{width:100%; max-width:820px; text-align:center}

    /* stars */
/* .row.customer-form-row .col-lg-7 {margin: 0;padding: 0;}
.row.customer-form-row .col-lg-5 {margin: 0;padding: 0;} */
.testimonial-stars{display:flex; gap:14px; justify-content:center; margin-bottom:24px}
.star{font-size:28px; color:#cb721b; filter:drop-shadow(0 2px 0 rgba(0,0,0,0.05))}
.testimonial-card{position:relative; background:#eff0f7; height: 543px; border-radius:28px; padding:48px 54px 70px 36px; box-shadow:var(--shadow); text-align:left}
.avatar{  width:92px; height:92px; border-radius:50%; overflow:hidden; margin-left: 10px; box-shadow:0 4px 10px rgba(20,30,40,0.08)}
.avatar img{width:100%; height:100%; object-fit:cover}
.avatar-flex {display: flex; align-items: center; margin-top:50px;}
.quote-left { color: #000000; font-size: 200px;line-height: 1; position: absolute; left:15px; top:20px;font-family: "Playfair Display", serif;
}.quote-right{color: #000000; font-size:200px; font-family: "Playfair Display", serif; line-height:1; position:absolute; right:20px; bottom:40px}
.testimonial-card-content {padding-top:10px; margin-left:70px;}
.name {font-family: "Plus Jakarta Sans", sans-serif; font-weight:600; text-align: center;letter-spacing: 0.6px; margin-left: 15px; font-size: 18px;  color: #182753;}
.location{font-weight:600; color:#222}
.testimonial{margin-top:30px; font-family: "Plus Jakarta Sans", sans-serif; color:#555; font-weight:400; line-height:1.7; font-size:18px; text-align:justify;}
.avatar-text span {color: #555; margin-left: 15px;}

/* Text colors */
.header-sticky .nav-link { color:#10346d; font-size:16px; font-family: "Plus Jakarta Sans", sans-serif;font-weight:700;}
.header-sticky.sticky-active .nav-link:hover {color:#10346d;}
.nav-menu{display: flex; align-items:center;}
.user img{width: 20px;}
.brand img { max-width: 213px; /* full size reference */width: 120px;     /* default small size for header */
height: auto;    object-fit: contain;}
.user_section { display: flex; margin: 0; padding: 0; align-items: center; }
/* ===============================
   CONTACT FORM CARD (SCOPED)
================================ */

.contact-form-card {max-width: 720px;margin: auto;background: #ffffff; padding: 40px 45px; height: 543px;
border-radius:28px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); position: relative; overflow: hidden;}

.contact-form-card::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 220px;
    height: 220px;
    background: rgba(255, 204, 0, 0.2);
    border-radius: 50%;
    transition: 0.4s 
ease;
}

/* HEADINGS */
.contact-form-card h3 {
  font-size:24px;
  color: #182753;
  margin-top: 0px;
  margin-bottom:20px;
   font-weight: 600;
border-bottom: 1px solid #ddd;
padding-bottom:7px;
text-align: center;
}

.contact-form-card .form-subtitle {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 30px;
  font-weight: 600;
}

/* FORM GROUP */
.contact-form-card .form-group {
  margin-bottom:18px;
}

/* LABEL */
.contact-form-card label {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  display: block;
  margin-bottom:5px;
  margin-top:0px;
}

/* INPUT + SELECT + TEXTAREA */
.contact-form-card .form-control,
.contact-form-card .form-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 13px;
   color: #aaa;
  transition: all 0.3s ease;
}

/* PLACEHOLDER */
.contact-form-card .form-control::placeholder {
  color: #aaa;
  font-size: 13px;
}

/* FOCUS STATES */
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  outline: none;
  border-color: #4b3f72;
  box-shadow: 0 0 0 3px rgba(75, 63, 114, 0.15);
}

/* TEXTAREA FIX */
.contact-form-card textarea.form-control {
  resize: none;
}

/* BUTTON */
.contact-form-card .btn-submit {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background:#10346d;
  color: #ffffff;
  font-size: 14px;
  font-weight:600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

/* BUTTON HOVER */
.contact-form-card .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(75, 63, 114, 0.4);
}

/* BUTTON FOCUS */
.contact-form-card .btn-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(75, 63, 114, 0.25);
}




.login a {
    background-color: #4980d4;
    color: #fff;
    border-radius: 15px;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 4px 15px;
    text-decoration: none;
}.login a:hover{background-color: #182753; color: #fff;}
.menu-toggle{display:none; background:transparent;border:0;color:var(--text);font-size:1.2rem;}

/* NAVBAR */
   .site-navbar {
    background: #fff;
    margin: 0;
    padding: 0;
}

 .site-navbar .navbar-brand { color: var(--brand-blue); font-weight:700; }
.nav-link {
    color: #1a2330;
    font-weight: 500;
    font-size:16px;
}
   /* MEGA WRAP - hidden by default */
    .mega-wrap {
      position: absolute;
      left: 0;
      right: 0;
      top:90px;
      display: none;             /* will show when .show applied */
      justify-content: center;
      padding: 18px;
      z-index: 999;
      font-size: 14px;
    }

    /* visible state */
    .mega-wrap.show { display: flex; animation: megaFade .12s ease; }

    @keyframes megaFade { from { opacity:0; transform: translateY(6px);} to {opacity:1; transform: translateY(0);} }

    /* Mega box */
    .mega {
      width: 90%; 
      max-width: 1200px;
      margin: a;
      background: #fff;
      color: #122;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(3,17,34,0.25);
      overflow: hidden;
    }

    /* inside layout */
    .mega-inner { display: flex; min-height: 260px; }
    .mega-left { width:290px; border-right: 1px solid #eef2f5; padding: 15px; background: #fff; }
    .mega-mid  { width:290px; border-right: 1px solid #eef2f5; padding: 15px; background: #fff; }
    .mega-right { flex: 1; padding: 18px 24px; background: #fff; }
     .custom {
    top: 75px;
    font-size: 14px;
    border: none;
    box-shadow: 0 10px 30px rgba(3, 17, 34, 0.25);
}
   .custom li a {
    padding: 10px 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
}

    /* left list */
    .left-list { list-style: none; padding: 0; margin: 0; }
    .left-item {
      display: flex;
      gap: 12px;
      align-items: center;
      padding:3px 10px;
      border-radius: 15px;
      margin-bottom:8px;
      cursor: pointer;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 16px;
      color: #2c2c2c;
    }
    .left-item:hover { background: rgba(0,43,128,0.04); }
    .left-item.active {
     background: #eff0f7;
    color: #555;}

    .left-item .icon {
      min-width: 40px;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      background: #eff0f7;
      color: var(--accent-blue);
      font-weight: 700;
      font-size: 16px;
      font-family: "Plus Jakarta Sans", sans-serif;
    }
    .left-item.active .icon { background: rgba(255,255,255,0.15); color: #555; }

    /* mid list */
    .mid-list { list-style:none; padding:0; margin:0; }
    .mid-item {
      padding:5px 10px;
      border-radius: 15px;
      cursor:pointer;
      margin-bottom:8px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      color: #555;
      font-size: 14px;
      font-family: "Plus Jakarta Sans", sans-serif;
    }

.mid-item:hover { background:#eff0f7; }
.mid-item.active { background:#eff0f7; box-shadow: inset 0 0 0 1px rgba(45,129,255,0.04); }

    /* right columns */
.right-columns { display:flex; gap:28px; flex-wrap:wrap; }
.link-col { min-width: 180px; }
.col-title {font-family: "Plus Jakarta Sans", sans-serif; font-weight:600; margin-bottom:10px; color:#10346d; font-size:16px; }
.link-col a {font-family: "Plus Jakarta Sans", sans-serif; display:block; color:#555; margin-bottom:8px; text-decoration:none; font-size: 14px; padding: 0; }
.link-col a:hover { color: var(--accent-blue); }


/* Hero */
.hero{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background:linear-gradient(1184deg, #7abef7 0%, #4080f5 28%, #7747d5 76%, #572ac2 100%);
  text-align:center;
  position: relative;
  padding:100px;
  z-index: 1;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
 inset: 0;
  background: url("../images/home-banner.png") no-repeat right;
  background-size:contain;
  background-position:center;
  opacity: 0.2; /* image opacity only */
  z-index: -1;
   top:50px;
}

.hero-pic{width:100vh;}
.hero-text {text-align: left;height: 100%; margin-top: 70px;  display: flex;flex-direction: column;align-items: center;justify-content: center;}
.text-heading h3{font-size:18px; color: #ffc000; background-color: #182753; padding:5px 10px; border-radius:15px; }
.hero-text h1{ font-size:52px; color: #ffffffd4; font-family: "Josefin Sans", sans-serif; text-align: center;}
.hero-text p{color: #ffffffd4; font-family: "Poppins", sans-serif; font-size:18px; text-align: center; padding:0 80px; margin:0px 0 40px 0; font-weight:400;}
.hero-text p span { color: #cdc8c8; font-weight: 500;}
.lead{ color:var(--muted); margin-bottom:1.5rem; font-size:1.05rem; }
.row.liveworkshop-service {margin-top:30px;  display: flex;justify-content: space-between;}
.liveworkshop-service-box {
    padding: 15px 10px;
    background: #042254;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(13 110 253 / 44%); 
    transition: all 0.4s 
ease;}
.liveworkshop-service-box:hover{transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(30, 144, 255, 0.2);}
.liveworkshop-service-box p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    min-height: 90px;
    height: 90px;
}.liveworkshop-service-box img {margin: 10px 0;}
.icon-size {transition: transform 0.4s ease, color 0.4s ease;
    font-size:30px;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: auto;
    line-height: 0px;
}

.liveworkshop-service-box:hover .icon-size { transform: scale(1.2);}
   


.herotextflex{
    margin-top:70px;
    padding: 0;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;  margin-top:0px; margin-left:10px;} 

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle; }

  
.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right:0;
  width:5px;
  height:60%;
  margin-left: 10px;
  background-color: #ffc000;
  transform: translateY(-50%); }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline.clip b.is-visible {
  opacity: 1; }




.clr-yellow{background-color: #be942e;}
.clr-blue{background-color: #0081D6;}
.clr-pink{background-color: #6F396A; }
.clr-green{background-color: #12B76A;}
.bx-clr-orange{background-color: #b79b12; font-size: 24px; border-radius: 15px; padding: 5px;}
article.news-heading-text { margin-top: 60px;color: #042254;}
.courses-section { display: flex; align-items: center;justify-content: center; padding:40px 0 80px 0; background: #eff0f7;}
.live-work-shop-text p { padding: 0;color: #555; font-size: 16px; margin:10px 0 30px 0; padding: 0 100px;}
.course-card{box-shadow:0 5px 20px rgb(0 0 0 / 59%); padding:10px 20px;  border-radius: 15px; margin-bottom: 20px; border-top: 5px solid #ffc000;}



.col-sm-12.col-md-6.col-lg-4.wow.fadeInDown { margin-top: 30px;}

.bx-clr-sky-blue{background-color:#2b96dd;}
.bx-clr-blue{background-color:#2e4871;}
.bx-clr-red{background-color:#c24833;}
.bx-clr-purple{background-color:#6f396a;}
.bx-clr-yellow{background-color:#cb721b;}
.bx-clr-green{background-color:#12b76a;}
.course-card h2 { margin: 0; padding: 0; font-size:24px; font-weight: 600;color: #fff;}
.course-card p { color: #fff;margin-top:10px; padding: 0; font-size: 14px;}
.card-link{ color:var(--accent); text-decoration:none; font-weight:700; }
.project-text {text-align:center; margin:0px; padding: 0px;}
.text-heading {display: flex;align-items: center; justify-content: center; flex-direction: column; color: #182753;}
.courses-section .project-text .text-heading{margin:0px; padding: 0px;}
.live-work-shop-section {display: flex;align-items: center;  justify-content: center; background:#ffffffd4; padding:60px 0; }
.new-article-heading{margin-bottom:40px;}

.sat-top-text span {
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 14px;
    width: 50px;
    display: block;
    text-align: center;
   }


.heading-sky-blue-icon span{
    background: #2481bf;
    padding: 10px;
    border-radius:15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.heading-blue-icon {
    background: #10346d;
    padding: 10px;
    border-radius:15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}


.heading-red-icon {
    background: #b12a12;
    padding: 10px;
    border-radius:15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.heading-purple-icon {
    background: #610a59;
    padding: 10px;
    border-radius:15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.heading-yellow-icon {
    background:#8b4d11;
    padding: 10px;
    border-radius:15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.heading-lightyellow-icon {
    background:#218b25;
    padding: 10px;
    border-radius:15px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}


/* Main Card Style */
.live-work-shop-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: all 0.35s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}



.live-work-shop-card::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 220px;
    height: 220px;
    background: rgba(255, 204, 0, 0.2);
    border-radius: 50%;
    transition: 0.4s 
ease;
}

.live-work-shop-card:hover::after {
  transform: scale(1.4);
  background: rgba(255, 204, 0, 0.25);
}



/* Hover Effect */
.live-work-shop-card:hover {
 transform: translateY(-10px);
    border-color: #cb721b;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

/* Heading */
.live-work-shop-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #042254;
  line-height: 1.3;
}

/* Paragraph */
.live-work-shop-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 18px;
}

.workshop-info {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.workshop-info li { 
  font-size: 15px;
  color: #555;
  margin-bottom:10px;
  position: relative;
}

/* Checkmark bullet (same style as .satprep-packages-card ul li::before) */
/* .workshop-info li::before {
  content: "✔";
  color: #cb721b;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 1px;
} */

/* Highlight labels */
.workshop-info li strong {
  color: #cb721b;
  font-weight: 600;
}


/* Button Wrapper */
.explorer-more {
  margin-top:25px;}

/* Buttons */
/* Button Base Style */
.agenda{
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #cb721b;
  color: #cb721b;
  font-weight: 600;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 10px;
}

/* Hover */
.agenda:hover{
  background-color: #cb721b;
  color: #fff;
}

/* Read More Wrapper → Center Align */
.live-work-shop-readmore {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* Read More Button Style (same as agenda/register) */
.live-work-shop-readmore a{
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #0381d8;
  color: #0381d8;
  font-weight: 600;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
 }

/* Hover */
.live-work-shop-readmore a:hover {
  background-color:#0381d8;
  color: #fff;
}





.wow {visibility: hidden;}
.hero.wow.fadeIn {animation-name: fadeIn;}

.testimonial-slider .rn-box-card {
 background: #ffffff;
    padding: 30px 25px;
    border-radius: 18px;
    box-shadow:0px 8px 18px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: all 0.35s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    color: #555;
     border: 1px solid #0381d8;
}


.quote-icon {
    position:relative;
    left: 0px;
    right: 0px;
    top:25px;
    background: #fff;
    color: #0381d8;
    width:55px;
    height:55px;
    margin: auto;
    box-shadow:0 0 6px 3px rgb(2 6 23 / 22%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size:30px;
    line-height: 0;
}

.quote-icon .fa-quote-left{font-size: 30px; }



/* .testimonial-slider .rn-box-card::before {
    content: "";
    position: absolute;
    bottom: -40%;
    left: -39%;
    width: 220px;
    height: 220px;
    background: rgba(255, 204, 0, 0.2);
    border-radius: 50%;} */


.testimonial-slider .rn-box-card::after {
    content: "";
    position: absolute;
    bottom: -40%;
    right: -39%;
    width: 220px;
    height: 220px;
    background: rgba(255, 204, 0, 0.2);
    border-radius: 50%;}






.testimonial-slider {margin-top:0px;}
.testimonial-slider .thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-slider .thumbnail img {
  width: 90px;
  height: 90px;
  border-radius:15px;
  object-fit: cover;
}

.testimonial-slider .thumbnail i {
  position: absolute;
  bottom: -10px;
  right: 30%;
  font-size: 20px;
  color: #f39c12;
}

.testimonial-slider .description {
  margin:60px 0 30px 0;
  font-style: italic;
}

.testiomonial-star-icon i{ color:#cb721b; font-size: 13px; margin-bottom: 10px;}
.content .title{font-size:24px;}


.articles-section{padding: 80px 0; background: #eff0f7; } 

.articles-box {
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  border-radius:15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  display: block;
  position: relative;
  overflow: hidden;
}

.articles-box img {
  width: 100%;
  border-radius:15px;
  margin-bottom: 20px;
}

.articles-box h3 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.articles-box h2 {
      font-size: 21px;
    font-weight:500;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.3;
}

.articles-box-display {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* Arrow default */
.articles-box-icon i {
  font-size: 20px;
  font-weight: 900;
  opacity: 1;
  transition: 0.35s ease;
  transform: translateX(0);
  margin-top: 5px;
}

/* Learnmore default hidden */
.articles-box-learmore .learnmore {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #cb721b;
    color: #cb721b;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 10px;
    display: inline-block;
    margin-top:5px;
}

.articles-box-learmore .learnmore:hover {
 background-color: #cb721b;
    color: #fff;
}



/* Hover State — Reveal Learnmore / Hide Arrow */


.articles-box:hover .articles-box-learmore .learnmore {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Hover Box Style */
.articles-box:hover {
  background-color: #eff0f7;
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}



/* default arrow (down) */
#subjectsToggle svg {
  transition: transform 0.25s ease;
}

/* when mega menu is open, rotate arrow up */
#subjectsToggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.navbar-nav .nav-link svg {
  transition: transform 0.25s ease;
}

/* Rotate arrow up when the menu is open */
.navbar-nav .nav-link[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.live-work-shop-show-time { display: flex;
   
}
.liveworkshop-service-box h2 {
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    font-weight: 600;
}

.user_section button.btn.btn-primary {
    background:#10346d;
    padding: 9px 20px;
    border:none;
    color: #fff;
    font-weight:500;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;}

.user_section button.btn.btn-primary:hover {
    opacity: 0.9;
}

.user_section button.btn.btn-outline-primary { background-color: transparent;
    background-color: #fff;
    padding: 7px 20px;
    border:2px solid #10346d;
    color:  #10346d;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;}

.user_section button.btn.btn-outline-primary:hover{background-color: #f1f1f1;
    color:  #10346d; }



.tab-content .tab-pane {
  padding:40px 20px 30px 20px; border-radius:15px;
  border:none; width:95%; margin: auto;
  transition: background-color 0.3s ease;
}


.tab-section .nav-tabs .nav-item button.nav-link {padding:10px 70px;   margin: 0 2px;  height: 55px; font-size:18px; border-radius:10px 10px 0 0; color: #fff; border: none;}
.card-light-blue{background-color: #2481bf;}
.card-blue{background-color: #10346d;}
.card-red{background-color:hsl(177.77deg 96.91% 38.04%);}
.card-purple{background-color: #610a59;}
.card-yellow{background-color: #8b4d11;}


.nav-tabs .nav-link.active {
  color: #fff;
}

/* --- Color Themes --- */
.card-light-blue .nav-link.active {
  background-color: #2481bf; 
}
.card-blue .nav-link.active {
  background-color: #10346d;
}
.card-red .nav-link.active {
  background-color:hsl(177.77deg 96.91% 38.04%);
}
.card-purple .nav-link.active {
  background-color: #610a59;
}
.card-yellow .nav-link.active {
  background-color: #8b4d11;
  
}

/* --- Tab Content Colors (only when active) --- */
.tab-content .tab-pane.active.tab-light-blue {
  background-color: #2481bf;
}
.tab-content .tab-pane.active.tab-blue {
  background-color: #10346d;
}
.tab-content .tab-pane.active.tab-red {
  background-color: hsl(177.77deg 96.91% 38.04%);
}
.tab-content .tab-pane.active.tab-purple {
  background-color:  #610a59;
}
.tab-content .tab-pane.active.tab-yellow {
  background-color: #8b4d11;
}



.tab-section {margin-top:30px;}
.tab-section .nav-tabs {align-items: center; justify-content: center; border: none;}
.tab-section .tab-content { border-radius:0 0 10px 15px;}
.tab-section .nav-tabs .nav-item {display: block; margin: 0 2px; border-radius:15px 15px 0 0;}

.subject-col { width:100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
}


.subject-col-top-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}


.subject-col-top-heading h3 {
    font-size:18px;
    font-weight: 700;
    color: #042254;
    margin-top: 15px;
    margin-left: 10px;
    padding: 0;
    text-align: left;
}

.subject-top-heading {
  position: relative;
  padding:0px;
  display:inline-block;
 border-radius:10px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  width: 100%;
  margin: 0px
}



.subject-top-heading:hover::after {
  opacity:0.9;
}

.subject-col-top-heading i {color: #fff;padding: 8px 10px; font-size:24px;text-align: center; display: flex;
 align-items: center; justify-content: center; border-radius:5px;}
.subject-col-top-heading span i{padding:3px; margin-top:7px;}
.subject-col-top-left {display: flex; align-items: center;justify-content: center;}
.sky-blue-icon .subject-col-top-heading i{background: #2b96dd; }
.blue-fa-icon .subject-col-top-heading i{background-color: #2E4871;  }
.red-fa-icon .subject-col-top-heading i{background-color:#03bfb8; }
.purple-fa-icon .subject-col-top-heading i{background-color: #6F396A; }
.yellow-fa-icon .subject-col-top-heading i{background-color: #CB721B;  } 


.subject-col-text ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    }

.subject-col-text ul li {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 11px;
    margin-bottom: 10px;
    color: #2E4871;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.subject-col-text ul li:hover{cursor: pointer; background-color: #f5f9ff;}
.faq-section{background:#ffffffd4; padding:60px 0;}
.faq-gray-section {background: #eff0f7;padding: 60px 0;}
.accordion-button::after { display: none !important;}

    /* Add custom + / - icons */
 .faq-section .accordion-button::before { color: #cb721b;
      content: '+';
      font-size: 1.5rem;
      font-weight: 500;
      transition: transform 0.2s ease;
      text-align: right;
      position: absolute; right: 10px;

    }

.faq-section .accordion-button:not(.collapsed)::before { color: #cb721b;
      content: '-';
      transform: rotate(180deg);
    }

/* Accordion Container */
#accordionExample {
  max-width: 800px;
  margin:auto; margin-top: 30px;
}

/* Accordion Item */
.accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Accordion Header Button */
.accordion-button {
  font-weight: 500;
  font-size: 1.05rem;
  padding: 18px;
  background: #ffffff;
  color: #555;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Highlight effect when hovered or expanded */
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background: #f4f5f8;
  color: #555;
}

/* Remove default button outline */
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* Accordion Body */
.accordion-body {
  background: #fff;
  padding: 18px 20px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Anchor styling */
.accordion-body a {
    color: #0381d8;
    text-decoration: none;
    font-size: 14px;
}

.accordion-body a:hover {
  text-decoration: underline;
}

/* Smooth animation */
.accordion-collapse {
  transition: height 0.3s ease;
}


    

.testimonial-section {padding: 60px 0; background: #ffffffd4;}



/* INNER PAGE CSS START HERE*/
section.innerpage-header {padding:60px 0 40px 0; background-color: #042254; box-shadow: 10px 0px 10px 0px #00000017; margin-top: 25px; }
section.innerpage-header .bradcrumb {margin-top: 60px;margin-bottom: 20px;border-bottom: 1px solid #354157; padding-bottom:10px;}
section.innerpage-header .bradcrumb a{padding-right:10px; display:inline-block; color: #fff; font-size: 13px;}
section.innerpage-header .bradcrumb a:hover{text-decoration: underline;}
section.innerpage-header .bradcrumb a i{color: #fff;font-size: 16px; display: block; text-align: center; text-decoration: none; background: #0381d8; padding: 5px; border-radius: 5px; width:30px; height: 30px;}
section.innerpage-header .header-text h2{margin-top:0px; font-size: 48px;}
section.innerpage-header .header-text p {text-shadow: 5px 5px 10px #000000;margin-top: 10px;line-height:35px; text-align:left; font-size:28px;font-weight:200;}
section.innerpage-header .header-text span {text-shadow: 5px 5px 10px #00000077;font-size:36px;color: #0381d8; font-weight: 500; position: relative;}
section.innerpage-header .demo-session {margin-top:40px;}
section.innerpage-header .demo-session-btn a{box-shadow: 10px 0px 10px #0000006b;background: #fff;padding: 10px 20px;border-radius: 10px;font-weight: 600;width: 260px;
 text-align: center;margin-bottom: 20px; color: #042254; display: block;}
section.innerpage-header .demo-session-btn:hover a{opacity: 0.9;}


/*ACT INNER PAGE HEADER*/
section.innerpage-header.act-innerpage-header .header-text span {text-shadow: 5px 5px 10px #00000077; font-size: 36px;
color: hsl(177.77deg 96.91% 38.04%); font-weight: 500; position: relative;}
section.innerpage-header.act-innerpage-header form.contact-form{background: linear-gradient(135deg, hsl(188.48deg 100% 46.06%), hsl(177.77deg 90.47% 24.39%));}
.sat-section.act-section .sat-section-service-box .icon-size{background-color: hsl(177.77deg 96.91% 38.04%);}
.act-road-map-section .timeline::before{background-color: hsl(177.77deg 96.91% 38.04%);}
.act-road-map-section .timeline-item.timeline-left::before{background: linear-gradient(360deg, hsl(188.48deg 100% 46.06%), hsl(177.77deg 90.47% 24.39%));}
.act-road-map-section .timeline-item.timeline-right::before{background: linear-gradient(360deg, hsl(188.48deg 100% 46.06%), hsl(177.77deg 90.47% 24.39%));}
.gradeperfect-services.act-gradeperfect-services ul li::before {color:  hsl(177.77deg 96.91% 38.04%); }
.act-coursesubject-section .coursesubject-heading .fi{background-color:  hsl(177.77deg 96.91% 38.04%); }


.gradeperfect-btn-area.act-gradeperfect-btn-area .gradeperfect-btn{margin-top:60px;}
.gradeperfect-btn-area.act-gradeperfect-btn-area .gradeperfect-btn a { background-color: #fff;padding:12px 25px; border: 1px solid #cb721b;
 color: #cb721b; font-weight:600; border-radius: 10px;font-size: 16px; cursor: pointer; transition: all 0.3s ease;}
.gradeperfect-btn-area.act-gradeperfect-btn-area .gradeperfect-btn a:hover{background:#cb721b; color: #fff; transform: translateY(-3px);}
.satprep-packages.act-packages .courses-head-icon{background-color: hsl(177.77deg 96.91% 38.04%);}


/*SAT INNER PAGE HEADER*/
section.sat-internal-page-header{padding:60px 0 40px 0; background-color:#e8f6ff;}
section.sat-internal-page-header .bradcrumb {margin-top: 60px;margin-bottom: 20px;border-bottom:1px solid #c5ced366; padding-bottom:10px;}
section.sat-internal-page-header .bradcrumb a{padding-right:10px; display:inline-block; color: #555; font-size: 13px;}
section.sat-internal-page-header .bradcrumb span{color:#000;}
section.sat-internal-page-header .bradcrumb a:hover{text-decoration: underline;}
section.sat-internal-page-header .bradcrumb a i.fa-house {color: #fff;font-size: 16px;background: #0381d8; padding: 5px; border-radius: 5px; width: 27px;}
section.sat-internal-page-header .header-text h2{margin-top:0px; font-size: 48px; color: #555;}
section.sat-internal-page-header .header-text p { color: #555; margin-top: 10px;line-height:35px; text-align:left;  font-size:18px; font-weight:200; text-shadow: none;}
section.sat-internal-page-header .header-text span {font-size:36px;color: #0381d8; font-weight: 500; position: relative; text-shadow: none;}
section.sat-internal-page-header .demo-session {margin-top:40px;}
section.sat-internal-page-header .demo-session-btn a{box-shadow: 0 4px 15px rgb(0 0 0 / 18%); background: #fff;padding: 10px 20px;border-radius: 10px;font-weight: 600;width: 260px;
 text-align: center;margin-bottom: 20px; color: #555; display: block;}
.demo-session.buy-resources-btn .demo-session-btn a {box-shadow: 0 4px 15px rgb(0 0 0 / 18%); background: #eef7fd;
padding: 10px 20px;border-radius: 10px;font-weight: 600; width: 260px; text-align: center; margin-bottom: 20px; color: #555; display: block;}
.demo-session.buy-resources-btn .demo-session-btn:hover a{background-color: #fff;}

.mock-test-section-btn {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #cb721b;
    color: #cb721b;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    width:60%;
    margin: auto;
    margin-top:10px;}
.mock-test-section-btn:hover {
    background-color: #cb721b;
    color: #fff;
}


section.sat-internal-page-header .demo-session-btn:hover a{opacity: 0.9;}
.right-header-resources {width: 280px;padding: 20px 25px;background: #fff; border-radius: 10px;
 position: relative;font-family: "Poppins", sans-serif; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    transform: rotate(-2deg);
}

/* Pin effect */
.right-header-resources::before {content: ""; width: 18px; height: 18px; background:#0381d8; border-radius: 50%;
  position: absolute;top: -8px;left: 50%; transform: translateX(-50%); box-shadow: 0 2px 4px rgba(0,0,0,0.3);}

/* Folded bottom corner */
.right-header-resources::after {content: "";position: absolute;bottom: 0;right: 0;width: 0;height: 0;border-bottom: 25px solid rgba(0,0,0,0.1);
border-left: 25px solid transparent;}

/* List styling */
.right-header-resources ul {list-style: none;margin: 0;padding: 0;}
.right-header-resources ul li {padding:8px 0;font-size: 15px;color: #333; border-bottom: 1px dashed #c9b65f; cursor: pointer;transition: 0.3s ease;}
.right-header-resources ul li:last-child { border-bottom: none;}
.right-header-resources ul li:hover { color: #555; transform: translateX(5px);}
.sat-left-heading-text {margin-right:50px;}

.sat-heading-text{display: flex; align-items: flex-start; justify-content: center; }
.sat-heading-text-icon i {font-size:120px;color: #5555553d; margin-right:20px; margin-top: 20px; display: block;   padding: 10px 20px 10px 0; border-radius: 100%;}

.form-heading h3 {font-size: 24px;padding: 0;border-bottom: 1px solid #dddddd6b;margin-bottom: 10px;color: #ffffffd4; text-align: center;}
form.contact-form { background:linear-gradient(1184deg, #7abef7 0%, #4080f5 28%, #7747d5 76%, #572ac2 100%); padding:15px; border-radius: 10px;}
.contact-form{margin-top:0px;}
.form-control:focus{box-shadow: none; border:none;}
.contact-form .form-control{font-size:13px;color: #000000b8;  padding:8px 10px;}
.contact-form .form-group { margin-top:5px;}
.contact-form .input-group input#zemail {padding:12px 0;}
.contact-form .form-group label {font-size: 14px; margin-bottom:0px; font-family: "Poppins", sans-serif;}
.contact-form .form-group select{color: #000000b8; font-size: 13px; padding:8px 10px;}
.contact-form .form-group textarea{padding: 10px;}
.contact-form .form-group button {background:#042254; padding: 10px 20px; margin-top: 10px;
color: #fff; font-weight: 600; border-radius: 10px;font-size: 14px; cursor: pointer; border:none;}
.contact-form .form-group button:hover {background: #093c91;color: #fff;}
.coursesubject-section{padding:80px 0; background-color:#ffffffd4; }
.contact-form select#ztitle {margin: 0;padding: 0; background: #eff0f7; border: 1px solid #eff0f7;}
.contact-form  select#zcountry {margin: 0; padding: 0; background: #eff0f7; border: 1px solid #eff0f7;}
.coursesubject-row{width:70%; margin: auto; margin-top:40px; }
.coursesubject-box { background: #fff; padding:25px 0; width: 90%; margin-bottom: 20px; display: flex;align-items: center;justify-content: center;
box-shadow:0px 0px 10px 5px #00000014; border-radius: 10px; transition: all 0.3s ease; /* smooth animation */}
.coursesubject-box:hover { transform: translateY(-5px); /* lift up slightly */  box-shadow: 0px 8px 20px 0px #00000033; /* add a stronger shadow */}
.coursesubject-heading {display: flex;align-items: center; width: 50%;}
.coursesubject-heading .fi { background: #2b96dd; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 10px; padding: 10px; width: 40px; line-height: 0px;
height: 40px;color: #fff;font-size: 24px; transition: background 0.3s ease; /* smooth icon color change */}
.coursesubject-heading h3 {margin-left: 10px; margin-top: 10px; color: #042254; font-size: 24px; font-weight: 600; transition: color 0.3s ease; /* smooth text color change */}
.min-break td{border: none;}


.calander-section{padding:60px 0 100px 0; background-color: #eff0f7; }
.innerpage-text-heading {display: flex; align-items: center; justify-content: center; flex-direction: column; color: #182753;}
.calander-img{margin: auto; margin-top: 40px; border: 1px solid  #042254; border-radius: 10px;}
.calander-img img{width: 100%;}
.card{background:var(--card);border-radius:var(--radius);box-shadow:0 6px 18px rgba(27,31,35,0.06);padding:20px}
h1{font-size:20px;margin:0 0 12px;color:#0f172a}
p.lead{margin:0 0 18px;color:var(--muted)}

.reading-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border: 1px solid #e6e6e6;
}
/* --- TABLE STYLE --- */
.reading-card table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom:0px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin-top:10px;
}

/* Make caption look like a heading above the table */
.reading-card table caption {
  caption-side: top;        /* Ensures caption stays above */
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  background: #f2f2f2;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  color: #333;
  border:none;
}

/* Table Head */
.reading-card table thead th {
  background: #f2f2f2;
  color: #333;
  padding: 12px 14px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  text-align:center;
}

/* Table Body */
.reading-card table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  color: #555;
}


.reading-card table tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 2px;
}

/* Alternate Row Background */
.reading-card table tbody tr:nth-child(odd) {
  background: #fafafa;
}

/* Last Row Border Fix */
.reading-card table tbody tr:last-child td {
  border-bottom: none;
}

/* Highlighted Section Row */
.section-row {
  background: #f9f9f9;
  font-weight: 600;
}

/* Break Box */
.break {
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  color: #333;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}

.reading-writing-section{padding: 60px 0;background-color:#eff0f7;}
.sat-section{padding:20px 0 40px 0; background-color:#eff0f7;}
section.road-map-section {padding: 60px 0; background-color:#eff0f7;}
.road-map-pic {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender-row{display: flex; margin-top:30px;}

  /* Left panel (purple) */
    .left {
      width:36%;
      min-width:300px;
      background:#0381d8;
      color:white;
      padding:36px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      border-radius: 15px 0 0 15px;
    }

    .brand{
      text-align:center;
    }
    .brand h1{ margin:12px 0 0; font-size:44px; letter-spacing:0.5px; color: #ffffffd4;}
    .tasks { margin-top:28px;}
    .tasks h3 {
    margin: 0 0 12px;
    font-weight: 600;
    color: #ffffffd4;
}
    .task{ display:flex; gap:12px; align-items:center; margin:10px 0; opacity:0.95}
    .task-time{
      background:rgba(255,255,255,0.18);
      padding:6px 10px;
      border-radius:12px;
      font-size:13px;
      min-width:56px;
      text-align:center;
    }
    .task-text{font-size:14px; opacity:0.98}

/* Global fix */

/* Container */
.right {
  width: 64%;
  background: #ffffff;
  color: #333;
  padding: 36px;
  display: flex;
  flex-direction: column;
  border-radius: 0 15px 15px 0; /* opposite rounding of .left */
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* Header / navigation */
.right .header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* month nav: keep nav buttons visible and month centered */
.month-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Timeline */
    .timeline{
      position:relative;
      padding:40px 0;
    }
    /* center line */
    .timeline::before{
      content: "";
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      width:4px;
      height:100%;
      background: #0582CA;
      border-radius:4px;
      box-shadow:0 0 20px rgba(124,58,237,0.12);
    }

    .timeline-item{
      position:relative;
      width:50%;
      padding:12px 24px;
      display:flex;
      align-items:center;
      min-height:80px;
    }

    .timeline-item .card{
      background: #fff;
      border:1px solid rgba(255,255,255,0.03);
      padding:14px 18px;
      border-radius:12px;
      /* box-shadow: 0 6px 18px rgba(2,6,23,0.6); */
      box-shadow: 0 0 6px 3px rgb(2 6 23 / 22%);
      width:calc(100% - 70px);
      backdrop-filter: blur(6px);
    }

    /* Left items */
    .timeline-item.timeline-left{
      left:0;
      justify-content:flex-end;
      text-align:right;
    }
    .timeline-item.timeline-left .card{ margin-right:40px; top:30px; }

    /* Right items */
    .timeline-item.timeline-right{
      left:50%;
      justify-content:flex-start;
      text-align:left;
    }
    .timeline-item.timeline-right .card{ margin-left:40px; top:30px; }

    /* the number bubble sitting on the center line */
    .timeline-item::after{
      content: attr(data-number);
      position:absolute;
      left:50%;
      transform:translate(-50%,-50%);
      top:0px;
      width:45px;
      height:45px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:999px;
      background:#042254;
      color:#fff;
      font-weight:600;
      /* box-shadow:0 6px 20px rgba(12,10,40,0.45), 0 0 0 6px rgba(124,58,237,0.06);
      border:4px solid rgba(255,255,255,0.08); */
      font-size:18px;
      z-index:3;
    }

    /* connector dot + small line to the card */
    .timeline-item::before{
      content:"";
      position:absolute;
      left:50%;
      top:50%;
      transform:translateX(-50%);
      width:14px;
      height:14px;
      margin-top:-7px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 14px rgba(124,58,237,0.22);
      z-index:2;
    }

    /* small horizontal connector from center to card */
    .timeline-item.timeline-left::before{
      margin-left:26px;
      width:calc(50% - 28px);
      height:2px;
      border-radius:2px;
      background: linear-gradient(90deg, #182753, #2b96dd);
      top:8%;
      transform:translateY(-50%);
    }
    .timeline-item.timeline-right::before{
      margin-left:0px;
      width:calc(50% - 28px);
      height:2px;
      border-radius:2px;
      background: linear-gradient(-90deg, #182753, #2b96dd);
      top:8px;
      transform:translateY(-50%);
      left:2px;
    }

    .timeline-item .title{
      font-weight:600;
      margin-bottom:6px;
      font-size:21px;
      color: #042254;
      text-align: left;
    }
    .timeline-item .desc{  font-size:15px; margin:0; text-align: left; color: #555;}

    /* spacing between items */
    .timeline-list{ position:relative }
    .timeline-list .timeline-item{ margin: 0 }

/* nav buttons */
.nav-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.06);
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

/* month title: allow it to shrink and show ellipsis instead of wrapping */
.month-title {color: #0381d8;
  font-weight: 600;
  font-size:24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;           /* take remaining space but allow shrinking */
  padding: 0 8px;          /* small horizontal padding so text doesn't touch buttons */
}

/* weekdays row */
.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  color: var(--muted, #666);
}
.weekdays div {
  text-align: center;
  padding: 6px 2px;
}

/* dates grid */
.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 10px;
  width: 100%;
}

/* each cell: keep content centered and prevent collapsing on small screens */
.cell {
  position: relative;
  display: flex;
  align-items: flex-start;   /* align date circle to top so multi-line content sits below */
  justify-content: center;
  padding: 6px 4px;
  min-height: 48px;         /* ensures comfortable tappable area */
}

/* date circle */
.date-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  flex: 0 0 auto;           /* keep circle from stretching */
}

/* example semantic styles */
.range-start .date-inner,
.range-mid .date-inner,
.range-end .date-inner {
  background: var(--primary-light, #e7f0ff);
}
.cell.exam .date-inner {
  background: var(--danger-light, #ffe7e7);
  font-weight: 700;
}
    /* Responsive: stack on small screens */
 

.muted-pill{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--glass);color:var(--muted);font-size:12px;border:1px solid rgba(255,255,255,0.02)}
/* Equal layout and white box design */
.sat-section-service{margin-top:30px;}




/* Main service box */
.sat-section-service .sat-section-service-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;}





/* Signup Layout */
section.signup-section {padding:60px 0;  width: 100%; background: #eff0f7;}

.auth-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:120px;
  
}

.auth-card {
  width:85%;
  max-width: 1200px;
  /* height:650px; */
  display: flex;
  background: #102438;
  border-radius: 12px;
  
box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.12),
    0 12px 20px rgba(0, 0, 0, 0.18),
    0 30px 60px rgba(0, 0, 0, 0.25);  
}

/* LEFT PANEL */
.auth-left {
  flex: 1.1;
  position: relative;
  background:#1087da;
  padding:0px;
  overflow: hidden;
}

/* MAIN DIAGONAL CUT */
.auth-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background:#0162a7;
  top:10%;
  bottom: 0;
  transform: rotate(180deg);
  left: 0;
  height:80%;
  width:200px;
clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* INNER TRIANGLE NOTCH */
.auth-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left:50%;
  width: 90px;
  height: 160px;
  background:#fff;
  transform: translateY(-50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  opacity: 0.9;
}


.auth-left h1 {font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight:600;
    margin-left: 90px;
    color: #fff;
}

.auth-left .shape-light {
    position: absolute;
    inset: 0;
    background:#eff0f7;
    clip-path: polygon(0 50%, 101% 0, 101% 101%);
    left: 200px;
    height: 100%;
    top: 0;
    bottom: 0;
    border: none !important;
}

.auth-left .overlay {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 3;
  color: #fff;
}


/* RIGHT PANEL */
.auth-right {
  flex: 1;
  background:#eff0f7;
  padding:30px 30px 30px 10px;
  color: #fff;
position: relative;}

.auth-right-inner {
    background: #fff;
    padding:20px 20px;
    border-radius: 15px;
}


/* Header */
.logo {
  color: #3aa6a0;
  font-size: 28px;
  font-weight: 700;
}

.form-header {
  margin-bottom: 30px;
}

.form-header h2 { text-align: center;
  margin-top:0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
   color: #10346d;
   border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.signin-text {
  font-size: 14px;
}

.signin-text a {
  color: #3aa6a0;
  text-decoration: none;
}

/* Inputs */
.form-label {
  font-size:15px;
  color: #555;
}

.form-control,
.form-select {
  background: #fff;
  border-radius: 6px;
  padding: 10px 12px;
  border: none;
  font-size: 13px;
    color: #000000b8;
    border: 1px solid #ddd;
  }


.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(205deg 86% 46% / 14%);
}

.iti {
    position: relative;
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(230 232 235);
    color: #555;
    border-radius: 10px 0 0 10px;
    border: 1px solid #adadad;
    margin: 0;
    height: 45px;
    margin-top:-1px;
    margin-left:-3px;
}
.hide-text {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    color: #555;
}

::placeholder {
  color: #999;
  font-size:0px;
}


/* Buttons */
.btn-teal {
  background:#10346d;
  color: #fff;
  border-radius: 6px;
  padding:10px 30px;
  font-weight: 500;
}

.btn-teal:hover {
  background: #1087da;
}

.btn-outline-teal {
  border: 1px solid #3aa6a0;
  color: #3aa6a0;
}

.btn-outline-teal:hover {
  background: #3aa6a0;
  color: #fff;
}

.registernow-btn span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    color: #555;
    text-align: center;
    margin-bottom: 0;
}

.or-text{margin:0px 0 25px 0; color:#555; text-align: center; position: relative; z-index: 1;}
.or-text::after{content:""; position:relative; width: 100%; border-bottom: 1px solid #ddd; display: block; left: 0; right: 0;  top:-10px; z-index:-2;}
.or-text::before {
    content: "";
    position: relative;
    background: #ffffff66;
    width: 35px;
    height: 25px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top:22px;
    z-index: -1;
    
}

 .signup-login-btn{color:#1087da;}
.signup-login-btn:hover{text-decoration: underline; ;} 



.termcondition-text span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    color: #555;
}

.termcondition-text span a{text-decoration: underline;}
.input-group .btn.otp-btn {
    border: 1px solid #adadad;
    background: #e6e8eb;
    color: #555;
    box-shadow: 0px 0px 5px 1px #dddddd8a;
    font-size: 14px;
    z-index: 1;
    position: relative;
}

.otp-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.registernow-btn .btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: block;
    width: 100%;
}

.google-act-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.google-act-btn a {
  width: 250px;
    border: 1px solid #1087da;
    margin-top:0px;
    padding:10px 10px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #1087da;
    font-size: 14px;
}

.google-act-btn a i{margin-right: 10px;}

.google-act-btn a:hover{background-color:#1087da; color: #fff;}


.grade-program-subject-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    color: #555;
    margin-bottom: 20px;
    display: flex;
    border: 2px solid #dee2e6;
    cursor: pointer;
}
.grade-program-subject-box:hover{border:2px solid #5555553d;}

.grade-program-subject-icon {margin-left: 20px;}
.grade-program-text{margin-left:10px;}
.grade-program-text h3 {
    margin-left: 10px;
    color: #042254;
    font-size: 18px;
    font-weight: 600;
}
.grade-program-text ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.grade-program-text ul li {
    font-size: 14px;
    background: #eff0f7;
    padding: 0 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.sat-section-service .sat-section-service-box h2 {font-size: 2rem;font-weight:600; margin-bottom: 10px;color: #182753;}
.pricing-table { display: flex; }
.col-left { width:75%; padding:20px; }
.col-right { width:25%; padding:0px; background: #f2f2f2; border-radius: 10px; margin-top: 20px; }
.col-right .buy-btn{background-color:#0582ca; border-radius: 10px; font-size: 14px; font-weight: 600;}
.col-right .buy-btn:hover{background: transparent; color: #fff; background-color: #0465aa;}
.price-left-box_outer { display: flex;align-items: end;justify-content:space-between;}
.price-left-box {margin-top: 51px;}
.price-list-top-heading{color: #555; font-size: 18px;}
.price-left-box .buy-btn{border-radius: 10px; font-size: 14px; font-weight: 600;}
.price-left-box .buy-btn:hover{background: transparent; color: #fff; background-color: #0465aa;}
.price-tabbing{margin:0px; padding: 0px; margin-top:18px;}
.price-tabbing li{margin: 0px; padding:11px 0; box-shadow: none; border-radius:0; border: none;}
.price-tabbing li .accordion-button{margin: 0px; padding: 0px; background-color: #fff; border:none;}
.title { font-size: 22px;color: #555; font-weight:600; text-align: center; }
.price { text-align: center; font-size: 16px; color: #666; margin-top: 5px; }
.buy-btn { border-radius: 30px; padding: 10px 25px; margin-top: 10px; }
.small-text { text-align: center; font-size: 13px; margin-top: 5px; color: #6b6b6b; }
.accordion-button { background: #fafafa; }
.accordion-body li { list-style: none; padding: 10px 0; border-bottom: 1px solid #e6e6e6; display: flex; justify-content: space-between; font-size: 15px; }
.price-tabbing li .check { color: #3cbc67; font-size: 18px; margin-right:55px;}
.price-tabbing li .cross{font-size: 12px; margin-right:55px; color: #6b6b6b; }
.col-right .check { color: #3cbc67; font-size: 18px; margin-right: 30px;}
.right-small-list li { list-style: none; border-bottom: 1px solid #e0e0e0; padding: 12px 0; font-size: 16px; display: flex; justify-content: center; }
.top-banner { background:#0582ca; color: white; text-align: center; padding: 6px; border-radius: 10px 10px 0 0; font-size: 14px; }
      /* Accordion plus/minus */
.pricing-table .col-left .accordion-button::before { color:#555; content: '+';font-size: 1.5rem;
 font-weight:300;transition: transform 0.2s ease; transform: none;}
.pricing-table .col-left .accordion-button:not(.collapsed)::before { content: '-';}
.pricing-table .col-left .accordion-button p{ margin: 0px; padding: 0px;  margin-left:10px; line-height: 0; font-size: 15px;}
 /* Align SAT QBank title + price to right */
 .title-box { text-align: right; }
 /* Modal */
.pricing-modal {
  border-radius: 16px;
  padding: 10px;
  font-family: 'Inter', sans-serif;
}

/* Plan Cards */
.plan-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  padding: 15px 18px;
  margin-bottom: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.plan-card h6 {font-size: 16px; font-weight: 600; color: #555;margin: 0; font-weight:600;}

.plan-card p {
  margin: 0;
  font-size: 0.85rem;
  color: #6c757d;
}

/* Recommended Highlight */
.plan-card.recommended {
  border: 2px solid #28a745;
}

/* Price + Button */
.price-action {
  text-align: right;
}

.price {
  display: block;
  font-size:14px;
  font-weight:500;
  margin-bottom: 5px;
}

/* Buy Button */
.buy-btn-purple {
  background:#0582CA;
  color: #fff;
  border-radius:5px;
  padding: 5px 16px;
  font-size: 0.85rem;
}

.buy-btn-purple:hover { background-color: #0465aa;color: #fff;}

/* Buy Now Trigger Button */
.buy-btn { border-radius: 25px;padding: 8px 20px;}

.pricing-table .modal .modal-title { color: #182753; font-size: 24px;}

section.satmath-syllabus-section { background: #ffffffd4; padding: 60px 0;}
section.sat-section-service-mock-test-section{background-color:#D4EAF8;}
section.grade-program-section{background-color:#eff0f7; padding: 40px 0;}

.sat-section-service-mock-test .col-lg-4{margin-bottom: 20px;}
.sat-section-service-mock-test .sat-section-service-box h2{font-size:22px; font-weight: 600;}
.satmath-syllabus-table{ background: #ffffff; color: #555; margin-top:0px;  padding: 25px; border-radius: 14px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); }

.satmath-syllabus-table table{width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-top: 10px;}
.satmath-syllabus-table table tr th {
    background: #f2f2f2;
    color: #333;
    padding: 10px 10px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.satmath-syllabus-table table tr td{font-weight: 400px; padding:10px; font-size: 14px; border-bottom: none;}
.satmath-syllabus-table table th span{font-size: 13px;}


/* Icon */
.sat-section-service-box .icon-size {
    font-size:30px;
    color: #fff;
    margin-bottom: 15px;
    transition: transform 0.4s ease, color 0.4s ease;
    background: #0582CA;
    border-radius: 10px;
}

/* Heading */


/* Paragraph */
.sat-section-service-box p {
  font-size:16px;
  color: #666;
   margin: 0px;
line-height:26px;
    padding: 0 20px;
}

/* Hover animation */
.sat-section-service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(30, 144, 255, 0.2);
}

/* Icon hover effect */
.sat-section-service-box:hover .icon-size {
  transform: scale(1.2);
  color: #fff;
}


.gradeperfect-section {
  background:#ffffffd4;
  padding:40px 0 20px 0;}

.gradeperfect-services {
  padding:0px 20px;
  text-align: left;
  max-width: 900px;
  margin:30px auto;
 
}

/* List styling */
.gradeperfect-services ul {
    list-style: none;
    background: #eff0f7;
    border-radius: 20px;
    margin: 0;
    padding: 20px 20px 5px 20px;
}

.gradeperfect-services ul li {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #ddd;
}

/* Custom bullet */
.gradeperfect-services ul li::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top:22px;
    font-size: 18px;
    color: #28a745;
    font-weight: bold;
}

/* Highlighted list title */
.gradeperfect-services ul li span {
    display: block;
    font-weight:600;
    color: #042254;
    font-size:18px;
    margin-bottom: 5px;
}

/* Paragraph inside list */
.gradeperfect-services ul li p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ===== Buttons Area ===== */
.gradeperfect-btn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top:30px;
}


.gradeperfect-btn a {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #cb721b;
    color: #cb721b;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s 
ease;
}

/* Button hover animation */
.gradeperfect-btn a:hover {
    background: #cb721b;
    color: #fff;
    transform: translateY(-3px);
}


section.satprep-packages {background:#eff0f7; padding: 60px 0;}
.satprep-packages-service {margin-top: 30px;}

/* ====== GENERAL LAYOUT ====== */
.satprep-packages-service {
  margin-top: 40px;
}

section.calltoaction-section { background: #ffffffd4; padding:30px;box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);}
.calltoaction-heading {display: flex;align-items: center;justify-content:center;width:100%; margin: auto; padding: 0 50px;}
section.calltoaction-section.explore_sat-heading-section {background: #f2f2f2;}
.calltoaction-heading span {font-size: 30px;color: #555;font-weight:500;}
.calltoaction-heading .btn {background-color: #fff; padding: 10px 40px; background: #cb721b;color: #fff; font-weight: 600; border-radius: 10px;
font-size: 14px;cursor: pointer; transition: all 0.3s ease;margin-left:100px;}
.calltoaction-heading .btn:hover{background: #cb721b;color: #fff; transform: translateY(-3px);}
.satprep-packages-card {background: #ffffff;padding: 30px 25px; border-radius: 18px;box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); text-align: left;
  transition: all 0.35s ease;border: 2px solid transparent;position: relative;overflow: hidden;margin-bottom: 25px;}
.satprep-packages-card:hover {transform: translateY(-10px); border-color:#cb721b;box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);}
/* ====== ICON STYLING ====== */
.courses-head-icon {font-size: 30px; margin-bottom: 10px;color: #fff; transition: 0.3s ease; background-color: #0381d8;margin: inherit;}
.satprep-packages-card:hover .courses-head-icon { color: #fff;}
/* Optional hover icon glow */
.satprep-packages-card:hover .courses-head-icon i {text-shadow: 0 0 12px rgba(255, 170, 20, 0.6);}
/* ====== HEADINGS & TEXT ====== */
.satprep-packages-card h3 {font-size: 24px; font-weight: 600;margin-top:15px; margin-bottom: 15px;color: #042254;}
.satprep-packages-card p {font-size: 15px; color: #555;margin-bottom: 20px;line-height: 1.5;}
/* ====== LIST STYLE ====== */
.satprep-packages-card ul { padding-left: 18px;margin-bottom: 25px;}
.satprep-packages-card ul li {font-size: 14.5px;margin-bottom: 8px;color: #444;position: relative;}
.satprep-packages-card ul li::before {content: "✔"; color: #cb721b;font-weight: bold;position: absolute; left: -18px; top: 2px;}

/* ====== BUTTONS ====== */
/* BUTTON CONTAINER */
.satprep-packages-btn {display: flex; gap: 12px;margin-top: 10px;}

/* OUTER WRAPPER */
.course-btn {display: inline-block;}

/* ACTUAL BUTTON */
.course-btn button { background-color:#fff;padding: 10px 20px;border:1px solid #cb721b; color: #cb721b;font-weight: 600;
  border-radius: 10px; font-size: 14px; cursor: pointer;transition: all 0.3s ease;}

/* HOVER EFFECT */
.course-btn button:hover { background: #cb721b;color: #fff; transform: translateY(-3px);}

/* ====== CARD HOVER BACKGROUND EFFECT ====== */
.satprep-packages-card::after {content: "";position: absolute; top: -40%; right: -40%;width: 220px; height: 220px; background: rgba(255, 204, 0, 0.2);
  border-radius: 50%;transition: 0.4s ease;}
.satprep-packages-card:hover::after { transform: scale(1.4);background: rgba(255, 204, 0, 0.25);}
.choose-subscraption-section{background-color:#ffffffd4; padding: 40px 0;}

.innerpage-text-heading p{margin-top:20px;}
/* Flex container */


/* Footer */
.footer-logo img { width:110px;}
ul.social-icons {display: flex; margin: 0px;padding: 0;margin-top:15px;}
ul.social-icons li a {display: block; padding: 3px; margin-right: 10px; text-align: center; color: #fff; border-radius:5px; font-size:24px;
  width:35px; height:35px; background-color: #666;}
ul.social-icons li a:hover{background-color: #182753;} 
.footer-list ul li{padding:5px 0;  display: block; font-size: 14px;}
.footer-list ul li a{color: #555;}
.footer-list ul li a:hover{text-decoration:underline!important; color: #0381d8;}
.footer-list h6{color: #182753; font-weight: 500;}
.footer-left-list h6{color: #182753; font-weight: 500;}
.footer-left-list p{text-align: justify; padding-right: 40px; font-size: 14px; color: #555;}
.copy-right{font-size:12px; color: #555;}


/* Responsive adjustments */
@media (max-width: 900px){
.cards{ grid-template-columns: repeat(2,1fr); }
  /* .mega-wrap { position: static; display:block; padding:0px; } */
.mega-wrap { position: static; padding:0px; }
.mega { width: 100%; border-radius: 15px; }
.mega-inner { flex-direction: column; }
.mega-left, .mega-mid, .mega-right { width:100%; border-right:none; padding: 12px; border-bottom:1px solid #eef4fb; }
.mega-right { border-bottom:none; }
.left{display:none}
 body{align-items:flex-start}
 .right{padding:20px}
}

@media (max-width: 768px){
.timeline::before{ left:40px; transform:none }
.timeline-item{ width:100%; padding-left:56px; padding-right:16px; min-height:80px }
.timeline-item.timeline-left, .timeline-item.timeline-right{ left:0; justify-content:flex-start; text-align:left }
.timeline-item .card {margin: 0 0 0 36px;width: auto;}
.timeline-item.timeline-left .card {margin-right: 0;}
.timeline-item::after{ left:20px; transform:translateY(-50%); top: 70px; width: 35px; height: 35px;}
.timeline-item::before{ left:20px; margin-left:0; width:6px; height:6px; margin-top:-3px; font-size: 14px;}
.timeline-item.timeline-right::before{top: 74px; z-index: 0; left: 10px;}
.timeline-item.timeline-left::before {margin-left: 0;top: 74px; z-index: 0;  left: 10px;}
.main-nav{ display:none; }
.menu-toggle{ display:inline-block; margin-left:auto; }
.main-nav.open{ display:flex; position:absolute; right:1rem; top:64px; background:var(--card); padding:.6rem; border-radius:15px; flex-direction:column; gap:.5rem; }
.cards{ grid-template-columns: 1fr; }
.hero{ padding:3rem 0; }
.hero-text p { padding: 0;}
.live-work-shop-text p {padding: 0px 20px;font-size: 14px;}
.live-work-shop-section {padding:40px 0 40px 0; } 
.rn-box-card {width: 310px;}
.testimonial-section {padding:40px 0 40px 0;}
.row.liveworkshop-service {margin-top: 15px;}
.liveworkshop-service-box {background: linear-gradient(90deg, #4980d4 0%, #182753 100%); margin-bottom: 20px;}
.hero-text h1 {font-size:30px;}
.courses-section { padding:40px 0;}
.subject-col-top-heading i{padding: 8px 8px;}
.subject-col-top-heading h3 { font-size: 18px;}
.liveworkshop-service-box p {min-height: auto;height: auto;}
.nav-menu { display: block;align-items: center;}
.user_section { padding: 20px 0; margin-bottom: 10px;}
li.nav-item a { padding: 15px 0px; margin-top:0px; border-bottom: 1px solid #ddd;}
li.nav-item .link-col a {border: none;}
li.nav-item .custom li {padding: 0 10px;}
li.nav-item .custom li a{border: none;}
.text-heading h3 {font-size: 24px; color: #ffc000;background-color: #182753;padding: 6px 10px;border-radius: 15px;}
.navbar .navbar-toggler:focus {box-shadow: none;}
.navbar button.navbar-toggler {background: #4980d4;color: #fff; padding: 6px;}
.navbar button.navbar-toggler i.fa-solid.fa-bars {color: #fff;font-size:20px;}
.testimonial-slider .rn-box-card { margin: 0 auto; width:100%; margin-top:20px;}
.articles-section {padding:40px 0 40px 0; }
.articles-box { margin-bottom: 20px; padding-bottom: 20px; }
.articles-box a.learnmore { bottom: 15px;}
.live-work-shop-card {margin-bottom: 20px;}
.accordion {margin-top: 20px; display: block; }
.accordion-body p{font-size: 14px;}
.accordion button.accordion-button.collapsed{font-size: 14px; box-shadow: none; background: none;} 
.hero::before { content: ""; position: absolute; inset: 0; background: url(../images/home-banner.png) no-repeat right;background-size: cover; background-position: center center;
opacity: 0.2; z-index: -1;}
.tab-section .nav-tabs .nav-item button.nav-link {padding: 5px 13px; margin: 0px; height: auto;font-size: 16px;}
.accordion h2.accordion-header .accordion-button{padding-right:30px; padding-left: 10px;}
.accordion-button::before {right:10px;}
.accordion-item {width: auto;}
.footer-left-list p {padding-right: 0;}
.live-work-shop-card h3 br{display: none;}
.live-work-shop-card h3 {font-size: 18px;}
.live-work-shop-card p {font-size: 14px;}
.testimonial-slider .description {margin: 0px 0 30px 0;font-style: italic;}
.reading-card {overflow-x: auto;}
.coursesubject-row { width: 100%;}
.coursesubject-box {padding: 25px 0; width: 100%;margin-bottom: 20px;}
.reading-card table {width: 100%; border-collapse: revert-layer; background: #fff;
  margin-bottom: 0;border-radius: 10px; border: 1px solid #e5e5e5; text-align: center; margin-top: 10px; min-width: 500px; /* prevents squishing on small screens */
}
.calltoaction-heading {display: block;width: 100%;}
.calltoaction-heading span {font-size: 24px;}
.calltoaction-heading .btn {padding: 8px 20px; font-size: 14px;display: block; margin-top: 20px;}
.sat-section .col-md-6.col-lg-3 {margin-bottom: 20px;}
.gradeperfect-services {padding: 0px; max-width: inherit;}
.gradeperfect-btn a {display: inline-block; width: 100%;}
.gradeperfect-btn-area {margin-top: 20px;}
.coursesubject-section {padding: 40px 0;}
.calander-section {padding: 40px 0;}
.right {width: 100%; border-radius: 15px;}
.month-title { font-size: 14px; }
  .date-inner { width: 26px; height: 26px; font-size: 11px; }
  .nav-btn { width: 30px; height: 30px; font-size: 15px; }
.month-nav { gap: 6px; }
.month-title {font-size: 15px;padding: 0 6px;}
.nav-btn { width: 32px; height: 32px; min-width: 32px; min-height: 32px;font-size: 16px;}
.weekdays { gap: 3px;font-size: 11px;}
.weekdays div { padding: 4px 2px; }
.dates { gap: 4px; }
.cell { padding: 4px 2px; min-height: 40px; }
.header-text h2 {margin-top: 0px;font-size: 42px;}
.demo-session {margin-top: 10px;display: flex;}
.demo-session-btn a {padding: 6px 15px; width: unset; margin-right: 10px;font-size: 14px; margin-top: 0; }
.header-text span {font-size: 30px;}
 section.road-map-section {padding: 40px 0;}
}

@media screen and (min-device-width:360px) and (max-device-width:400px){
.demo-session-btn a {padding: 6px 10px; margin-right: 10px; font-size: 13px; margin-top: 0;}
}



