/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Astra Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachild
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.ast-site-title-wrap {
    display: none;
}
.site-primary-header-wrap.ast-container {
    max-width: 1460px !important;
}
.get-in-touch-form {
  background: #F6F6F6;
  padding: 30px;
  border-radius: 12px;
}

.get-in-touch-form h3 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #222E48;
    font-family: 'Montserrat';
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 200px;
}


.get-in-touch-form input, .get-in-touch-form textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    border: none !important;
    background: #EBECED !important;
    font-size: 15px;
	height: auto !important;
}
input.btn-register {
    background: #DA251D !important;
    width: 28% !important;
    font-family: 'Montserrat' !important;
    border-radius: 50px !important;
    font-weight: 400;
}

.get-in-touch-form textarea {
 height: 100px !important;
 
}

.btn-register {
  background: #e63946;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 16px;
  border: none;
  cursor: pointer;

}

.btn-register:hover {
  background: #c9303c;
}
.form-row p {
    margin-bottom: 0;
}


.parent-slider .swiper-button-next {
    right: -62px !important;
}
.parent-slider .swiper-button-next:after {
    content: '' !important;
    background: url(https://i-goc.org/sgis-new/wp-content/uploads/2025/09/right-icon.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    right: 0px;
    position: absolute;
}
.parent-slider .swiper-button-prev {

    left: -62px !important;
}
.parent-slider .swiper-button-prev:after {
    content: '' !important;
    background: url(https://i-goc.org/sgis-new/wp-content/uploads/2025/09/left-icon.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: 0px;
    position: absolute;
}
.parent-slider {
    overflow: hidden;
}
.parent-image-box-img {
    width: 115px;
}
.parent-image-box-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
	    margin-top: 25px;
}

.parent-inner-wrap {
    background: #ECECEC;
    padding: 25px;
    border-radius: 15px;
	
}
.parent-desig-rating img {
    width: 82%;
    margin-top: 17px;
}
.parent-inner-wrap:hover {
    background: #333;
}
.parent-author-name {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.parent-inner-wrap:hover .parent-image-box-content, .parent-inner-wrap:hover .parent-desig-rating{
	color: #fff;
}
.testimonials-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials-btn-wrap button{
	width: 300px;
	text-align: center;
}
.testimonials-btn-wrap button {
    width: 408px;
    border-radius: 0;
    background: #F0F0F0;
    color: #919191;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
}
.testimonials-btn-wrap button:hover, .testimonials-btn-wrap button.active-btn{
	color: #fff;
	background: #DA251D;
}
.small-text{
    font-size: 30px;
     display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.site-below-footer-wrap {
    margin: 0 auto;
    max-width: 83%;
    padding: 0 !important;
}
.site-footer, .site-footer a, .site-footer p {
    color: #fff;
    font-family: 'Montserrat';
	    font-size: 15px;
}



.gallery-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-slider img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* caption default strip */
.gallery-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0,0,0,0.6);*/
  color: #fff;
  font-size: 16px;
  padding: 20px 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(150, 150, 150, 0.16) 80%);
	font-family: 'Montserrat';
}

/* hover = full overlay */
.gallery-slider .swiper-slide:hover .caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #DA251D; /* solid red */
  color: #fff;
 font-size: 18px;
	font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  white-space: normal; /* allow multiple lines */
  text-overflow: unset;
}
.gallery-left {
    margin-top: 30px;
}
.main-header-menu a {
    font-family: 'Poppins';
    font-size: 14px;
    padding: 0 13px !important;
}
.ast-header-html-1 p {
    font-size: 20px !important;
/*     text-transform: uppercase; */
    font-weight: 400;
    font-family: "Anton", sans-serif;
}
.ast-header-html-1 {
    padding-left: 0 !important;
}
.menu-btn a {
    background: #da251d;
    line-height: 22px !important;
    height: auto !important;
    padding: 6px 20px !important;
    border-radius: 48px;
    color: #fff !important;
}
.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.blog-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.blog-card .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(200, 0, 0, 0.9); /* red overlay */
  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.blog-card:hover .overlay {
  opacity: 1;
}
.blog-card .btn {
  margin-top: 10px;
  padding: 8px 16px;
  background: #fff;
  color: #c00000;
  border-radius: 20px;
  text-decoration: none;
}

.blog-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.blog-carousel .swiper-button-next {
    right: -62px !important;
}
.blog-carousel .swiper-button-next:after {
    content: '' !important;
    background: url(https://i-goc.org/sgis-new/wp-content/uploads/2025/09/next-icon.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    right: 0px;
    position: absolute;
}
.blog-carousel .swiper-button-prev {
    left: -62px !important;
}
.blog-carousel .swiper-button-prev:after {
    content: '' !important;
    background: url(https://i-goc.org/sgis-new/wp-content/uploads/2025/09/prev-icon.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: 0px;
    position: absolute;
}
a.footer-btn {
    border: 1px solid #fff;
    padding: 12px 30px;
    border-radius: 35px;
}
.getin-touch-btn {
    margin-bottom: 20px;
}
.site-footer li {
    margin-bottom: 12px;
}


.table-height{
  overflow-x:auto;
  max-height: 535px;
    overflow-y: auto !important;
         border-radius: 10px 10px 0px 0px !important;
        font-family: 'Montserrat';
   }

   .table-height thead th { position: sticky; 
   top: 0; 
   z-index: 1; 
   }

        .table-height table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        background: #fff;           
            
        }
        .table-height td {
            border: 1px solid #393939;
        }
        .blue-table table{
         border: 0px;   
        }
        .blue-table th {
            padding: 10px 18px !important;
             text-align: left;
             
        }
        .table-height td {
            padding: 12px 18px !important;
            text-align: left;
        }
        .blue-table th {
            background-color: #222E48;
            color: #fff;
            font-size: 17px;
            
        }
        .table-height table tr:nth-child(odd) {
    background-color: #fff; /* Light gray for odd rows */
}

.table-height table tr:nth-child(even) {
    background-color: #F0F5FA; /* White for even rows */
}
        .table-height th:first-child{
             border-radius: 10px 0px 0px 0px !important;
             
        }
        .table-height th:last-child{
             border-radius: 0px 10px 0px 0px !important;
             
        }
        .table-height tr td {
            font-size: 16px;
        }
       /*tr:nth-child(even) {
            background-color: #f5f5f5;
        }*/
        .table-height tr:hover {
            background-color: #f1f1f1;
        }
        .blue-table span{
            font-size: 14px;
        }
    

        .red-table table{
         border: 0px;   
        }
        .red-table th {
            padding: 10px 18px !important;
             text-align: left;
             
        }
        
        .red-table th {
            background-color: #DA251D;
            color: #fff;
            font-size: 17px;
            
        }
        .red-table span{
            font-size: 14px;
        }

.why-us-icon-wrap p.elementor-icon-box-description {
    min-height: 110px;
    overflow-y: auto;
    max-height: 110px;
}
  .achievements-section .swiper-slide {
    background: #333 !important;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
}
.more-scroll-wrap {
    min-height: 400px;
    overflow-y: auto;
    max-height: 400px;
}
.vm-scroll-wrap{
	    min-height: 280px;
    overflow-y: auto;
    max-height: 280px;
}
.trust-section .swiper-slide img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 15px;
}
.trust-section .swiper-slide .name-trust {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
	color: #222E48;
}
/* .sgi-mgmt-section{
	   min-height: 400px;
    overflow-y: auto;
    max-height: 400px;
} */
.trust-section .swiper-slide .desig-trust {
    font-family: 'Montserrat';
    font-weight: 400;
}
.age-group-section p{
	margin-bottom: 0px;
}
.admission-form input.wpcf7-text, .admission-form textarea, .admission-form select {
    background: #f3f3f3 !important;
    border: 0 !important;
    padding: 10px !important;

    border-radius: 10px !important;
    border-bottom: 3px solid #ccc !important;
	    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
}
.admission-form input.wpcf7-text, .admission-form select {
    height: 48px !important; 
}
ul.sub-menu li {
    padding: 10px;
}
.site-header li a:hover{
    color: #da251d !important;
}

/*Make Header Sticky*/
.site-header {
    position: fixed !important;
    top: 0;
    width: 100%;
}

/*Adjust Content Padding*/
.site-content {
    padding-top: 95px;
}

/*Adjust Content Padding for Mobile*/
@media (max-width: 800px) {
    .site-content {
        padding-top: 100px;
    }
	/*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout*/
		.main-navigation {
				position: fixed;
				margin-top: 0px;
	}
}

/*Adjust Content Padding for Mobile*/
@media (max-width: 650px) {
    .site-content {
        padding-top: 78px;
    }
	/*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout*/
		.main-navigation {
				position: fixed;
				margin-top: 0px;
	}
}
.campus-gallery img{
	border: 2px solid #DA251D !important;
	border-radius: 10px !important;
	height: 203px !important;
    object-fit: cover;
}
.activity-box{
    transition: transform 0.3s ease-in-out; /* Defines the transition */
  transform: translateY(0); /* Initial position */
}
.activity-box:hover .activity-title{
    transform: translateY(-400%);
}

.campus-btn-wrap {
    box-shadow: 3px 3px 10px 0px #aaa;
    padding: 20px;
    border-radius: 20px;
	gap: 20px;
}