* {
    font-family: "Poppins", sans-serif;
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

.fa,
.fa-regular,
.fa-solid {
    font-family: "Font Awesome 7 Free";
}

header .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

.header_logo {
    width: 70px;
}

/* ================= HEADER BASE ================= */

.header_parent {
    display: block;
    height: 100px;
}
.site-header {
    backdrop-filter: blur(7px);
    position: fixed;
    top: 0px;
    z-index: 1000;
    background: #ffffff9e;
    width: 100%;
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.mobile_menu_imgtop {
    display: none;
}

/* ================= NAV DESKTOP ================= */
.header-nav {
    display: flex;
    align-items: center;
}

.header-nav .nav-link {
    color: #1f2933;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

/* ================= HAMBURGER ================= */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #1f2933;
}

.orng_arw_btn {
    background: #ff7a18;
    color: #fff;
    border: 1px solid #ff7a18;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
}

.nav-link:hover {
    color: #ff7a18;
    transition: all ease 0.2s;
    border-bottom: 1px solid;
}

.orng_arw_btn:hover {
    background: transparent;
    border: 1px solid #ff7a18;
}

.btn_outline {
    border: 1px solid #333;
    padding: 10px 16px;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.btn_outline:hover {
    border: 1px solid #ff7a18;
    background-color: #ff7a18;
    color: #fff;
    transition: all 0.3s ease;
}

.hero {
    background: linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.6)
        ),
        url("../images/home_banner_img.jpg");
    background-size: cover;
}

.badge {
    font-size: 13px;
    background: #f5d7ce82;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 21px;
    color: #a35050;
}

.badge .fa-circle {
    font-size: 8px;
    padding-right: 13px;
    position: relative;
    bottom: 1px;
    z-index: 0;
}

/* ================= Hero Banner ================= */

/*.slide {*/
/*  opacity: 0;*/
/*  transition: opacity 1s ease-in-out;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.slide.active {*/
/*  opacity: 1;*/
/*  z-index: 1;*/
/*}*/

.hero h1 {
    font-size: 74px;
    font-weight: 800;
}

.hero h1 span {
    color: #ff7a18;
}

.hero p {
    max-width: 600px;
    margin-top: 20px;
    color: #555;
}

.hero-btns {
    margin-top: 30px;
}

.stats {
    background: #1f2937;
    color: white;
}

.stats h2 {
    font-weight: 700;
    font-size: 48px;
}

.stats p {
    font-size: 18px;
    text-transform: uppercase;
}

.stats h2::after {
    content: "+";
}

.stats h2[data-target="98"]::after {
    content: "%";
}

.text-orange {
    color: #ff7a18;
    font-weight: 600;
    font-size: 16px;
}

.section_black_heading {
    font-size: 40px;
    font-weight: 600;
}

.services {
    background: #f8fafc;
}

.home_page .service-card {
    text-align: center;
    padding: 30px;
}

.home_page .project-card {
    box-shadow: none;
}

.service-card:hover,
.project_page .project-card:hover {
    box-shadow: 2px 2px 8px #aaa;
    position: relative;
    transform: translateY(2px);
    transition: all 0.3s ease-in;
}

.service-card i {
    font-size: 25px;
    padding: 20px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 10px;
}

.service-card:hover.service-card i {
    background: #ff7a18;
    transition: all 0.3s ease;
    color: #fff;
}

.service-card h5 {
    width: 100%;
    padding-top: 20px;
}

section {
    padding: 80px 0;
}

.project-card img {
    width: 100%;
    border-radius: 14px;
    height: 260px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease;
}

.project-card p {
    color: #ff7a18;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.project-card {
    text-decoration: none;
}

.project-card h5 {
    color: #000;
    font-weight: 600;
}

.project-card span {
    color: #333;
}

.project-card:hover.project-card img {
    transform: scale(1.05);
}

.project-card:hover .prjct_img_text {
    transform: translateY(-10px);
}

.prjct_img_div {
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

.prjct_img_text {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 20px;
    transition: all 0.3s ease;
    background: #eee;
    border-radius: 10px;
    padding: 3px 18px;
    transform: translateY(40px);
}

.why-forge {
    background: #f5f5f5;
}

.why-forge h2 {
    font-weight: 700;
}

.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.why-list li::before {
    content: "\f111";
    color: #ff7a18;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 7 Free";
}

.why-img {
    width: 100%;
    border-radius: 20px;
}

.rating-box {
    position: absolute;
    bottom: -20px;
    left: 30px;
    background: white;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonials {
    background: #1f2937;
}

.testimonial-card {
    background: #2b344187;
    padding: 40px;
    border-radius: 16px;
    color: #fff;
    height: 100%;
    border: 1px solid #666;
}

.testimonial-card p {
    color: #cbd5e1;
    margin: 20px 0;
}

.stars {
    color: #ff7a18;
    font-size: 18px;
}

.cta-section {
    background: #f6f6f6;
}

.cta-box {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 8px;
    border-left: 6px solid #ff7a00;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.cta-box h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-box p {
    font-size: 15px;
    color: #6c757d;
}

.cta-btn {
    display: inline-block;
    background: #2f3a44;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #ff7a00;
    color: #ffffff;
}

/* contact page */

.contact-section {
    background: #ffffff;
}

.contact-left {
    padding-right: 60px;
}

.section-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f7a600;
    display: inline-block;
    margin-bottom: 12px;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0b0b0b;
}

.section-desc {
    color: #5f6c7b;
    max-width: 460px;
    margin-bottom: 35px;
}

.contact-section form {
    background: #efeff5;
    padding: 30px;
    border: 1px solid #d5d5f1;
    border-radius: 10px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}

.contact-info small {
    display: block;
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 2px;
}

.contact-info a {
    text-decoration: none;
    font-weight: 600;
    color: #0b0b0b;
}

.contact-info strong {
    font-weight: 600;
    color: #0b0b0b;
}

.dot {
    width: 12px;
    height: 12px;
    background: #fde3a7;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.quote-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.quote-card h4 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #0b0b0b;
}

.quote-card label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
    color: #0b0b0b;
}

.quote-card .form-control {
    height: 48px;
    border-radius: 6px;
    border: 1px solid #dbe2ea;
    font-size: 14px;
}

.quote-card textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #333;
}

.footer_section {
    background: #2b313b;
    color: #cfd6df;
    padding: 70px 0 30px;
}

.footer_brand .brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer_logo {
    width: 80px;
}

.footer_brand p {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.7;
    color: #b9c2cf;
}

.footer_links h6 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links ul li {
    margin-bottom: 10px;
}

.footer_links ul li a,
.breadcrumb-custom a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_links ul li a:hover,
.breadcrumb-custom a:hover {
    color: #ff8c1a;
}

.footer_top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_bottom {
    padding-top: 20px;
    font-size: 13px;
}

.footer_bottom p {
    margin: 0;
    color: #9fa8b5;
}

.footer_bottom a {
    color: #9fa8b5;
    text-decoration: none;
    margin-left: 10px;
}

.footer_bottom a:hover {
    color: #ff8c1a;
}

.footer_details ul {
    list-style: none;
}

.footer_details a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer_details span {
    color: #fff;
    font-weight: 500;
}

.divider {
    margin: 0 8px;
    color: #6c757d;
}

/* contact us page */

.hero_main {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

/* HERO */
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../images/contact_hero_banner.png") center / cover no-repeat;
}

.breadcrumb-custom {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* MAP + OWNER */
.contact-map-section {
    background: #ffffff;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    min-height: 420px;
    border: 0;
}

.owner-card {
    background: #1f2937;
    color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
}

.owner-card h4 {
    font-size: 28px;
    margin-bottom: 20px;
}

.owner-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #d1d5db;
}

/* CONTACT SECTION */

.section-tag {
    color: #ff7a00;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}

.section-desc {
    color: #6b7280;
    margin-bottom: 40px;
}

.contact-info li {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-info .dot {
    width: 10px;
    height: 10px;
    background: #ff7a00;
    border-radius: 50%;
    margin-top: 8px;
}

.quote-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.submit-btn {
    border-radius: 30px;
    font-weight: 600;
}

/* services page */

.services-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../images/services_hero_banner.png") center / cover no-repeat;
}

section.service_grid {
    background-color: #f5f5f5;
}

.service-card h5 {
    font-weight: 700;
}

/* ================= SERVICES SECTION ================= */
.services-section {
    background: #ffffff;
}

.service-card,
.project-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.services_page .service-card {
    padding: 30px;
}

.project_page .project_content {
    padding: 20px;
}

.service-card:hover {
    transform: translateY(-6px);
}

.service-card img,
.project-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-content,
.project_content {
    padding: 25px 0px;
}

.service-content h4,
.project_content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content p,
.project_content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

.service-content ul,
.project_content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.service-content ul li,
.project_content ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

.service-content ul li::before,
.project_content ul li::before {
    content: "-";
    color: #ff7a00;
    font-size: 30px;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 7 Free";
    line-height: 15px;
}

/* about us section */

.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../images/about_hero_banner.webp") center / cover no-repeat;
}

.why-apex-section {
    background: #2f3a44;
    color: #ffffff;
}

.why-title {
    font-weight: 700;
}

.why-title span {
    color: #ff7a00;
}

.why-desc {
    font-size: 16px;
    color: #cfd6dc;
    max-width: 600px;
}

.why-card {
    background: #3a4651;
    padding: 25px;
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
}

.why-card i {
    color: #ff7a00;
    font-size: 28px;
    margin-bottom: 12px;
}

.why-card h5 {
    font-size: 16px;
    font-weight: 600;
}

.why-card p {
    font-size: 14px;
    color: #cfd6dc;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-box {
    background: #4b5560;
    padding: 30px;
    text-align: center;
    border: 1px solid transparent;
    /* height: 220px; */
}

.stat-box.highlight {
    background: #ff7a00;
}

.stat-box.dark {
    background: #1e2328;
}

.stat-box h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 13px;
    letter-spacing: 1px;
}

.stat-box:hover,
.why-card:hover {
    border: 1px solid #888;
    transition: all 0.3s ease;
}

/* project page */

.project-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../images/project_hero_banner.png") center / cover no-repeat;
}

.project_page .project-card img,
.project_page .prjct_img_div {
    border-radius: 0px;
}

.ongoing_prjct {
    background-color: #f5f5f5;
}

.floating-actions {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Individual colors */
.floating-btn.whatsapp {
    background-color: #25d366;
}

.floating-btn.call {
    background-color: #0d6efd;
}

.floating-btn.top {
    background-color: #f36b21;
}

/* Hide top button initially */
.floating-btn.top {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-btn.top.show {
    opacity: 1;
    visibility: visible;
}
