* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.bg{
    background-image: url(../images/img1.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y:-30px ;
}
.bg2{
    background-image: url(../images/img3.png);
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}

.disflx {
    transform: translate(100px, 90px);
}
.btn-primary{
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 0px !important;
}

.line {
    width: 34px;
    height: 1px;
    border: 1px solid #FFFFFF;
    margin: 10px 0px 4px 10px;
    display:inline-block;
  }
  .plan-card {
    padding: 20px;
    text-align: center;
    border-radius: 5px !important;
    cursor: pointer;
    color: #fff !important;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  .quote-form {
    padding: 20px;
    padding-left: 0px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.arrow {
    font-size: 2rem;
    margin: 0 15px;
}

.submit-btn {
    align-self: flex-end;
    margin-left: auto;
}
.service-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.card {
    border: none;
    background-color: #f8f9fa;
}
.card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    border: none !important;
    background-color: #f8fafd !important;
}


.ml60{
    transform: translate(40px, 0px);
}
.p4cd{
    padding: 60px 60px 0px 80px !important;
}

.stats-section {
 background-image: url(../images/img4.png);
 color: #fff;
 height: 220px;
 background-size: cover;
 background-position-y: -37px;
 background-repeat: no-repeat;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
}
.stat-label {
    font-size: 1rem;
}


.fleet-section {
    padding: 50px 0;
}
.fleet-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
}
.fleet-item {
    margin-bottom: 30px;
}
.fleet-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.fleet-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.fleet-item p {
    font-size: 0.9rem;
    color: #666;
}

.fleet-item h3,p{
    text-align: center !important;
}
.card p{
    text-align: left !important;
}
 .row>.mmt{
    width: 1020px;
    background-color: #ffffff17;
    margin-top: 170px !important;
}
.subcont{
    width: 1020px;
    background-color: #ffffff17;
    margin-top: 170px !important;
}




/* Main navigation container */
.main-nav {
    background-color: #2073C2;
    padding: 20px;
}

/* Flex container */
.container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px !important;
}

.container1 {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {

    .container1,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {

    .container1,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px) {

    .container1,
    .container-md,
    .container-sm {
        max-width: 720px;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    
    #Programs .container-fluid {
        padding-left: 30px;
    }

    #Programs .bg2 {
        height: auto;
        background-size: cover;
        background-position: center;
    }

    #Programs .p4cd {
        padding: 40px !important;
    }

    #Programs h2 {
        font-size: 28px;
    }

    #Programs .card {
        height: 100%;
    }

    #Programs .service-icon {
        font-size: 1.5rem;
    }

    #Programs h5 {
        font-size: 16px;
    }

    #Programs p {
        font-size: 14px;
    }

    #Programs .image-container {
        text-align: center;
        margin-bottom: 30px;
    }

    #Programs .image-container img {
        max-width: 70%;
        height: auto;
    }
}


@media (min-width: 992px) and (max-width: 1024px) {
    
    #Programs .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    #Programs .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #Programs .col-lg-4 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    #Programs .col-lg-8 {
        flex: 0 0 65%;
        max-width: 65%;
    }

    #Programs .bg2 {
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    #Programs .p4cd {
        padding: 30px !important;
    }

    #Programs h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #Programs .card {
        height: 100%;
        padding: 15px !important;
    }

    #Programs .service-icon {
        font-size: 1.25rem;
    }

    #Programs h5 {
        font-size: 14px;
    }

    #Programs p {
        font-size: 12px;
    }

    #Programs .image-container img {
        max-width: 100%;
        height: auto;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    #Programs .image-container img {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 576px) {

    .container1,
    .container-sm {
        max-width: 540px;
    }
}

/* Logo styling */
.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}

/* Navigation list styling */
.navbar1 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List items styling */
.navbar1 li {
    padding: 0px 10px;
}

/* Navigation links styling */
.navbar1 a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
}

/* Hamburger menu styling (for responsive design) */
.hamburger2 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
}

/* Hamburger menu bars */
.hamburger2 span {
    height: 3px;
    width: 25px;
    background: white;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s;
}

/* Media query for responsive design */

@media only screen and (min-width: 1024px) {
    .subcont{
        width: 1020px;
        background-color: #ffffff17;
        transform: translate(0px, 50px);
    }
  }

@media only screen and (max-width: 320px) {
    .ml60{
        transform: translate(0px, 0px) !important;
    }
  }
  @media only screen and (min-width: 425px) {
    .ml60{
        transform: translate(0px, 0px) !important;
    }
  }
  @media only screen and (min-width: 375px) {
    .ml60{
        transform: translate(0px, 0px) !important;
    }
  }

  @media (min-width: 768px){
    .ml60{
        transform: translate(40px, 0px) !important;
        }
  }
  @media (min-width: 1440px){
    .subcont {
        width: 1020px;
        background-color: #ffffff17;
        transform: translate(0px, 100px);
    }
  }
@media (max-width: 768px) {
    .ml60{
    transform: translate(40px, 0px);
    }
    .main-nav{
        padding-left: 0px !important;
    }
    .submit-btn{
        margin-top: 0px !important;
    }
    .disflx {
        transform: translate(0px, 0px) !important;
    }
   .p4cd{
        padding: 12px !important;
    }

    .bg{
        height: auto !important;
        padding: 20px !important;
    }
    .bg2{
        height: auto !important;
    }
    .mmt{
        margin-top: 0px !important;
    }
    .m-hide{
        display: none !important;
    }
    .form-group{
        margin-bottom: 20px !important;
    }
    



    .navbar1 {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: #2073C2;
        position: absolute;
        top: 60px;
        left: 0;
        transition: max-height 0.4s ease-in-out;
    }

    .navbar1.active {
        display: flex;
        z-index: 1;
    }

    .navbar1 li {
        margin: 10px 0;
    }

    .hamburger2 {
        display: flex;
    }

    .hamburger2.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .hamburger2.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger2.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -5px);
    }

    .main-nav {
        justify-content: space-around;
    }
    .stats-section{
    height: 317px;
    background-position-x: -770px !important;
    }
    .submit-btn {
        align-self: flex-end;
        /* margin-top: 30px !important; */
        margin-left: 0px !important;
    }
}


/* Additional styling */
.nav-link {
    color: #fff !important;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

header {
    background-color: #2073C2;
}

button {
    border-radius: 30px !important;
}

.p20 {
    padding: 20px;
    display: block;
}



.content-section {
    margin-top: 20px;
    padding: 20px;
}


.nrmltxt {
    font-size: 18px;
}

.specer {
    margin: 20px 0;
}



.footer {
    background-color: #2073C2;
    color: #fff;
    padding: 40px 0;
    text-align: left;
}

.footer hr {
    border-color: #fff;
    margin: 10px 0;
}

.footer span {
    display: block;
    font-size: 14px;
}

.nav-item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.nav-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.nav-item a:hover::after {
    transform: scaleX(1);
    color: #fff !important;
    transform-origin: bottom left;
}
a:hover{
    color: #fff !important;
}