/* 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 */
/* Inner Banner Start */
.innerBanner_wrapper {
    background-image: url("../img/bg4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 40vh;
    width: 100%;
}
.innerBanner_wrap {
    background-color: rgb(19, 39, 112, 0.6);
    /* padding-bottom: 50px;   */
    min-height: 40vh;
}
.innerPage_title {
    min-height: 40vh;
    color: white;
    font-family: "Suez One";
}
.innerPage_title h1 {
    font-size: 4em;
}
/* Inner Banner End */
/* About Us Start */
.whoWeAre_wrapper {
    background-color: #132770;
    color: white;
    padding: 70px 0px;
}
.whoWeAre_header {
    /* Who we are */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5em;
    color: #ffffff;
}
.whoWeAre_desc p {
    font-family: "Poppins" !important;
    font-size: 1.5em !important;
    line-height: 31px !important;
    align-items: center !important;
    text-align: justify !important;
    text-align-last: center !important;
    color: #ffffff !important;
}
.missionVision_wrapper {
    padding: 70px 0px;
}
.missionVision_header {
    /* Who we are */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5em;
    color: #132770;
    margin-bottom: 50px;
}
.missionVision_desc p {
    font-family: "Poppins" !important;
    font-size: 1.2em !important;
    line-height: 31px !important;
    align-items: center !important;
    text-align: justify !important;
    color: #132770 !important;
}
.whatWeOffer_wrapper {
    position: relative;
    background-image: url("../img/bg6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
}
.whatWeOffer_wrap {
    position: absolute;
    background-color: rgba(0, 49, 97, 0.7); /* Instead of opacity */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

.whatWeOffer_header1 {
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 4em;
    color: #ffffff;
    margin-bottom: 80px;
    z-index: 2;
}
.whatWeOffer_img .img_polaroid {
    background: #fff; /* white background like polaroid */
    padding: 10px 10px 30px 10px; /* extra bottom padding */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* deep shadow */
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-2deg); /* slight tilt for a playful look */
    transition: 0.3s ease;
}

.whatWeOffer_img .img_polaroid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.whatWeOffer_img .img_polaroid:hover {
    transform: rotate(0deg) scale(1.03); /* straighten and zoom a bit on hover */
}

.whatWeOffer_desc {
    font-family: "Suez One";
    width: 80%;
}
.whatWeOffer_btn {
    background-color: #ffe02c !important;
    font-size: 1.2em !important;
    padding: 5px 60px !important;
    box-shadow: 5px 5px 0 #fe9400;
    font-weight: 600 !important;
}
.whatWeOffer_btn:hover {
    color: white !important;
    background-color: #fe9400 !important;
    box-shadow: 5px 5px 0 #ffe02c;
}
.whyChooseUs_wrapper {
    padding: 100px 0px;
}

.whyChooseUs_header {
    font-family: "Suez One";
    font-size: 3.5em;
    color: #003161;
}

.whyChooseUs_subheader {
    font-size: 1.5em;
}

.whyChooseUs_card {
    background-color: #003161;
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 50px solid #fcd535;
}

.whyChooseUs_card:hover {
    transform: translateY(-8px);
    background-color: #004080; /* Slightly lighter on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon_wrapper {
    background: #fcd535;
    color: #003161;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px auto;
}
/* Core Values Section Styling */
.ourCoreValues_header {
    /* Who we are */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5em;
    color: #132770;
    margin-bottom: 10px;
}

.core-values-icon {
    color: #004080;
}

.core-values-heading {
    color: #004080;
}

.gallery_header {
    /* Who we are */
    font-family: "Suez One";
    font-style: normal;
    font-weight: 400;
    font-size: 3.5em;
    color: #132770;
    margin-bottom: 10px;
}
.gallery_subheader {
    font-size: 1.5em;
}

.gallery-card {
    border: none;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-card:hover {
    transform: scale(1.03);
}

.gallery-img {
    width: 100%;
    height: 220px; /* fixed height for uniform look */
    object-fit: cover; /* para hindi ma-distort at pantay ang crop */
}

/* About Us End */
/* Services Start */
/* Section styling */
.services {
    background-color: #f7f7f7; /* Light background for the section */
    padding: 50px 0;
}

.services_header1 {
    font-family: "Suez One";
    text-align: center;
    font-size: 2.5rem;
    color: #132770;
    margin-bottom: 30px;
}

/* Service card styling */
.service-card {
    background-color: #cfe4ff;
    border-radius: 10px;
    padding: 50px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    background-color: #fcd535;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-family: "Suez One";
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 1rem;
    color: #000000;
}

/* Services End */
/* Equipments Start */
.equipment_card {
    background-color: #ffd700;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
    background-color: #f8f9fa; /* Add background color to the card */
}

.equipment_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #007bff; /* Change background color on hover */
    color: white !important; /* Change text color on hover */
}

.equipment_icon {
    width: 100%;
    height: 300px; /* Set a fixed height for the image */
    overflow: hidden; /* Ensure image stays within bounds */
    position: relative;
}

.equipment_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.equipment_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
}

.equipment_desc p {
    font-size: 1rem !important;
    color: #000000 !important;
}

.equipments_wrapper {
    padding: 40px 0;
}

/* Equipments End */
/* Contact Form Start */
/* Wrapper background */
.contactUs_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: 15px;
    margin-right: 50px;
}

.contactInfo_icon img {
    width: 100%;
    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 */
/* Announcement Inner Start */
.announcement-header {
    background: linear-gradient(to right, #00224d, #5284c0);
    color: white;
    padding: 20px 0px;
    text-align: center;
}
.announcement-header h1 {
    font-family: "Suez One";
}

.announcement-card {
    background: white;
    border-left: 10px solid #ffc107;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.announcement-card:hover {
    background-color: #fefbea;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.announcement-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #0b2c53;
}

.announcement-icon {
    color: #ffc107;
    margin-right: 10px;
}

.announcement-date {
    font-size: 0.85rem;
    background-color: #ffc107;
    color: #212529;
    border-radius: 15px;
    padding: 3px 12px;
    font-weight: 500;
}

.back-btn {
    background: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.back-btn:hover {
    background: #e0b400;
    color: #fff;
}
/* Announcement Inner End */
/* Footer Start */
.footer_wrapper {
    background-color: #1c1f23;
    color: #ccc;
    font-family: "Poppins";
}

.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;
}

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

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

.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;
}
/* Background Image */
.parallax {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.parallax::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/shape-02.jpg") no-repeat center center fixed;
    background-size: cover;
    opacity: 1;
    z-index: -1;
}
