* {
    margin: 0px;
    padding: 0px;
}

@media(min-width:1200px) {
    body h2 {
        font-size: 43px;
        font-weight: 700;
    }

}

body h2 {

    font-weight: 700;
}

/* ================================Navigation================================== */
.navbar-brand img {
    width: 60%;
}

.nav-sec {
    background-image: url(../Images/Background/header-bg.jpg);
    background-position: center;
    background-size: cover;
}

nav li {
    font-size: 17px;
}

.call-sec {
    font-weight: 700;
    padding: 1px 18px 0 18px;
    font-size: 13px;
}

.mail-sec {
    font-weight: 700;
    padding: 5px 18px 9px 18px;
    font-size: 14px;
}

.navbar li {
    padding: 8px;
}

@media(min-width:1200px) {
    .navbar-brand {
        position: relative;
        top: -20px;
    }

    .call-sec {
        padding: 20px 120px 0 20px;
    }

    .mail-sec {
        padding: 20px 180px 0 20px;

    }
}

/* ================================Banner Section================================== */

.banner-container {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;

}


.banner-image {
    width: 100%;
    height: auto;
    display: none;
}

.arrow-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 0;
    color: #fff9f9;
    z-index: 1;

}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

/* ================================Welcome Section================================== */
.welcome-sec h2 {
    font-size: 43px;
    font-weight: 700;
}

.welcome-sec {
    background-color: #dad7d7;
}

@media(min-width:1200px) {
    .welcome-sec h2::after {
        content: " welcome welcome wel";
        font-size: 10px;
        color: #dad7d7;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

    .welcome-sec h2::before {
        content: "welcome welcome wel";
        font-size: 10px;
        color: #dad7d7;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-right: 10px;
    }

    .para-div {
        width: 80%;
        padding: 10px;
    }

    .para-wrapper {
        width: 80%;
    }
}

.para-div {
    padding: 10px;
}

.welcome-para {
    font-size: 17px;
    line-height: 32px;

}

.para-wrapper {
    background-color: #e0e7ed;
    border-left: 15px solid #077f9b;
    border-right: 15px solid #0c1e43;
    border-top: 15px solid #0c1e43;
    border-bottom: 15px solid #047088;
    margin: 50px auto;
    font-size: 17px;
    padding: 10px 10px;
}

.img-div img {
    position: relative;
    top: -73px;
    left: 147px;
}

/* ================================mission Section================================== */
@media (min-width:768px) {
    .mission-div1 {
        width: 55%;
    }
}

@media (min-width:1200px) {
    .mission-div1 {
        width: 55%;
    }
}

/* ================================EV (Electrical Vehicles) services============== */
.electrical-sec {
    background: linear-gradient(to bottom, #0A4062, #0786A1);
    padding: 50px 0 40px;
}

.electrical-sec p {
    padding-top: 10px;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #ecf0f1;
}

/* ================================services section================================== */
.service-p {
    border-left: 3px solid #3498db;
}

.services-div1 p {

    font-size: 15px;
}

@media(min-width:1200px) {
    .services-div1 {
        width: 40%;
    }
}


.services-div2 img {
    position: relative;
    top: -30px;
}

.services-div2 img {
    position: relative;
    top: -30px;
}

/* ================================electric vehicle section======================= */


.electric-section p {
    font-size: 14px;
    line-height: 3;

}

@media(min-width:1200px) {
    .electric-section p {
        font-size: 19px;
        line-height: 2;

    }

}

.electric-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(to right, #104264, #2a7bb1);
    color: #fff;
}

.sec-a {
    position: relative;
    top: 8px;
    color: orangered;

}

/* ================================Features section======================= */
.image-slide {
    width: 100%;

    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider-image {
    display: flex;
    transition: transform 0.3s ease-in;
    white-space: nowrap;
}

.slider {
    flex: 0 0 calc(100% / 5);
    text-align: center;
    margin: 0 10px;

}

.slider img {
    width: 200px;
    height: 200px;
    border: 2px solid #ccc;
    border-radius: 30%;
}

.slider-caption {
    font-size: 25px;

}


@media (max-width: 768px) {
    .slider {
        flex: 0 0 calc(100% / 3);
    }
}


.features-sec {
    background-color: #dad7d7;
}

@media(min-width:1200px) {
    .features-sec h2::after {
        content: " welcome welcome wel";
        font-size: 10px;
        color: #dad7d7;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

    .features-sec h2::before {
        content: "welcome welcome wel";
        font-size: 10px;
        color: #dad7d7;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-right: 10px;
    }
}

/* ================================why choose us section======================= */
@media(min-width:1200px) {
    .card-wrapper {
        width: 35%;
    }

    .card-section h2::after {
        content: " welcome welcome wel";
        font-size: 10px;
        color: #fffafa;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

    .card-section h2::before {
        content: "welcome welcome wel";
        font-size: 10px;
        color: #fffdfd;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-right: 10px;
    }
}

.card-wrapper {
    background: linear-gradient(to left, #077f9b 0%, #0c1e43 100%);
    color: white;

    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
    text-align: center;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    height: 150px;



}

.card-wrapper p {
    transition: transform 0.3s;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #e0e7ed;

}

.card-wrapper:hover {
    background: linear-gradient(to bottom, #077f9b, #00a0f0);
}

.card-wrapper:hover p {
    transform: rotate(15deg);
}

/* ================================staff management section======================= */
@media(min-width:1200px) {
    .figcaption-sec {
        width: 32%;
    }
}

@media(min-width:768px) {
    .figcaption-sec {
        width: 32%;
    }

    .staff-section h2::after {
        content: " welcome welcome wel";
        font-size: 10px;
        color: #fffafa;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

    .staff-section h2::before {
        content: "welcome welcome wel";
        font-size: 10px;
        color: #fffdfd;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-right: 10px;
    }
}

/* ================================Business section======================= */
.business-sec {
    background-image: url(../Images/Background/Amazing.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.custom-slider-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.custom-slider {
    display: flex;
    white-space: nowrap;
    animation: slide 10s linear infinite;
}

.custom-slider img {
    width: 250px;
    height: 100px;
    padding: 10px;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .custom-slider img {
        max-width: 100%;
    }
}

/* ================================contact section======================= */
.fm {
    border: 1px solid orangered;
    width: 100%;
}

.fm input {
    /* padding: 1px 93px; */
    margin-bottom: 20px;
    border-radius: 9px;
    border: 1px solid gray;
}

@media(min-width:768px) {


    .fm input {
        padding: 1px 93px;

    }
}

@media(min-width:1200px) {
    .fm {
        width: 47%;
        height: 350px;
    }

    .fm input {
        padding: 1px 93px;
        margin-bottom: 20px;
        border-radius: 9px;
        border: 1px solid gray;
    }

    .fm textarea {
        padding: 1px 104px;

        border-radius: 9px;
        border: 1px solid gray;
    }

    .contact-page h2::after {
        content: " welcome welcome wel";
        font-size: 10px;
        color: #fffafa;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

    .contact-page h2::before {
        content: "welcome welcome wel";
        font-size: 10px;
        color: #fffdfd;
        border-bottom: 1px solid #13aba6;
        position: relative;
        top: -15px;
        margin-right: 10px;
    }
}


.cnt-img img {
    width: 100%;

}


.form-button {
    text-align: center;
}

.form-button button {
    padding: 8px 14px;
    background-color: orangered;
}

/* ================================footer section======================= */
.foot-sec {
    background-color: #022739;
    color: white;
}

@media(min-width:768px) {
    .foot1 {
        width: 27%;
    }
}