/*
 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');
@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');
.ast-site-title-wrap {
    display: none;
}
.site-primary-header-wrap.ast-container {
    max-width: 1460px !important;
}
.site-header svg.ast-arrow-svg {
    margin-left: 7px !important;
}
p{
	margin-bottom: 12px !important;
}
.ast-logo-title-inline .site-logo-img {
    padding-right: 0 !important;
}



.get-in-touch-form {
  background: #F6F6F6;
  padding: 30px;
  border-radius: 12px;
}

.get-in-touch-form h3 {
    font-size: 35px;
    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,
.get-in-touch-form select  {
    width: 100% !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    border: none !important;
    background: #EBECED !important;
    font-size: 15px !important;
	height: auto !important;
	font-family: 'Montserrat' !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;
}
.blog-section .wpr-grid.slick-slider .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.blog-section  ul.slick-dots {
    display: none !important;
}
.blog-section .wpr-grid-slider-arrow {
    top: auto !important;
    bottom: -55% !important;
}
.blog-section .wpr-grid-slider-prev-arrow {
	left: 5% !important;
}
.blog-section .wpr-grid-slider-next-arrow {
	right: 5% !important;
}
 .blog-section .slick-slide {
    /*border: 1px solid #ccc;
    padding: 20px !important;
    border-radius: 8px;*/
	margin-bottom: 10px;
} 
.blog-section .wpr-grid-item-excerpt {
    min-height: 90px !important;
}
.blog-section h2.wpr-grid-item-title {
    min-height: 80px;
}
.blog-section .wpr-grid-slider-arrow-container {
    background: #fff;
    box-shadow: 0px 0px 9px 0px #d6d6d6;
    width: 100%;
    height: 55px;
    position: relative;
    margin: 0 auto;
    max-width: 10%;
    border-radius: 9px;
}
/*.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: visible; 
	padding: 60px 0px !important;
  width: 100%;
  position: relative;
}
/*.parent-slider .swiper-wrapper {
  padding-left: 10%;  
  padding-right: 10%; 
}*/
.parent-image-box-img {
    width: 100%;
	   position: relative;
}
.swiper-slide-active .parent-image-box-img:after{
	filter: brightness(0) invert(1);
}
.parent-image-box-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://i-goc.org/sgis-new/sgis-pune/wp-content/uploads/2025/10/quote-icon.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.parent-slider .swiper-slide {
  transition: all 0.4s ease;
  transform: scale(0.8);
  opacity: 0.5;
}

.parent-slider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;

}
.parent-slider .swiper-slide.swiper-slide-active .parent-inner-wrap{
		background: #da251d !important;
}
.parent-slider .swiper-slide-active .parent-image-box-content, .parent-slider .swiper-slide-active .parent-author-name, .parent-slider .swiper-slide-active .parent-author-desig{
	color: #fff;
}


.parent-slider .swiper-slide .parent-inner-wrap {
background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.parent-slider .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}

/* Show partial slides */
/* .parent-slider .swiper {
  overflow: visible;
} */

/* Pagination styling */
.parent-slider .swiper-pagination {
  bottom: 10px !important;
}
.parent-slider .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.parent-slider .swiper-pagination-bullet-active {
  background: #da261e;
}

/* Navigation buttons */
.parent-slider .swiper-button-next,
.parent-slider .swiper-button-prev {
  color: #da261e;
  transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #a01a14;
}


.parent-slider .swiper-slide img{
width: 45%;
    border-radius: 12px;
    margin: 0 auto;
}
.parent-image-box-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
	    margin-top: 25px;
}

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

    font-weight: 500;
    line-height: 22px;
}

/* .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;
}

/* .life-sgis-wrap:before, .life-sgis-wrap:after{
	content: '';
    position: absolute;
    left: 0;
        width: 100%;
    background-size: 100%;
	    z-index: 2;
}
.life-sgis-wrap:before{
top: 0;
    background: url(https://i-goc.org/sgis-new/sgis-pune/wp-content/uploads/2025/10/Rectangle-421.png) no-repeat;
height: 130px;
}
.life-sgis-wrap:after{
    bottom: 0;
    background: url(https://i-goc.org/sgis-new/sgis-pune/wp-content/uploads/2025/10/Rectangle-420.png) no-repeat;
    width: 100%;
 height: 197px;

} */
.priciple-bg-red{
    position: relative;
	    padding: 5px;
}
.priciple-bg-red:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #DA251D;
    top: 0;
    z-index: -1 !important;
    background-size: 100% 100%;
    background-position: 100px;
    transform: rotate(-2deg);
left: 0;
    border-radius: 20px;
}
/*

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

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


.gallery-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  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';
}


.gallery-slider .swiper-slide:hover .caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #DA251D; 
  color: #fff;
 font-size: 18px;
	font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  white-space: normal; 
  text-overflow: unset;
}
.gallery-left {
    margin-top: 30px;
}

*/


.gallery-slider {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

/* Each slide */
.gallery-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
	height: 300px !important;
}

/* Image styling */
.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ ensures full coverage without stretching */
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease; /* ✅ subtle zoom on hover */
}

/* Slight zoom on hover for visual depth */
.gallery-slider .swiper-slide:hover img {
  transform: scale(1.05);
}

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

/* Hover = full overlay */
.gallery-slider .swiper-slide:hover .caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #DA251D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  white-space: normal;
  text-overflow: unset;
  z-index: 3;
}

/* Optional spacing between two sliders */
/* .gallery-left {
  margin-top: 30px;
} */

/* Responsive fine-tuning */
@media (max-width: 768px) {
  .gallery-slider {
    height: 300px;
  }

  .gallery-slider .caption {
    font-size: 14px;
    padding: 15px;
  }

  .gallery-slider .swiper-slide:hover .caption {
    font-size: 16px;
  }
}


.award-wrap{
    border: 1px solid #ccc;
    padding: 10px  ;
    border-radius: 10px;
    
}
.award-wrap:hover {
    box-shadow: 0px 2px 10px 2px #bcbcbc;
}















.main-header-menu a {
    font-family: 'Poppins';
    font-size: 15px;
    padding: 0 12px !important;
}
.ast-header-html-1 p {
    font-size: 26px !important;
/*     text-transform: uppercase; */
    font-weight: 400;
    font-family: "Anton", sans-serif;
	margin-bottom: 0 !important;
}
.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;
}
.site-header .menu-btn a:hover, .site-header .menu-btn.current-menu-item a {
    background: #000;
    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;
}
.site-header .current-menu-item a, .site-header .current-menu-ancestor > a {
    color: #da251d !important;
}
#loadMore a:focus, #showLess a:focus{
	outline: none;
}
.card-info-wrap{
text-align: center;
  margin-top: -55px !important;
  background: #DA251D;
  width: 75%;
  margin: 0 auto;
  color: #fff;
  font-family: 'Montserrat';
  padding: 8px 0;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  left: 10%;
        
    }
/*    .card-info-wrap:before{
content: '';
    width: 100px;
    height: 70px;
    border-right: solid 35px #ccc;
    border-bottom: solid 35px transparent;
    border-top: solid 35px transparent;
    position: absolute;
    left: -80px;
    top: 0px;
    }
        .card-info-wrap:after{
content: '';
    width: 100px;
    height: 70px;
  border-left: solid 35px #ccc;
  border-bottom: solid 35px transparent;
  border-top: solid 35px transparent;
    position: absolute;
    right: -88px;
    top: 0px;
    }*/
    .card-title{
       font-weight: 600;
       font-size: 18px !important;
    }

.why-sgis-slider {
  position: relative;
	width: 100%;
	margin-inline: auto;
}
.why-sgis-slider img{
        height: 300px !important;
    object-fit: cover;
}
.why-sgis-slider::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: #FFF4F3;
  border-radius: 100%;
  z-index: 100;
}

.why-sgis-slider::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: #FFF4F3;
  border-radius: 100%;
  z-index: 1000;
}
.why-sgis-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* Adjust darkness */
  transition: background 0.3s ease;
  z-index: 1;
}
.why-sgis-slider .swiper-slide:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
/*.life-gallery-slider {*/
/*  width: 100%;*/

/*  padding: 40px 0;*/
  /*margin: 0 auto; */
/*}*/

/*.life-gallery-slider {*/
/*  width: 100%;*/

/*  padding: 40px 0;*/
/*}*/

/*.life-gallery-slider .swiper-slide {*/
/*  background: #000;*/
/*  border-radius: 20px;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  transition: transform 0.4s ease;*/
/*}*/

/*.life-gallery-slider .swiper-slide img {*/
/*  width: 100%;*/
/*  height: 400px;*/
/*  object-fit: cover;*/
/*  border-radius: 20px;*/
/*}*/

.why-sgis-slider .caption {
  /*position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  font-size: 16px;
      font-family: 'Montserrat';*/
	  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  font-family: 'Montserrat';
  z-index: 2;
}
.why-sgis-slider .swiper-pagination-bullet {
    z-index: 9999;
}
.why-sgis-slider .swiper-pagination-bullet {
  background: #444;
  opacity: 0.7;
}

.why-sgis-slider .swiper-pagination-bullet-active {
  background: #d33;
  opacity: 1;
}
.impact-box:hover .impact-col{
transform: scale(1.2);
	    position: relative;
    z-index: 1;
}
.impact-box .impact-col{
	transition: 0.5s all ease-in-out;
	    position: relative;
    z-index: -1;
}
.impact-box p.elementor-image-box-description {
    display: none;
}
.impact-box:hover p.elementor-image-box-description{
	  display: block;
font-size: 13px !important;
    line-height: 19px !important;
}
.ibdp-acc .elementor-toggle-item {
    border-radius: 10px !important;
}
.ibdp-acc .elementor-toggle-item .elementor-tab-title {
    border-radius: 10px !important;
}
.site-footer-primary-section-1 img.image.wp-image-56 {
    width: 23%;
}

.curriculum-tab .elementor-tab-title {
    border: 1px solid #ccc !important;
    margin: 10px;
    padding: 15px 25px !important;
    border-radius: 40px;
}
.curriculum-tab .elementor-tab-title.elementor-active, .curriculum-tab .elementor-tab-title:hover {
    background: #222e48;
    color: #fff !important;
}






@media screen and (max-width: 767px) {
.testimonials-btn-wrap {
        display: grid !important;
         grid-template-columns: repeat(1, 1fr); 
        gap: 10px;
        max-width: 400px;
        margin: 0 auto;
    }
	.parent-slider .swiper-button-prev {
    left: 0 !important;
}
	.parent-slider .swiper-button-next {
    right: 0px !important;
}
	.get-in-touch-wrap {
    position: relative !important;
    bottom: 0 !important;
}
	.site-primary-footer-wrap {
    padding: 40px;
}
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
    margin-left: 0 !important;
		margin-bottom: 30px !important;
}
	.get-in-touch-form h3 {
    font-size: 30px;
	}
	input.btn-register {
		width: 40% !important;
	}
	#popmake-233 input.btn-register {
		width: 50% !important;
	}
	.why-us-icon-wrap .elementor-icon-box-wrapper {
    flex-direction: row !important;
    gap: var(--icon-box-icon-margin, 15px) !important;
    text-align: start !important;
}
	.why-us-icon-wrap p.elementor-icon-box-description {
    min-height: auto;
    overflow-y: auto;
    max-height: unset;
}
	.main-header-menu .menu-item > a > .ast-icon.icon-arrow {
  display: none !important;
}
 	.testimonials-btn-wrap button {
    width: 100%;
} 
}