* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #111;
    color: #fff;
}

.topbar {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.topbar-right {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.info-item {
    opacity: 0.95;
}

.topbar-left {
    position: relative;
    padding-left: 18px;
    /* space for dot */
    display: flex;
}

p.orange-txt {
    margin-bottom: 0px;
}

.topbar-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #a87b00;
}


/* Header */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    padding: 15px 40px;
}

.brand-text {
    color: white;
}

.logo-icon1 {
    transform-origin: center;
    margin-top: 0px;
    width: 20vh;
}

.logo h1 {
    font-size: 22px;
}

.logo p {
    font-size: 12px;
    color: #ffffff;
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    /* 🔥 controls space between links */
}

.nav a {
    margin: 0 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.nav a:hover {
    color: #a87b00;
}

.dropdown {
    position: relative;
}


/* Dropdown content */

.dropdown-content {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    min-width: 200px;
    z-index: 999;
}


/* Dropdown links */

.dropdown-content a {
    color: #111;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #eee;
}

.dropdown-content a:hover {
    /* /background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);/ */
    color: #ffc21c;
}


/* Show dropdown on hover */

.dropdown:hover .dropdown-content {
    display: block;
}

.quote-btn {
    background: #a87b00;
    color: #fff;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: bold;
}


/* Header Icons */

.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* Search */

.search-box {
    position: relative;
}

.search-box input {
    padding: 8px 30px 8px 10px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


/* Cart */

.cart {
    position: relative;
    font-size: 22px;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #a87b00;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}

.quote-menu {
    display: flex;
    align-items: center;
}


/* Orange block */

.quote-btn {
    background: linear-gradient(135deg, #fbe7a1, #f1c95b, #c9a84a);
    color: #000;
    border: none;
    padding: 18px 26px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}


/* Three line icon block */

.menu-icon {
    background: linear-gradient(135deg, #fbe7a1, #f1c95b, #c9a84a);
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
}


/* Lines */

.menu-icon span {
    width: 22px;
    height: 2px;
    background: #000;
    display: block;
}

.brand-box {
    display: flex;
    align-items: center;
    gap: 12px;
}


/* Orange round icon */

.logo-icon {
    width: 48px;
    height: 48px;
    background: #ff5a1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}


/* Text block */

.brand-text h4 {
    margin: 0;
    font-weight: 800;
    color: #fff;
    font-size: 22px;
}

.brand-text span {
    font-size: 13px;
    color: #cfcfcf;
}


/* /Projects Section/ */

.project-hero {
    background: url("https://wowtheme7.com/tf/buildnow/assets/img/inner-page/breadcrumb.jpg") center center / cover no-repeat;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    color: #fff;
    z-index: 1;
}

.breadcrumb-text a {
    text-decoration: underline;
    color: inherit;
}

p.breadcrumb-text {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.breadcrumb-text a:hover {
    color: #C9A84A;
    /* your theme orange */
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 800;
    margin: 0;
}

.contact-section {
    background: #ffffff;
    padding: 90px 0;
}

.contact-image img {
    width: 100%;
    border-radius: 6px;
}


/* HERO SECTION */

.hero-section {
    position: relative;
    min-height: 0%;
    background: url("https://wowtheme7.com/tf/buildnow/assets/img/home-5/cta/cta-bg.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(251, 231, 161, 0.95), rgba(227, 196, 109, 0.9), rgba(201, 168, 74, 0.85));
}

.hero-section .container {
    position: relative;
    z-index: 2;
}


/* LEFT TEXT */

.top-label {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: 150px;
    color: #000;
}

.hero-text h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin: 20px 0 30px;
    margin-left: 142px;
    color: #000;
}


/* BUTTON */

.contact-btn {
    background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
    color: #000;
    padding: 14px 26px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    margin-left: 143px;
}

.contact-btn:hover {
    background: #000;
}

.contact-btn .arrow {
    background: #fff;
    color: #000;
    padding: 6px 8px;
}


/* RIGHT SIDE */

.worker-img {
    width: 100%;
    max-width: 320px;
    position: relative;
    z-index: 3;
    margin-top: 60px;
    margin-left: -87px;
}


/* CONTACT BOX */

.contact-box {
    position: absolute;
    background: #fff;
    padding: 6px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-box i {
    background: #b28b1e;
    color: #000;
    padding: 12px;
    border-radius: 50%;
}

.contact-box small {
    font-size: 12px;
    color: #777;
}

.contact-box p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: black;
}


/* POSITIONS */

.contact-box.call {
    top: 25%;
    right: 140px;
}

.contact-box.mail {
    top: 48%;
    right: 70px;
}


/* CRANE */

.crane-img {
    position: absolute;
    right: -80px;
    top: 0;
    width: 102px;
}

body {
    margin: 0;
    font-family: "Segoe UI", sans-serif;
}

.footer1-section {
    position: relative;
    background: url("	https://wowtheme7.com/tf/buildnow/assets/img/home-5/footer-bg.jpg") center/cover no-repeat;
    color: #fff;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.footer-logo {
    font-size: 26px;
    font-weight: bold;
    color: #ff5a1f;
}

.footer-logo i {
    margin-right: 10px;
}

.footer-text {
    font-size: 14px;
    color: #ccc;
}

.footer-social span {
    display: block;
    margin-bottom: 8px;
}

.footer-social a {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

.footer-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #b28b1e;
}

.newsletter-box {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 4px;
    margin-left: -32px;
    margin-top: -49px;
}

.newsletter-box i {
    font-size: 30px;
    color: #b28b1e;
    margin-bottom: 10px;
}

.newsletter-box h5 {
    font-weight: 600;
}

.newsletter-box p {
    font-size: 14px;
    color: #555;
}

.btn-orange {
    background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
    color: #000;
    font-weight: 600;
    border: none;
    font-size: smaller;
}

.btn-orange:hover {
    background: #000;
    color: #fff;
}

.footer-bottom {
    background: linear-gradient(135deg, #fbe7a1, #f1c95b, #c9a84a);
    padding: 15px 0;
    font-size: 14px;
}

.payment-icons img {
    height: 22px;
    margin-left: 10px;
    background: #fff;
    padding: 3px;
    border-radius: 3px;
}

.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #ff5a1f;
    color: #fff;
    padding: 10px 12px;
    border-radius: 3px;
    display: none;
}

.footer-logo2 img {
    width: 240px;
}


/* CRANE */

.crane1-img {
    position: absolute;
    right: -40px;
    top: 41px;
    width: 316px;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 21%;
}


/* left image */

.left-img {
    position: absolute;
    left: -100vh;
    top: 0;
    width: 219px;
}

body {
    background: #fff;
    font-family: "Segoe UI", sans-serif;
}


/* GRID */

.project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* CARD */

.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}


/* OVERLAY */

.overlays {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: 0.4s;
}

.project-item:hover .overlays {
    opacity: 1;
}


/* ARROW */

.project-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: #b28b1e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transform: scale(0);
    transition: 0.4s;
}

.project-item:hover .project-arrow {
    transform: scale(1);
}


/* TITLE */

.title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


/* SHAKE ANIMATION */

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-3px);
    }
    40% {
        transform: translateX(3px);
    }
    60% {
        transform: translateX(-3px);
    }
    80% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}

.project-item:hover img {
    animation: shake 0.4s ease-in-out;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .project-grid {
        grid-template-columns: 1fr;
    }
}

body {
    background: #fff;
}

.pagination-wrapper {
    padding: 27px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -41px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #d3a420;
    background: #fff;
    color: linear-gradient(135deg, #fbe7a1, #f1c95b, #c9a84a);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.page-btn:hover {
    background: linear-gradient(135deg, #fbe7a1, #f1c95b, #c9a84a);
    color: #fff;
}

.page-btn.active {
    background: linear-gradient(135deg, #fbe7a1, #f1c95b, #c9a84a);
    color: #fff;
}

.page-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #c9a84a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.page-arrow:hover {
    background: #000;
}

body {
    background: #fff;
    font-family: "Segoe UI", sans-serif;
}


/* IMAGE SECTION */

.image-section {
    padding: 100px 0 80px;
}

.image-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.image-wrapper img {
    width: 69%;
    height: auto;
    border-radius: 3px;
    object-fit: cover;
    margin-left: 180px;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .image-section {
        padding: 60px 15px;
    }
}

body {
    font-family: "Segoe UI", sans-serif;
    background: #fff;
    color: #444;
}


/* MAIN SECTION */

.project-section {
    padding: 90px 0;
    margin-left: 240px;
    margin-top: -130px;
}


/* LEFT CONTENT */

.project-content h1 {
    font: size 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.project-content p {
    font: size 15px;
    line-height: 26px;
    color: #777;
}

.project-content h3 {
    font-size: 22px;
    margin: 30px 0 12px;
    font-weight: 700;
    color: #111;
}


/* RIGHT CARD */

.project-card {
    background: #f9f9f9;
    padding: 20px 37px;
    border-radius: 6px;
    margin-left: -20px;
}

.project-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    margin-right: 10px;
}

.info-icon {
    width: 42px;
    height: 42px;
    background: #ff5a1f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}

.info-text small {
    font-size: 12px;
    color: #888;
}

.info-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}


/* RESPONSIVE */

@media (max-width: 991px) {
    .project-section {
        padding: 60px 15px;
    }
}

body {
    font-family: "Segoe UI", sans-serif;
    background: #fff;
    color: #000000;
}


/* IMAGE GRID */

.project-gallery {
    padding: 0 0 30px;
}

.section-padding {
    padding: 120px 0;
}

.fix {
    overflow: hidden;
}

.project-details-content h2 {
    font-size: 43px;
    font-weight: 500;
}

.project-details-content .image-items .project-image img {
    width: 100%;
    height: 100%;
}

.project-details-sidebar {
    margin-top: 40px;
}

.project-details-sidebar .sidebar-widget {
    background-color: #F9F9F9;
    padding: 40px;
}

.project-details-sidebar .sidebar-widget .sideber-title {
    margin-bottom: 20px;
}

.project-details-sidebar .sidebar-widget .sideber-title h4 {
    font-size: 18px;
    font-weight: 700;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-details-sidebar .sidebar-widget .project-infrom li:not(:last-child) {
    margin-bottom: 25px;
}

.project-details-sidebar .sidebar-widget .project-infrom li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.project-details-sidebar .sidebar-widget .project-infrom li .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    color: #c9a84a;
}

.project-details-content .slider-button {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 65px;
    padding: 25px 0;
}

.project-details-content .slider-button .cmn-next,
.project-details-content .slider-button .cmn-prev {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
    border: 1px solid #E4E4E4;
}

.project-details-content .slider-button .cmn-next i,
.project-details-content .slider-button .cmn-prev i {
    color: #c9a84a;
    font-size: 24px;
    transition: all 0.4s;
}

.project-details-content .slider-button .previus-text {
    font-size: 22px;
    color: #88670d;
}

.project-details-content .slider-button span {
    font-weight: 500;
}

.project-details-content .slider-button .previus-text {
    font-size: 22px;
    color: #88670d;
}

.project-details-content .slider-button span {
    font-weight: 500;
}

.project-img {
    overflow: hidden;
    border-radius: 6px;
    margin-top: -90px;
}

div#left-dual-img {
    display: flex;
    margin-left: 20vh;
}

img#project-dual-img {
    display: block;
    height: 50vh;
    width: min-content;
    object-fit: cover;
}

.project-gallery.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    /* margin-left: 140px; */
}

.project-img:hover img {
    transform: scale(1.05);
}


/* TEXT */

.project-desc {
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    margin-top: 25px;
    max-width: 900px;
    margin-left: 132px;
}


/* NAVIGATION */

.project-nav {
    margin-top: 42px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-left: 350px;
    margin-right: 114px;
}

.nav-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.nav-btn:hover {
    color: #ff5a1f;
}

.nav-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5a1f;
    transition: 0.3s;
}

.nav-btn:hover .nav-circle {
    background: #ff5a1f;
    color: #fff;
    border-color: #ff5a1f;
}

.mb-0 {
    margin-bottom: 0 !important;
    color: black;
}

.industrial-gallery {
    padding: 30px;
    position: relative;
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
}


/* LEFT BIG IMAGE */

.left-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* RIGHT SIDE */

.right-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

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

.bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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


/* Hover Zoom Effect */

.gallery-wrapper img {
    transition: 0.4s ease;
}

.gallery-wrapper img:hover {
    transform: scale(1.05);
}


/* Responsive */

@media (max-width: 992px) {
    .gallery-wrapper {
        grid-template-columns: 1fr;
    }
    .right-grid {
        grid-template-rows: auto;
    }
}

.industrial-section {
    padding: 30px;
    position: relative;
}

.container-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
}


/* LEFT SIDE */

.left-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.left-top img,
.small-img img,
.right-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Bottom 2 Images */

.left-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


/* RIGHT SIDE */

.right-side {
    position: relative;
    overflow: hidden;
}

.right-side .overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 85, 0, 0.75);
}

.plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}


/* Hover Zoom */

.container-grid img {
    transition: 0.4s ease;
}

.container-grid img:hover {
    transform: scale(1.05);
}


/* Responsive */

@media (max-width: 992px) {
    .container-grid {
        grid-template-columns: 1fr;
    }
}


/* ==================== 
   GALLERY PAGE - RESPONSIVE MEDIA QUERIES
   ==================== */


/* Tablet View (max-width: 1024px) */

@media screen and (max-width: 1024px) {
    /* Header */
    .header {
        padding: 15px 20px;
    }
    .nav {
        gap: 15px;
    }
    .nav a {
        font-size: 13px;
        margin: 0 8px;
    }
    .logo-icon1 {
        width: 120px;
    }
    /* Hero Section */
    .hero-content h1 {
        font-size: 52px;
    }
    /* Gallery Sections */
    .industrial-gallery {
        padding: 20px;
    }
    .gallery-wrapper {
        gap: 15px;
    }
    .industrial-section {
        padding: 20px;
    }
    .container-grid {
        gap: 15px;
    }
    /* Hero Section (Bottom) */
    .top-label {
        margin-left: 100px;
    }
    .hero-text h1 {
        margin-left: 92px;
        font-size: 42px;
    }
    .contact-btn {
        margin-left: 95px;
        padding: 12px 22px;
    }
    .contact-box.call {
        right: 100px;
    }
    .contact-box.mail {
        right: 40px;
    }
    .worker-img {
        max-width: 280px;
        margin-left: -60px;
    }
    /* Footer */
    .footer-logo2 img {
        width: 200px;
    }
    .crane1-img {
        width: 250px;
        right: -30px;
    }
    .newsletter-box {
        margin-left: 0;
        padding: 20px;
    }
}


/* Tablet Portrait (max-width: 768px) */

@media screen and (max-width: 768px) {
    /* Top Bar */
    .topbar {
        flex-direction: column;
        text-align: center;
        padding: 10px 20px;
    }
    .topbar-left {
        padding-left: 0;
        justify-content: center;
    }
    .topbar-left::before {
        display: none;
    }
    .topbar-right {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .info-item {
        font-size: 13px;
        text-align: center;
    }
    /* Header */
    .header {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    .nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .nav a {
        font-size: 12px;
        margin: 0 5px;
    }
    .header-icons {
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    .quote-btn {
        padding: 12px 16px;
        font-size: 12px;
    }
    .menu-icon {
        padding: 12px 14px;
    }
    .menu-icon span {
        width: 18px;
    }
    /* Hero Section */
    .project-hero {
        height: 250px;
    }
    .hero-content {
        text-align: center;
    }
    .hero-content h1 {
        font-size: 42px;
    }
    .breadcrumb-text {
        text-align: center;
        font-size: 14px;
    }
    /* First Gallery Section */
    .industrial-gallery {
        padding: 15px;
    }
    .gallery-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .left-big img {
        height: 350px;
    }
    .right-grid {
        grid-template-rows: auto auto;
        gap: 15px;
    }
    .top-img img {
        height: 250px;
    }
    .bottom-grid {
        gap: 15px;
    }
    .small-img img {
        height: 200px;
    }
    /* Second Gallery Section */
    .industrial-section {
        padding: 15px;
    }
    .container-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .left-side {
        grid-template-rows: auto auto;
        gap: 15px;
    }
    .left-top img {
        height: 300px;
    }
    .left-bottom {
        gap: 15px;
    }
    .left-bottom .small-img img {
        height: 200px;
    }
    .right-side img {
        height: 350px;
    }
    /* Hero Section (Bottom) */
    .hero-section {
        padding: 50px 0;
    }
    .top-label {
        margin-left: 0;
        text-align: center;
        display: block;
    }
    .hero-text h1 {
        margin-left: 0;
        text-align: center;
        font-size: 36px;
    }
    .contact-btn {
        margin-left: 0;
        display: inline-flex;
        margin: 0 auto;
    }
    .worker-img {
        max-width: 240px;
        margin: 30px auto 0;
        display: block;
        margin-left: 0;
    }
    .contact-box.call,
    .contact-box.mail {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px auto;
        width: fit-content;
    }
    .crane-img,
    .left-img {
        display: none;
    }
    /* Footer */
    .footer1-section {
        padding: 40px 0 20px;
    }
    .col-lg-4,
    .col-lg-2,
    .col-lg-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-logo2 img {
        width: 160px;
    }
    .footer-social {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .newsletter-box {
        margin: 0;
        text-align: center;
    }
    .footer-bottom .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .payment-icons {
        justify-content: center;
    }
    .crane1-img {
        display: none;
    }
}


/* Mobile View (max-width: 480px) */

@media screen and (max-width: 480px) {
    /* Top Bar */
    .topbar {
        padding: 8px 10px;
    }
    .topbar-left p {
        font-size: 11px;
    }
    .topbar-right {
        gap: 5px;
    }
    .info-item {
        font-size: 11px;
    }
    /* Header */
    .header {
        padding: 10px;
    }
    .logo {
        justify-content: flex-start;
        width: 100%;
    }
    .logo-icon1 {
        width: 100px;
        margin: 0;
    }
    /* Navigation - Align left */
    .nav {
        justify-content: center;
        width: 100%;
        gap: 8px;
        margin: 10px 0;
    }
    .nav a {
        font-size: 11px;
        margin: 0 5px 0 0;
    }
    .dropdown-content {
        left: 0;
        right: auto;
        min-width: 150px;
    }
    .header-icons {
        flex-wrap: wrap;
        gap: 10px;
    }
    /* Header Icons - Center and Top */
    .header-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 15px;
        margin: 0;
        position: relative;
        margin-top: 0px;
    }
    /* Search Box - Centered */
    .search-box {
        margin: 0;
        position: relative;
        display: inline-block;
    }
    .search-box input {
        width: 120px;
        padding: 8px 30px 8px 12px;
        font-size: 12px;
        border-radius: 20px;
        text-align: left;
    }
    .search-icon {
        position: absolute;
        right: -125px;
        left: auto;
        top: -130px;
        transform: translateY(-50%);
        cursor: pointer;
        pointer-events: none;
    }
    /* Cart - Centered */
    .cart {
        font-size: 20px;
        margin: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -135px;
        right: -130px;
    }
    .cart-count {
        position: absolute;
        font-size: 10px;
        padding: 2px 5px;
        top: 0px;
        right: -10px;
        left: auto;
        background: #a87b00;
        color: #fff;
        border-radius: 50%;
        min-width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Quote Menu - Align Right */
    .quote-menu {
        width: auto;
        justify-content: flex-end;
        margin: 0;
        margin-left: auto;
        margin-top: -270px;
        /* Pushes to the right */
    }
    .quote-btn {
        padding: 10px 12px;
        font-size: 12px;
        margin: 0;
    }
    .menu-icon {
        padding: 10px 12px;
        gap: 6px;
        margin: 0;
    }
    .menu-icon span {
        width: 16px;
        height: 1.5px;
    }
    /* Hero Section */
    .project-hero {
        height: 180px;
    }
    .hero-content h1 {
        font-size: 28px;
    }
    .breadcrumb-text {
        font-size: 11px;
    }
    /* First Gallery Section */
    .industrial-gallery {
        padding: 10px;
    }
    .gallery-wrapper {
        gap: 10px;
    }
    .left-big img {
        height: 250px;
    }
    .top-img img {
        height: 200px;
    }
    .bottom-grid {
        gap: 10px;
        grid-template-columns: 1fr;
    }
    .small-img img {
        height: 180px;
    }
    /* Second Gallery Section */
    .industrial-section {
        padding: 10px;
    }
    .container-grid {
        gap: 10px;
    }
    .left-side {
        gap: 10px;
    }
    .left-top img {
        height: 220px;
    }
    .left-bottom {
        gap: 10px;
        grid-template-columns: 1fr;
    }
    .left-bottom .small-img img {
        height: 180px;
    }
    .right-side img {
        height: 250px;
    }
    /* Hero Section (Bottom) */
    .hero-section {
        padding: 30px 0;
    }
    .hero-text h1 {
        font-size: 28px;
    }
    .top-label {
        font-size: 14px;
    }
    .contact-btn {
        margin-left: 70px;
        padding: 10px 18px;
        font-size: 14px;
    }
    .worker-img {
        max-width: 200px;
        margin-bottom: -160px;
        margin-right: 160px;
    }
    .contact-box {
        padding: 4px 12px;
    }
    .contact-box i {
        padding: 8px;
        font-size: 14px;
    }
    .contact-box p {
        font-size: 12px;
    }
    .contact-box small {
        font-size: 10px;
    }
    .contact-box.call,
    .contact-box.mail {
        position: relative;
        top: -70px;
        right: auto;
        margin: 10px auto;
        width: fit-content;
        margin-left: 160px;
    }
    /* Footer */
    .col-lg-4,
    .col-lg-2,
    .col-lg-3 {
        width: 100%;
        text-align: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-logo2 img {
        width: 140px;
    }
    .footer-text {
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
    }
    .footer-social {
        text-align: center;
    }
    .footer-social a {
        margin: 0 8px;
        font-size: 14px;
    }
    .footer-title {
        font-size: 16px;
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links li {
        margin-bottom: 6px;
    }
    .footer-links a {
        font-size: 12px;
    }
    .newsletter-box {
        padding: 20px 15px;
        max-width: 300px;
        margin: 0 auto;
    }
    .newsletter-box h5 {
        font-size: 16px;
    }
    .newsletter-box p {
        font-size: 12px;
    }
    .form-control {
        font-size: 12px;
        padding: 8px;
    }
    .btn-orange {
        padding: 10px;
        font-size: 12px;
    }
    .footer-bottom {
        padding: 12px 0;
    }
    .footer-bottom p {
        font-size: 11px;
    }
    .payment-icons img {
        height: 14px;
        margin: 0 3px;
    }
    /* Scroll Top */
    .scroll-top {
        width: 35px;
        height: 35px;
        bottom: 15px;
        right: 15px;
        font-size: 14px;
    }
}


/* Small Mobile (max-width: 360px) */

@media screen and (max-width: 360px) {
    .nav a {
        font-size: 9px;
    }
    .hero-content h1 {
        font-size: 24px;
    }
    .left-big img {
        height: 200px;
    }
    .top-img img {
        height: 160px;
    }
    .small-img img {
        height: 140px;
    }
    .left-top img {
        height: 180px;
    }
    .right-side img {
        height: 200px;
    }
    .hero-text h1 {
        font-size: 24px;
    }
    .worker-img {
        max-width: 150px;
    }
    .footer-logo2 img {
        width: 120px;
    }
}


/* ========================================
   COMPLETE ANIMATIONS - ADD AT THE END OF YOUR CSS FILE
   ======================================== */


/* Keyframe Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes scaleUp {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgba(201, 168, 74, 0.2);
    }
    50% {
        border-color: rgba(201, 168, 74, 1);
    }
    100% {
        border-color: rgba(201, 168, 74, 0.2);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(201, 168, 74, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(201, 168, 74, 0.6);
    }
    100% {
        box-shadow: 0 0 5px rgba(201, 168, 74, 0.2);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes wiggle {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
}

@keyframes flipIn {
    from {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotateIn {
    from {
        transform: rotate(-180deg) scale(0.3);
        opacity: 0;
    }
    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes jello {
    0%,
    100% {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
}


/* Animation Classes */

.animate-fade-in {
    animation: fadeIn 1s ease forwards;
}

.animate-fade-in-up {
    animation: fadeInUp 1s ease forwards;
}

.animate-fade-in-down {
    animation: fadeInDown 1s ease forwards;
}

.animate-fade-in-left {
    animation: fadeInLeft 1s ease forwards;
}

.animate-fade-in-right {
    animation: fadeInRight 1s ease forwards;
}

.animate-zoom-in {
    animation: zoomIn 0.8s ease forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 0.8s ease forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.8s ease forwards;
}

.animate-slide-in-up {
    animation: slideInUp 0.8s ease forwards;
}

.animate-bounce {
    animation: bounce 2s ease infinite;
}

.animate-pulse {
    animation: pulse 2s ease infinite;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-rotate {
    animation: rotate 10s linear infinite;
}

.animate-shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

.animate-scale-up {
    animation: scaleUp 0.5s ease forwards;
}

.animate-border-pulse {
    animation: borderPulse 2s infinite;
}

.animate-glow {
    animation: glow 2s infinite;
}

.animate-spin {
    animation: spin 2s linear infinite;
}

.animate-wiggle {
    animation: wiggle 0.5s ease;
}

.animate-flip-in {
    animation: flipIn 0.6s ease forwards;
}

.animate-bounce-in {
    animation: bounceIn 0.8s ease forwards;
}

.animate-rotate-in {
    animation: rotateIn 0.6s ease forwards;
}

.animate-heart-beat {
    animation: heartBeat 1.3s ease infinite;
}

.animate-flash {
    animation: flash 1s ease infinite;
}

.animate-swing {
    animation: swing 2s ease infinite;
}

.animate-tada {
    animation: tada 1.5s ease infinite;
}

.animate-wobble {
    animation: wobble 1.5s ease infinite;
}

.animate-jello {
    animation: jello 1.5s ease infinite;
}


/* Animation Delays */

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-500 {
    animation-delay: 0.5s;
}

.delay-600 {
    animation-delay: 0.6s;
}

.delay-700 {
    animation-delay: 0.7s;
}

.delay-800 {
    animation-delay: 0.8s;
}

.delay-900 {
    animation-delay: 0.9s;
}

.delay-1000 {
    animation-delay: 1s;
}

.delay-1200 {
    animation-delay: 1.2s;
}

.delay-1500 {
    animation-delay: 1.5s;
}

.delay-2000 {
    animation-delay: 2s;
}


/* Animation Durations */

.duration-300 {
    animation-duration: 0.3s;
}

.duration-500 {
    animation-duration: 0.5s;
}

.duration-800 {
    animation-duration: 0.8s;
}

.duration-1000 {
    animation-duration: 1s;
}

.duration-1500 {
    animation-duration: 1.5s;
}

.duration-2000 {
    animation-duration: 2s;
}

.duration-3000 {
    animation-duration: 3s;
}

.duration-4000 {
    animation-duration: 4s;
}

.duration-5000 {
    animation-duration: 5s;
}


/* Hover Animations */

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.hover-scale-lg:hover {
    transform: scale(1.1);
}

.hover-rotate {
    transition: transform 0.3s ease;
}

.hover-rotate:hover {
    transform: rotate(5deg);
}

.hover-rotate-lg:hover {
    transform: rotate(10deg);
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hover-lift-lg:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

.hover-glow {
    transition: box-shadow 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(201, 168, 74, 0.5);
}

.hover-glow-gold:hover {
    box-shadow: 0 0 25px rgba(201, 168, 74, 0.7);
}

.hover-border {
    position: relative;
    overflow: hidden;
}

.hover-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
    transition: width 0.3s ease;
}

.hover-border:hover::after {
    width: 100%;
}

.hover-shine {
    position: relative;
    overflow: hidden;
}

.hover-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.hover-shine:hover::before {
    left: 100%;
}

.hover-bounce {
    transition: transform 0.3s ease;
}

.hover-bounce:hover {
    animation: bounce 0.5s ease;
}

.hover-pulse {
    transition: transform 0.3s ease;
}

.hover-pulse:hover {
    animation: pulse 0.5s ease;
}

.hover-float {
    transition: transform 0.3s ease;
}

.hover-float:hover {
    transform: translateY(-5px);
}

.hover-float-lg:hover {
    transform: translateY(-10px);
}

.hover-skew {
    transition: transform 0.3s ease;
}

.hover-skew:hover {
    transform: skewX(-5deg);
}

.hover-skew-right:hover {
    transform: skewX(5deg);
}


/* Element Specific Animations - Topbar */

.topbar {
    animation: fadeInDown 0.8s ease;
}

.topbar-left::before {
    animation: pulse 2s ease-in-out infinite;
}

.info-item {
    transition: color 0.3s ease;
}

.info-item:hover {
    color: #c9a84a;
}


/* Header Animations */

.header {
    animation: fadeInDown 1s ease;
}

.logo-icon1 {
    animation: fadeIn 1s ease;
    transition: transform 0.3s ease;
}

.logo-icon1:hover {
    animation: pulse 1s ease;
    transform: scale(1.05);
}

.nav a {
    position: relative;
    transition: color 0.3s ease;
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
    transition: width 0.3s ease;
}

.nav a:hover::after {
    width: 100%;
}

.dropdown-content {
    animation: fadeInUp 0.3s ease;
}

.dropdown-content a {
    transition: background 0.3s ease, color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dropdown-content a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
    opacity: 0.2;
    transition: width 0.3s ease;
    z-index: -1;
}

.dropdown-content a:hover::before {
    width: 100%;
}


/* Header Icons */

.search-box {
    transition: transform 0.3s ease;
}

.search-box:hover {
    transform: scale(1.05);
}

.search-icon {
    transition: transform 0.3s ease;
}

.search-icon:hover {
    transform: translateY(-50%) scale(1.1);
    color: #c9a84a;
}

.cart {
    transition: transform 0.3s ease;
}

.cart:hover {
    transform: scale(1.1);
}

.cart-count {
    animation: pulse 2s ease-in-out infinite;
}

.quote-btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.quote-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.quote-btn:hover::before {
    width: 300px;
    height: 300px;
}

.menu-icon {
    transition: all 0.3s ease;
}

.menu-icon:hover {
    background: #000;
}

.menu-icon:hover span {
    background: #c9a84a;
}

.menu-icon span {
    transition: transform 0.3s ease, background 0.3s ease;
}

.menu-icon:hover span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-icon:hover span:nth-child(2) {
    opacity: 0;
}

.menu-icon:hover span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


/* Brand Box */

.brand-box {
    animation: fadeIn 1s ease;
}

.logo-icon {
    animation: float 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.logo-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

.brand-text h4 {
    animation: fadeInRight 0.8s ease;
}

.brand-text span {
    animation: fadeInRight 0.8s ease 0.2s forwards;
    opacity: 0;
}


/* Project Hero */

.project-hero {
    animation: fadeIn 1s ease;
}

.overlay {
    animation: fadeIn 1.5s ease;
}

.hero-content {
    animation: fadeInUp 1s ease;
}

.hero-content h1 {
    animation: fadeInUp 1s ease 0.3s forwards;
    opacity: 0;
}

.breadcrumb-text {
    animation: fadeInUp 1s ease 0.5s forwards;
    opacity: 0;
}


/* Contact Section */

.contact-section {
    animation: fadeIn 1s ease;
}

.contact-image {
    animation: fadeInLeft 1s ease;
    overflow: hidden;
}

.contact-image img {
    transition: transform 0.5s ease;
}

.contact-image:hover img {
    transform: scale(1.05);
}


/* Hero Section (Bottom) */

.hero-section {
    overflow: hidden;
    animation: fadeIn 1s ease;
}

.hero-text {
    animation: fadeInLeft 1s ease;
}

.top-label {
    animation: fadeIn 1s ease;
    position: relative;
    display: inline-block;
}

.top-label::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #c9a84a;
    animation: slideInUp 1s ease 0.3s forwards;
    width: 0;
}

.hero-text h1 {
    animation: fadeInUp 1s ease 0.3s forwards;
    opacity: 0;
}

.contact-btn {
    animation: fadeInUp 1s ease 0.5s forwards;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.contact-btn:hover::before {
    width: 300px;
    height: 300px;
}

.contact-btn .arrow {
    transition: transform 0.3s ease;
}

.contact-btn:hover .arrow {
    transform: translate(4px, -4px);
}

.worker-img {
    animation: fadeInRight 1s ease, float 3s ease-in-out infinite;
}

.contact-box {
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
    transition: all 0.3s ease;
}

.contact-box.call {
    animation-delay: 0.6s;
}

.contact-box.mail {
    animation-delay: 0.8s;
}

.contact-box:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.contact-box i {
    transition: transform 0.3s ease;
}

.contact-box:hover i {
    transform: rotate(360deg);
}

.crane-img {
    animation: float 4s ease-in-out infinite;
}

.left-img {
    animation: float 5s ease-in-out infinite;
}


/* Footer Animations */

.footer1-section {
    animation: fadeIn 1s ease;
}

.footer-logo2 {
    animation: fadeIn 1s ease;
    transition: transform 0.3s ease;
}

.footer-logo2:hover {
    transform: scale(1.05);
}

.footer-logo2 img {
    transition: transform 0.3s ease;
}

.footer-logo2:hover img {
    transform: scale(1.05);
}

.footer-text {
    animation: fadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

.footer-social {
    animation: fadeInUp 1s ease 0.4s forwards;
    opacity: 0;
}

.footer-social a {
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-social a:hover {
    transform: translateY(-5px) scale(1.2);
    color: #c9a84a !important;
}

.footer-title {
    animation: fadeIn 1s ease 0.3s forwards;
    opacity: 0;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #c9a84a;
    transition: width 0.3s ease;
}

.footer-title:hover::after {
    width: 50px;
}

.footer-links li {
    animation: fadeInRight 0.5s ease forwards;
    opacity: 0;
    transition: transform 0.3s ease;
}

.footer-links li:nth-child(1) {
    animation-delay: 0.1s;
}

.footer-links li:nth-child(2) {
    animation-delay: 0.2s;
}

.footer-links li:nth-child(3) {
    animation-delay: 0.3s;
}

.footer-links li:nth-child(4) {
    animation-delay: 0.4s;
}

.footer-links li:nth-child(5) {
    animation-delay: 0.5s;
}

.footer-links li:hover {
    transform: translateX(10px);
}

.footer-links a {
    transition: color 0.3s ease;
}

.newsletter-box {
    animation: fadeInUp 1s ease 0.6s forwards;
    opacity: 0;
    transition: all 0.3s ease;
}

.newsletter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.newsletter-box i {
    animation: bounce 2s ease-in-out infinite;
}

.form-control {
    transition: all 0.3s ease;
}

.form-control:focus {
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(201, 168, 74, 0.3);
}

.btn-orange {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-orange::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-orange:hover::before {
    width: 300px;
    height: 300px;
}

.footer-bottom {
    animation: fadeIn 1s ease 0.8s forwards;
    opacity: 0;
}

.payment-icons img {
    transition: all 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.payment-icons img:nth-child(1) {
    animation-delay: 0s;
}

.payment-icons img:nth-child(2) {
    animation-delay: 0.2s;
}

.payment-icons img:nth-child(3) {
    animation-delay: 0.4s;
}

.payment-icons img:nth-child(4) {
    animation-delay: 0.6s;
}

.payment-icons img:hover {
    transform: scale(1.2) translateY(-5px);
}

.crane1-img {
    animation: float 5s ease-in-out infinite;
}


/* Project Grid */

.project-grid {
    animation: fadeIn 1s ease;
}

.project-item {
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.project-item:nth-child(1) {
    animation-delay: 0.1s;
}

.project-item:nth-child(2) {
    animation-delay: 0.2s;
}

.project-item:nth-child(3) {
    animation-delay: 0.3s;
}

.project-item:nth-child(4) {
    animation-delay: 0.4s;
}

.project-item:nth-child(5) {
    animation-delay: 0.5s;
}

.project-item:nth-child(6) {
    animation-delay: 0.6s;
}

.project-item:nth-child(7) {
    animation-delay: 0.7s;
}

.project-item:nth-child(8) {
    animation-delay: 0.8s;
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.overlays {
    transition: opacity 0.4s ease;
}

.project-arrow {
    transition: all 0.4s ease;
}

.project-item:hover .project-arrow {
    animation: bounce 0.5s ease;
}

.title {
    transition: transform 0.3s ease;
}

.project-item:hover .title {
    transform: translateY(-5px);
}


/* Pagination */

.pagination-wrapper {
    animation: fadeInUp 1s ease;
}

.page-btn {
    transition: all 0.3s ease;
}

.page-btn:hover {
    animation: pulse 0.5s ease;
}

.page-arrow {
    transition: all 0.3s ease;
}

.page-arrow:hover {
    animation: bounce 0.5s ease;
}


/* Image Section */

.image-section {
    animation: fadeIn 1s ease;
}

.image-wrapper {
    animation: zoomIn 1s ease;
    overflow: hidden;
}

.image-wrapper img {
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.02);
}


/* Project Details */

.project-section {
    animation: fadeInUp 1s ease;
}

.project-content {
    animation: fadeInLeft 1s ease;
}

.project-content p {
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

.project-content h3 {
    animation: fadeInUp 0.8s ease 0.5s forwards;
    opacity: 0;
}

.project-card {
    animation: fadeInRight 1s ease;
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.info-item {
    transition: transform 0.3s ease;
}

.info-item:hover {
    transform: translateX(10px);
}

.info-icon {
    transition: all 0.3s ease;
    animation: pulse 2s ease-in-out infinite;
}

.info-item:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    background: #c9a84a;
}


/* Project Gallery */

.project-gallery {
    animation: fadeIn 1s ease;
}

.project-img {
    overflow: hidden;
    animation: fadeInUp 1s ease;
}

.project-img img {
    transition: transform 0.5s ease;
}

.project-img:hover img {
    transform: scale(1.05);
}

.project-desc {
    animation: fadeInUp 1s ease 0.3s forwards;
    opacity: 0;
}

.project-details-sidebar {
    animation: fadeInRight 1s ease;
}

.sidebar-widget {
    transition: transform 0.3s ease;
}

.sidebar-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.project-infrom li {
    transition: transform 0.3s ease;
}

.project-infrom li:hover {
    transform: translateX(10px);
}

.project-infrom li .icon {
    transition: all 0.3s ease;
    animation: pulse 2s ease-in-out infinite;
}

.project-infrom li:hover .icon {
    transform: scale(1.1) rotate(5deg);
    background: #c9a84a !important;
    color: #fff !important;
}


/* Navigation */

.project-nav {
    animation: fadeInUp 1s ease 0.5s forwards;
    opacity: 0;
}

.nav-btn {
    transition: all 0.3s ease;
}

.nav-btn:hover {
    animation: bounce 0.5s ease;
}

.nav-circle {
    transition: all 0.3s ease;
}

.nav-btn:hover .nav-circle {
    animation: pulse 0.5s ease;
}


/* Industrial Gallery */

.industrial-gallery {
    animation: fadeIn 1s ease;
}

.gallery-wrapper img {
    transition: all 0.4s ease;
}

.gallery-wrapper img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


/* Industrial Section */

.industrial-section {
    animation: fadeIn 1s ease;
}

.container-grid img {
    transition: all 0.4s ease;
}

.container-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.right-side {
    overflow: hidden;
}

.overlay {
    transition: opacity 0.4s ease;
}

.plus-icon {
    animation: pulse 2s ease-in-out infinite;
}


/* Scroll to Top */

.scroll-top {
    animation: fadeIn 1s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-top:hover {
    transform: translateY(-5px) scale(1.1);
    background: #000 !important;
    animation: pulse 1s ease infinite;
}


/* Button Animations */

.btn,
button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn::before,
button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    z-index: 0;
}

.btn:hover::before,
button:hover::before {
    width: 300px;
    height: 300px;
}

.btn span,
button span,
button i {
    position: relative;
    z-index: 1;
}


/* Toggle Button Animation */

.toggle-btn {
    overflow: hidden;
    transition: all 0.3s ease;
}

.toggle-btn i {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: inline-block;
}

.toggle-btn:hover i {
    transform: rotate(90deg);
}

.toggle-btn.spring-rotate i {
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toggle-btn.spring-rotate:hover i {
    transform: rotate(90deg) scale(1.1);
}

.toggle-btn.bounce-rotate:hover i {
    animation: bounceRotate 0.6s ease forwards;
}

@keyframes bounceRotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(90deg) scale(1.3);
    }
    100% {
        transform: rotate(90deg) scale(1);
    }
}

.toggle-btn.elastic:hover i {
    animation: elasticRotate 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes elasticRotate {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(110deg);
    }
    60% {
        transform: rotate(80deg);
    }
    80% {
        transform: rotate(95deg);
    }
    100% {
        transform: rotate(90deg);
    }
}


/* Loading Animation for Page */

@keyframes pageLoad {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

body {
    animation: pageLoad 0.6s ease;
}


/* Responsive Animation Adjustments */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* Mobile Animation Optimizations */

@media (max-width: 768px) {
    .animate-fade-in-left,
    .animate-fade-in-right,
    .animate-fade-in-up,
    .animate-fade-in-down {
        animation-duration: 0.6s;
    }
    .project-item,
    .info-item,
    .team-card {
        animation-duration: 0.5s;
    }
    .hover-lift:hover,
    .hover-scale:hover,
    .hover-rotate:hover {
        transform: none;
    }
    .gallery-wrapper img:hover,
    .container-grid img:hover {
        transform: none;
    }
    .toggle-btn:hover i {
        transform: rotate(90deg) scale(0.9);
    }
}


/* Touch Device Optimizations */

@media (hover: none) and (pointer: coarse) {
    .nav a:hover::after,
    .quote-btn:hover::before,
    .btn:hover::before,
    .hover-border:hover::after,
    .hover-shine:hover::before {
        display: none;
    }
    .hover-scale:hover,
    .hover-rotate:hover,
    .hover-lift:hover,
    .hover-glow:hover {
        transform: none;
        box-shadow: none;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .dropdown.active .dropdown-content {
        display: block;
    }
    .toggle-btn:hover i {
        transform: none;
    }
    .toggle-btn:active i {
        transform: rotate(90deg) scale(0.9);
        transition: transform 0.2s ease;
    }
}