
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 1024px){
   /* .containerFull{
    max-width:100%;
    padding:0 30px;
   } */
}
@media (max-width: 1540px){
    .containerFull{
        padding: 0 30px;
        width: 100%;
        max-width: 1460px;
    }
}
@media (max-width: 767px) {
    .containerFull{
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    .centerMenu,
  .rightHeader {
    display: none !important;
  }

  .hamburger {
    display: block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1001;
    color: #fff;
    cursor: pointer;
  }

  .mobileMenu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: right 0.3s ease-in-out;
    padding: 20px;
  }

  .mobileMenu.active {
    right: 0;
  }

  .mobileHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .mobileLogo {
    width: 90px;
  }

  .closeBtn {
    font-size: 28px;
    color: #000;
    cursor: pointer;
  }

  .mobileNav {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    flex-grow: 1;
  }

  .mobileNav li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobileNav li a {
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
  }
  .large_heading {
    font-size: 1.8rem;
  }

  .heading {
    font-size: 1.6rem;
  }

  .sub_heading {
    font-size: 1.4rem; 
  }

  .small_heading {
    font-size: 1.2rem; 
  }

  .title {
    font-size: 1rem; 
  }

  p {
    font-size: 0.95rem; 
  }

  section {
    padding: 40px 0;
  }


  .heroSection img {
    height: 75vh; 
    object-fit: cover;
  }
   .formBox {
    padding: 15px 10px;
    border-radius: 15px;
  }

  .leftEnquiry {
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
  }

  .leftEnquiry:after {
    width: 150px;
    height: 150px;
    bottom: -50px;
    right: -40px;
  }

  .itemEnquiry {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    margin-top: 25px;
    justify-content: flex-start;
  }

  .iconContact i {
    font-size: 18px;
  }

  .rightContact p,
  .rightContact a {
    font-size: 14px;
    line-height: 1.4;
  }

  .rightForm {
    padding: 20px 10px;
  }

  .rightForm .form-floating {
    margin-bottom: 20px;
  }

  .rightForm .form-control {
    font-size: 14px;
    padding: 8px 5px;
  }
  .accordion-button{
    font-size: 1rem;
  }

  .rightForm textarea {
    height: 100px !important;
  }

  .row.align-items-center.mt-3.justify-content-between {
    flex-direction: column;
    text-align: center;
  }

  .row.align-items-center.mt-3.justify-content-between .col-lg-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .centerServiceImg {
  
    margin-bottom: 30px;
    margin-top: 30px;
}
 .main-block {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .video-box {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

   .get-in-touch-box {
    position: static !important; 
    width: 100%;
    height: auto;
    transform: none;
    margin-top: 30px;
    padding: 20px;
   
  }
  .get-in-touch-box p {
    font-size: 14px;
  }

  .get-in-touch-box .service-icon {
    font-size: 16px;
  }
  .video-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .bg-color-text {
    text-align: center;
  }

  .list-unstyled li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .list-unstyled img {
    margin-bottom: 10px;
  }
  .list-unstyled li {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .list-unstyled img {
    margin-right: 15px;
    margin-bottom: 0;
  }

 
.mobile-mb {
    margin-bottom: 20px;
  }
.product-img{
    height: auto;
    margin-bottom: 30px;
}
.courserHeaderRight .btnTheme{
  width: auto !important;
    margin-bottom: 20px;
}

.about-section{
    height: auto;
    padding-top: 150px!important;
}
  .mobile-gap{
    gap: 40px;
  }
  .mobile-gap2{
    gap: 20px;
  }
 .leftClient .sub_heading{
    margin-bottom: 30px;
 }

.carousel-caption {
    width: 90%;
    top: 60%;                
    left: 5%;
    padding: 10px;
  }

  .carousel-caption h1,
  .carousel-caption h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .carousel-caption p {
    font-size: 1rem;
  }


  .carousel-caption .btnTheme {
    font-size: 0.95rem;
    padding: 10px 18px;
    display: inline-block;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .leftLogo {
    width: 80px;
    margin-top: 0;
  }
  .carousel-indicators {
  bottom: 2px;                
}

.carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
}

.carousel-indicators [data-bs-target]:after {
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
}


 

  .btnTheme {
    font-size: 14px;
    padding: 10px 16px;
  }
 

   
  }
@media (min-width:1600px){
    
}