/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 02 2026 | 11:35:22 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-site-blocks {
  position: relative;
}
header.wp-block-template-part {
  position: fixed;
  top: 0;
  width: 100%;
}
header.wp-block-template-part.scrolled {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.5s ease-in-out;
}
header .admission-btn-header a {
  background-color: #fff;
  color: #128ea0;
  transition: all 0.5s ease-in-out;
}
header.scrolled .admission-btn-header a {
  background-color: #128ea0;
  color: #fff;
}
.header-logo {
  color: #128ea0 !important;
  --color-primary: #fff;
  transition: all 0.5s ease-in-out;
}

header.scrolled .header-logo {
  color: #fff !important;
  --color-primary: #128ea0;
}
.header-logo-box {
  position: relative;
}
.header-logo-box .home-link {
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0.8em;
  z-index: 1;
  width: 150px !important;
  padding: 20px 0;
  margin: 0 15px;
  display: flex;
  opacity: 0;
}

.about-us-block {
  background-position: 25% top !important;
  background-size: unset !important;
  background-attachment: local !important;
}
.d-block {
  display: block;
}
a.link {
  text-decoration: none;
}
.img-full-width,
.img-full-width figure,
.img-full-width figure img {
  width: 100% !important;
}
.together-bg:before {
  display: block;
  content: " ";
  background-repeat: no-repeat;
  background-image: url(https://beta.amritaglobalschool.com/wp-content/uploads/2026/03/bg-cloud-2-1.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -25%;
  left: 0;
}
.about-us-block:before {
  display: block;
  content: " ";
  background-image: url(https://beta.amritaglobalschool.com/wp-content/uploads/2026/03/bg-cloud-1.png);
  position: absolute;
  width: 100% !important;
  height: stretch !important;
  top: -60% !important;
  background-size: cover !important;
  background-position: center top !important;
  left: 0;
}
@media screen and (max-width: 600px) {
  .together-bg:before {
    top: -80px;
  }
}
.queriesBox {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
.queriesBox .floatdiv {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
}
.queriesBox .floatdiv label {
  color: #1f1f1f;
  font-size: 14px;
}
.queriesBox .floatdiv input {
  width: 90%;
  font-size: 18px;
  background: none;
  border: 0;
  overflow: unset !important;
  border-bottom: 1px solid #1f1f1f;
}
.queriesBox .submitbtn input{
      border-radius: 2px;
    background: #fff;
    padding: 8px 25px;
    border: none;
    color: #1f1f1f;
    font-size: 16px;
}

/* Form Container */
.wpcf7 form {
  max-width: 1100px;
}

/* Section Titles */
.wpcf7 h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Sub Titles */
.wpcf7 p {
  font-size: 15px;
  margin-bottom: 20px;
}

/* Grid Layout */
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Labels */
.wpcf7 label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}



/* Focus State */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #2563eb;
  outline: none;
  background: #ffffff;
}

/* Textarea */
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Divider line */
.form-divider {
  border-bottom: 1px solid #d1d5db;
  margin: 25px 0;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  background: #2563eb;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #1e40af;
}

/* reCAPTCHA spacing */
.g-recaptcha {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* View More button hide in banner */
.wp-block-aoc-gs-hero div a + a {
	display: none;
}