/********** Template CSS **********/
:root {
    --primary: #d40f3a;
    --secondary: #0093DD;
    --light: #F4F6F8;
    --dark: #0093DD;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: #0093DD;
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: white;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right:1%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}



.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d40f3a;
}
.company_heading{
        font-size: 20px;
    }
.navbar-logo-name{
    padding-top: 10px;
    gap: 5px; 
    margin-left: 9px;
    
}
#corporation{
    font-size: 20px;
    color:#dedcdc;
}
    
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* lighter black overlay */
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

/* Subtle shine effect */
.carousel-caption::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 40%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.08) 50%, /* reduced intensity */
        rgba(255,255,255,0) 100%
    );
    transform: rotate(25deg);
    animation: shine 4s infinite; /* slower and smoother */
}

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}


@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/page_header_img3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-about{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/page_header_img4.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header-service{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/page_header_img1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-contact{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/page_header_img5.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-projects{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/page_header_img2.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}

/* company logo */
#company_logo{
    width: 70px;
    height: 70px;
}
#ashirvad{
    color: #0093DD;
}
#ashirvad{
    color: #0093DD;
}
#infra{
    color: #4DA638;
}
.bi{
    color:#d40f3a;
}
.top-nav-bar{
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-nav-bar h6{
    font-size: 15px;
    margin: 0%;
}
.top-nav-bar span{
    font-size: 12px;
    margin: 0%;
}
.top-nav-bar i{
    margin-right: 10px;
    font-size: 22px;
}
.top-nav-bar #top-nav-bar-sub-text{
    color:#1d1c1c77;
    font-weight: bolder;

}
.top-nav-bar #top-nav-bar-sub-text :hover{
    color:#4DA638;
    font-weight: bolder;
    
}
.btn{
    background-color: #d40f3a;
    color: white;
    border-radius: 4px;

}
.btn:hover{
    border-top: 2px solid white;
    border-radius: 4px;
    background-color: green;
    color: white;
}

/* quote header button */
#get_quote_btn{
    background-color: #d40f3a;
}
#get_quote_btn:hover{
    background-color: #4DA638;
}
/* home page carousel */
/* Change background circle color of buttons */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    font-weight: bolder;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px;

    /* Center vertically */
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #d40f3a;
    transform: translateY(-50%) scale(1.1); 
    margin: 10px;
}
#scroling_element{
    color: white;
}

#service_heading{
    color:#646464;
}
.img-fluid{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.text-body{
    font-size: 13px;
}
#whatsapp-section-1{
    background-color: #4DA638;
    color: white;
    padding: 25px 10px 10px 10px;
    text-align: center;
}
#whatsapp-section-2{
    background-color: #edecec;
    padding: 20px 10px 10px 10px;
}
#whatsapp-section-2-first{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 30px;
    padding-left: 20px;
}
#whatsapp-section-2-first img{
    width: 70px;
    height: 70px;
}
#whatsapp-section-1 h4{
    color: rgb(255, 255, 255);
    font-weight: bolder;
}
#whatsapp-section-1 h5{
    color: black;
    font-weight: bolder;
    text-transform: uppercase;
}
#footer_first_section_a{
    color:rgba(255, 255, 255, 0.5) !important;
}
#footer_first_section_a:hover{
    color: var(--dark);
}
#footer_first_section:hover{
 color: #0093DD;
}
#company_name{
    color: #2e2c2c;
    font-weight: bolder;
}
#company_name:hover{
    color: #1d485e;
    font-weight: bolder;
}
#choose_us_image_section{
    height: 100%;
}
#choose_us_image_section_image{
    height: 100%;
}
#choose_us_image_section_main{
    min-height: 400px;
    padding-bottom: 5rem;
}
.choose_us_section{
    padding-top: 3rem;     /* py-5 */
    padding-bottom: 3rem;  /* py-5 */
    padding-left: 3rem;    /* px-5 */
    padding-right: 3rem;   /* px-5 */
}
.our_services_section{
    padding-top: 1rem;     /* py-3 */
    padding-bottom: 1rem;  /* py-3 */
    padding-left: 3rem;    /* px-5 */
    padding-right: 3rem;
}
.project_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 3rem;      /* px-5 */
    padding-right: 3rem;     /* px-5 */
}

.happy_client_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 3rem;      /* px-5 */
    padding-right: 3rem;
}
.happy_client_section_main .happy_client_section_headline_section{
    margin-bottom: 3rem; 
}
.client_data_section{
    margin-bottom: 0px;
}
.client_data_section p{
    font-size: 1.25rem;
    margin-bottom: 0px;
}
#footer-image{
    width:60px;
    height:60px;
}
.footer_main_section{
    padding-top: 3rem;     /* py-5 */
    padding-bottom: 3rem;  /* py-5 */
    padding-left: 3rem;    /* px-5 */
    padding-right: 3rem;   /* px-5 */
}

/* About Section Css */
.about-company-section {
    background: #f9f9f9;
    border-radius: 12px;
}
.about-carousel img {
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
}
.service-box {
    transition: all 0.3s ease-in-out;
}
.service-box:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
}
.about-company-section{
    padding-top: 3rem;    /* same as py-5 */
    padding-bottom: 3rem; /* same as py-5 */
    padding-left: 3rem;   /* same as px-5 */
    padding-right: 3rem;  /* same as px-5 */
}
.request-section-form-main{
     padding: 3rem;
}
.form-button{
        width: 100%;            /* w-100 */
    padding-top: 1rem;      /* py-3 -> vertical padding */
    padding-bottom: 1rem;   /* py-3 -> vertical padding */
    border-radius: 50px;    /* rounded-pill */
    display: inline-block;   /* ensures proper sizing */
    text-align: center;      /* centers text inside button */
    }
    .transport_services_section {
    background-color: #f8f9fa;
}

.transport-item {
    transition: all 0.4s ease;
    cursor: pointer;
}

.transport-item img {
    transition: transform 0.4s ease;
}

.transport-item:hover img {
    transform: scale(1.1) rotate(2deg);
}

.transport-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.transport-item h5 {
    color: #d40f3a;
    font-weight: 600;
}

.transport-item p {
    font-size: 0.9rem;
}
.img-fluid-vehicle{
    width: 250px;
    height: 180px;
}

/* client section css */
.img-fluid-client{
    width: 100%;
    height: 200px;
}

/* Section Background */
.live-work-videos {
  background: linear-gradient(to right, #f9f9f9, #ececec);
  text-align: center;
}

/* Section Heading */
.live-work-videos .section-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0093DD;
}
.live-work-videos .section-title span {
  color: #4DA638;
}
.live-work-videos .section-subtitle {
  color: #777;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Video Card */
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.video-card video {
  border-radius: 15px;
  transition: transform 0.4s ease;
}
.video-card:hover video {
  transform: scale(1.05);
}
.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

/* Overlay */
.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
  padding: 15px;
  text-align: left;
  border-radius: 0 0 15px 15px;
}
.video-overlay h5 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Responsive Fix */
@media (max-width: 767px) {
  .live-work-videos .section-title {
    font-size: 1.8rem;
  }
  .video-card {
    margin-bottom: 20px;
  }
}

/* Map Styling */
.map-container {
  height: 280px;
}
.framed-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.framed-map:hover {
  transform: scale(1.02);
}

/* Plant Cards */
.plant-contact-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plant-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.plant-img {
  width: 40%;
  object-fit: cover;
  border-right: 4px solid #f1f1f1;
}
.plant-details {
  padding: 20px;
  flex: 1;
}
.plant-details h4 {
  font-weight: 600;
  color: #2c3e50;
}
.plant-details p, 
.plant-details a {
  color: #555;
  font-size: 15px;
  margin-bottom: 8px;
  text-decoration: none;
}
.plant-details a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .plant-contact-card {
    flex-direction: column;
    text-align: center;
  }
  .plant-img {
    width: 100%;
    height: 200px;
    border-right: none;
    border-bottom: 4px solid #f1f1f1;
  }
}



/* Mobile Size code screen size 320px and 547px */
@media(min-width:320px) and (max-width:547px){
    #company_logo{
        width: 50px;
        height: 50px;
        padding-left: 2px;
        padding-bottom: 2px;
    }
    .company_heading{
        font-size: 11px;
    }
    .navbar-logo-name{
    padding-top: 10px;
    gap: 5px; 
    margin-left: 0px;
}
    #corporation{
    font-size: 11px;
}
    .navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 8px 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}
 .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }
    .carousel-control-prev,
.carousel-control-next {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-weight: bolder;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px;

    /* Center vertically */
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #d40f3a;
    transform: translateY(-50%) scale(1.1); 
    margin: 10px;
}
.img-fluid-client{
    width: 100%;
    height: 150px;
}
.choose_us_section{
    padding-left: 1.7rem; 
    padding-right: 1.7rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.choose_us_section h4{
    font-size: 17px;
    line-height: 25px;
}
#choose_us_image_section{
    height: 80%;
}
#choose_us_image_section_image{
    height: auto;
}
#choose_us_image_section_main{
    min-height: 200px;
    padding-bottom: 0px;
}
.our_services_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1rem;
    padding-right: 1rem;
}
.our_services_section p{
    font-size: 14px;
}
.our_services_section h4{
    font-size: 20px;
}
.project_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;     /* px-5 */
}
.project_section_main_sub_title{
    font-size: 10px;
}
.project_section_main h1{
    font-size: 20px;
}
.portfolio-box p{
    font-size: 12px;
}
.portfolio-box span{
    font-size: 10px;
}
.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 20px;
    right: 20px;
    left: 20px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}
.happy_client_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;
}
.happy_client_section_headline{
    font-size: 23px;
}
.happy_client_section_main .happy_client_section_headline_section{
    margin-bottom: 1.5rem; 
}
.client_data_section{
    padding: 0px 30px 20px 30px;
}
.client_data_section p{
    font-size: 0.6rem;
}
.client_data_section h4{
    font-size: 15px;
}
#whatsapp-section-1 h5{
    font-size: 17px;
}
#whatsapp-section-1 h4{
    font-size: 18px;
}
#whatsapp-section-2-first img{
    width: 50px;
    height: 50px;
}
#whatsapp-section-2-first p{
    font-size: 13px;
}
#footer-image{
    width:35px;
    height:35px;
}
.footer_main_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
}
.footer_main_section span{
    font-size: 20px;
}
.footer_main_section p{
    font-size: 15px;
}
#footer_content{
    font-size: 15px;
}
#footer_first_section_a{
    color:rgba(255, 255, 255, 0.5) !important;
    font-size: 15px;
}
#footer_first_section_span{
    font-size: 15px;
}
.quick_links h4{
 padding-top: 20px;
 font-size: 19px;
}
.quick_links a{
 font-size: 15px;
}
.support_section a{
    font-size: 14px;
}
.support_section span{
    font-size: 19px;
}
.copy_right_section p{
    font-size: 8px;
}
.developer_details p{
    font-size: 12px;
}
/* about section */
.about-company-section{
    padding-top: 3rem;    /* same as py-5 */
    padding-bottom: 0.5rem; /* same as py-5 */
    padding-left: 1rem;   /* same as px-5 */
    padding-right: 1rem;  /* same as px-5 */
}
.about-carousel img {
    border-radius: 12px;
    height: 200px;
    object-fit: cover;
}
.about-section-content p{
    font-size:14px;
}
.request-section-form-main{
     padding: 1rem;
}
.request-section-form-main h2{
     font-size: 19px;
}
.request-section-form-main .form-control::placeholder {
    font-size: 12px;
    color: #888; /* optional */
    font-style: italic; /* optional */
}
.form-select-lg {
        font-size: 0.9rem;  /* smaller text */
        padding: 0.3rem 0.5rem; /* smaller padding */
    }
    .form-control-lg {
        font-size: 0.9rem;    /* smaller text on mobile */
        padding: 0.3rem 0.5rem; /* smaller padding */
    }
    .form-button{
        width: 100%;            /* w-100 */
    padding-top: 0.5rem;      /* py-3 -> vertical padding */
    padding-bottom: 0.5rem;   /* py-3 -> vertical padding */
    border-radius: 4px;    /* rounded-pill */
    display: inline-block;   /* ensures proper sizing */
    text-align: center;      /* centers text inside button */
    }

}

/* Mobile Size is 375px and 619px */
@media(min-width:375px) and (max-width:619px){
    .img-fluid-client{
    width: 100%;
    height: 150px;
    }
    #company_logo{
        width: 60px;
        height: 60px;
        padding: 2px;
    }
    .company_heading{
        font-size: 18px;
    }
    .navbar-logo-name{
    padding-top: 10px;
    gap: 5px; 
    margin-left: 2px;
}
    #corporation{
    font-size: 18px;
}
    .navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 7px 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}
 .carousel-caption h1 {
        font-size: 22px;
        font-weight: 600 !important;
    }
    .carousel-control-prev,
.carousel-control-next {
    width: 27px;
    height: 27px;
    border-radius: 4px;
    font-weight: bolder;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px;

    /* Center vertically */
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #d40f3a;
    transform: translateY(-50%) scale(1.1); 
    margin: 10px;
}
.choose_us_section{
    padding-left: 1.7rem; 
    padding-right: 1.7rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.choose_us_section h4{
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 10px;
}
#choose_us_image_section{
    height: 90%;
}
#choose_us_image_section_image{
    height: auto;
}
#choose_us_image_section_main{
    min-height: 200px;
    padding-bottom: 0px;
}
.our_services_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1rem;
    padding-right: 1rem;
}
.our_services_section p{
    font-size: 16px;
}
.our_services_section h4{
    font-size: 21px;
}
.project_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;     /* px-5 */
}
.project_section_main_sub_title{
    font-size: 12px;
}
.project_section_main h1{
    font-size: 24px;
}
.portfolio-box p{
    font-size: 15px;
}
.portfolio-box span{
    font-size: 12px;
}
.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 20px;
    right: 20px;
    left: 20px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}
.happy_client_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;
}
.happy_client_section_headline{
    font-size: 25px;
}
.happy_client_section_main .happy_client_section_headline_section{
    margin-bottom: 2rem;
}
.client_data_section{
    padding: 0px 30px 20px 30px;
}
.client_data_section p{
    font-size: 0.8rem;
}
.client_data_section h4{
    font-size: 19px;
}
#whatsapp-section-1 h5{
    font-size: 19px;
}
#whatsapp-section-1 h4{
    font-size: 20px;
}
#whatsapp-section-2-first img{
    width: 50px;
    height: 50px;
}
#whatsapp-section-2-first p{
    font-size: 14px;
}
#footer-image{
    width:35px;
    height:35px;
}
.footer_main_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
}
.footer_main_section span{
    font-size: 20px;
}
.footer_main_section p{
    font-size: 15px;
}
#footer_content{
    font-size: 15px;
}
#footer_first_section_a{
    color:rgba(255, 255, 255, 0.5) !important;
    font-size: 15px;
}
#footer_first_section_span{
    font-size: 15px;
}
.quick_links h4{
 padding-top: 20px;
 font-size: 19px;
}
.quick_links a{
 font-size: 15px;
}
.support_section a{
    font-size: 14px;
}
.support_section span{
    font-size: 19px;
}
.copy_right_section p{
    font-size: 10px;
}
.developer_details p{
    font-size: 15px;
}
}


/* Mobile Size is 425px and 722px */
@media(min-width:425px) and (max-width:722px){
    .img-fluid-client{
    width: 100%;
    height: 150px;
     }
    #company_logo{
        width: 70px;
        height: 70px;
        padding: 2px;
    }
    .company_heading{
        font-size: 20px;
    }
    .navbar-logo-name{
    padding-top: 10px;
    gap: 5px; 
    margin-left: 2px;
}
    #corporation{
    font-size: 20px;
}
    .navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 9px 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}
 .carousel-caption h1 {
        font-size: 25px;
        font-weight: 600 !important;
    }
    .carousel-control-prev,
.carousel-control-next {
    width: 29px;
    height: 29px;
    border-radius: 4px;
    font-weight: bolder;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px;

    /* Center vertically */
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #d40f3a;
    transform: translateY(-50%) scale(1.1); 
    margin: 10px;
}
.choose_us_section{
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.choose_us_section h4{
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 10px;
}
.choose_us_section p{
    font-size: 18px;
}
#choose_us_image_section{
    height: 90%;
}
#choose_us_image_section_image{
    height: auto;
}
#choose_us_image_section_main{
    min-height: 200px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.our_services_section{
    padding-top: 1rem;
    padding-bottom: 1rem;  
    padding-left: 1rem;
    padding-right: 1rem;
}
.our_services_section p{
    font-size: 19px;
}
.our_services_section h4{
    font-size: 25px;
}
.project_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;     /* px-5 */
}
.project_section_main_sub_title{
    font-size: 13px;
}
.project_section_main h1{
    font-size: 26px;
}
.portfolio-box p{
    font-size: 17px;
}
.portfolio-box span{
    font-size: 15px;
}
.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 20px;
    right: 20px;
    left: 20px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}
.happy_client_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;
}
.happy_client_section_headline{
    font-size: 29px;
}
.happy_client_section_main .happy_client_section_headline_section{
    margin-bottom: 2rem;
}
.client_data_section{
    padding: 0px 30px 20px 30px;
}
.client_data_section p{
    font-size: 1rem;
    text-align: justify;
}
.client_data_section h4{
    font-size: 22px;
}
#whatsapp-section-1 h5{
    font-size: 22px;
}
#whatsapp-section-1 h4{
    font-size: 24px;
}
#whatsapp-section-2-first img{
    width: 50px;
    height: 50px;
}
#whatsapp-section-2-first p{
    font-size: 18px;
}
#footer-image{
    width:60px;
    height:60px;
}
.footer_main_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
}
.footer_main_section span{
    font-size: 24px;
}
.footer_main_section p{
    font-size: 17px;
}
#footer_content{
    font-size: 17px;
}
#footer_first_section_a{
    color:rgba(255, 255, 255, 0.5) !important;
    font-size: 17px;
}
#footer_first_section_span{
    font-size: 17px;
}
.quick_links h4{
 padding-top: 15px;
 font-size: 20px;
}
.quick_links a{
 font-size: 17px;
}
.support_section a{
    font-size: 17px;
}
.support_section span{
    font-size: 23px;
}
.copy_right_section p{
    font-size: 12px;
}
.developer_details p{
    font-size: 17px;
}
}

/*  Size is 768px and 1268px */
@media(min-width:768px) and (max-width:1268px){
    #company_logo{
        width: 110px;
        height: 110px;
        padding: 2px;
    }
    .company_heading{
        font-size: 45px;
    }
    .navbar-logo-name{
    padding-top: 10px;
    gap: 5px; 
    margin-left: 2px;
}
    #corporation{
    font-size: 20px;
}
    .navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 10px 7px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}
 .carousel-caption h1 {
        font-size: 35px;
        font-weight: 600 !important;
    }
    .carousel-control-prev,
.carousel-control-next {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-weight: bolder;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px;

    /* Center vertically */
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #d40f3a;
    transform: translateY(-50%) scale(1.1); 
    margin: 10px;
}
.choose_us_section{
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 2rem;
    padding-bottom: 17rem;
}
.choose_us_section h4{
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 10px;
}
.choose_us_section p{
    font-size: 19px;
}
#choose_us_image_section{
    height: 90%;
}
#choose_us_image_section_image{
    height: auto;
    width: 100%;
}
#choose_us_image_section_main{
    min-height: 200px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.our_services_section{
    padding-top: 1rem;
    padding-bottom: 1rem;  
    padding-left: 1rem;
    padding-right: 1rem;
}
.our_services_section p{
    font-size: 17px;
}
.our_services_section h4{
    font-size: 22px;
}
.project_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;     /* px-5 */
}
.project_section_main_sub_title{
    font-size: 17px;
}
.project_section_main h1{
    font-size: 30px;
}
.portfolio-box p{
    font-size: 16px;
}
.portfolio-box span{
    font-size: 12px;
}
.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 20px;
    right: 20px;
    left: 20px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}
.happy_client_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;
}
.happy_client_section_headline{
    font-size: 29px;
}
.happy_client_section_main .happy_client_section_headline_section{
    margin-bottom: 2rem;
}
.client_data_section{
    padding: 0px 30px 20px 30px;
}
.client_data_section p{
    font-size: 1rem;
    text-align: justify;
}
.client_data_section h4{
    font-size: 20px;
}
#whatsapp-section-1 h5{
    font-size: 20px;
}
#whatsapp-section-1 h4{
    font-size: 22px;
}
#whatsapp-section-2-first img{
    width: 50px;
    height: 50px;
}
#whatsapp-section-2-first p{
    font-size: 18px;
}
#footer-image{
    width:60px;
    height:60px;
}
.footer_main_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
}
.footer_main_section span{
    font-size: 27px;
}
.footer_main_section p{
    font-size: 16px;
}
#footer_content{
    font-size: 16px;
}
#footer_first_section_a{
    color:rgba(255, 255, 255, 0.5) !important;
    font-size: 16px;
}
#footer_first_section_span{
    font-size: 16px;
}
.quick_links h4{
 padding-top: 15px;
 font-size: 20px;
}
.quick_links a{
 font-size: 16px;
}
.support_section a{
    font-size: 18px;
}
.support_section span{
    font-size: 25px;
}
.copy_right_section p{
    font-size: 12px;
}
.developer_details p{
    font-size: 14px;
}
}

/* laptop size css */
@media(min-width:520px) and (max-width:1024px){
    #company_logo{
        width: 80px;
        height: 80px;
        padding: 2px;
    }
    .company_heading{
        font-size: 25px;
    }
    .navbar-logo-name{
    padding-top: 10px;
    gap: 5px; 
    margin-left: 2px;
}
    #corporation{
    font-size: 25px;
}
    .navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 10px 7px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}
 .carousel-caption h1 {
        font-size: 35px;
        font-weight: 600 !important;
    }
    .carousel-control-prev,
.carousel-control-next {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-weight: bolder;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px;

    /* Center vertically */
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #d40f3a;
    transform: translateY(-50%) scale(1.1); 
    margin: 10px;
}
.choose_us_section{
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 2rem;
    padding-bottom: 17rem;
}
.choose_us_section h4{
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 10px;
}
.choose_us_section p{
    font-size: 19px;
}
#choose_us_image_section{
    height: 90%;
}
#choose_us_image_section_image{
    height: auto;
    width: 100%;
}
#choose_us_image_section_main{
    min-height: 200px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.our_services_section{
    padding-top: 1rem;
    padding-bottom: 1rem;  
    padding-left: 1rem;
    padding-right: 1rem;
}
.our_services_section p{
    font-size: 17px;
}
.our_services_section h4{
    font-size: 22px;
}
.project_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;     /* px-5 */
}
.project_section_main_sub_title{
    font-size: 17px;
}
.project_section_main h1{
    font-size: 30px;
}
.portfolio-box p{
    font-size: 16px;
}
.portfolio-box span{
    font-size: 12px;
}
.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 20px;
    right: 20px;
    left: 20px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}
.happy_client_section_main{
    padding-top: 1.5rem;     /* py-4 */
    padding-bottom: 1.5rem;  /* py-4 */
    padding-left: 1rem;      /* px-5 */
    padding-right: 1rem;
}
.happy_client_section_headline{
    font-size: 29px;
}
.happy_client_section_main .happy_client_section_headline_section{
    margin-bottom: 2rem;
}
.client_data_section{
    padding: 0px 30px 20px 30px;
}
.client_data_section p{
    font-size: 1rem;
    text-align: justify;
}
.client_data_section h4{
    font-size: 20px;
}
#whatsapp-section-1 h5{
    font-size: 20px;
}
#whatsapp-section-1 h4{
    font-size: 22px;
}
#whatsapp-section-2-first img{
    width: 50px;
    height: 50px;
}
#whatsapp-section-2-first p{
    font-size: 18px;
}
#footer-image{
    width:60px;
    height:60px;
}
.footer_main_section{
    padding-top: 1rem;     
    padding-bottom: 1rem;  
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
}
.footer_main_section span{
    font-size: 27px;
}
.footer_main_section p{
    font-size: 16px;
}
#footer_content{
    font-size: 16px;
}
#footer_first_section_a{
    color:rgba(255, 255, 255, 0.5) !important;
    font-size: 16px;
}
#footer_first_section_span{
    font-size: 16px;
}
.quick_links h4{
 padding-top: 15px;
 font-size: 20px;
}
.quick_links a{
 font-size: 16px;
}
.support_section a{
    font-size: 18px;
}
.support_section span{
    font-size: 25px;
}
.copy_right_section p{
    font-size: 12px;
}
.developer_details p{
    font-size: 14px;
}
.top-nav-bar{
    padding-top: 4px;
    padding-bottom: 2px;
}
.top-nav-bar h6{
    font-size: 10px;
    margin: 0%;
}
.top-nav-bar span{
    font-size: 8px;
    margin: 0%;
}
.top-nav-bar i{
    margin-right: 10px;
    font-size: 15px;
}
.top-nav-bar #top-nav-bar-sub-text{
    color:#1d1c1c77;
    font-weight: bolder;

}
.top-nav-bar #top-nav-bar-sub-text :hover{
    color:#4DA638;
    font-weight: bolder;
    
}
}

/* laptop size */
@media(min-width:1024px) and (max-width:1040){
    .top-nav-bar{
    padding-top: 4px;
    padding-bottom: 2px;
}
.top-nav-bar h6{
    font-size: 10px;
    margin: 0%;
}
.top-nav-bar span{
    font-size: 8px;
    margin: 0%;
}
.top-nav-bar i{
    margin-right: 10px;
    font-size: 15px;
}
.top-nav-bar #top-nav-bar-sub-text{
    color:#1d1c1c77;
    font-weight: bolder;

}
.top-nav-bar #top-nav-bar-sub-text :hover{
    color:#4DA638;
    font-weight: bolder;
    
}

}