@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Frank+Ruhl+Libre:wght@300..900&display=swap");

:root {
  --theme-primary: #0a85c5;
  --theme-primary-light: #f1f8fc;
  --theme-primary-dark: #2a3b7e;
  --theme-warning: #fddd17;
  --theme-gold: #bfa05a;
  --theme-danger: #eb1d27;
  --theme-green: #34a345;
  --font-frank-ruhl-libre: "Frank Ruhl Libre", serif;
  --font-dm-sans: "DM Sans", sans-serif;
  --theme-gray: rgb(248, 248, 248);
  --theme-primary-accent: #f1f3f2;
  --theme-dark: #0a0a0a;
  --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
  --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem);
}

body,
html {
  font-size: var(--step-0);
  color: var(--theme-dark);
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: var(--font-dm-sans);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.text-justify {
  text-align: justify;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.font-dm-sans {
  font-family: var(--font-dm-sans);
}

.font-frank-ruhl-libre {
  font-family: var(--font-frank-ruhl-libre);
}

.theme-gold-transparent {
  background: rgba(191, 160, 90, 0.9);
}

.theme-gold {
  background: rgba(191, 160, 90, 1);
}

.border-bottom-gold {
  border-bottom: 1px solid var(--theme-gold);
  ;
}

.border-gold {
  border: 2px solid var(--theme-gold);
  ;
}

.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-theme-primary {
  border-color: var(--theme-primary) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

.h1,
h1 {
  font-size: var(--step-5);
}

.h2,
h2 {
  font-size: var(--step-4);
}

.h3,
h3 {
  font-size: var(--step-3);
}

.h4,
h4 {
  font-size: var(--step-2);
}

.h5,
h5 {
  font-size: var(--step-1);
}

.h6,
h6 {
  font-size: var(--step-0);
}

.small,
small {
  font-size: var(--step--1);
}

.smallest {
  font-size: var(--step--2);
}

.bg-theme-primary-accent {
  background-color: var(--theme-primary-accent) !important;
}

.bg-theme-primary-light {
  background-color: var(--theme-primary-light) !important;
}

.bg-theme-primary {
  background-color: var(--theme-primary);
}

.bg-theme-primary-dark {
  background-color: var(--theme-primary-dark);
}

.bg-theme-warning {
  background-color: var(--theme-warning) !important;
}

.text-theme-primary {
  color: var(--theme-primary) !important;
}

.border-4 {
  border: 4px solid;
}

.border-theme-warning {
  border-color: var(--theme-warning) !important;
}

.text-theme-primary-dark {
  color: var(--theme-primary-dark) !important;
}

.text-theme-warning {
  color: var(--theme-warning) !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.lh-13 {
  line-height: 1.3;
}

.lh-1 {
  line-height: 1;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
}

.text-black {
  color: #000 !important;
}

.text-shadow {
  text-shadow: 0px 1px 2px #0000003D;
}

a {
  text-decoration: none;
}

body.mobile-menu-visible .page-wrapper {
  z-index: 999999;
}

.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-header li,
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  transition: 0.3s;
}

.scroll-to-top:hover {
  color: #fff;
  background: var(--theme-primary-dark);
}

.gal-card {
  position: relative;
  box-shadow: 0 3px 6px #0000000f;
  border: 1px solid #70707040;
}

.gal-card:hover .gal-content {
  bottom: 100%;
  transform: translateY(100%);
}

.gal-content {
  background: #0b7c2d;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 1s;
}

.gal-content .act-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.gal-img {
  height: 200px;
  width: 100%;
}

.gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -70px, 0);
  }

  50% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 0, 0);
  }

  100% {
    animation-timing-function: ease-in-out;
    transform: translate3d(0, 65px, 0);
  }
}

.mobile-menu,
.sticky-header {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
}

.slideInDown {
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: -1;
  background: #fff;
  animation: fadeIn 0.5s ease;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: fadeIn 0.3s;
  -o-transition: fadeIn 0.3s;
  transition: fadeIn 0.3s;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  display: block;
  animation: fadeIn 0.5s ease;
}

.mobile-menu {
  right: 0;
  transform: translateX(100%);
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
  right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.nav-outer .navbar {
  background: #2a3b7e;
  padding: 0px 40px;
  height: 40px;
  position: relative;
}

.nav-outer .navbar::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(https://resources.edunexttechnologies.com/web-data/gdgsj/images/menu-l-shap.png) no-repeat center center;
}

.nav-outer .navbar::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(https://resources.edunexttechnologies.com/web-data/gdgsj/images/menu-r-shap.png) no-repeat center center;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  margin: 0;
  background: #fff;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100dvw;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-primary-dark);
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 5px;
  top: 10px;
  line-height: 10px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: var(--theme-primary-dark);
  cursor: pointer;
  z-index: 10;
  font-weight: 400;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 25px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu .navigation li a img {
  max-width: 18px;
}

.mobile-menu .navigation li ul li>a {
  font-size: 13px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li:before {
  position: absolute;
  left: 22px;
  font-family: FontAwesome;
  font-weight: 800;
  content: "\f178";
  top: 11px;
  line-height: 15px;
  color: #fff;
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 0.2em;
  width: 32px;
  height: 32px;
  text-align: center;
  transform: rotate(90deg);
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px;
}

.scroll-to-top {
  color: var(--theme-primary-dark);
  background: #fff;
  border: 2px dashed var(--theme-primary-dark);
}

.page-title {
  position: relative;
  padding: 45px 0;
  text-align: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  border-top: 1px solid var(--gold-color);
  background: rgb(17 37 65 / 90%) url(https://resources.edunexttechnologies.com/web-data/gdgsj/images/internal-bg-new-01.png) no-repeat center;
}

.inner-overlay {
  position: absolute;
  color: green;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111;
}

.page-title h1 {
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  #newmodal .modal-dialog {
    max-width: 580px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu .navigation {
    max-height: 70vh;
    overflow: auto;
  }
}

#enquirymodal,
#newmodal {
  z-index: 9999;
  background: rgb(0 0 0 / 74%);
}

#enquirymodal .modal-header {
  background: var(--blue-color);
  padding: 0.2rem 1rem;
  border-bottom: none;
}

#enquirymodal .modal-content {
  border-radius: 10px;
}

#enquirymodal .close,
.modal .close {
  position: absolute;
  font-size: 18px;
  background: #343f64;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22;
}

#enquirymodal h4 {
  color: #fff;
  font-size: 20px;
}

#enquirymodal .close {
  top: 16px;
  right: 16px;
}

.modal .close {
  top: 0;
  right: 0;
}

#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%;
}

.whats-img {
  bottom: 45px;
  right: 10px;
  width: 40px;
  position: fixed;
  z-index: 22;
}

/* menu style  */

.navigation {
  display: none;
  font-weight: 500;
  /* justify-content: space-between; */
}

@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
  }
}

.navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropdown {
  position: relative;
  padding-right: 10px;
}

.navbar .navigation ul a {
  padding: 0.4em 1em;
}

@keyframes slideUp {
  from {
    transform: translateY(10px);
  }

  to {
    transform: none;
  }
}

.navbar .navigation .dropdown ul {
  position: absolute;
  font-size: 0.9rem;
  width: 250px;
  left: 0;
  background-color: #162769eb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
  transition: all 0.3s;
  animation: slideUp 0.6s ease alternate;
}

.navbar .navigation .dropdown:hover>ul {
  display: block;
}

.navigation .home-icon img {
  width: 1.2em;
}

.navbar .navigation .dropdown ul .dropdown ul {
  left: 100%;
  margin: 0;
  top: 0;
}

.navbar .dropdown::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 55%;
  translate: 0 -50%;
  font-size: 0.7em;
  color: #fff;
  font-weight: bold;
  font-family: "FontAwesome";
}

.navbar .dropdown .dropdown::after {
  top: 50%;
  font-family: "FontAwesome";
  content: "\f054";
  right: 5px;
}

.navbar .dropdown-btn {
  display: none;
}

.navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.45em;
  transition: all 0.3s;
}

.navigation li a:hover {
  background: #bfa05a;
  color: #fff;
}

.mobile-menu-toggler {
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
}

/* internal page left menu style  */
#leftSideMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

#leftSideMenu li {
  display: block;
  cursor: pointer;
  position: relative;
}

#leftSideMenu li.leftMenuBtn {
  padding-right: 1rem;
}

#leftSideMenu li a {
  display: block;
}

#leftSideMenu li>a {
  padding: 0.25em 0;
  border-radius: 4px;
  transition: all 0.3s;
}

#leftSideMenu li:hover>a {
  color: var(--theme-dark);
}

#leftSideMenu>li.leftMenuBtnActive::after {
  transform: rotate(90deg);
}

#leftSideMenu li:hover::after {
  color: inherit;
}

#leftSideMenu .active-leftPage {
  background-color: var(--theme-primary);
  color: #fff !important;
}

#leftSideMenu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}

#leftSideMenu .leftMenu-drop {
  display: block;
  padding-left: 1em;
  font-size: 0.9em;
}

.main-header {
  position: relative;
  z-index: 999;
}

.top-bar {
  position: relative;
}

.marquee-notice ul li {
  position: relative;
  padding: 5px 0;
  color: rgba(36, 36, 36, 0.9);
}

.head-contact-details {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #bfa05a;
  align-items: center;
  height: auto;
  color: #fff;
}

.head-contact-details a {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  line-height: 28px;
  font-family: var(--font-dm-sans);
  color: #fff;
}

@media (min-width:768px) {
  .head-contact-details {
    position: relative;
    width: 100%;
    max-width: 560px;
    background: #bfa05a;
    align-items: center;
    height: 40px;
    color: #fff;
  }

  .sticky-header .nav-outer {
    margin-bottom: -2.5rem;
  }

  .admission-btn,
  .edunext-btn {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--font-dm-sans);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .head-contact-details span img {
    display: inline-block;
    margin-right: 8px;
  }

  .head-contact-details a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 28px;
    font-family: var(--font-dm-sans);
    color: #fff;
  }

  .head-contact-details::after {
    content: "";
    position: absolute;
    right: -30px;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: url(https://resources.edunexttechnologies.com/web-data/gdgsj/images/news-shap1.svg) no-repeat center center;
    top: 0;
  }
}

.marquee-notice {
  background: #eee9d3;
  display: flex;
  align-items: center;
}

.banner-section {
  margin-top: -40px;
}

.applnow-btn {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--font-dm-sans);
  letter-spacing: 0px;
  text-transform: capitalize;
  padding: 4px 8px;
  margin-left: 15px;
  margin-right: 15px;
  background: transparent;
  color: #2a3b7e;
  border: 1px solid #2a3b7e;
  border-radius: 6px;
}

.admission-btn {
  background: #bfa05a;
}

.edunext-btn {
  background: #2a3b7e;
}

.applnow-btn:hover {
  background: #1e264d;
  color: #fff;
}

.edunext-btn:hover {
  background: #1e264d;
}

.admission-btn:hover {
  background: #956d39;
}

.footer-section {
  background: #f7f9fc;
  border-top: 5px solid #2a3b7e;
  color: #333;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: var(--font-frank-ruhl-libre);
  color: #2a3b7e;
  text-shadow: 0px 1px 2px #0000001f;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  font-size: 15px;
  font-family: var(--font-dm-sans);
  line-height: 24px;
  color: #424242;
  opacity: 0.95;
  text-decoration: none;
}

.footer-links span {
  color: #424242;
  display: inline-block;
  opacity: 0.95;
}

.footer-links a:hover {
  color: #2a3b7e;
}

.about-text {
  font-size: 15px;
  line-height: 1.6;
  color: #424242;
  opacity: 0.95;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
  background: rgba(42, 59, 126, 0.05);
  border-radius: 20px;
}

.social-icons a:hover {
  background: #fff;
}

.social-btn {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
}

.copyright {
  border-top: 1px solid rgba(42, 59, 126, 0.2);
}

.copyright p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-frank-ruhl-libre);
  color: #424242;
}

.about-section {
  background: transparent linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(42, 59, 126, 0.05) 100%) 0% 0%;
}

.badge-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.reviews-body p {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  line-height: 24px;
  color: rgba(66, 66, 66, 0.75);
}

.big-letter {
  margin-right: 0px;
  font-size: 8rem;
  font-family: var(--font-frank-ruhl-libre);
  font-weight: 800;
  color: #bfa05a;
}

.reviews-card {
  background: #f8f6ee;
}

.achievement-card {
  background: #2a3b7e;
  width: 100%;
  height: 100%;
}

.aboutus-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: var(--font-frank-ruhl-libre);
  color: #242424;
  background: transparent linear-gradient(270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(191, 160, 90, 1) 100%);
  padding: 5px 10px;
  display: inline-block;
}

.achievement-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8rem;
  font-family: var(--font-frank-ruhl-libre);
  color: #fff;
}

.about-side {
  width: 100%;
  height: 100%;
  min-height: 342px;
  max-height: 375px;
}

.about-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.reviews-body {
  padding: 25px 25px;
}

.achievement-body {
  padding: 25px 25px;
}

.achievement-body p {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.achievement-carousel.owl-carousel .owl-nav .owl-next,
.achievement-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 40px !important;
  height: 65px !important;
}

.achievement-carousel.owl-carousel .owl-nav .owl-prev {
  right: -9% !important;
  top: 39%;
  border: 1px solid #bfa05a !important;
}

.achievement-carousel.owl-carousel .owl-nav .owl-next {
  right: -9% !important;
  top: 40px;
  border: 1px solid #bfa05a !important;
}

.achievement-carousel.owl-carousel .owl-nav button.owl-prev,
.achievement-carousel.owl-carousel .owl-nav button.owl-next {
  background: #bfa05a;
  color: inherit;
  border: 1px solid #bfa05a;
  padding: 0 !important;
  font: inherit;
}

.academics-carousel.owl-carousel .owl-nav .owl-prev,
.academics-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 65px !important;
  color: #bfa05a !important;
}

.academics-carousel.owl-carousel .owl-nav .owl-prev {
  left: -5% !important;
  border: 2px solid #bfa05a !important;
}

.academics-carousel.owl-carousel .owl-nav .owl-next {
  right: -5% !important;
  border: 2px solid #bfa05a !important;
}

.academics-carousel.owl-carousel .owl-nav .owl-prev,
.academics-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: inherit;
  border: 2px solid #bfa05a;
  padding: 0 !important;
  font: inherit;
}

.academics-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.academics-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #bfa05a;
  color: #fff !important;
}

.hero-carousel.owl-carousel .owl-nav .owl-next,
.hero-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 65px !important;
}

.hero-carousel.owl-carousel .owl-nav .owl-prev {
  left: 5% !important;
  border: 2px solid #bfa05a !important;
}

.hero-carousel.owl-carousel .owl-nav .owl-next {
  right: 5% !important;
  border: 2px solid #bfa05a !important;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev,
.hero-carousel.owl-carousel .owl-nav button.owl-next {
  background: transparent;
  color: inherit;
  border: 2px solid #bfa05a;
  padding: 0 !important;
  font: inherit;
}

.hero-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.hero-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #bfa05a;
}

/* ---------- SLIDER LAYOUT ---------- */
/*.slider-row {
  display: flex;
  align-items: center;
}

.gallery-txt {
  animation: fadeText 1s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

/* ----------------------------- CIRCLE IMAGE AREA ----------------------------- */

.gallery-section {
  background: url("https://resources.edunexttechnologies.com/web-data/gdgsj/images/gallery-bg.svg") no-repeat left center;
  background-size: 60% 60%;
}

.message-section {
  background: url("https://resources.edunexttechnologies.com/web-data/gdgsj/images/gallery-bg.svg") no-repeat right center;
  background-size: 40% 65%;
}

.text-block {
  display: none;
  position: absolute;
}

.text-block.active {
  display: block;
  position: relative;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-area {
  position: relative;
  width: 100%;
  height: 500px;
}

.gallery {
  position: absolute;
  width: 225px;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.7s ease;
  transform: scale(1);
  z-index: 1;
  filter: grayscale(1);
  object-position: top;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* positions */
.pos1 {
  top: 50%;
  left: 45px;
  transform: translateY(-50%) scale(0.9);
  z-index: 6;
  width: 220px;
  height: auto;
}

.pos2 {
  top: 5%;
  left: 32%;
  transform: scale(1);
  z-index: 5;
  width: 220px;
  height: auto;
}

.pos3 {
  top: 0%;
  left: 60%;
  transform: scale(1);
  z-index: 4;
  width: 220px;
  height: auto;
}

.pos4 {
  top: 25%;
  left: 71%;
  transform: scale(1);
  z-index: 3;
  width: 220px;
  height: auto;
}

.pos5 {
  top: 50%;
  left: 65%;
  transform: scale(1);
  filter: grayscale(1);
  width: 220px;
  height: auto;
  z-index: 2;
}

.pos6 {
  top: 65%;
  left: 38%;
  transform: scale(1);
  z-index: 1;
  width: 220px;
  height: auto;
}

/* active image */
.gallery.active {
  transform: translateY(-50%) scale(1.45) !important;
  opacity: 1 !important;
  z-index: 10 !important;
  filter: none;

}

.nav-btn {
  width: 35px;
  height: 55px;
  border: none;
  background: #eee;
}

/*=========================================RESPONSIVE – TABLET (768px to 991px =========================================*/
@media (max-width: 991px) {
  .slider-area {
    height: 420px;
  }

  .gallery {
    width: 180px;
  }

  .pos1 {
    left: 20px;
    top: 45%;
    transform: translateY(-50%) scale(0.85);
  }

  .pos2 {
    left: 28%;
    top: 10%;
  }

  .pos3 {
    left: 58%;
    top: 5%;
  }

  .pos4 {
    left: 50%;
    top: 25%;
  }

  .pos5 {
    left: 55%;
    top: 60%;
  }

  .pos6 {
    left: 30%;
    top: 70%;
  }

  .gallery.active {
    transform: translateY(-50%) scale(1.3) !important;
  }

  .text-area {
    margin-top: 20px;
  }

  .text-block p {
    font-size: 14px;
  }
}

/* =========================================
     RESPONSIVE – MOBILE (max-width: 767px)
  ========================================= */
@media (max-width: 767px) {
  .row.slider-wrapper {
    flex-direction: column;
  }

  .slider-area {
    height: 350px;
    position: relative;
  }

  .gallery {
    width: 100px;
    transition: all 0.6s ease;
  }

  /* ACTIVE image always in center */
  .gallery.active {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) scale(1.25) !important;
    z-index: 20 !important;
  }

  /* OTHER image positions */
  .pos1 {
    left: 50%;
    top: 50%;
  }

  /* auto replaced by active */
  .pos2 {
    left: 10%;
    top: 25%;
  }

  .pos3 {
    left: 56%;
    top: 25%;
  }

  .pos4 {
    left: 63%;
    top: 43%;
  }

  .pos5 {
    left: 55%;
    top: 58%;
  }

  .pos6 {
    left: 5%;
    top: 55%;
  }

  .gallery.active {
    transform: translate(-50%, -50%) scale(1.25) !important;
  }

  .gall-headding h2 {
    font-size: 24px;
  }

  .text-block h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .text-block p {
    font-size: 13px;
  }

  .nav-btn {
    width: 29px;
    height: 29px;
    font-size: 18px;
  }
}

/* ---------- BEYOND ACADEMICS ---------- */

.sub-title {
  color: #003688;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: var(--font-dm-sans);
}

.main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #111;
  font-family: var(--font-frank-ruhl-libre);
}

.custom-nav {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #d7b461;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.custom-nav i {
  font-size: 18px;
  color: #fff;
}

.custom-nav.left {
  left: -48px;
  /* adjust to place left arrow outside carousel */
}

.custom-nav.right {
  right: -48px;
  /* adjust for right arrow */
}

/* ---------- Card styles ---------- */
.academics-carousel .owl-stage {
  display: flex;
  padding-block: 1rem;
}

.academics-carousel .owl-stage .owl-item .item {
  height: 100%;
}

.activity-card {
  border: none;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 3px 20px #0000001A;
  border-bottom: 5px solid #1c3b80 !important;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--bs-box-shadow-sm);
  border: 1px solid var(--bs-border-color);
}

.activity-card:hover {
  border-bottom: 5px solid #BFA05A !important;
}

.activity-card .card-img-top {
  height: 200px;
  object-fit: cover;
  width: 100%;
  display: block;
}

/* card body spacing */
.activity-card .card-body {
  padding: 16px;
  flex: 1 1 auto;
}

/* tag label */
.tag {
  background: #f4e4b4;
  color: #b5832c;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  display: inline;
  margin-bottom: 10px;
}

/* title + text */
.card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 10px;
  color: #111;
}

.card-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
  flex: 1 0 auto;
}

/* button */
.btn-theme {
  background: transparent;
  border: 1px solid #1c3b80;
  color: #1c3b80;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  width: max-content;
  text-decoration: none;
  align-self: flex-start;
}

.btn-theme:hover {
  background: #1c3b80;
  color: #fff;
}

/* ---------- Responsive adjustments ---------- */
@media (max-width: 991.98px) {
  .custom-nav.left {
    left: -36px;
  }

  .custom-nav.right {
    right: -36px;
  }

  .activity-card .card-img-top {
    height: 170px;
  }
}

@media (max-width: 575.98px) {
  .custom-nav.left {
    left: -28px;
  }

  .custom-nav.right {
    right: -28px;
  }

  .activity-card .card-img-top {
    height: 150px;
  }

  .main-title {
    font-size: 24px;
  }
}

/* -------- PRINCIPAL SECTION -------- */

.sld-img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.sld-img img {
  position: relative;
  padding: 10px;
}

.sld-img::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #bfa05a;
}

.readmore {
  color: #bfa05a;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-dm-sans);
  line-height: 24px;
}

.sld-box p {
  color: rgba(66, 66, 66, 0.75);
  font-weight: 500;
}

.sld-box p img {
  width: 24px !important;
}

.sld-name {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--font-frank-ruhl-libre);
  text-shadow: 0px 1px 2px #0000001f;
}

.name-designation-row {
  width: 100%;
  max-width: 320px;
  position: absolute;
  left: -75px;
  bottom: 50px;
  box-shadow: var(--bs-box-shadow-sm);
}

.name-row {
  background: #2a3b7e;
  color: #fff;
  width: 100%;
  padding: 10px 12px;
}

.sld-designation {
  background: #bfa05a;
  color: #fff;
  width: 50%;
  font-family: var(--font-frank-ruhl-libre);
  font-size: 1.2rem;
  padding: 0px 10px;
  font-weight: bold;
  text-shadow: 0px 1px 2px #0000001f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sld-role {
  font-size: 14px;
  color: #666;
}

.sld-text {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

/* -------- FACILITIES GRID -------- */

.facility {
  height: 100%;
  background: url('https://resources.edunexttechnologies.com/web-data/gdgsj/images/facilities-bg-logo.svg') no-repeat, #2A3B7E;
  background-size: 40%;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.facility-box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.facility-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .principal-img {
    height: 260px;
  }
}

.facility-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  transition: transform 0.3s ease;
}

.facilities-section {
  text-shadow: 0px 1px 2px #0000001f;
}

.why-choose-us {
  border: 2px solid #fff;
}

.facilities-section {
  border: 5px solid #fff;
}

.facility-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  aspect-ratio: 4/3;
  object-position: top;
}

.facility-item:hover img {
  transform: scale(1.05);
}

.facility-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 12px;
  height: 50px;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  transition: all 0.5s ease;
}

.facility-item:hover .facility-overlay {
  height: 100%;
  justify-content: center;
}

.facility-title {
  color: #2A3B7E;
  font-size: 1.2rem;
  font-family: var(--font-frank-ruhl-libre);
  margin-top: 0;
  margin-bottom: 12px;
  display: block;
  opacity: 1;
  transition: transform 0.5s ease;
}

@media (max-width: 991px) {
  .facility-item img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .applynow-btn {
    padding: 4px 8px;
    font-size: 12px;
  }

  .fixed-link-container-right .fixed-link-inner-container a {
    font-size: 14px !important;
    padding: 5px 10px !important;
  }

  .facility-item img {
    height: 200px;
  }

  .facility-item span {
    font-size: 13px;
    padding: 6px 10px;
  }
}

.oc-sec {
  background: rgba(42, 59, 126, 0.05);
}

.oc-slider .item {
  background: #fff;
  will-change: transform, opacity;
  transition: all 0.5s;
}

.oc-slider .owl-item.center * {
  transition: all 0.3s;
}

.oc-slider .owl-item.center .item {
  min-height: 340px;
  box-shadow: var(--bs-box-shadow-sm);
}

@keyframes scale-content-up {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scaleX(1);
  }
}

.oc-slider .owl-item .right-content p {
  transform-origin: left;
  animation: scale-content-up 0.3s ease forwards;
  transition: all 0.7s;
}

.oc-slider .owl-item .right-content {
  padding: 0 1.5rem 1.5rem;
}

.oc-slider .owl-stage {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.img-card> :last-child {
  background: #2a3b7e;
  color: white;
  text-align: center;
  padding: 0.5em 0.8em;
  transition: all 0.3s;
}

.img-card.h-100>img {
  flex: 1 1 auto;
  object-fit: cover;
}

.oc-slider .img-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  transition: all 0.3s;
}

/* .oc-slider :not(.center) * {
  transition: all .2s;
} */
@keyframes scale_up {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.scale_up {
  animation: scale_up 1s ease forwards;
}

@media (max-width: 767px) {
  .oc-slider .img-card {
    max-width: 250px;
    margin: auto;
  }
}

.oc-slider .img-card>img {
  flex: 1 1 auto;
  object-fit: cover;
  transition: all 0.7s;
}

.oc-slider .img-card> :last-child {
  margin-top: 0.5em;
  transition: all .5s;
}

.oc-slider .oc-header {
  padding: 0;
}

.oc-slider .title {
  background: #bfa05a;
  color: white;
  font-weight: 700;
  padding: 0.2em 0.8em;
  box-shadow: var(--bs-box-shadow-sm);
}

.oc-slider .oc-header>* {
  text-align: center;
}

.oc-slider .oc-content {
  font-size: 0.9rem;
  line-height: 1.5;
  transition: all 0.7s;
}

@media (min-width: 768px) {
  .oc-slider .oc-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0;
  }

  .oc-slider .oc-header>* {
    padding-left: 42.66%;
    text-align: left;
  }

  .oc-slider .owl-item .right-content {
    padding: 0;
  }

  .oc-slider .owl-item.center .item {
    padding: 1.5rem;
    align-content: center;
    opacity: 0;
  }

  .oc-slider .owl-item:not(.center) .img-card> :last-child {
    margin-top: -3rem;
    opacity: 0;
  }

  .oc-slider .owl-item.center.img-card> :last-child {
    margin-top: 0.5rem;
    /* display: block; */
    opacity: 1;
  }

  .oc-slider .oc-content {
    margin-top: 6rem;
  }
}

.oc-slider .oc-content .readmore {
  font-size: 0.9rem;
  line-height: 1.5;
}

.oc-slider .oc-content p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.7s;
}

.oc-slider .oc-header .quote {
  position: relative;
  margin-top: 1rem;
  font-size: 2rem;
}

.oc-slider .oc-header .quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #4242423a;
}

.oc-slider .oc-header .quote i {
  color: #bfa05a;
  padding: 0 0.5em;
  display: inline-block;
  background: white;
  z-index: 1;
  position: relative;
}

.about-side {
  position: relative;
}

.about-side img {
  position: relative;
  padding: 10px;
  z-index: 9;
}

.about-side::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 250px;
  background: #bfa05a;
  left: 0;
  transition: 0.5s ease;
}

.about-side::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 250px;
  background: rgba(42, 59, 126, 0.5);
  right: 0;
  bottom: 0;
  transition: 0.5s ease;
}

/* Hover Effects */

.about-side:hover::before {
  width: 100%;
  height: 100%;
  background: #bfa05a;
}

.about-side:hover::after {
  width: 100%;
  height: 100%;
  background: #2a3b7e;
}

.achievers-section {
  background: rgba(191, 160, 90, 0.05);
}

.year-ribbon {
  background: #1e3a8a;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 0;
  position: relative;
  top: 15px;
  z-index: 9;
}

.achiever-card {
  background: #fff;
  border: 3px solid #d6c38b;

  padding: 30px 20px;
  position: relative;
}

.achiever-card .title {
  font-weight: 700;
  margin-bottom: 25px;
}

.topper-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  padding: 0px 35px;
}

.topper .img-wrap {
  width: 100%;
  max-width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 3px solid #d6c38b;
}

.topper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.score-badge {
  background: url(https://resources.edunexttechnologies.com/web-data/gdgsj/images/score-badge-icon.svg) no-repeat;
  color: #fff;
  background-size: 75%;
  background-position: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: -30px;
  position: relative;
  text-align: center;
  padding: 25px 35px;
  font-family: var(--font-frank-ruhl-libre);
}

.name {
  margin-top: 10px;
  font-weight: 600;
  font-family: var(--font-frank-ruhl-libre);
}

.school-tag {
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 5px;
  background: #2a3b7e;
  color: #fff;
  font-family: var(--font-dm-sans);
}

/* Stats */
.stats {
  margin-top: 25px;
  text-align: left;
  padding-top: 15px;
  font-size: 15px;
  border-top: 1px solid rgba(36, 36, 36, 0.3);
}

.stats p {
  margin: 5px 0;
}

.stats span {
  float: right;
  font-weight: 600;
  font-family: var(--font-frank-ruhl-libre);
}

.stats h5 {
  margin-top: 15px;
  font-weight: 700;
}

.sub-title.toppers {
  color: #bfa05a;
}

.activity-card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.achiever-card table {
  width: 100%;
}

.achiever-card tr:last-child {
  font-size: 1.3rem;
}

.achiever-card td:last-child {
  font-weight: 600;
}

/* --------------page.php css----------------- */
@media (min-width:992px) {
  .page-title {
    height: 15rem;
  }
}

.page-title {
  padding: 0;
}

.page-title h1 {
  line-height: 0;
  font-family: var(--font-frank-ruhl-libre);
}

#leftSideMenu li>a {
  color: #fff;
  font-family: var(--font-frank-ruhl-libre);
}

#leftSideMenu li:hover>a {
  color: #fff;
}

.page-title h5 {
  font-family: var(--font-frank-ruhl-libre);
}

#leftSideMenu li>a {
  border-radius: 0;
}

#leftSideMenu li:not(:last-child) {
  border-bottom: 0;
}

#leftSideMenu .active-leftPage {
  background-color: #fff;
  color: #2a3b7e !important;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 10px;
}

.uList {
  padding-left: 20px;
}

.uList li {
  position: relative;
  line-height: normal;
  padding: 5px;
}

.uList li::before {
  content: "\261E";
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  line-height: 0;
}

@media (max-width:768px) {
  .page-title {
    padding: 100px 65px 0 65px;
  }
}

@media (max-width:768px) {
  .page-title h1 {
    line-height: normal;
  }
}

#leftSideMenu .leftMenu-drop {
  border-left: 2px solid #bfa05a;
  margin-left: 1em;
}

#leftSideMenu .leftMenu-drop li a {
  padding-left: 0;
  background-color: transparent;
  color: rgb(255 255 255 / 75%);
}

#leftSideMenu .leftMenu-drop .active-leftPage {
  color: #bfa05a !important;
}

#leftSideMenu li.leftMenuBtn {
  padding-right: 0;
}

#leftSideMenu .leftMenuBtn.leftMenuBtnActive>a {
  background-color: #fff;
  color: #2a3b7e;
  padding-left: 10px;
}

.gallery-div img {
  height: 220px;
  object-position: top;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.Txt_bx1 {
  background-color: #FFE8CA !important;
  border: 1px solid #E9E9E9;
  height: 36px;
  margin-bottom: 1px;
  padding: 1px 5px;
  width: 99.2% !important;
  color: #b8a5a7
}

.Txt_bx {
  min-height: 40px;
  letter-spacing: .3px;
  background: transparent;
  border: 1px solid #a1a1a1;
  padding: 6px 11px;
  width: 100% !important;
  color: #1d1b53;
  font-size: 15px;
  box-sizing: border-box
}

.Txt_bx_id {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/email-id-icon.png') no-repeat -22px center !Important;

}

.Txt_bx_ad {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/adress-icon.png') no-repeat -22px center !Important;

}

.Txt_bx_pr {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/profession-icon.png') no-repeat -22px center !Important;

}

.Txt_bx_ms {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/message-icon.png') no-repeat -22px 9px !Important;
  transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
}

.Txt_bx_ms:focus {
  background-position: 10px 9px !Important;
  padding-left: 40px !important;
  border-color: #1F245A !important;
}

.Txt_bx_ph {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/phoneno-icon.png') no-repeat -22px center !Important;
}

.Txt_bx_sb {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/subject-icon.png') no-repeat -22px center !Important;
}

.Txt_bx_web {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/web-adress-icon.png') no-repeat -22px center !Important;
}

.Txt_bx_name {
  background: url('https://resources.edunexttechnologies.com/web-data/somervillegreaternoida/images/name-icon.png') no-repeat -22px center;
  transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
}

.Txt_bx_name:focus,
.Txt_bx_id:focus,
.Txt_bx_ad:focus,
.Txt_bx_pr:focus,
.Txt_bx_ph:focus,
.Txt_bx_sb:focus,
.Txt_bx_web:focus {
  background-position: 10px center !Important;
  padding-left: 40px !important;
  border-color: #1F245A !important;
  outline-width: none !important;
  outline-color: none !important;
}

.Txt_bx_name:focus::placeholder,
.Txt_bx_ms:focus::placeholder {
  opacity: 0;
  PADDING-LEFT: 20PX;
  transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
}

.contactus-heading h1,
.contactus-heading {
  border-bottom: 1px solid #a6a6a6;
  box-shadow: 0 1px 0 0 #fff;
}

.contactus-heading {
  border-bottom: 1px solid #a6a6a6;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 0 #fff;
  ;
}

@media screen and (min-width:0\0) {
  .Txt_bx_ms:focus {
    background-position: 10px 9px !Important;
    padding-left: 20px !important;
    border-color: #1F245A !important;
    outline-width: none !important;
    outline-color: none !important;
  }

  .Txt_bx_name,
  .Txt_bx_web,
  .Txt_bx_sb,
  .Txt_bx_ph,
  .Txt_bx_id,
  .Txt_bx_ad,
  .Txt_bx_pr,
  .Txt_bx_ms {
    background: none !Important;
  }

  .Txt_bx_name:focus,
  .Txt_bx_id:focus,
  .Txt_bx_ad:focus,
  .Txt_bx_pr:focus,
  .Txt_bx_ph:focus,
  .Txt_bx_sb:focus,
  .Txt_bx_web:focus {
    background-position: 10px center !Important;
    padding-left: 20px !important;
    border-color: #1F245A !important;
    outline-width: none !important;
    outline-color: none !important;
  }

  .Txt_bx_name:focus::placeholder,
  .Txt_bx_ms:focus::placeholder {
    opacity: 0;
    PADDING-LEFT: 20PX;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
  }
}

input[type='radio'] {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #1f245a;
  border-radius: 50%;
  outline: none;
  margin: 3px 4px -1px 0px;
  padding: 0px 1px 0px 1px;
}

input[type='radio']:checked:before {
  background: #1f245a;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 2px 5px 7px 1px;
}

.contact_tbl {
  float: left;
  width: 100%;
  color: #1f245a;
  border-collapse: collapse;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.content-card-body ul li label {
  color: #1f245a;
  border-collapse: collapse;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width:992px) {
  .contact-details {
    border-right: 1px solid #a6a6a6;
    box-shadow: 1px 0px 0 0 #fff;
  }

}

.fixed-link-container-right {
  position: fixed;
  top: 65%;
  right: 15px;
  z-index: 99;
  transform-origin: right;
  transform: rotate(90deg);
}

.fixed-link-container-right .fixed-link-inner-container {
  cursor: pointer;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .fixed-link-inner-container {
    display: flex;
  }
}

.fixed-link-container-right .fixed-link-inner-container a {
  background: var(--theme-primary-dark);
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  -webkit-box-shadow: 0 0 10px 0 #333333ab;
  box-shadow: 0 0 10px 0 #33333373;
  text-decoration: none;
  font-weight: 300;
  margin: 0 5px 0 0;
}

/* --------------page.php css----------------- */

.thrive-section {
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.thrive-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 1400px;
}

.letter-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.thrive-big-letter {
  font-family: var(--font-dm-sans);
  text-align: center;
  letter-spacing: 6.4px;
  font-size: 20vw;
  color: #2A3B7E;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  user-select: none;
}

.cutout-bar {
  position: absolute;
  top: 27%;
  /* left: 50%; */
  transform: translateX(-50%);
  width: 110%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  z-index: 10;
  pointer-events: none;
}

.cutout-bar span {
  color: var(--theme-gold);
  font-family: var(--font-frank-ruhl-libre);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  letter-spacing: 0px;
}

@media (min-width: 1200px) {
  .thrive-big-letter {
    font-size: 315px;
    -webkit-text-stroke: 15px #2A3B7E;
  }

  .cutout-bar span {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .thrive-container {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .thrive-big-letter {
    font-size: 15vw;
  }

  .cutout-bar span {
    font-size: 8px;
  }

  .cutout-bar {
    padding: 2px 0;
    top: 26%;
  }
}

.social-btns {
  position: fixed;
  left: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  z-index: 9;
  border-radius: 10px;
}

.facebook-btn {
  border-radius: 0px 10px 0px 0px;
}

.youtube-btn {
  border-radius: 0px 0px 10px 0px;
}

.social-btns a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.social-btns a:hover {
  width: 110px
}

.section-row {
  min-height: 60vh;
  gap: 0;
}

.image-wrapper {
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.image-wrapper img {
  transition: transform 0.5s ease;
}

.graphic-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  filter: invert(1) opacity(0.25);
  pointer-events: none;
  z-index: 0;
}

.text-col {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.text-content h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2b3568;
}

.text-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #555;
}

@media (max-width: 991px) {
  .section-row {
    min-height: auto;
    gap: 30px;
  }

  .text-content {
    text-align: center;
  }

  .text-col {
    min-height: 300px;
  }

  .image-wrapper {
    min-height: 350px;
  }
}

.achievement-side img {
  min-height: 260px;
  height: 100%;
  background: #fff;
  padding: 5px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0px 3px 6px #00000029;
}

.breadcrumb {
  position: relative;
  z-index: 11111;
}