@media only screen and (max-width: 1400px){
    .header-and-banner-section .main-banner .hero-text h1 {
    line-height: 1.1;
    max-width: 49%;
}

.header-and-banner-section .main-banner .img-block {
    height: 550px;
}

.header-and-banner-section .banner .banner-slide {
    height: 550px;
}

.about {
    padding: 40px 0;
}

.about .video-block {
    height: 303px;
}

.company-status {
    padding: 20px 0;
}

.our-products .card .img-block {
    height: 438px;
}

.our-products .card .text-content {
    padding: 20px;
}

.our-products {
    padding: 40px 0;
}

.why-choose-us {
    padding: 40px 0 0 0;
}

.why-choose-us .text-content .primery-btn {
    padding: 0px 13px;
}

footer {
    padding: 40px 0;
}

.map{
    height: 250px;
}

}

@media only screen and (max-width: 1200px){
    .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 25px;
    height: 5px;
    border-radius: 6px;
    background: var(--theme-color);
}

.header-and-banner-section .main-banner .img-block {
    height: 500px;
}

.header-and-banner-section .banner .banner-slide {
    height: 500px;
}

.header-and-banner-section .main-banner .hero-text h1 {
    max-width: 35%;
}

.header-and-banner-section .main-banner .hero-text p {
    max-width: 30%;
}

.about .primery-btn {
    padding: 14px 22px;
    margin: -9% 0 0 43%;
}

.why-choose-us .text-content h6 {
    font-size: 16px;
}

.contact-us .contact-bar .contact-details {
    padding: 25px;
}

footer {
    padding: 30px 0;
}

.our-services .img-card .overlay .text-content a {
    font-size: 15px;
    padding: 9px 20px;
}


.our-services {
    padding: 30px 0;
}
}



@media only screen and (max-width: 1024px){

    .why-choose-us .text-content p {
    max-width: 88%;
}

footer .text-content {
    padding-bottom: 20px;
}

.about .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
    order: 1;
}

.about .video-block {
    height: 300px;
    margin-top: 30px;
}

.about .primery-btn {
    padding: 14px 22px;
    margin: -4% 0 0 66%;
}

}


@media only screen and (max-width: 991px){
    .primery-btn {
    padding: 11px 28px !important;
}

.header-and-banner-section .main-banner .hero-text h1 {
    max-width: 29%;
    font-size: 28px !important;
}

.header-and-banner-section .main-banner .hero-text p {
    max-width: 29%;
}

.header-and-banner-section .main-banner .img-block {
    height: 450px;
}

.header-and-banner-section .banner .banner-slide {
    height: 450px;
}


.why-choose-us .text-content p {
    max-width: 100%;
}

.why-choose-us .text-content h6 {
    font-size: 13px;
}

.contact-us .contact-bar .contact-details .location {
    max-width: 73%;
}

}


@media only screen and (max-width: 767px) {
    .top-header .right-block p {
    font-size: 15px;
}

header .call-icon {
    width: 60px;
    height: 50px;
}

.top-header .left-block ul li a {
    font-size: 12px;
}

.header-and-banner-section .main-banner .col-xxl-6 {
    display: none;
}

.header-and-banner-section .main-banner {
   
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
              url('../images/banner-3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* adjust as needed */
  color: white; /* optional, for better contrast */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 411px;
}

.primery-btn {
    padding: 11px 28px !important;
}

.header-and-banner-section .main-banner .hero-text h1 {
    color: #fff;
}

.header-and-banner-section .main-banner .hero-text p {
    color: #cacaca;
}

.header-and-banner-section .main-banner .hero-text {
    left: 14.7%;
}

.header-and-banner-section .banner .banner-slide .hero-text h1 {
    max-width: 58%;
}

.header-and-banner-section .banner .banner-slide .hero-text p {
    max-width: 52%;
}


.header-and-banner-section .banner .banner-slide {
    height: 411px;
}

.about p {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 30px;
    max-width: 89%;
}

.section-title {
    padding-bottom: 10px;
}

.section-semi-title {
    padding-bottom: 10px;
}

.about .img-block {
    height: 250px;
    margin-bottom: 20px;
}

.about .primery-btn i {
    font-size: 32px;
}

.about .primery-btn {
    padding: 14px 22px;
    margin: -6% 0 0 57%;
    gap: 5px;
    font-size: 16px;
}

.company-status {
    padding: 15px 0;
}

.company-status .count-status p {
    text-align: center;
    margin-bottom: 2px;
    font-weight: 500;
}
.company-status .count-status h4 {
    text-align: center;
    font-size: 45px;
}

.company-status .count-status {
    margin: 10px 0;
}

.why-choose-us .img-block {
    height: 350px;
}

.why-choose-us .text-content .primery-btn {
    font-size: 28px;
    line-height: 0;
    padding: 11px 16px !important;
}

.contact-us .contact-bar .form-block textarea {
    height: 134px;
    margin-bottom: 20px;
}

.contact-us .contact-bar .contact-details {
    margin-top: 50px;
}

.map {
    height: 204px;
}

footer .text-content {
    padding-bottom: 15px;
}

footer .text-content h4 {
    margin-bottom: 20px;
}

footer {
    padding: 10px 0;
}

.down-footer a {
    font-size: 15px;
}
}


@media only screen and (max-width: 575px){
    .top-header .right-block p {
    font-size: 12px;
}

.top-header .right-block i {
    font-size: 16px;
}

.top-header .left-block ul {
    display: block !important;
}

.top-header .left-block ul li a {
    margin-bottom: 2px;
}

.about .video-block {
    height: 250px;
    margin-top: 30px;
}

.primery-btn {
    padding: 8px 18px !important;
    font-size: 16px;
}

.contact-us .contact-bar .contact-details h4 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 15px;
}

.contact-us .contact-bar .contact-details p {
    margin-bottom: 20px;
}
}


@media only screen and (max-width: 480px){
    .header-and-banner-section .banner .banner-slide .hero-text h1 {
    max-width: 81%;
}

.header-and-banner-section .banner .banner-slide .hero-text p {
    max-width: 74%;
}

.header-and-banner-section .banner .banner-slide {
    height: 379px;
}

.header-and-banner-section .main-banner {
    height: 379px;
}

.header-and-banner-section .main-banner .hero-text h1 {
    max-width: 30%;
    font-size: 24px !important;
}

.header-and-banner-section .main-banner .hero-text p {
    margin-bottom: 20px;
}

.about {
    padding: 30px 0;
}

.about .primery-btn {
    margin: -8% 0 0 49%;
}

header .call-icon {
    width: 55px;
    height: 40px;
}
}


@media only screen and (max-width: 414px){
    .header-and-banner-section header {
    padding: 5px 0;
}

.header-and-banner-section header .logo-block {
    width: 54px;
}

    .about .img-block {
    height: 200px;
    margin-bottom: 20px;
}

.about .video-block {
    height: 200px;
}

.about .primery-btn {
    margin: -8% 0 0 46%;
}

.about .primery-btn i {
    font-size: 24px;
}

.our-services {
    padding: 20px 0;
}

.our-products .card .text-content a {
    padding: 9px 22px;
}

footer .text-content .icon {
    width: 29px;
    height: 29px;
    line-height: 0;
}

footer .text-content .icon i {
    font-size: 13px;
}

.our-products .card .img-block {
    height: 360px;
}

.our-products .card .text-content {
    padding: 15px;
}

.contact-us .contact-bar {
    padding: 15px;
}

.down-footer a {
    font-size: 12px;
    padding: 15px 0;
}

}



@media only screen and (max-width: 375px){
    .right-block{
        gap: 6px !important;
}

.top-header .right-block i {
    font-size: 13px;
}

.top-header .left-block ul li i {
    font-size: 13px;
}

.top-header .left-block ul li a {
    font-size: 11px;
}

.primery-btn {
    padding: 8px 16px !important;
    font-size: 15px;
}

.header-and-banner-section .main-banner .hero-text h1 {
    max-width: 24%;
    font-size: 23px !important;
}

.header-and-banner-section .main-banner .hero-text p {
    max-width: 25%;
}

.about {
    padding: 20px 0;
}
.about .video-block {
    height: 160px;
    margin-top: 10px;
}

.about .img-block {
    height: 160px;
    margin-bottom: 15px;
}

.about .primery-btn {
    margin: -8% 0 0 37%;
}

.why-choose-us .text-content h6 {
    font-size: 11px;
    font-weight: 400 !important;
}

.top-header {
    padding: 7px 0;
}

}



@media only screen and (max-width: 320px){
    .top-header .right-block p {
    font-size: 11px;
}

.top-header {
    padding: 7px 0;
}

.header-and-banner-section .main-banner .hero-text p {
    max-width: 25%;
    font-size: 15px;
    line-height: 1.1;
}

.header-and-banner-section .banner .banner-slide .hero-text h1 {
    max-width: 90%;
    margin-bottom: 15px;
}

.header-and-banner-section .banner .banner-slide .hero-text p {
    max-width: 98%;
    font-size: 15px;
    margin-bottom: 20px;
}

.header-and-banner-section .banner .banner-slide {
    height: 350px;
}

.header-and-banner-section .main-banner {
    height: 350px;
}

.primery-btn {
    padding: 5px 14px !important;
    font-size: 14px;
}

.contact-us .contact-bar {
    padding: 6px;
}

.down-footer a {
    font-size: 10px;
    padding: 8px 0;
}
}