/*!
Template Name: Edutics - Education HTML Template
Author: temptics pro
Version: 1.0

-----------------------------------------------------------------------------------
Front End is Developed By Shaikh Abu Amer on bahalf of temptics pro
-----------------------------------------------------------------------------------


CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Header
05. Courses

*/
@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --ed-blue: #241442;
  --ed-purple: #5B3AEE;
  --ed-yellow: #F8BC24;
  --ed-gray: #4F536C;
  --ed-gray2: #445375;
  --black: #000;
  --white: #fff;
  --font-poppins: "Poppins", sans-serif;
  /* AVM Redesign Variables */
  --avm-saffron: #B7410E;
  --avm-maroon: #7B1D3E;
  --avm-gold: #D4A017;
  --avm-dark: #1A1A2E;
  --avm-cream: #FFF8F0;
  --avm-text: #333333;
  --avm-gray: #666666;
  --font-hindi: "Noto Sans Devanagari", sans-serif;
  --font-inter: "Inter", sans-serif;
}

body {
  font-family: var(--font-hindi);
  color: var(--avm-text);
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

p {
  line-height: 1.75;
}

.ed-btn {
  /*background-color: var(--ed-purple);*/
  color: var(--white);
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.ed-btn:hover {
  background-color: var(--ed-blue);
}

.ed-section-sub-title {
  font-weight: 600;
  color: var(--ed-purple);
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.ed-section-sub-title::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 48px;
  background: linear-gradient(90deg, rgb(91, 58, 238) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px, rgb(91, 58, 238) 8px, rgb(91, 58, 238) 13px, rgba(255, 255, 255, 0) 13px, rgba(255, 255, 255, 0) 18px, rgba(255, 255, 255, 0) 18px, rgb(91, 58, 238) 0);
}
.ed-section-sub-title--white {
  color: var(--white);
}
.ed-section-sub-title--white::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px, rgb(255, 255, 255) 8px, rgb(255, 255, 255) 13px, rgba(255, 255, 255, 0) 13px, rgba(255, 255, 255, 0) 18px, rgba(255, 255, 255, 0) 18px, rgb(255, 255, 255) 0);
}

.ed-section-title {
  font-weight: 600;
  font-size: 45px;
  color: var(--ed-blue);
  text-transform: capitalize;
  line-height: 1.29;
}
@media screen and (max-width: 1599px) {
  .ed-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .ed-section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .ed-section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .ed-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .ed-section-title {
    font-size: 25px;
  }
}

.ed-single-accordion-item {
  transition: 0.4s ease;
}

.ed-single-accordion-item.open .ed-single-accordion-item__header i {
  transform: rotate(90deg);
  color: var(--ed-purple);
}
.ed-single-accordion-item.open .ed-single-accordion-item__title {
  color: var(--ed-purple);
}
.ed-single-accordion-item.open .ed-single-accordion-item__body {
  grid-template-rows: 1fr;
  padding-top: 9px;
}

.ed-single-accordion-item__header i {
  transition: transform 0.4s ease;
}

.ed-single-accordion-item__body {
  transition: all 0.4s ease;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

.ed-single-accordion-item__body p {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .ed-header-nav {
    width: 100%;
  }
}
.ed-header-nav a {
  display: block;
  line-height: 3;
  font-weight: 500;
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  .ed-header-nav a {
    color: var(--avm-dark);
    border-bottom: 1px solid rgba(79, 83, 108, 0.15);
    padding-bottom: 6px;
    padding: 11px 20px;
    line-height: 1.8;
  }
}
.ed-header-nav a:hover {
  color: var(--avm-gold);
}
@media screen and (max-width: 1199px) {
  .ed-header-nav a:hover {
    color: var(--avm-saffron);
  }
}
.ed-header-nav .has-sub-menu {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
.ed-header-nav .has-sub-menu:hover .ed-header-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1199px) {
  .ed-header-nav .has-sub-menu:hover .ed-header-submenu {
    transform: translateY(0) translateX(0);
  }
}
@media screen and (max-width: 1199px) {
  .ed-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
}
.ed-header-nav .has-sub-menu.active > a {
  margin-bottom: 0;
}
.ed-header-nav .has-sub-menu.active .ed-header-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  border-color: #ddd;
  pointer-events: all;
}
@media screen and (max-width: 1199px) {
  .ed-header-nav .has-sub-menu.active .ed-header-submenu {
    transform: translateY(0) translateX(0);
  }
}
.ed-header-submenu {
  position: absolute;
  min-width: 200px;
  background-color: var(--white);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 50%;
  opacity: 0;
  transform: translateY(10px) translateX(-50%);
  transition: 0.4s ease, pointer-events 0s;
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .ed-header-submenu {
    position: static;
    transform: translateY(0) translateX(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    background-color: #FFF8F0;
  }
}
.ed-header-submenu.active {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}
.ed-header-submenu a {
  padding: 14px 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
.ed-header-submenu li:last-child a {
  border-bottom: 0;
}
.ed-header-search.active .ed-header-search-open-btn {
  color: var(--ed-Lpink);
}
.ed-header-search.active form {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.ed-header-search form {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .ed-header-search form {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
.ed-header--2 .ed-header-nav > li > a {
  color: var(--white);
}
.ed-header--2 .ed-header-nav > li > a:hover {
  color: var(--ed-yellow);
}
.ed-header--2.to-be-fixed.ed-sticky {
  background-color: var(--ed-blue);
  inset: auto;
  border-radius: 0;
  width: 100%;
  z-index: 222;
}

.ss-main {
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  flex-shrink: 0;
  width: max-content;
}
@media screen and (max-width: 1199px) {
  .ss-main {
    border-color: rgba(0, 0, 0, 0.2);
  }
}
.ss-main:focus {
  box-shadow: none;
}
.ss-main .ss-arrow path {
  stroke: var(--white);
}
@media screen and (max-width: 1199px) {
  .ss-main .ss-arrow path {
    stroke: var(--ed-blue);
  }
}
.ss-main .ss-values .ss-placeholder {
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  .ss-main .ss-values .ss-placeholder {
    color: var(--ed-blue);
  }
}

.ss-content .ss-list .ss-option {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 10px;
}

.ss-content.ss-open-below {
  padding: 0;
}
.ss-content.ss-open-below::before {
  content: none;
}

.to-be-fixed.ed-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--avm-maroon);
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.ed-sidebar.active > * {
  transform: translateX(0);
}

.mixitup-control-active {
  background-color: var(--ed-purple);
  color: var(--white);
}

/* AVM Gallery Tab Active State */
.tab-nav.active {
  background-color: var(--avm-saffron) !important;
  color: var(--white) !important;
  border-color: var(--avm-saffron) !important;
}

.ed-countdown .number {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.ed-course-details-tab-navs button.active {
  background-color: var(--ed-purple);
  color: var(--white);
}
.ed-course-details-tabs .ed-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ed-course-details-tabs .ed-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

/* ========================================
   AVM REDESIGN STYLES
   ======================================== */

/* AVM Button */
.avm-btn {
  background-color: var(--avm-saffron);
  color: var(--white);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.avm-btn:hover {
  background-color: var(--avm-maroon);
  color: var(--white);
}
.avm-btn--outline {
  background-color: transparent;
  border: 2px solid var(--avm-saffron);
  color: var(--avm-saffron);
}
.avm-btn--outline:hover {
  background-color: var(--avm-saffron);
  color: var(--white);
}
.avm-btn--gold {
  background-color: var(--avm-gold);
  color: var(--avm-dark);
}
.avm-btn--gold:hover {
  background-color: var(--avm-maroon);
  color: var(--white);
}

/* AVM Section Title */
.avm-section-title {
  font-family: var(--font-hindi);
  font-weight: 700;
  font-size: 38px;
  color: var(--avm-dark);
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .avm-section-title { font-size: 32px; }
}
@media screen and (max-width: 991px) {
  .avm-section-title { font-size: 28px; }
}
@media screen and (max-width: 575px) {
  .avm-section-title { font-size: 24px; }
}

.avm-section-subtitle {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 14px;
  color: var(--avm-saffron);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: inline-block;
}

/* AVM Gold Accent Line */
.avm-gold-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--avm-gold), var(--avm-saffron));
  display: block;
  margin-top: 12px;
}

/* AVM Card */
.avm-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}
.avm-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* ===== AVM NAVBAR REDESIGN ===== */

/* Navbar - needs position for z-index stacking context */
.avm-navbar {
  position: relative;
}

/* Navbar Background */
.avm-navbar-bg {
  background: linear-gradient(135deg, #7B1D3E 0%, #5a1530 50%, #7B1D3E 100%);
  position: relative;
}
.avm-navbar-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--avm-gold), transparent);
  pointer-events: none;
}

/* Nav Links Base */
.avm-nav .ed-header-nav {
  gap: 0;
}
.avm-nav .ed-header-nav a {
  color: rgba(255,255,255,0.92);
  font-family: var(--font-hindi);
  font-weight: 500;
  line-height: 1;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1399px) {
  .avm-nav .ed-header-nav a {
    padding: 14px 14px;
  }
}

/* Menu Item Hover Effect - Gold bottom line animation */
.avm-menu-item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--avm-gold);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 3px 3px 0 0;
}
.avm-menu-item > a:hover::after,
.avm-menu-item.active > a::after {
  width: 70%;
}
.avm-menu-item > a:hover {
  color: var(--white);
  background: rgba(255,255,255,0.08);
}

/* Menu Item Separators */
.avm-menu-item + .avm-menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255,255,255,0.12);
}
.avm-menu-item {
  position: relative;
}

/* Helpline Button - Special CTA style */
.avm-helpline-btn {
  background: linear-gradient(135deg, var(--avm-gold), #c4911a) !important;
  color: var(--avm-dark) !important;
  border-radius: 6px !important;
  padding: 10px 18px !important;
  font-weight: 600 !important;
  margin-left: 8px;
  box-shadow: 0 2px 8px rgba(212, 160, 23, 0.3);
}
.avm-helpline-btn:hover {
  background: linear-gradient(135deg, #e0b520, var(--avm-gold)) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.4);
}
.avm-helpline-btn::after {
  display: none !important;
}

/* Header Call Us Button */
.avm-header-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1.5px solid #B7410E;
  transition: all 0.3s;
}
.avm-header-call:hover {
  background: rgba(183, 65, 14, 0.06);
}
.avm-header-call-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #B7410E, #7B1D3E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.avm-header-call-label {
  display: block;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 11px;
  color: #999;
  line-height: 1.2;
}
.avm-header-call-num {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1A1A2E;
  font-weight: 700;
  line-height: 1.3;
}

/* Dropdown Menu Redesign */
.avm-dropdown {
  background: var(--white) !important;
  border: none !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.08) !important;
  min-width: 230px !important;
  padding: 8px 0 !important;
  border-top: 3px solid var(--avm-gold) !important;
  overflow: visible;
  z-index: 100;
}
/* Invisible bridge to prevent hover gap between menu item and dropdown */
.avm-dropdown::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
}
.avm-dropdown a {
  color: var(--avm-text) !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #f3f3f3 !important;
  line-height: 1.4 !important;
  transition: all 0.25s ease !important;
}
.avm-dropdown li:last-child a {
  border-bottom: none !important;
}
.avm-dropdown a:hover {
  background: var(--avm-cream) !important;
  color: var(--avm-saffron) !important;
  padding-left: 26px !important;
}
.avm-dropdown a::after {
  display: none !important;
}

/* Sticky Header */
.avm-header .to-be-fixed.ed-sticky {
  background: linear-gradient(135deg, #7B1D3E 0%, #5a1530 50%, #7B1D3E 100%);
  inset: 0 0 auto 0;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.avm-header .to-be-fixed.ed-sticky::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--avm-gold), transparent);
}

/* Mobile Menu Overrides */
@media screen and (max-width: 1199px) {
  .avm-menu-item + .avm-menu-item::before {
    display: none;
  }
  .avm-menu-item > a::after {
    display: none;
  }
  .avm-nav .ed-header-nav a {
    padding: 12px 20px;
    color: var(--avm-dark);
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .avm-nav .ed-header-nav a:hover {
    color: var(--avm-saffron);
    background: var(--avm-cream);
  }
  .avm-helpline-btn {
    margin-left: 0;
    border-radius: 0 !important;
  }
  .avm-dropdown {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top: none !important;
    background: #fafafa !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .avm-dropdown::before {
    display: none;
  }
  .avm-dropdown a {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    font-size: 13px !important;
    padding: 10px 15px 10px 20px !important;
  }
}

/* ===== Notice + Quick Cards Combined Section ===== */
.avm-notice-cards-section {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  padding-bottom: 35px;
}

/* Notice Bar */
.avm-notice-bar {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  overflow: hidden;
  margin-bottom: 20px;
}
.avm-notice-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  background: linear-gradient(135deg, #7B1D3E, #B7410E);
  color: #fff;
  font-family: var(--font-hindi);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}
.avm-notice-label i {
  font-size: 13px;
  color: #D4A017;
}
.avm-notice-scroll {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  min-width: 0;
  overflow: hidden;
}
.avm-notice-scroll marquee {
  font-family: var(--font-hindi);
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.avm-notice-item {
  margin-right: 60px;
}
.avm-notice-item i {
  font-size: 5px;
  color: #B7410E;
  margin-right: 10px;
  vertical-align: middle;
}

/* Quick Access Cards Strip */
.avm-quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.avm-qcard {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 22px;
  background: var(--white);
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.avm-qcard::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--avm-saffron), var(--avm-gold));
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.avm-qcard:hover::after {
  transform: scaleX(1);
}
.avm-qcard:hover {
  background: var(--avm-cream);
  box-shadow: 0 8px 30px rgba(183, 65, 14, 0.12);
  transform: translateY(-4px);
}
.avm-qcard-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(183,65,14,0.08), rgba(212,160,23,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--avm-saffron);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.avm-qcard:hover .avm-qcard-icon {
  background: linear-gradient(135deg, var(--avm-saffron), var(--avm-maroon));
  color: var(--white);
}
.avm-qcard-text {
  flex: 1;
  min-width: 0;
}
.avm-qcard-text h4 {
  font-family: var(--font-hindi);
  font-weight: 700;
  font-size: 15px;
  color: var(--avm-dark);
  margin: 0 0 2px;
  line-height: 1.3;
}
.avm-qcard-text p {
  font-family: var(--font-hindi);
  font-size: 12px;
  color: #999;
  margin: 0;
}
.avm-qcard-arrow {
  font-size: 14px;
  color: #ccc;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.avm-qcard:hover .avm-qcard-arrow {
  color: var(--avm-saffron);
  transform: translateX(4px);
}

/* Notice + Cards Responsive */
@media screen and (max-width: 1199px) {
  .avm-notice-cards-section { margin-top: -40px; }
  .avm-qcard { padding: 20px 18px; gap: 14px; }
}
@media screen and (max-width: 991px) {
  .avm-notice-cards-section { margin-top: -35px; }
  .avm-quick-strip { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media screen and (max-width: 767px) {
  .avm-notice-label { padding: 0 14px; font-size: 13px; }
  .avm-notice-label span { display: none; }
  .avm-notice-scroll { padding: 12px 14px; }
}
@media screen and (max-width: 479px) {
  .avm-notice-cards-section { margin-top: -28px; padding-bottom: 24px; }
  .avm-notice-bar { border-radius: 10px; margin-bottom: 14px; }
  .avm-quick-strip { grid-template-columns: 1fr; gap: 12px; }
  .avm-qcard { padding: 18px 16px; gap: 12px; border-radius: 12px; }
  .avm-qcard-icon { width: 44px; height: 44px; font-size: 18px; border-radius: 10px; }
  .avm-qcard-text h4 { font-size: 14px; }
}

/* AVM About Section */
.avm-about-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.avm-about-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(123,29,62,0.15));
  z-index: 1;
  pointer-events: none;
}
.avm-about-float {
  position: absolute;
  bottom: -20px;
  right: 30px;
  background: linear-gradient(135deg, #B7410E, #7B1D3E);
  color: white;
  padding: 18px 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(183, 65, 14, 0.3);
  z-index: 5;
}
.avm-about-float-num {
  font-family: var(--font-inter);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.avm-about-float-label {
  font-family: var(--font-hindi);
  font-size: 13px;
  opacity: 0.9;
}
.avm-about-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--avm-cream);
  border-radius: 8px;
  border: 1px solid rgba(183,65,14,0.1);
  font-family: var(--font-hindi);
  font-size: 14px;
  font-weight: 600;
  color: var(--avm-dark);
}
.avm-about-highlight i {
  color: var(--avm-saffron);
  font-size: 16px;
}

/* ===== Thought of the Day ===== */
.avm-thought-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #1A1A2E 0%, #2a1a3e 50%, #1A1A2E 100%);
  position: relative;
  overflow: hidden;
}
.avm-thought-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle, #D4A017 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.avm-thought-card {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px 0;
}
.avm-thought-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212,160,23,0.15), rgba(183,65,14,0.15));
  border: 1px solid rgba(212,160,23,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #D4A017;
  font-size: 22px;
}
.avm-thought-label {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D4A017;
  margin-bottom: 8px;
}
.avm-thought-date {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  color: rgba(212, 160, 23, 0.65);
  margin-bottom: 20px;
}
.avm-thought-text {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 14px;
  padding: 0;
  border: none;
}
.avm-thought-meaning {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0 0 16px;
}
.avm-thought-source {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #B7410E;
  display: inline-block;
  padding: 4px 16px;
  background: rgba(183,65,14,0.12);
  border-radius: 20px;
  border: 1px solid rgba(183,65,14,0.2);
}
@media screen and (max-width: 767px) {
  .avm-thought-section { padding: 40px 0; }
  .avm-thought-text { font-size: 20px; }
  .avm-thought-icon { width: 48px; height: 48px; font-size: 18px; }
}
@media screen and (max-width: 479px) {
  .avm-thought-section { padding: 30px 0; }
  .avm-thought-text { font-size: 17px; }
  .avm-thought-meaning { font-size: 14px; }
}

/* AVM News Card */
.avm-news-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.avm-news-card:hover {
  box-shadow: 0 12px 35px rgba(123,29,62,0.12);
  transform: translateY(-6px);
}

/* News Image */
.avm-news-img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 220px;
  text-decoration: none;
}
.avm-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.avm-news-card:hover .avm-news-img img {
  transform: scale(1.06);
}

/* Floating Date Badge */
.avm-news-date {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #B7410E, #7B1D3E);
  color: white;
  padding: 10px 14px;
  border-radius: 12px;
  text-align: center;
  min-width: 60px;
  box-shadow: 0 4px 15px rgba(183, 65, 14, 0.35);
}
.avm-news-day {
  display: block;
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.avm-news-month {
  display: block;
  font-family: var(--font-inter);
  font-size: 11px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* News Body */
.avm-news-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.avm-news-title {
  font-family: var(--font-hindi);
  font-weight: 700;
  font-size: 18px;
  color: var(--avm-dark);
  margin-bottom: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.3s ease;
}
.avm-news-title:hover {
  color: var(--avm-saffron);
}
.avm-news-excerpt {
  font-family: var(--font-hindi);
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.avm-news-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-hindi);
  font-size: 14px;
  font-weight: 600;
  color: var(--avm-saffron);
  margin-top: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.avm-news-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.avm-news-card:hover .avm-news-link {
  color: var(--avm-maroon);
}
.avm-news-card:hover .avm-news-link i {
  transform: translateX(4px);
}

/* News Slider Navigation Buttons */
.avm-slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--avm-saffron);
  color: var(--avm-saffron);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.avm-slider-btn:hover {
  background: linear-gradient(135deg, var(--avm-saffron), var(--avm-maroon));
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 4px 15px rgba(183, 65, 14, 0.3);
}

@media screen and (max-width: 575px) {
  .avm-news-img { height: 180px; }
  .avm-news-body { padding: 18px; }
  .avm-news-title { font-size: 16px; }
  .avm-news-date { padding: 8px 10px; border-radius: 10px; }
  .avm-news-day { font-size: 20px; }
}

/* AVM Video Gallery Section */
.avm-video-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1A1A2E 0%, #2d1b3d 40%, #1A1A2E 100%);
  position: relative;
  overflow: hidden;
}
.avm-video-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--avm-gold), transparent);
}
.avm-video-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--avm-gold), transparent);
}
.avm-video-card {
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.4s ease;
}
.avm-video-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(212, 160, 23, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.avm-video-frame {
  aspect-ratio: 16/9;
  position: relative;
}
.avm-video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.avm-video-info {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.avm-video-info h5 {
  font-family: var(--font-hindi);
  font-weight: 600;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.avm-video-card:hover .avm-video-info h5 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .avm-video-section { padding: 60px 0; }
}
@media screen and (max-width: 479px) {
  .avm-video-section { padding: 40px 0; }
  .avm-video-info { padding: 14px 16px; }
  .avm-video-info h5 { font-size: 14px; }
}

/* AVM Page Banner */
.avm-page-banner {
  background: linear-gradient(135deg, var(--avm-maroon), var(--avm-dark));
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .avm-page-banner { padding: 60px 0 45px; }
}
@media screen and (max-width: 479px) {
  .avm-page-banner { padding: 45px 0 35px; }
}
.avm-page-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.08);
}
.avm-page-banner::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(183, 65, 14, 0.1);
}
.avm-page-banner .avm-banner-line {
  width: 60px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--avm-gold), var(--avm-saffron));
  margin-top: 16px;
}
.avm-page-banner h1 {
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* AVM Form Styles */
.avm-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-family: var(--font-hindi);
  font-size: 15px;
  transition: all 0.3s ease;
  background: var(--white);
}
.avm-input:focus {
  outline: none;
  border-color: var(--avm-saffron);
  box-shadow: 0 0 0 3px rgba(183, 65, 14, 0.1);
}

/* AVM Prose - Rich Text Content Styling */
.avm-prose p {
  margin-bottom: 1em;
  line-height: 1.9;
}
.avm-prose h1, .avm-prose h2, .avm-prose h3, .avm-prose h4, .avm-prose h5, .avm-prose h6 {
  font-weight: 700;
  color: var(--avm-dark);
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.4;
  font-family: var(--font-hindi);
}
.avm-prose h1 {
  font-size: 2em;
  background: linear-gradient(135deg, var(--avm-maroon), var(--avm-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.3em;
  border-bottom: 3px solid var(--avm-gold);
  display: inline-block;
}
.avm-prose h2 {
  font-size: 1.6em;
  color: var(--avm-maroon);
  position: relative;
  padding-left: 16px;
}
.avm-prose h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  background: linear-gradient(to bottom, var(--avm-gold), var(--avm-saffron));
  border-radius: 4px;
}
.avm-prose h3 {
  font-size: 1.35em;
  color: var(--avm-saffron);
}
.avm-prose h4 {
  font-size: 1.15em;
  color: var(--avm-dark);
  position: relative;
  padding-left: 12px;
}
.avm-prose h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: var(--avm-gold);
  border-radius: 50%;
}
.avm-prose ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
}
.avm-prose ol {
  list-style-type: decimal;
  padding-left: 1.8em;
  margin-bottom: 1em;
}
.avm-prose li {
  margin-bottom: 0.4em;
  line-height: 1.8;
}
.avm-prose ul li {
  position: relative;
  padding-left: 22px;
}
.avm-prose ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--avm-gold), var(--avm-saffron));
}
.avm-prose ol li::marker {
  color: var(--avm-saffron);
  font-weight: 700;
}
.avm-prose a {
  color: var(--avm-saffron);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.avm-prose a:hover {
  color: var(--avm-maroon);
}
.avm-prose img {
  border-radius: 12px;
  margin: 1.5em 0;
  max-width: 100%;
  height: auto;
}
.avm-prose strong, .avm-prose b {
  font-weight: 700;
  color: var(--avm-dark);
}
.avm-prose blockquote {
  border-left: 4px solid var(--avm-gold);
  padding: 16px 24px;
  margin: 1.5em 0;
  background: linear-gradient(135deg, var(--avm-cream), #fff);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  position: relative;
}
.avm-prose blockquote::before {
  content: '\201C';
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 48px;
  color: var(--avm-gold);
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
}
.avm-prose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5em 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
  font-size: 14px;
}
.avm-prose table thead {
  background: linear-gradient(135deg, var(--avm-maroon), #5a1530);
}
.avm-prose table th {
  color: var(--white);
  padding: 13px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  border-bottom: 3px solid var(--avm-gold);
}
.avm-prose table th:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.15);
}
.avm-prose table tbody tr {
  transition: background-color 0.2s ease;
}
.avm-prose table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.avm-prose table tbody tr:nth-child(odd) {
  background-color: var(--white);
}
.avm-prose table tbody tr:hover {
  background-color: var(--avm-cream);
}
.avm-prose table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  color: var(--avm-text);
  vertical-align: middle;
}
.avm-prose table td:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.avm-prose table td:first-child {
  font-weight: 600;
  color: var(--avm-saffron);
  text-align: center;
  width: 50px;
}
.avm-prose table tbody tr:last-child td {
  border-bottom: none;
}
/* Responsive prose */
@media screen and (max-width: 767px) {
  .avm-prose table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .avm-prose table th,
  .avm-prose table td {
    padding: 10px 12px;
    font-size: 13px;
  }
  .avm-prose h1 {
    font-size: 1.4em;
  }
  .avm-prose h2 {
    font-size: 1.2em;
  }
  .avm-prose h3 {
    font-size: 1.1em;
  }
  .avm-prose {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

/* ========================================
   AVM PAGE LAYOUT - Sidebar + Main
   ======================================== */

/* Page Section */
.avm-page-section {
  padding: 60px 0 80px;
  background-color: var(--avm-cream);
}

/* Layout Grid */
.avm-page-layout {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

/* Main Content Area */
.avm-page-main {
  flex: 1;
  min-width: 0;
}

/* Content Cards */
.avm-page-card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.05);
  padding: 40px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease;
}
.avm-page-card:hover {
  box-shadow: 0 6px 30px rgba(0,0,0,0.08);
}
.avm-page-card--primary {
  border-left: 4px solid var(--avm-gold);
}
.avm-page-card--primary .avm-page-card-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(212,160,23,0.06), transparent);
  border-bottom-left-radius: 120px;
}

/* Page Media Section Header */
.avm-page-media-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.avm-page-media-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--avm-saffron), var(--avm-maroon));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
}

/* Slider Navigation */
.avm-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.avm-slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--avm-saffron);
  color: var(--avm-saffron);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avm-slider-btn:hover {
  background: var(--avm-saffron);
  color: var(--white);
}

/* ===== SIDEBAR ===== */
.avm-page-sidebar {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}

/* Sidebar Title Card */
.avm-sidebar-title-card {
  background: linear-gradient(135deg, var(--avm-maroon), #5a1530);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.avm-sidebar-title-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(212,160,23,0.1);
}
.avm-sidebar-title-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--avm-gold);
  font-size: 20px;
  margin: 0 auto;
}
.avm-sidebar-title-line {
  width: 40px;
  height: 3px;
  background: var(--avm-gold);
  border-radius: 99px;
  margin: 12px auto 0;
}

/* Sidebar Card */
.avm-sidebar-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.04);
}
.avm-sidebar-card-header {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
.avm-sidebar-card-header--saffron {
  background: linear-gradient(135deg, var(--avm-saffron), #d4580a);
}
.avm-sidebar-card-header--maroon {
  background: linear-gradient(135deg, var(--avm-maroon), #5a1530);
}
.avm-sidebar-card-header--dark {
  background: linear-gradient(135deg, var(--avm-dark), #2d2d4e);
}
.avm-sidebar-card-body {
  padding: 6px 0;
}

/* Sidebar Navigation Links */
.avm-sidebar-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  color: var(--avm-text);
  font-size: 14px;
  transition: all 0.25s ease;
  border-left: 3px solid transparent;
  text-decoration: none;
}
.avm-sidebar-nav-link i {
  color: var(--avm-saffron);
  font-size: 11px;
  transition: transform 0.25s ease;
}
.avm-sidebar-nav-link:hover {
  background-color: var(--avm-cream);
  color: var(--avm-saffron);
  border-left-color: var(--avm-saffron);
}
.avm-sidebar-nav-link:hover i {
  transform: translateX(3px);
}

/* Sidebar Social Links */
.avm-sidebar-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(183,65,14,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--avm-saffron);
  font-size: 16px;
  transition: all 0.3s ease;
}
.avm-sidebar-social:hover {
  background: var(--avm-saffron);
  color: var(--white);
  transform: translateY(-2px);
}

/* Sidebar Contact Card */
.avm-sidebar-contact-card {
  background: linear-gradient(135deg, var(--avm-dark), #2d2d4e);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.avm-sidebar-contact-card::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(183,65,14,0.15);
}
.avm-sidebar-contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--avm-saffron), var(--avm-gold));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  margin: 0 auto 12px;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 1199px) {
  .avm-page-sidebar {
    width: 260px;
  }
  .avm-page-card {
    padding: 32px;
  }
}
@media screen and (max-width: 991px) {
  .avm-page-layout {
    flex-direction: column;
  }
  .avm-page-sidebar {
    width: 100%;
    position: static;
    order: 2;
  }
  .avm-page-main {
    order: 1;
  }
  .avm-page-section {
    padding: 40px 0 50px;
  }
  .avm-page-card {
    padding: 28px;
  }
}
@media screen and (max-width: 575px) {
  .avm-page-card {
    padding: 16px;
    border-radius: 10px;
  }
  .avm-sidebar-title-card {
    padding: 20px 16px;
  }
  .avm-sidebar-card {
    border-radius: 10px;
  }
  .avm-page-section {
    padding: 30px 0 40px;
  }
  .avm-page-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Legacy support */
.avm-content-layout { display: flex; gap: 40px; align-items: flex-start; }
.avm-sidebar-link:hover {
  background-color: var(--avm-cream);
  color: var(--avm-saffron) !important;
  border-left-color: var(--avm-saffron) !important;
}
.avm-content-card:hover {
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}
@media screen and (max-width: 991px) {
  .avm-content-layout { flex-direction: column !important; }
  .avm-sidebar { width: 100% !important; order: 2; }
  .avm-main-content { order: 1; }
  .avm-content-card { padding: 24px !important; }
}

/* AVM Gallery Grid - Responsive Masonry */
.avm-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  auto-rows: auto;
}
.avm-gallery-grid .avm-gallery-featured {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 991px) {
  .avm-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .avm-gallery-grid .avm-gallery-featured {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media screen and (max-width: 575px) {
  .avm-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .avm-gallery-grid .avm-gallery-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* Gallery Card */
.avm-gallery-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.avm-gallery-card:hover {
  box-shadow: 0 8px 30px rgba(123,29,62,0.18);
  transform: translateY(-4px);
}
.avm-gallery-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.avm-gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.avm-gallery-featured img {
  height: 100%;
  min-height: 496px;
}
@media screen and (max-width: 575px) {
  .avm-gallery-card img {
    height: 180px;
  }
  .avm-gallery-featured img {
    height: 220px;
    min-height: auto;
  }
}
.avm-gallery-card:hover img {
  transform: scale(1.08);
}

/* Gallery Overlay on Hover */
.avm-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123,29,62,0.7), rgba(183,65,14,0.5));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.avm-gallery-card:hover .avm-gallery-overlay {
  opacity: 1;
}
.avm-gallery-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,0.4);
  transform: scale(0.6);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.avm-gallery-card:hover .avm-gallery-icon {
  transform: scale(1);
}
.avm-gallery-icon i {
  color: white;
  font-size: 18px;
}

/* Tab Count Badge */
.avm-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-inter);
  background: rgba(0,0,0,0.08);
  color: inherit;
  margin-left: 6px;
  line-height: 1;
}
.avm-tab-btn.active .avm-tab-count {
  background: rgba(255,255,255,0.25);
  color: white;
}

/* Legacy gallery item (homepage etc) */
.avm-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.avm-gallery-item img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avm-gallery-item:hover img {
  transform: scale(1.05);
}
.avm-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(123, 29, 62, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.avm-gallery-item:hover::after {
  opacity: 1;
}

/* Smooth Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--avm-cream);
}
::-webkit-scrollbar-thumb {
  background: var(--avm-maroon);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--avm-saffron);
}

/* ========================================
   AVM ENHANCED PAGE COMPONENTS
   ======================================== */

/* ===== Gallery Tab Buttons ===== */
.avm-tab-btn {
  padding: 10px 24px;
  border-radius: 8px;
  font-family: var(--font-hindi);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--white);
  color: var(--avm-dark);
  border: 1.5px solid #e0e0e0;
  cursor: pointer;
}
.avm-tab-btn:hover {
  border-color: var(--avm-saffron);
  color: var(--avm-saffron);
  box-shadow: 0 2px 10px rgba(183, 65, 14, 0.1);
}
.avm-tab-btn.active {
  background: linear-gradient(135deg, var(--avm-saffron), var(--avm-maroon));
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(183, 65, 14, 0.25);
}
@media screen and (max-width: 479px) {
  .avm-tab-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* ===== Download Card Redesign ===== */
.avm-download-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
}
.avm-download-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.avm-download-card-accent {
  height: 4px;
  background: linear-gradient(90deg, var(--avm-saffron), var(--avm-gold));
}
.avm-download-card-body {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.avm-download-badge {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(183,65,14,0.08), rgba(212,160,23,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid rgba(183,65,14,0.12);
  transition: all 0.3s ease;
}
.avm-download-badge span {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 20px;
  color: var(--avm-saffron);
}
.avm-download-card:hover .avm-download-badge {
  background: linear-gradient(135deg, var(--avm-saffron), var(--avm-maroon));
  border-color: transparent;
}
.avm-download-card:hover .avm-download-badge span {
  color: var(--white);
}
@media screen and (max-width: 479px) {
  .avm-download-card-body {
    padding: 16px;
    gap: 12px;
  }
}

/* ===== Form Card (Requirement / Check Form) ===== */
.avm-form-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}
.avm-form-header {
  background: linear-gradient(135deg, var(--avm-maroon), #5a1530);
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.avm-form-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.08);
}
.avm-form-header--centered {
  flex-direction: column;
  text-align: center;
  padding: 30px 40px;
}
.avm-form-header-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--avm-gold);
  font-size: 22px;
  flex-shrink: 0;
}
.avm-form-header-icon--lg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .avm-form-header {
    padding: 20px 24px;
  }
  .avm-form-header--centered {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 479px) {
  .avm-form-header {
    padding: 16px;
    gap: 12px;
  }
  .avm-form-header--centered {
    padding: 20px 16px;
  }
}

/* Form Labels */
.avm-label {
  font-family: var(--font-hindi);
  font-weight: 600;
  color: var(--avm-dark);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

/* Form Success Alert */
.avm-alert-success {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 1px solid #86efac;
  border-left: 4px solid #22c55e;
  color: #166534;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-family: var(--font-hindi);
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Education Table Section */
.avm-table-section {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.avm-table-header {
  background: linear-gradient(135deg, var(--avm-cream), #ffe8d6);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--avm-saffron);
  border-bottom: 1px solid #e0e0e0;
}

/* ===== Empty State ===== */
.avm-empty-state {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}
.avm-empty-state::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--avm-gold), var(--avm-saffron), var(--avm-maroon));
}
.avm-empty-state-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212,160,23,0.1), rgba(183,65,14,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  color: var(--avm-gold);
}
@media screen and (max-width: 479px) {
  .avm-empty-state {
    padding: 40px 20px;
  }
}

/* ===== Gallery Item Zoom Icon ===== */
.avm-gallery-item::before {
  content: '\f00e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  color: var(--white);
  font-size: 24px;
  transition: transform 0.3s ease;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.avm-gallery-item:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

/* ===== Homepage Photo Gallery Section ===== */
.avm-photo-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFF8F0 0%, #fff 50%, #FFF8F0 100%);
  position: relative;
}
.avm-photo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #D4A017, #B7410E, #D4A017, transparent);
}
.avm-photo-section .avm-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 300px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.avm-photo-section .avm-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(123,29,62,0.2);
}
.avm-photo-section .avm-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.avm-photo-section .avm-gallery-item:hover img {
  transform: scale(1.08);
}
.avm-photo-section .avm-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(123,29,62,0.7) 0%, rgba(123,29,62,0.2) 40%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.avm-photo-section .avm-gallery-item:hover::after {
  opacity: 1;
}
.avm-photo-section .avm-gallery-item::before {
  display: none;
}
.avm-gallery-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.avm-gallery-item:hover .avm-gallery-hover {
  opacity: 1;
}
.avm-gallery-hover-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7B1D3E;
  font-size: 18px;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.avm-gallery-item:hover .avm-gallery-hover-icon {
  transform: scale(1);
}
/* Gallery slider wrapper — prevent overflow */
.avm-home-gallery-wrap {
  overflow: hidden;
  padding: 10px 0 20px;
}
.avm-home-gallery-wrap .swiper-slide {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .avm-photo-section { padding: 60px 0; }
  .avm-photo-section .avm-gallery-item { height: 260px; }
  .avm-home-gallery-wrap .swiper-slide { width: 320px; }
}
@media screen and (max-width: 767px) {
  .avm-photo-section { padding: 50px 0; }
  .avm-photo-section .avm-gallery-item { height: 220px; }
  .avm-home-gallery-wrap .swiper-slide { width: 280px; }
}
@media screen and (max-width: 479px) {
  .avm-photo-section { padding: 35px 0; }
  .avm-photo-section .avm-gallery-item { height: 180px; }
  .avm-home-gallery-wrap .swiper-slide { width: 240px; }
}

/* ===================================================
   FOOTER STYLES — Pure CSS (no Tailwind grid)
   =================================================== */

/* Top gold line */
.avm-footer-topline {
  height: 4px;
  background: linear-gradient(90deg, #D4A017, #B7410E, #7B1D3E, #B7410E, #D4A017);
}

/* CTA Strip */
.avm-footer-cta {
  background: linear-gradient(135deg, #7B1D3E 0%, #5a1530 100%);
  position: relative;
  overflow: hidden;
}
.avm-footer-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.08);
}
.avm-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
}
.avm-footer-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.avm-footer-cta-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.avm-footer-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4A017;
  font-size: 22px;
  flex-shrink: 0;
}
.avm-footer-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s;
  white-space: nowrap;
}
.avm-footer-cta-phone:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.4);
}
.avm-footer-cta-phone i {
  color: #D4A017;
  font-size: 13px;
}
.avm-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A2E;
  background: linear-gradient(135deg, #D4A017, #e6b422);
  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}
.avm-footer-cta-btn:hover {
  background: linear-gradient(135deg, #e6b422, #D4A017);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(212,160,23,0.3);
}

/* Main Footer */
.avm-footer-main {
  background: #1A1A2E;
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
}
.avm-footer-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: radial-gradient(circle, #D4A017 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

/* Footer Grid — pure CSS */
.avm-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 40px;
}

/* Footer Column About */
.avm-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.avm-footer-emblem {
  height: 56px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.avm-footer-brand {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
}
.avm-footer-tagline {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 12px;
  color: #D4A017;
  margin-top: 2px;
}
.avm-footer-desc {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
}
.avm-footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Footer Headings */
.avm-footer-heading {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 14px;
  position: relative;
}
.avm-footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: #D4A017;
  border-radius: 3px;
}

/* Footer Links */
.avm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.avm-footer-links li {
  margin-bottom: 12px;
}
.avm-footer-links li a {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  padding-left: 0;
}
.avm-footer-links li a::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  color: #B7410E;
  margin-right: 10px;
  transition: all 0.3s;
  opacity: 0.7;
}
.avm-footer-links li a:hover {
  color: #D4A017;
  padding-left: 4px;
}
.avm-footer-links li a:hover::before {
  color: #D4A017;
  opacity: 1;
}

/* Footer Contact */
.avm-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.avm-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.avm-footer-contact li span,
.avm-footer-contact li a {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  transition: color 0.3s;
}
.avm-footer-contact li a:hover {
  color: #D4A017;
}
.avm-footer-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(183, 65, 14, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: #B7410E;
  font-size: 14px;
  transition: all 0.3s;
}
.avm-footer-contact li:hover .avm-footer-contact-icon {
  background: rgba(183, 65, 14, 0.25);
  color: #D4A017;
}

/* Footer Helpline Box */
.avm-footer-helpline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(183,65,14,0.12), rgba(123,29,62,0.12));
  border: 1px solid rgba(183,65,14,0.2);
}
.avm-footer-helpline > i {
  font-size: 24px;
  color: #D4A017;
  flex-shrink: 0;
}
.avm-footer-helpline span {
  display: block;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.avm-footer-helpline strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Footer Social Icons */
.avm-footer-social {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.avm-footer-social:hover {
  background: #B7410E;
  border-color: #B7410E;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(183,65,14,0.3);
}

/* Footer Copyright */
.avm-footer-copyright {
  background: #7B1D3E;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.avm-footer-copyright-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.avm-footer-dev-link {
  color: #D4A017;
  transition: color 0.3s;
}
.avm-footer-dev-link:hover {
  color: #fff;
}

/* ===== Footer Responsive ===== */
@media screen and (max-width: 1199px) {
  .avm-footer-main { padding: 55px 0 40px; }
  .avm-footer-grid { gap: 30px; }
}
@media screen and (max-width: 991px) {
  .avm-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .avm-footer-cta-inner { flex-direction: column; text-align: center; }
  .avm-footer-cta-left { justify-content: center; }
  .avm-footer-cta-right { justify-content: center; }
  .avm-footer-cta-icon { display: none; }
}
@media screen and (max-width: 767px) {
  .avm-footer-main { padding: 45px 0 35px; }
  .avm-footer-grid { gap: 25px; }
  .avm-footer-emblem { height: 44px; }
  .avm-footer-brand { font-size: 16px; }
}
@media screen and (max-width: 575px) {
  .avm-footer-grid {
    grid-template-columns: 1fr;
  }
  .avm-footer-cta-phone { display: none; }
}
@media screen and (max-width: 479px) {
  .avm-footer-main { padding: 35px 0 25px; }
  .avm-footer-heading { font-size: 16px; margin-bottom: 18px; }
  .avm-footer-helpline { padding: 12px 16px; }
  .avm-footer-helpline strong { font-size: 16px; }
  .avm-footer-copyright-inner { justify-content: center; text-align: center; }
}

/*# sourceMappingURL=style.css.map */