@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.btn {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 25px;
}

.btn-primary {
  background-color: #0066B3;
  border: none;
  line-height: 1.5;
  padding: 10px 30px;
}
.btn-primary:hover {
  background-color: #FFF;
  border: none;
  color: #212121;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}

.btn-third {
  background-color: #7BFFDB;
  border: none;
  line-height: 1.5;
  padding: 10px 30px;
}
.btn-third:hover {
  background-color: #FFF;
  border: none;
  color: #0166B4;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
}

.btn-white {
  background-color: #FFF;
  color: #212121;
  text-transform: inherit;
  padding: 10px 20px;
}
.btn-white:hover {
  background-color: #02B58E;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.btn-outline-light {
  padding: 10px 20px;
}

.btn-outline-primary {
  border-color: #0066B3;
  color: #0066B3;
}
.btn-outline-primary:hover {
  background-color: #0066B3;
  border-color: #0066B3;
}

.form-control {
  border: none;
  line-height: 2;
}

.navbar {
  padding: 0px 30px;
  background-color: #0066B3;
}
.navbar .nav-item {
  margin-left: 20px;
}
.navbar .nav-item .nav-link {
  color: #FFF;
}
.navbar .nav-item .nav-link:active {
  text-decoration: underline;
}
.navbar .nav-item .nav-link.active {
  text-decoration: underline;
  text-underline-offset: 8px;
}

/* Section 10 - Community Section */
#community .section-title {
  text-align: center;
}
#community .section-title p {
  width: 40%;
  margin: auto;
}
#community .testimonials-carousel {
  margin-top: 50px;
}
#community .testimonials-carousel .carousel-cell {
  display: block;
  width: 40%;
  height: 400px;
  margin-right: 50px;
  margin-top: 50px;
}
#community .testimonials-carousel .carousel-cell .card {
  border: 2px dashed #E3EBFF;
  border-radius: 20px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.06);
  height: 300px;
  position: relative;
}
#community .testimonials-carousel .carousel-cell .card .quote-img {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 10%;
}
#community .testimonials-carousel .carousel-cell .card .card-body {
  overflow-y: auto;
  margin-top: 30px;
  padding: 10px 30px;
}
#community .testimonials-carousel .carousel-cell .card .card-footer {
  border: none;
  background-color: transparent;
  padding: 10px 30px;
}
#community .testimonials-carousel .carousel-cell .card .card-footer h6 {
  font-style: italic;
}

/* Section 11 - Admission Enquiry Section */
#admission-enquiry {
  background-color: #032FB6;
  padding: 60px 0;
  color: #FFF;
}
#admission-enquiry .container {
  position: relative;
}
#admission-enquiry .container .enquiry-form {
  background-color: #FFF;
  position: absolute;
  top: 0%;
  right: 0;
  padding: 40px;
  min-width: 500px;
  color: black;
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}
#admission-enquiry .container .enquiry-form .form-control {
  background-color: #F9F9F9;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 600;
}
#admission-enquiry .container .enquiry-form .btn-third {
  width: 100%;
}
#admission-enquiry .container .enquiry-form .btn-third:hover {
  background-color: #0066B3;
  color: #FFF;
}

/* Section 12 - Amma Quote Section */
#amma-quote {
  display: flex;
  margin-top: 250px;
}
#amma-quote .amma-img {
  float: right;
}
#amma-quote .blue-quote {
  margin-bottom: 20px;
}
#amma-quote h2 {
  width: 80%;
}
#amma-quote p {
  font-style: italic;
}

footer {
  background-color: #001A68;
  margin: 50px;
  border-radius: 30px;
  padding: 50px;
  color: #FFF;
}
footer a {
  color: #FFF;
  text-decoration: none;
  word-wrap: break-word;
}
footer a:hover {
  text-decoration: underline;
}
footer ul .list-group-item {
  background-color: transparent;
  border: none;
  color: #FFF;
}
footer .copyright {
  text-align: center;
  margin-top: 80px;
}
footer .copyright .social-icons a {
  margin-right: 15px;
}
footer .footer-mobile-badge {
  margin-top: 20px;
}
footer .footer-mobile-badge img {
  margin-top: 15px;
}

@media (max-width: 1366px) {
  .navbar .nav-item {
    margin-left: 15px;
    font-size: 14px;
  }
  .navbar .header-amma-brand {
    width: 7%;
  }
  footer {
    padding: 30px;
  }
  #amma-quote {
    margin-top: 300px;
    margin-bottom: 50px;
  }
  #amma-quote .amma-img {
    width: 20%;
  }
  #community .testimonials-carousel .carousel-cell {
    width: 50%;
  }
  footer {
    margin: 20px;
  }
}
@media (max-width: 1280px) {
  .navbar .header-amma-brand {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar {
    padding: 5px 10px;
  }
  .navbar .nav-item {
    margin-left: 10px;
  }
  .navbar .navbar-brand {
    width: 10%;
  }
  #admission-enquiry .container .enquiry-form {
    min-width: 400px;
  }
  footer a {
    font-size: 14px;
  }
  #community .testimonials-carousel .carousel-cell .card .quote-img {
    top: -30px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar-toggler {
    border: 1px solid #FFF;
    background-color: #FFF;
  }
  #community .section-title p {
    width: 100%;
  }
  #community .testimonials-carousel .carousel-cell {
    width: 70%;
  }
  #community .testimonials-carousel .flickity-viewport {
    height: 370px !important;
    margin-bottom: 120px;
  }
  #admission-enquiry .container .enquiry-form {
    min-width: 350px;
  }
}
@media (max-width: 640px) {
  #community .testimonials-carousel .carousel-cell {
    width: 100%;
  }
  #community .testimonials-carousel .carousel-cell .card .quote-img {
    width: 15%;
  }
  h5 {
    font-size: 20px;
  }
  #admission-enquiry .container .enquiry-form {
    position: relative;
  }
  #amma-quote {
    margin-top: 50px;
  }
  #amma-quote .amma-img {
    width: 60%;
    float: left;
  }
  #amma-quote .d-flex {
    display: block !important;
  }
  footer .col {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #FFF;
  }
  footer .copyright .col {
    border: none;
  }
  footer ul .list-group-item {
    padding-left: 0;
  }
  footer {
    padding: 10px;
  }
  .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
html.sr .load-hidden {
  visibility: hidden;
}

body, p, a, li, div, h6 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 56px;
  margin-bottom: 30px;
}

h3 {
  font-size: 48px;
  margin-bottom: 20px;
}

h4 {
  font-size: 36px;
  margin-bottom: 20px;
}

h5 {
  font-size: 30px;
  margin-bottom: 20px;
}

:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.mr-1 {
  margin-right: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.card .card-header {
  border-bottom: none;
}
.card .card-footer {
  border-top: none;
}

.card-shade-one {
  background-color: #F5F7FC;
  border-radius: 20px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-shade-one .card-header {
  background-color: #F5F7FC;
  border-radius: 20px;
}
.card-shade-one .card-header h5 {
  margin-bottom: 0;
}
.card-shade-one .card-body {
  background-color: #F5F7FC;
  flex-grow: 1;
}
.card-shade-one .card-footer {
  background-color: #F5F7FC;
  border-radius: 20px;
  padding-bottom: 30px;
}

img {
  max-width: 100%;
}

.list-black {
  list-style-type: none;
  list-style-image: url(../images/about/list-black-icon.svg);
}
.list-black li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.list-blue {
  list-style-type: none;
  list-style-image: url(../images/about/list-blue-icon.svg);
}
.list-blue li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.list-orange {
  list-style-type: none;
  list-style-image: url(../images/myp/list-orange-icon.svg);
}
.list-orange li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.sticky-img {
  position: sticky;
  top: 10%;
  align-self: flex-start;
  margin-bottom: 40px;
}

#hero-banner-section .btn-white {
  margin-top: 20px;
}

.list-yellow {
  list-style-type: none;
  list-style-image: url(../images/icse/list-yellow-icon.svg);
}
.list-yellow li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.list-green {
  list-style-type: none;
  list-style-image: url(../images/icse/list-green-icon.svg);
}
.list-green li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.sticky-content {
  position: sticky;
  top: 20%;
}

.row-center {
  display: flex;
  align-items: center;
}

#hero-banner-section {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-image: url(../images/beyond/main-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-clip-path: circle(95% at 50% 0);
          clip-path: circle(95% at 50% 0);
  margin-top: 60px;
  margin-bottom: 60px;
}
#hero-banner-section .heroBanner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: white;
}

/* Chatbot */
.chatbot-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s;
}

.chatbot-button img {
  width: 100%;
  height: 100%;
}

.chatbot-button:hover .contact-info {
  display: block;
}

.chatbot-button .contact-info {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 0;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s;
}

.chatbot-button .contact-info a {
  display: block;
  margin: 5px 0;
  color: #007bff;
  text-decoration: none;
}

.chatbot-button .contact-info a:hover {
  text-decoration: underline;
}

.chatbot-button:hover .contact-info {
  display: none; /* Disable hover effect */
}

@media (max-width: 1366px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  #hero-banner-section {
    height: 50vh;
    margin-top: 30px;
  }
  .btn-outline-light {
    font-size: 14px;
  }
  .btn-white {
    font-size: 14px;
  }
  .navbar .nav-item {
    margin-left: 0 !important;
  }
}
@media (max-width: 1280px) {
  #hero-banner-section {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .btn {
    font-size: 14px;
  }
  a {
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  #hero-banner-section {
    height: 30vh;
  }
  .sticky-content {
    margin-bottom: 50px;
  }
  .pl-80 {
    padding-left: 0px;
  }
  .pr-80 {
    padding-right: 0px;
  }
  .carousel-cell img {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  #hero-banner-section .heroBanner-content {
    top: 43%;
  }
  #hero-banner-section {
    height: 42vh;
  }
  .pl-80 {
    padding-left: 20px;
  }
  .pr-80 {
    padding-right: 20px;
  }
}
.fnWdDX {
  display: none !important;
}

.card-img-carousel .carousel-cell img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 320px;
  border-radius: 20px;
}

/* Section 1 - Hero Section */
#hero-banner-section {
  background-image: url(../images/montessori/montessori-banner.jpg);
}

/* Section 2 - Brand Logos Section */
#brandlogos-section {
  display: flex;
  text-align: center;
  margin-bottom: 0px;
}
#brandlogos-section .certified-logos img {
  margin: 0 30px;
}

/* Section 6 - Montessori Table */
#table-montessori table {
  border: 1px solid #E3EBFF;
}
#table-montessori table tbody tr:nth-child(odd) {
  background-color: red;
}
#table-montessori table tbody tr:nth-child(even) {
  background-color: aqua;
}

/* Section 7 - Key Areas */
#key-areas {
  text-align: center;
}
#key-areas .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 20px;
}
#key-areas .grid-container img {
  border-radius: 20px !important;
}
#key-areas .grid-item {
  background-color: #F5F7FC;
  padding: 20px;
  border-radius: 10px;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #key-areas .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #key-areas .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=montessori.css.map */