html {
    scroll-behavior: smooth;
}
body {
    /* overflow: hidden; */
    font-family: "Patua One", cursive;
}
/* Navbar Start */
.navbar {
    background-color: #132770 !important;
}
.navbar-brand {
    max-width: 400px;
    height: auto;
}
.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: yellow;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
    transform: scaleX(1);
}

.soc_med_icons img {
    width: 40px;
    max-width: 100px;
    height: auto;
}
/* Navbar End */
/* Banner Start */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .overlay-left {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8),
        transparent 80%
    );
}

.overlay-right {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0.8),
        transparent 80%
    );
} */

.carousel-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* max-width: 40%; */
    padding: 20px;
}

.content-left {
    left: 9%;
    text-align: left;
}

.content-right {
    right: 5%;
    text-align: right;
}
.carousel-item img {
    height: 100vh; /* adjust based on design */
    object-fit: cover;
}

.slider1_header1 {
    /* WELCOME */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
    color: #1e90ff;
    text-shadow: 0px 10px 4px rgba(0, 0, 0, 0.25);
}
.slider1_header2 {
    /* DAJHEC RLC */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5rem;
    color: #1e90ff !important;
    /* text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25); */
    text-shadow: -1px -1px 0 #04306b, 1px -1px 0 #04306b, -1px 1px 0 #04306b,
        1px 1px 0 #04306b;
}
.slider1_subheader {
    /* Bachkoe Rental & Hauling Services */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    color: #1e90ff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slider1_subheader2 {
    /* Bachkoe Rental & Hauling Services */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #1e90ff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slider1_hr {
    width: 80%;
    height: 4px;
    background-color: white;
    border: none;
}
.slider1_content1 {
    list-style: none;
    padding-left: 0px;
    font-size: 1.5em;
    font-family: "Patua One", cursive;
}
.slider1_content1 li {
    color: #1e90ff !important;
}
.slider1_content1 img {
    height: 1.3em;
    width: auto;
    margin-right: 0.5rem;
    vertical-align: middle;
}
.slider1_header3 {
    font-family: "Patua One", cursive;
}
.slider1_number,
.slider1_email {
    font-weight: normal;
    font-size: 1.2em;
    font-family: "Patua One", cursive;
    color: #1e90ff !important;
}

.slider1_number a,
.slider1_email a {
    color: #1e90ff !important;
}
.slider2_header1 {
    font-family: "Patua One", cursive;
    font-size: 2em;
    color: #1e90ff !important;
}
.slider2_header2 {
    /* DAJHEC RLC */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 5em;
    color: #1e90ff !important;
    /* text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25); */
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
        1px 1px 0 black;
}
.slider2_header3 {
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    color: #1e90ff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slider2_header4 {
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #1e90ff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slider2_hr {
    margin-bottom: 60px;
    width: 80%;
    height: 4px;
    background-color: white;
    border: none;
}
.slider2_button {
    background-color: #ffff00 !important;
    border-radius: 10%;
    font-weight: 700 !important;
    font-size: 1.5em !important;
    padding: 1rem 2.5rem !important;
}
.slider2_button:hover {
    background-color: #ffc107; /* Brighter yellow */
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.6); /* glowing effect */
}
.carousel-control-prev,
.carousel-control-next {
    z-index: 3; /* higher than overlay and content */
    width: 5%; /* narrower so it doesn't cover too much */
    opacity: 1; /* make sure it's visible */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(
        0,
        0,
        0,
        0.5
    ); /* optional: dark background for visibility */
    border-radius: 50%;
    padding: 20px;
}

/* Prevent horizontal scroll */
#carouselExampleInterval {
    position: relative;
    overflow: hidden;
}

/* Adjust control buttons using transform instead of negative positioning */
.carousel-control-prev {
    left: 0;
    transform: translateX(-60px);
}

.carousel-control-next {
    right: 0;
    transform: translateX(60px);
}

/* Banner End */
/* Our Trucks Start */
.ourTrucks_wrapper {
    position: relative;
    background-image: url("../img/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.ourTrucks_wrap {
    position: absolute;
    background-color: rgba(0, 49, 97, 0.7); /* Instead of opacity */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ourTrucks_content {
    width: 90% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ourTrucks_header1 {
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    color: #ffffff;
    margin-bottom: 50px;
    z-index: 2;
}

.ourTrucks_card img {
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
    width: 100%;
    height: 280px;
}

.ourTrucks_card_title {
    background: #ffff00 !important;
}
.swiper {
    position: relative; /* ensure parent is positioned */
}

.swiper-custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10; /* <-- DITO ANG SAGOT, para lumutang sa ibabaw ng slides */
    padding: 0 30px;
    pointer-events: none;
}

.swiper-custom-nav button {
    background: transparent;
    border: none;
    pointer-events: auto;
    z-index: 11; /* para siguradong clickable */
}

.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-arrow svg {
    opacity: 0.6; /* adjust mo ito, 0 = invisible, 1 = solid */
    transition: opacity 0.3s ease; /* optional: para smooth pag nagbago */
}

.custom-arrow svg:hover {
    opacity: 1; /* pag hover, full opacity (optional) */
}

/* Our Trucks End */
/* Valued Clients Start */
.valuedClients_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130vh;
    background-color: #132770;
}
.valuedClients_header1 {
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    color: #ffffff;
    margin-bottom: 10px;
    z-index: 2;
}
.valuedClients_content {
    width: 70%;
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    color: #ffffff;
    /* margin-bottom: 120px; */
    z-index: 2;
}
.testimonial_container {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center (optional, depende sa layout mo) */
    flex-wrap: wrap;
    gap: 30px; /* space between cards if more than one */
    padding: 40px 0;
}

.testimonial-card {
    position: relative;
    background-color: white;
    border-radius: 20px !important;
    padding: 100px 20px 40px;
    width: 350px;
    text-align: center;
    box-shadow: 10px 10px 0 #ffd500; /* yellow shadow effect */
    margin: 30px;
    transition: all 0.4s ease-in-out;
}
.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.testimonial-image {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5 px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: bold;
}

.swiper-testimonials .swiper-wrapper {
    align-items: stretch;
}

.swiper-testimonials .swiper-slide {
    height: auto;
    display: flex;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
/* Valued Clients End */
/* Announcement Start */
.announcement_wrap {
    height: 200vh;
    padding: 100px 0px;
}
.announcement_header1 {
    /* Section Title */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5em;
    text-align: center;
    color: #003161;
}
.announcement_content1 {
    font-family: "Suez One";
    font-size: 2em;
    font-weight: 600 !important;
}
.announcement_content2 {
    font-family: "Poppins", sans-serif;
}
.announcement_header2 {
    font-weight: 400 !important;
}
.announcement_header3 {
    font-weight: 700 !important;
}
.announcement-item {
    position: relative;
    display: flex;
    align-items: center;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 10px 16px 10px 45px; /* left padding to make room for icon */
    font-weight: 500;
    background-color: white;
    width: 60%;
    margin-left: 0px;
}

.icon-circle {
    position: absolute;
    left: -30px; /* this makes it hang outside the border */
    background-color: #ffd700;
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 2;
}
.announcement_btn {
    background-color: #ffe02c !important;
    font-size: 1.2em !important;
    padding: 5px 60px !important;
    box-shadow: 5px 5px 0 #fe9400;
    font-weight: 600 !important;
}
.announcement_btn:hover {
    color: white !important;
    background-color: #fe9400 !important;
    box-shadow: 5px 5px 0 #ffe02c;
}
.announcement_wrapper {
    position: relative;
    overflow: hidden;
}

.truck-image-wrapper {
    position: absolute;
    right: -600px; /* adjust mo depende sa gusto mong layo */
    top: 55%;
    transform: translateY(-50%);
    height: 50%;
    overflow: hidden;
}

.announcement_truckimg {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: right center;
}
.announcement_form_wrapper {
    position: absolute;
    bottom: 80px; /* adjust mo kung gaano ka-taas mula sa wave */
    width: 100%;
    z-index: 5; /* para sure na nasa ibabaw ng SVG */
}
.link-display {
    background-color: #003161; /* Blue background */
    padding: 10px;
    border-radius: 10px;
    border: 5px solid white;
}

.link-content {
    background-color: #003161;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center horizontally */
    text-align: center;
}

.link-content .globe-icon {
    color: #ffd700; /* Yellow Globe */
    font-size: 20px;
    margin-left: 10px;
}

.visit-button {
    background-color: #ffd700; /* Yellow */
    color: #002b5c; /* Dark Blue Text */
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s;
    white-space: nowrap; /* Prevent breaking */
}

/* .visit-button:hover {
    color: white !important;
    background-color: #fe9400 !important;
  } */
/* Announcement End */
/* Payment Start */
.payment_wrap {
    padding: 100px 0px;
}
.payment_header1 {
    /* Section Title */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5em;
    text-align: center;
    color: #003161;
}
.payment_circle {
    width: 20vw; /* Set the width as a percentage of the viewport */
    height: 20vw; /* Set the height equal to the width to maintain a circle */
    max-width: 200px; /* Set a maximum width */
    max-height: 200px; /* Set a maximum height */
    background-color: #3498db; /* Circle background color */
    border-radius: 50%; /* Make the div a circle */
    margin-bottom: 10px; /* Space between the circle and the underline */
    position: relative;
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
}

.payment_circle img {
    width: 100%; /* Set the image width to 80% of the circle's size */
    height: 100%; /* Set the image height to 80% of the circle's size */
    object-fit: cover; /* Ensure the image covers the area of the circle */
    border-radius: 50%; /* Optionally, you can make the image itself circular */
}

.payment_circle::after {
    content: "";
    display: block;
    width: 20vw; /* Set the width of the underline */
    max-width: 200px; /* Maximum width for the underline */
    height: 5px; /* Height of the underline */
    background-color: black; /* Color of the underline */
    margin: 0 auto; /* Center the underline */
    position: absolute;
    bottom: -50px; /* Position the underline below the circle */
}

/* Payment End */
/* Contact Form Start */
/* Wrapper background */
.contactForm_wrap {
    background-color: #003161; /* dark blue */
    padding: 100px 0;
    color: white;
    font-family: "Poppins", sans-serif;
}

/* Left info items */
.contactInfo_section {
    padding-right: 30px;
    border-right: 5px solid #ccc; /* Add this line */
}
.contactInfo_item {
    margin-bottom: 30px;
}

.contactInfo_icon {
    width: 60px;
    height: 60px;
    background-color: #1c1c1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.contactInfo_icon img {
    width: 60px;
    height: auto;
}

.contactInfo_text {
    font-size: 16px;
}
.contactInfo_link {
    color: white; /* or depende sa theme mo */
    text-decoration: none;
}

.contactInfo_link:hover {
    text-decoration: underline;
}

/* Right form */
.contactInfo_form {
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    color: #1f3d63;
}

.contactInfo_form h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.contactInfo_form h1 span {
    color: #ffd700;
}

.contactInfo_form .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 16px;
}

.contactInfo_form .form-control:focus {
    border-color: #ffd700;
    box-shadow: none;
}

.contactInfo_submitBtn {
    background-color: #ffd700 !important;
    color: #1f3d63;
    border: none;
    font-weight: bolder !important;
    width: 150px;
}

.contactInfo_submitBtn:hover {
    color: white !important;
    background-color: #fe9400 !important;
}
/* Contact Form End */
/* Footer Start */
.footer_wrapper {
    background-color: #1c1f23;
    color: #ccc;
}

.footer_logo {
    /* width: 500px; */
}

.footer_title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer_links li {
    margin-bottom: 10px;
}

.footer_links a {
    color: #ccc;
    text-decoration: none;
}

.footer_links a:hover {
    color: #fcd535; /* or any bright highlight */
}

.footer_socials a {
    margin-right: 10px;
}

.social_icon {
    width: 40px;
    height: 40px;
}

.footer_contact a {
    color: #ccc !important;
}
.footer_contact a:hover {
    color: #fcd535 !important;
    text-decoration: underline !important;
}

.footer_contact p {
    margin: 0;
    color: #ccc;
}

.border-top {
    border-color: #333 !important;
}

.footer_wrapper h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_wrapper p {
    margin: 0;
    color: #ccc;
}

/* Footer End */

/* Scroll To Top CSS Start */
/* Style for the button */
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #217bf4;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

/* Style for the button when hovering over it */
#scrollToTop:hover {
    background-color: #241e5f;
}
