.elementor-517 .elementor-element.elementor-element-2e40eb0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-517 .elementor-element.elementor-element-664fdfe .elementor-repeater-item-4793350 .swiper-slide-bg{background-color:#833ca3;}.elementor-517 .elementor-element.elementor-element-664fdfe .elementor-repeater-item-170e306 .swiper-slide-bg{background-color:#4054b2;}.elementor-517 .elementor-element.elementor-element-664fdfe .elementor-repeater-item-357e1cc .swiper-slide-bg{background-color:#1abc9c;}.elementor-517 .elementor-element.elementor-element-664fdfe .swiper-slide{transition-duration:calc(7000ms*1.2);height:300px;}.elementor-517 .elementor-element.elementor-element-664fdfe .swiper-slide-contents{max-width:66%;}.elementor-517 .elementor-element.elementor-element-664fdfe .swiper-slide-inner{text-align:center;}.elementor-517 .elementor-element.elementor-element-49f648d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-517 .elementor-element.elementor-element-48ffe16{text-align:center;}.elementor-517 .elementor-element.elementor-element-48ffe16 .elementor-heading-title{color:#9B1343;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-517 .elementor-element.elementor-element-2e1f385 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-517 .elementor-element.elementor-element-2e1f385{text-align:center;}.elementor-517 .elementor-element.elementor-element-c0a6226{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9477693 *//* Subjects Grid Section */
.subjects-grid-section {
  background-color: #f7f7f7;
  padding: 70px 50px;
  font-family: Arial, sans-serif;
}

.subjects-grid-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.subjects-grid-container h2 {
  font-size: 34px;
  margin-bottom: 50px;
  color: #9b1343;
  font-weight: bold;
}

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.subject-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subject-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.subject-card h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #9b1343;
  display: inline-block;
  padding-bottom: 5px;
}

.subject-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a99c2e *//* ===========================
   Global Styles
=========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f8f9fc;
}

/* Headings */
h1, h2, h3 {
  font-weight: 700;
  color: #222;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

/* Links & Buttons */
a {
  text-decoration: none;
}

.cta-btn {
  display: inline-block;
  padding: 12px 22px;
  background: linear-gradient(135deg, #007bff, #0056d2);
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 91, 187, 0.25);
}

.cta-btn:hover {
  background: linear-gradient(135deg, #0056d2, #0041a3);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 67, 150, 0.35);
}

/* ===========================
   Hero Section
=========================== */
.hero {
  background: linear-gradient(to right, #0056d2cc, #007bffcc), 
              url("https://source.unsplash.com/1600x600/?education,learning") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.hero-content {
  max-width: 800px;
  margin: auto;
}

.hero h1 {
  font-size: 2.5rem;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 15px;
  opacity: 0.95;
}

/* ===========================
   Service Sections
=========================== */
section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
}

.service {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.service:hover {
  transform: translateY(-5px);
}

.service h2 {
  color: #0056d2;
}

.service ul {
  margin-top: 15px;
  padding-left: 20px;
}

.service li {
  margin-bottom: 8px;
}

/* ===========================
   Class-wise Tuition Cards
=========================== */
.classes .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 16px rgba(0,0,0,0.15);
}

/* ===========================
   Subjects Section
=========================== */
.subjects {
  background: #eef4ff;
  border-radius: 15px;
  padding: 40px;
}

.subjects h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #0041a3;
}

.subject-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  list-style: none;
  text-align: center;
}

.subject-list li {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.subject-list li:hover {
  background: #0056d2;
  color: #fff;
  transform: translateY(-3px);
}

/* ===========================
   Competitive Exams
=========================== */
.competitive ul {
  padding-left: 20px;
}

.competitive li {
  margin-bottom: 8px;
}

/* ===========================
   Register Section
=========================== */
.register {
  text-align: center;
  background: linear-gradient(135deg, #0041a3, #007bff);
  color: #fff;
  border-radius: 20px;
  padding: 60px 20px;
  margin-top: 40px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

.register h2 {
  margin-bottom: 15px;
  font-size: 2rem;
}

.register p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/* ===========================
   Responsive Design
=========================== */
@media (max-width: 768px) {
  .hero {
    padding: 60px 20px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  section {
    padding: 40px 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-238f788 *//* Wrapper */
.fee-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  background: #fff;
}

/* Table base */
.fee-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.95rem;
  animation: fadeIn 0.8s ease;
}

/* Headings */
.fee-table thead th {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  font-weight: bold;
  padding: 12px;
  position: sticky;   /* Sticky header */
  top: 0;
  z-index: 2;
}

/* Cells */
.fee-table th,
.fee-table td {
  border: 1px solid #eee;
  padding: 12px;
  transition: background 0.3s ease;
}

/* Alternate row colors */
.fee-table tbody tr:nth-child(even) {
  background: #f9fbff;
}

/* Hover effect */
.fee-table tbody tr:hover {
  background: #e9f3ff;
  transform: scale(1.01);
  transition: all 0.2s ease-in-out;
}

/* Recommended fee highlight */
.fee-table .highlight {
  font-weight: bold;
  color: #007bff;
  position: relative;
}

/* Add badge */
.fee-table .highlight::after {
  content: "★ Recommended";
  font-size: 0.75rem;
  color: #fff;
  background: #ff9800;
  padding: 2px 6px;
  border-radius: 10px;
  position: absolute;
  top: -8px;
  right: 5px;
  white-space: nowrap;
}

/* Section styling */
.fee-structure {
  padding: 50px 15px;
  background: #f7faff;
  border-radius: 16px;
  margin: 30px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* Title */
.section-title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
}

/* Swipe hint */
.scroll-hint {
  display: none;
  text-align: center;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Show hint only on small screens */
@media (max-width: 768px) {
  .scroll-hint {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb46b1d *//* Why Choose Us Section */
.why-choose-section {
  background-color: #fff0f5;
  padding: 70px 50px;
  font-family: Arial, sans-serif;
}

.why-choose-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.why-choose-container h2 {
  font-size: 34px;
  color: #9b1343;
  margin-bottom: 50px;
  font-weight: bold;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.choose-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.choose-item:hover {
  transform: translateY(-6px);
}

.choose-item i {
  font-size: 28px;
  color: #9b1343;
  margin-bottom: 15px;
}

.choose-item p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}/* End custom CSS */