


@media screen and (min-width: 1920px) {

  .section-contactus {
    margin-bottom: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section1-right-image {
    width: 90%;
    height: auto;
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .section1-heading-1 {
    font-weight: bold;
    font-size: 2vw; /* smaller for big screens */
    margin-top: 10%;
    line-height: 1.2;
  }

  .section1-heading-2 {
    font-weight: bold;
    font-size: 2vw;
    line-height: 1.2;
  }

  .inner-section-left {
    margin-top: 3%;
  }

  .section1-inner-text {
    font-size: 1rem;
    max-width: 90%;
  }

  .hero-input-wrapper,
  .hero-input-wrapper1,
  .hero-input-wrapper2,
  .hero-input-wrapper3 {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #FF9193;
    font-size: 1rem;
    color: black;
    width: 100%;
  }

  .free_class_button {
    margin-top: 5%;
    margin-left: 0;
    font-weight: bold;
    font-size: 1rem;
    border: 2px solid #FF9193;
    color: #FF0000;
    padding: 1% 3%;
    border-radius: 8px;
  }

  /* Keep Bootstrap row spacing for alignment */
  .row {
    --bs-gutter-x: 1.5rem !important;
  }

  .row1 {
    margin-top: 3%;
  }
}


@media screen and (min-width: 1680px) and (max-width: 1919.98px) {
  .section-contactus {
    margin-bottom: 0;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .section1-right-image {
    width: 90%;
    max-width: 800px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .section1-heading-1 {
    font-weight: 700;
    font-size: 2.2vw; /* balanced for 1766–1919 range */
    margin-top: 10%;
    line-height: 1.3;
  }

  .section1-heading-2 {
    font-weight: 700;
    font-size: 2.2vw;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .inner-section-left {
    margin-top: 3%;
  }

  .section1-inner-text {
    font-size: 1rem;
    max-width: 90%;
    line-height: 1.6;
  }

  .hero-input-wrapper,
  .hero-input-wrapper1,
  .hero-input-wrapper2,
  .hero-input-wrapper3 {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #FF9193;
    font-size: 1rem;
    color: #000;
    width: 100%;
  }

  .free_class_button {
    margin-top: 5%;
    margin-left: 0;
    font-weight: bold;
    font-size: 1rem;
    border: 2px solid #FF9193;
    color: #FF0000;
    padding: 1% 3%;
    border-radius: 8px;
    background-color: transparent;
  }

  .row {
    --bs-gutter-x: 1.5rem !important; /* restore spacing */
  }

  .row1 {
    margin-top: 3%;
  }

  /* optional: prevent image/text overlap in 2-column layout */
  .section-contactus .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1679.98px) {
  .section-contactus {
    margin-bottom: 0;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .section1-right-image {
    width: 85%;
    max-width: 700px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .section1-heading-1 {
    font-weight: 700;
    font-size: 2.3vw; /* smaller text for 1440px screens */
    margin-top: 8%;
    line-height: 1.3;
  }

  .section1-heading-2 {
    font-weight: 700;
    font-size: 2.3vw;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .inner-section-left {
    margin-top: 3%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1439.98px) {
  .section-contactus {
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .section1-right-image {
    width: 80%;
    max-width: 650px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .section1-heading-1 {
    font-weight: 700;
    font-size: 2.1vw; /* ~28–30px on 1366px */
    margin-top: 6%;
    line-height: 1.3;
  }

  .section1-heading-2 {
    font-weight: 700;
    font-size: 2.1vw;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .inner-section-left {
    margin-top: 2%;
  }

  .section1-inner-text {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 90%;
  }

  .hero-input-wrapper,
  .hero-input-wrapper1,
  .hero-input-wrapper2,
  .hero-input-wrapper3 {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #FF9193;
    font-size: 1rem;
    color: #000;
    width: 100%;
  }

  .free_class_button {
    margin-top: 5%;
    margin-left: 0;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid #FF9193;
    color: #FF0000;
    padding: 1% 3%;
    border-radius: 8px;
    background-color: transparent;
    transition: all 0.3s ease;
  }

  .free_class_button:hover {
    background-color: #ff9193;
    color: #fff;
  }

  .row {
    --bs-gutter-x: 1.5rem !important; /* restore Bootstrap gutter */
  }

  .row1 {
    margin-top: 3%;
  }

  .section-contactus .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365.98px) {
  .section-contactus {
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .section1-right-image {
    width: 85%;
    max-width: 600px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .section1-heading-1 {
    font-weight: 700;
    font-size: 2.3vw; /* ~27–30px */
    margin-top: 5%;
    line-height: 1.3;
  }

  .section1-heading-2 {
    font-weight: 700;
    font-size: 2.3vw;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .inner-section-left {
    margin-top: 2%;
  }

  .section1-inner-text {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 90%;
  }

  .hero-input-wrapper,
  .hero-input-wrapper1,
  .hero-input-wrapper2,
  .hero-input-wrapper3 {
    border: 0;
    outline: 0;
    border-bottom: 2px solid #FF9193;
    font-size: 1rem;
    color: #000;
    width: 100%;
  }

  .free_class_button {
    margin-top: 6%;
    margin-left: 0;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid #FF9193;
    color: #FF0000;
    padding: 1.2% 3%;
    border-radius: 8px;
    background-color: transparent;
    transition: all 0.3s ease;
  }

  .free_class_button:hover {
    background-color: #ff9193;
    color: #fff;
  }

  .row {
    --bs-gutter-x: 1.5rem !important;
  }

  .row1 {
    margin-top: 3%;
  }

  .section-contactus .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* ==================== 992px–1199px (Small Laptops) ==================== */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section-contactus {
    margin-bottom: -8%;
  }

  .section1-right-image {
    width: 95%;
    margin-top: 10%;
  }

  .section1-heading-1 {
    font-weight: 700;
    font-size: 2.6vw;
    margin-top: 15%;
  }

  .section1-heading-2 {
    font-weight: 700;
    font-size: 2.6vw;
  }

  .section1-inner-text {
    font-size: 1vw;
    line-height: 1.6;
  }

  .free_class_button {
    margin-top: 10%;
    margin-left: 2%;
    font-weight: 600;
    font-size: 0.85rem;
    border: 2px solid #FF9193;
    color: #FF0000;
    padding: 3%;
  }

  .row {
    --bs-gutter-x: 0 !important;
  }

  .row1 {
    margin-top: 4%;
  }
}

/* ==================== 834px–991px (Tablets Landscape) ==================== */
@media screen and (min-width: 834px) and (max-width: 991.98px) {
  .section-contactus {
    margin-bottom: -8%;
  }

  .section1-right-image {
    width: 90%;
    margin-top: 12%;
  }

  .section1-heading-1 {
    font-size: 3vw;
    margin-top: 15%;
  }

  .section1-heading-2 {
    font-size: 3vw;
  }

  .section1-inner-text {
    font-size: 1.2vw;
    line-height: 1.5;
  }

  .free_class_button {
    margin-top: 8%;
    margin-left: 0;
    font-weight: 600;
    font-size: 0.85rem;
    border: 2px solid #FF9193;
    color: #FF0000;
    padding: 3%;
  }

  .section1-right-image {
    display: block;
    margin: 0 auto;
  }
}

/* ==================== 768px–833px (Tablets Portrait) ==================== */
@media screen and (min-width: 768px) and (max-width: 833.98px) {
  .section-contactus {
    margin-bottom: 0;
  }

  .section1-right-image {
    width: 85%;
    display: block;
    margin: 0 auto 5%;
  }

  .section1-heading-1 {
    font-size: 4vw;
    text-align: center;
    margin-top: 10%;
  }

  .section1-heading-2 {
    font-size: 4vw;
    text-align: center;
  }

  .section1-inner-text {
    font-size: 1.3vw;
    text-align: center;
    padding: 0 5%;
  }

  .free_class_button {
    display: block;
    margin: 10% auto;
    font-size: 0.85rem;
    padding: 3.5%;
  }
}


@media screen and (min-width: 577px) and (max-width: 767.98px){ 
  .section-contactus{
    padding: 4%;
	margin-bottom: -12%;
}
.section1-right-image{
	margin-top: 7%;
	width: 110%;
/*height: 140%;*/
}
.section1-heading-1{
	font-weight: bold;
	font-size: 9.5vw;
	margin-top: 4%;

}
.section1-heading-2{
	font-weight: bold;
	font-size: 8.5vw;
	
}
.inner-section-left{
	margin-top: 5%;
}
.section1-inner-text{
	font-size: 5.1vw;
}
.hero-input-wrapper {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
width: 96%;
 margin-top: 10%;
        
}
.hero-input-wrapper1 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
}
.hero-input-wrapper2 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 5%;
        
}
.hero-input-wrapper3 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.free_class_button{
	margin-top: 15%;
margin-left: 0%;
	
	font-weight: bold;
	font-size: 0.9rem;
	outline: 1;
	 border: 2px solid #FF9193;
	color: #FF0000;
	padding: 4%;
}
.row{
	--bs-gutter-x: 0rem!important;
}
.row1{
	margin-top: 5%;
}  
}
@media screen and (max-width: 576px){ 
   .section-contactus{
    padding: 4%;
  margin-bottom: -12%;
}
.section1-right-image{
  margin-top: 7%;
  width: 110%;
/*height: 140%;*/
}
.section1-heading-1{
  font-weight: bold;
  font-size: 9.5vw;
  margin-top: 4%;

}
.section1-heading-2{
  font-weight: bold;
  font-size: 8.5vw;
  
}
.inner-section-left{
  margin-top: 5%;
}
.section1-inner-text{
  font-size: 5.1vw;
}
.hero-input-wrapper {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
width: 96%;
 margin-top: 10%;
        
}
.hero-input-wrapper1 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
}
.hero-input-wrapper2 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 5%;
        
}
.hero-input-wrapper3 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.free_class_button{
  margin-top: 15%;
margin-left: 0%;
  
  font-weight: bold;
  font-size: 0.9rem;
  outline: 1;
   border: 2px solid #FF9193;
  color: #FF0000;
  padding: 4%;
}
.row{
  --bs-gutter-x: 0rem!important;
}
.row1{
  margin-top: 5%;
} 
}
@media screen and (max-width: 480px){ 
   .section-contactus{
	margin-bottom: -12%;
}
.section1-right-image{
	margin-top: 7%;
	width: 110%;
/*height: 140%;*/
}
.section1-heading-1{
	font-weight: bold;
	font-size: 9.5vw;
	margin-top: 4%;

}
.section1-heading-2{
	font-weight: bold;
	font-size: 8.5vw;
	
}
.inner-section-left{
	margin-top: 5%;
}
.section1-inner-text{
	font-size: 5.1vw;
}
.hero-input-wrapper {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.hero-input-wrapper1 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
}
.hero-input-wrapper2 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 5%;
        
}
.hero-input-wrapper3 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.free_class_button{
	margin-top: 15%;
margin-left: 0%;
	
	font-weight: bold;
	font-size: 0.9rem;
	outline: 1;
	 border: 2px solid #FF9193;
	color: #FF0000;
	padding: 4%;
}
.row{
	--bs-gutter-x: 0rem!important;
}
.row1{
	margin-top: 5%;
}  
}
@media screen and (max-width: 320px){ 
  .section-contactus{
	margin-bottom: -12%;
}
.section1-right-image{
	margin-top: 7%;
	width: 110%;
/*height: 140%;*/
}
.section1-heading-1{
	font-weight: bold;
	font-size: 9.5vw;
	margin-top: 4%;

}
.section1-heading-2{
	font-weight: bold;
	font-size: 8.5vw;
	
}
.inner-section-left{
	margin-top: 5%;
}
.section1-inner-text{
	font-size: 5.1vw;
}
.hero-input-wrapper {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.hero-input-wrapper1 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.hero-input-wrapper2 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.hero-input-wrapper3 {
   border: 0;
  outline: 0;
  border-bottom: 2px solid #FF9193;
  font-size: 1rem;
  color: black;
 width: 97%;
 margin-top: 10%;
        
}
.free_class_button{
	margin-top: 15%;
margin-left: 0%;
	
	font-weight: bold;
	font-size: 0.9rem;
	outline: 1;
	 border: 2px solid #FF9193;
	color: #FF0000;
	padding: 4%;
}
.row{
	--bs-gutter-x: 0rem!important;
}
.row1{
	margin-top: 5%;
}  
}