* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */

}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins ', sans-serif;
    background-color: #fdf6f0;
}

/* body {
    font-family: 'Poppins', sans-serif;
} */


.wrapper {
    position: relative;
}

#text span {
    font-weight: bold;
}

.top {
    height: 40px;
    background-color: #007abf;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.Contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.Contact p {
    display: inline;
    margin: 0px;
    padding: 10px;
}

.Contact p i {
    color: #ffffff;
}

.Contact p a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.Contact p a:hover {
    color: #00d9ff;
}

.social-icons {
    margin-top: 5px;
}

.social-icons a {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #00d9ff;
}

/* HEADER1 CSS */


.site-header {
    position: sticky;
    top: 20px;
    z-index: 1000;
    /* background-color: rgba(10, 61, 98, 0.95); */
    background-color: #242424;
    backdrop-filter: blur(2px);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 75%;
    transition: all 0.1s ease;
}

.logo {
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    height: 50px;
    width: 110px;
    border-radius: 5px;
}

.navbar-cust {
    display: flex;
    gap: 8px;
}

.navbar-cust a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    transition: background 0.3s ease;
}

.navbar-cust a .circle {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: 6px;
}

.navbar-cust a.active {
    background-color: rgb(255, 143, 64);
    color: #000000;
    /* width: 100%; */
}

.navbar-cust a.active .circle {
    background-color: #000000;
    width: 7px;
    height: 7px;
}

.navbar-cust a:hover {
    background-color: #ffb269d8;
    color: #000000;
}

.dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.dropdown-menu-cust {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    /* padding: 10px 20px; */
    width: 250px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    z-index: 999;
    border-radius: 8px;
}

.dropdown-wrapper:hover .dropdown-menu-cust {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.dropdown-menu-cust p {
    margin-bottom: 0px;
}

.dropdown-menu-cust a {
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.3s;
}

.dropdown-menu-cust a:hover {
    background-color: #ffb269d8;
    width: 100%;
}

.arrow {
    margin-left: 5px;
    font-size: 10px;
    transition: transform 0.3s ease;

}

.dropdown-wrapper:hover .arrow {
    transform: rotate(180deg);
}

.body-blur-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.body-blur-overlay.active {
    opacity: 1;
    pointer-events: auto;
}




/* IMAGE CONTENT CSS */
.header-image {
    position: relative;
    height: 630px;
    width: 100%;
    margin-top: -100px;
}

.header-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.caption-box {
    position: absolute;
    top: 45%;
    left: 3%;
    height: 150px;
    width: 700px;
    /* max-width: 700px; */
    /* color: #1d224e; */
    color: #111;
    z-index: 2;
    background: rgba(255, 255, 255, 0.384);
    backdrop-filter: blur(8px);
    padding: 20px 25px;
    border-radius: 12px;
}

.caption-box h3 {
    font-size: 2.5rem;
}

.caption-box p {
    font-size: 20px;
}

.cta-buttons .btn {
    position: absolute;
    top: 110%;
    left: 20%;
    padding: 12px 25px;
    margin: 0 10px;
    background: #ff6600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

.cta-buttons .btn.outline {
    position: absolute;
    left: 50%;
    background: rgb(0, 0, 0);
    /* border: 2px solid #00aaff; */
}

.cta-buttons .btn:hover {
    background: #e65c00;
}

/* .caption-box{
    position: absolute;
    top: 100%;
    left: 30%;
    opacity: 0.3;
    background-color: #f4f7fc;
    height: 150px;
    width: 700px;
    transform: translate(-50%, -50%);
    color: #00d9ff;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgb(0, 204, 255);
    text-align: center;
    padding: 10px;
} */

/* .header-caption {
    position: absolute;
    top: 100%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #00d9ff;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
} */



.hero-section {
    max-height: 600px;
    height: 550px;
    width: 100%;
    background-color: #777777;
}


.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: hsl(0, 0%, 81%) !important;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}

.carousel-indicators .active {
    background-color: #ff6600 !important;
    opacity: 1;
    transform: scale(1.2);
}

#text h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
    color: #ff6600 !important;
}

h2 {
    font-size: 30px;
    font-weight: 700 !important;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #ff6600 !important;
    /* width: fit-content; */
}

#text span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
}


.contents {
    margin: 30px 50px;
    /* height: 470px; */
}

.content-1 {
    display: flex;
    justify-content: space-evenly;
}

.object-cover {
    height: 350px;
    width: 100%;
    border-radius: 20px;
}

.object-cover1 {
    height: 400px;
    width: 500px;
    background-color: rgb(255, 255, 255) !important;
}

.object-cover1 p {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    margin-top: 40px;
}

/* Who We Are Css */
.points {
    list-style: none;
    padding: 0;
    /* margin: 50px auto; */
}

.points li {
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 15px;
    font-size: 18px;
    color: hsl(0, 1%, 33%);
    width: fit-content;
    /* font-weight: 500; */
}

/* Scroll Cards CSS */

.slider-card img {
    min-width: 350px;
    height: 200px;
    position: absolute;
    top: 0%;
    border-radius: 15px 15px 0 0;
}

.slider-card h5 {
    color: #000000 !important;
    font-weight: 700 !important;
    position: absolute;
    top: 50%;
    padding: 10px;
}

.slider-card p {
    position: absolute;
    font-size: 17px !important;
    text-align: justify;
    top: 60%;
    width: 300px;
    padding: 12px 0;
    color: #333333;
}

.horizontal-slider {
    position: relative;
    padding-bottom: 50px;
    background: #000000;
    overflow: hidden;
    /* prevents overflow */
}

.slider-track {
    display: flex;
    gap: 2rem;
    padding: 0 2rem;
}

.slider-card {
    width: 350px;
    height: 400px;
    background: #f5f5f5;
    color: white;
    font-size: 1.5rem;
    border-radius: 15px;
    border: 1px solid #e65c00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


/* Mobiles Cards  */

.produ {
    background-color: #000000;
}

.products {
    /* margin-top: 0px; */
    display: flex;
    justify-content: space-evenly;
}

.product {
    background-color: #f8f9fa;
    margin-top: 30px;
    height: 450px;
    width: 380px !important;
    /* background-color: #007bff; */
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.product h5 {
    font-size: 21px !important;
    color: #000000 !important;
    padding: 15px !important;
    font-weight: 700 !important;
}

.product p {
    font-size: 17px !important;
    text-align: justify;
    padding: 0px 25px;
    color: hsl(0, 1%, 33%) !important;
}

.readmore {
    position: static;
    bottom: 10%;
    height: fit-content;
    width: fit-content;
    background-color: #4ba5ff;
    margin: 0px auto;
    padding: 10px;
    border-radius: 20px;
}

.readmore a {
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;

}

.product:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgb(240, 140, 25);
}

.product-image {
    max-height: 215px;
    max-width: 400px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.product-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}

#why-choose-us {
    padding: 33px 20px;
    background-color: #000000;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    color: #ff6600;
    font-weight: bold;
    margin-bottom: 40px;
}

.who-we-are {
    padding-top: 30px !important;
    display: flex;
    justify-content: space-around;
}

.who-we-are-image {
    height: 400px;
    width: 350px;
}

.who-we-are-image img {
    height: 400px;
    width: 520px;
    border-radius: 20px;
    padding: 5%;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.why-point {
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    opacity: 0;
    background-color: #f5f5f5;
    transform: translateY(20px);
    transition: box-shadow 0.3s ease;
}

.why-point:hover {
    box-shadow: 0 10px 16px #ff6600;
}

.why-title {
    font-size: 1.25rem;
    color: #ff6600;
    margin-bottom: 8px;
}

.why-point p {
    color: #444;
    font-size: 0.95rem;
}

#industries {
    background-color: #000000;
    padding: 40px 20px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.industry-card {
    background-color: white;
    border: 2px solid Orange accent;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    color: #ff6600;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card p {
    padding: 20px !important;
    margin-bottom: 0px !important;
    margin-top: 17px;
}

.industry-card:hover {
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #ff9114;
    color: white;
    border-color: transparent;
    box-shadow: 4px 8px 16px #ff9114c0;

}

/* Testimonial */

.testimonial-section {
    padding: 30px 20px;
    text-align: center;
}

/* .testimonial-heading {
    font-size: 2.2rem;
    color: #0077b6;
    margin-bottom: 40px;
    font-weight: 900;
} */

.testimonial-swiper {
    padding-bottom: 40px;
}



.testimonial-card {
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.1);
    width: 100%;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}


.testimonial-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
}

.stars {
    color: #ffb400;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.user-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    border: 3px solid #0077b6;
}

.user-name {
    font-weight: bold;
    font-size: 1rem;
    color: #ff6600;
}

.user-position {
    display: block;
    font-size: 0.9rem;
    color: #555;
}

.swiper-pagination-bullet {
    background: #ff9114;
}

.footer {
    background-color: #000000;
    color: white;
    padding: 40px 0 20px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
}

.footer-box {
    flex: 1 1 220px;
}

.footer-box h3 {
    color: #ff6600;
    margin-bottom: 15px;
}

.footer-box p,
.footer-box li {
    font-size: 14px;
    line-height: 1.6;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 10px;
}

.footer-box ul li a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #ff6600;
}

.footer-box p a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}

.footer-box p a:hover {
    color: #ff6600;
}


.social-icon a {
    display: inline-block;
    color: #ffffff;
    margin-right: 12px;
    font-size: 18px;
    transition: color 0.3s;
}

.social-icon a:hover {
    color: #ff6600;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
}

.footer-bottom a {
    text-decoration: none;
    color: #ffffff;
}


#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: rgb(255, 102, 0);
    color: #fff;
    border: none;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
    animation: bounceIn 0.6s ease forwards;
}

/* Bounce animation */
@keyframes bounceIn {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    60% {
        transform: translateY(-20px);
        opacity: 1;
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

#scrollTopBtn:hover {
    background-color: rgb(255, 150, 80);
    animation: pulse 1s infinite;
}


.navbar-nav .nav-link {
    font-weight: 600;
    color: #003366;
}

.navbar-nav .nav-link.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

.custom-lg-visible {
    display: none;
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.hamburger {
    font-size: 28px;
    padding: 8px 15px;
    cursor: pointer;
    z-index: 101;
    top: 10px;
    left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    transition: left 0.4s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-menu.active {
    left: 0;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.close-btn {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
}

.menu-link:hover {
    background: #f5f5f5;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
}

.submenu a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border-top: 1px solid #eee;
}

.submenu a:hover {
    background: #eee;
}

.menu-item.open .submenu {
    max-height: 500px;
}

.menu-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-link i {
    transition: transform 0.3s ease;
}

.menu-item.open .menu-link i {
    transform: rotate(-90deg);
}

/* ABOUT PAGE */

.about {
    position: relative;
    height: 300px;
    width: 100%;
    margin-top: -100px;

}

.about img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.about h1 {
    position: absolute;
    top: 50% !important;
    right: 50% !important;
    font-weight: 700;
    color: #ff6600;
}

.about-us-section {
    padding: 40px 40px;
    transition: all 0.4s ease;
}

.about-us-section h1 {
    color: #ff6600 !important;
    font-weight: 700;
    line-height: 2;
}

.about-us-section p {
    font-size: 20px;
    text-align: justify;
}

.Our-Mission {
    display: flex;
    justify-content: space-between;
}

.Our-Mission p {
    font-size: 20px;
    text-align: justify;
}

.Our-Mission-Vision {
    padding: 20px 110px;
}

.Our-Mission-Vision h2 {
    font-size: 33px;
    font-weight: 700 !important;
    text-align: center;
    font-weight: bold;
    padding-top: 0px !important;
    padding-bottom: 30px;
    /* color: rgb(31, 76, 152) !important; */
}

.Our-Mission-image img {
    /* position: absolute; */
    left: 0px;
    height: 300px;
    /* width: 100%; */
    object-fit: fill;
    border-radius: 20px;
}

.container_what-we-do h2 {
    font-size: 33px;
    font-weight: 700 !important;
    text-align: center;
    font-weight: bold;
    padding-top: 0px !important;
    padding-bottom: 30px;
}

.what-we-do {
    background: #000000;
    padding: 20px 20px;
    /* font-family: 'Segoe UI', sans-serif; */
    color: #000000ff;
}

.what-we-do .container_what-we-do {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title_what-we-do {
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff6600;
}

.intro-text,
.closing-text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
    color: whitesmoke;
}

.service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.service-list li {
    background: #ffffff;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 15px;
    border-left: 5px solid #ff6600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 16px rgba(255, 163, 43, 0.69);
    transition: all 0.3s;

}

.service-list strong {
    color: #ff6600;
    font-size: 20px;
}


.why-vetron-modern {
    /* background: rgb(75, 165, 255); */
    color: #f1f1f1;
    padding: 20px 20px;
}

.why-vetron-modern .container-why-vetron {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title-why-vetron {
    font-size: 33px;
    font-weight: 700 !important;
    text-align: center;
    font-weight: bold;
    padding-top: 0px !important;
    padding-bottom: 20px;
}

.section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    color: #000000ff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.trust-card {
    background: #000000;
    border: 1px solid #2c2c31;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 transparent;
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.trust-card .icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #ff6600;
}

.trust-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ff6600;
}

.trust-card p {
    font-size: 1rem;
    color: #d0d0d0;
    line-height: 1.6;
}

.our-people {
    padding: 20px 20px;
    /* font-family: 'Poppins', sans-serif; */
    color: #1b1b1f;
}

.our-people .container-our-people {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title-our-people {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    color: #ff6600;
    margin-bottom: 25px;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.people-highlight {
    background-color: #ffffff;
    border-left: 4px solid #ff6600;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: center;
}

.people-highlight strong {
    color: #ff6600;
    font-weight: 600;
}



.vetron-notify-box {
    max-width: 900px;
    margin: 80px auto 40px auto;
    padding: 30px 40px;
    background-color: hsl(197, 86%, 45%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.notify-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.notify-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

.notify-form {
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    background-color: #1f1f3dff;
    border: 1px solid #333;
}

.notify-form input {
    padding: 12px 20px;
    border: none;
    background: transparent;
    color: #fff;
    outline: none;
    font-size: 0.95rem;
    width: 240px;
}

.notify-form input::placeholder {
    color: #888;
}

.notify-form button {
    background-color: hsla(195, 100%, 50%, 0.86);
    color: #fff;
    border: none;
    padding: 12px 22px;
    font-weight: 600;
    /* font-family: 'Poppins', sans-serif; */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.notify-form button:hover {
    background-color: hsl(195, 100%, 50%);
}





@media (max-width: 768px) {

    .about h1 {
        position: absolute;
        top: 85% !important;
        right: 35% !important;
        color: aliceblue;

    }

    .about img {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .about-us-section {
        padding: 20px 20px;
        transition: all 0.4s ease;
    }

    .about-us-section h1 {
        color: #ff6600 !important;
        font-weight: 700;
        font-size: 22px;
        line-height: 2;
    }

    .about-us-section p {
        font-size: 17px;
        text-align: justify;
    }

    .Our-Mission p {
        font-size: 17px;
        text-align: justify;
    }

    .Our-Mission-Vision {
        padding: 20px 20px;
    }

    .Our-Mission {
        flex-direction: column;
    }

    .Our-Mission-Vision h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .service-list {
        grid-template-columns: 1fr;
        gap: 10px;

    }

    .Our-Mission-image img {
        display: none;
    }

    .section-intro {
        font-size: 17px;
        text-align: justify;
    }

    .container_what-we-do h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .service-list strong {
        font-size: 16px;
    }

    .service-list li {
        font-size: 14px;
    }

    .closing-text {
        font-size: 17px;
        text-align: justify;
    }

    .section-title-why-vetron {
        font-size: 25px;
    }

    .trust-card {
        padding: 0px 25px;
    }

    .section-title-our-people {
        font-size: 25px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .people-highlight {
        padding: 0px;
    }

    .people-highlight p {
        font-size: 14px;
        text-align: justify !important;
        padding: 9px 30px !important;
        line-height: 1.5;

    }

    .intro-text {
        font-size: 17px;
        text-align: justify !important;


    }
}




@media (max-width: 768px) {
    /* .hamburger {
        display: none;
    } */

    .site-header {
        display: none !important;
    }

    .header-image {
        height: 400px;
    }

    .header-image img {

        height: 100%;
    }

    .caption-box {
        top: 69% !important;
        height: 80px;
        width: 270px;
        padding: 10px 15px;
    }

    #text h1 {
        font-size: 25px;
    }

    .caption-box h3 {
        font-size: 16px;
    }

    .caption-box p {
        font-size: 10px;
    }

    .cta-buttons .btn {
        top: 105%;
        left: 8%;
        height: fit-content;
        width: fit-content;
        font-size: 11px;
        padding: 5px 5px;

    }

    .content-1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .object-cover {
        height: 350px;
        width: 100%;
        border-radius: 20px;
    }

    .object-cover1 {
        height: 400px;
        width: 500px;
        background-color: rgb(255, 255, 255) !important;
    }

    .products {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        justify-content: center !important;
        text-align: center !important;
    }

    .mobile-product {
        margin: 20px;
    }

    .product {
        /* height: 450px; */
        /* width: 350px !important; */
        justify-content: center !important;
        text-align: center !important;
    }

    .product h5 {
        padding: 10px 10px 0px 10px !important;
    }

    .who-we-are {
        padding-top: 30px !important;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
    }

    .points li {
        text-align: justify;
        font-size: 16px;
    }

    .points {
        padding: 0px 35px 1px 35px;
    }



    .contents {
        margin: 13px 30px;
    }

    .object-cover1 {
        width: 100% !important;
    }

    .object-cover {
        height: fit-content;
        width: 100% !important;
    }

    .object-cover1 p {

        font-size: 16px !important;
    }

    .why-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .object-cover1 p {
        margin-top: 20px;
    }

    .footer-bottom {
        flex-direction: column;
    }





}