            * {
                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: #ffd04e;
            }
            /* Header */
            
            .header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background: #000;
                padding: 15px 40px;
            }
            
            .brand-text {
                color: white;
            }
            
            .logo {
                display: flex;
                align-items: center;
                gap: 10px;
            }
            
            .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: black;
                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: black;
                display: block;
            }
            /*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 {
                font-size: 14px;
                letter-spacing: 2px;
                font-weight: 600;
                margin-bottom: 10px;
            }
            
            .breadcrumb-text a {
                color: inherit;
            }
            
            .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.90), 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: 20vh;
                margin-top: -20px;
            }
            
            .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: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
                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: #eeb928;
            }
            
            .newsletter-box {
                background: #fff;
                color: #000;
                padding: 25px;
                border-radius: 4px;
                margin-left: -32px;
                margin-top: -49px;
            }
            
            .newsletter-box i {
                font-size: 30px;
                color: #f1bf33;
                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: 200px;
            }
            /* CRANE */
            
            .crane1-img {
                position: absolute;
                right: -61px;
                top: 85px;
                width: 290px;
            }
            
            .crane2-img {
                position: absolute;
                right: -61px;
                top: 85px;
                width: 290px;
            }
            
            .col-lg-3 {
                flex: 0 0 auto;
                width: 21%;
            }
            /* left image */
            
            .left-img {
                position: absolute;
                left: -675px;
                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: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
                color: #000;
                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 #C9A84A;
                background: #fff;
                color: #f3c137;
                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: #000;
            }
            
            .page-btn.active {
                background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
                color: #000;
            }
            
            .page-arrow {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                background: linear-gradient(135deg, #FBE7A1, #f1c95b, #C9A84A);
                color: #000;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                transition: 0.3s;
            }
            
            .page-arrow:hover {
                background: #000;
                color: #fff;
            }
            
            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: #e0b232;
            }
            
            .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: #eebd36;
                font-size: 24px;
                transition: all 0.4s;
            }
            
            .project-details-content .slider-button .previus-text {
                font-size: 22px;
                color: #eebd36;
            }
            
            .project-details-content .slider-button span {
                font-weight: 500;
            }
            
            .project-details-content .slider-button .previus-text {
                font-size: 22px;
                color: #eebd36;
            }
            
            .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;
            }
            
            .logo-icon3 {
                transform-origin: center;
                margin-top: 0px;
                width: 140px;
            }
            /* ==================== 
   LAPTOP / DESKTOP (Default) 
   ==================== */
            /* ==================== 
   TABLET VIEW (max-width: 1024px) 
   ==================== */
            
            @media screen and (max-width: 1024px) {
                /* Topbar */
                .topbar {
                    padding: 10px 20px;
                    flex-direction: column;
                    text-align: center;
                }
                .topbar-right {
                    justify-content: center;
                    gap: 15px;
                }
                /* Header */
                .header {
                    padding: 15px 20px;
                    flex-wrap: wrap;
                }
                .nav {
                    gap: 15px;
                }
                .nav a {
                    margin: 0 8px;
                    font-size: 13px;
                }
                .logo-icon3 {
                    width: 120px;
                }
                .quote-btn {
                    padding: 14px 18px;
                }
                .menu-icon {
                    padding: 14px 16px;
                }
                /* Project Grid */
                .project-grid {
                    grid-template-columns: repeat(3, 1fr);
                    gap: 20px;
                    padding: 0 15px;
                }
                /* Hero Section */
                .hero-text h1 {
                    font-size: 42px;
                    margin-left: 50px;
                }
                .top-label {
                    margin-left: 50px;
                }
                .contact-btn {
                    margin-left: 5vh;
                }
                .worker-img {
                    max-width: 280px;
                    margin-left: 0;
                }
                .contact-box.call {
                    right: 60px;
                }
                .contact-box.mail {
                    right: 20px;
                }
                .crane-img {
                    right: -40px;
                    width: 80px;
                }
                .left-img {
                    left: -500px;
                    width: 180px;
                }
                /* Footer */
                .col-lg-3 {
                    width: 25%;
                }
                .newsletter-box {
                    margin-left: 0;
                    margin-top: 0;
                    padding: 20px;
                }
                .crane1-img {
                    display: none;
                }
                .footer-logo2 img {
                    width: 160px;
                }
                .crane2-img {
                    display: none;
                }
                /* ==================== 
   TABLET PORTRAIT (max-width: 768px) 
   ==================== */
                @media screen and (max-width: 768px) {
                    /* Topbar */
                    .topbar {
                        flex-direction: column;
                        text-align: center;
                        gap: 10px;
                    }
                    .topbar-right {
                        flex-direction: column;
                        gap: 8px;
                    }
                    .topbar-left {
                        padding-left: 0;
                        justify-content: center;
                    }
                    .topbar-left::before {
                        display: none;
                    }
                    /* Header */
                    .header {
                        flex-direction: column;
                        gap: 15px;
                    }
                    .nav {
                        flex-wrap: wrap;
                        justify-content: center;
                        gap: 10px;
                    }
                    .nav a {
                        margin: 0 5px;
                        font-size: 12px;
                    }
                    .header-icons {
                        width: 100%;
                        justify-content: center;
                        gap: 15px;
                    }
                    .quote-btn {
                        padding: 12px 16px;
                        font-size: 13px;
                    }
                    .menu-icon {
                        padding: 12px 14px;
                    }
                    .menu-icon span {
                        width: 18px;
                    }
                    /* Project Hero */
                    .project-hero {
                        height: 280px;
                    }
                    .hero-content h1 {
                        font-size: 48px;
                    }
                    /* Project Grid */
                    .project-grid {
                        grid-template-columns: repeat(2, 1fr);
                        gap: 15px;
                    }
                    .title {
                        font-size: 16px;
                        left: 15px;
                        bottom: 15px;
                    }
                    .project-arrow {
                        width: 35px;
                        height: 35px;
                    }
                    /* Pagination */
                    .pagination-wrapper {
                        margin-top: 0;
                        padding: 20px 0;
                    }
                    .page-btn {
                        width: 38px;
                        height: 38px;
                    }
                    .page-arrow {
                        width: 40px;
                        height: 40px;
                    }
                    /* Hero Section */
                    .hero-section {
                        min-height: auto;
                        padding: 60px 0;
                    }
                    .hero-text h1 {
                        font-size: 36px;
                        margin-left: 20px;
                        text-align: center;
                    }
                    .top-label {
                        margin-left: 20px;
                        text-align: center;
                    }
                    .contact-btn {
                        margin-left: 20px;
                        display: inline-flex;
                    }
                    .worker-img {
                        max-width: 240px;
                        margin: 30px auto 0;
                        display: block;
                    }
                    .contact-box.call,
                    .contact-box.mail {
                        position: relative;
                        top: -70px;
                        right: auto;
                        margin: 10px auto;
                        width: fit-content;
                        margin-left: 160px;
                    }
                    .crane-img,
                    .left-img {
                        display: none;
                    }
                    /* Footer */
                    .footer1-section {
                        padding: 40px 0 20px;
                    }
                    .footer-logo2 img {
                        width: 140px;
                    }
                    .col-lg-4,
                    .col-lg-2,
                    .col-lg-3 {
                        width: 50%;
                        margin-bottom: 30px;
                    }
                    .newsletter-box {
                        padding: 20px;
                    }
                    .crane1-img {
                        display: none;
                    }
                    .footer-bottom .container {
                        flex-direction: column;
                        gap: 15px;
                        text-align: center;
                    }
                    .payment-icons {
                        justify-content: center;
                    }
                    .payment-icons img {
                        height: 18px;
                    }
                }
                /* ==================== 
   MOBILE VIEW (max-width: 480px) 
   ==================== */
                @media screen and (max-width: 480px) {
                    /* Header - Align left */
                    .header {
                        align-items: flex-start;
                        padding: 10px 15px;
                    }
                    .logo {
                        justify-content: flex-start;
                        width: 100%;
                    }
                    .logo-icon3 {
                        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 - 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;
                    }
                    /* Topbar - Align left */
                    .topbar {
                        text-align: center;
                        padding: 10px 15px;
                    }
                    .topbar-left {
                        justify-content: center;
                        padding-left: 18px;
                    }
                    .topbar-right {
                        justify-content: center;
                        gap: 10px;
                    }
                    .info-item {
                        font-size: 12px;
                        text-align: left;
                    }
                    /* Project Hero */
                    .project-hero {
                        height: 200px;
                    }
                    .hero-content h1 {
                        font-size: 32px;
                        text-align: center;
                    }
                    .breadcrumb-text {
                        font-size: 12px;
                        text-align: center;
                    }
                    /* Project Grid */
                    .project-grid {
                        grid-template-columns: 1fr;
                        gap: 20px;
                        padding: 0 15px;
                    }
                    .project-item {
                        max-width: 100%;
                    }
                    .project-item img {
                        height: 250px;
                    }
                    .title {
                        font-size: 18px;
                        left: 20px;
                        bottom: 20px;
                    }
                    .project-arrow {
                        width: 40px;
                        height: 40px;
                        top: 20px;
                        right: 20px;
                    }
                    /* Pagination */
                    .custom-pagination {
                        gap: 8px;
                    }
                    .page-btn {
                        width: 35px;
                        height: 35px;
                        font-size: 13px;
                    }
                    .page-arrow {
                        width: 35px;
                        height: 35px;
                        font-size: 12px;
                    }
                    /* Hero Section */
                    .hero-section {
                        padding: 40px 0;
                    }
                    .hero-text h1 {
                        font-size: 28px;
                        margin-left: 10px;
                        margin-right: 10px;
                    }
                    .top-label {
                        font-size: 14px;
                        margin-left: 10px;
                    }
                    .contact-btn {
                        margin-left: 70px;
                        padding: 10px 18px;
                        font-size: 14px;
                    }
                    .worker-img {
                        max-width: 200px;
                        margin-bottom: -174px;
                        margin-right: 160px;
                    }
                    .contact-box {
                        padding: 5px 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;
                        display: flex;
                    }
                    .footer-social {
                        text-align: center;
                    }
                    .footer-social a {
                        margin: 0 8px;
                    }
                    .footer-links {
                        text-align: center;
                    }
                    .footer-links li {
                        margin-bottom: 8px;
                    }
                    .newsletter-box {
                        margin: 20px 15px 0;
                        padding: 20px 15px;
                        text-align: center;
                    }
                    .newsletter-box h5 {
                        font-size: 18px;
                    }
                    .newsletter-box p {
                        font-size: 13px;
                    }
                    .form-control {
                        font-size: 14px;
                        padding: 10px;
                    }
                    .btn-orange {
                        padding: 12px;
                        font-size: 14px;
                    }
                    .footer-bottom {
                        padding: 15px;
                    }
                    .footer-bottom p {
                        font-size: 12px;
                    }
                    .payment-icons img {
                        height: 16px;
                        margin: 0 5px;
                    }
                    /* Scroll Top */
                    .scroll-top {
                        bottom: 15px;
                        right: 15px;
                        padding: 8px 10px;
                        font-size: 14px;
                    }
                }
                /* ==================== 
   SMALL MOBILE (max-width: 360px) 
   ==================== */
                @media screen and (max-width: 360px) {
                    .nav {
                        gap: 5px;
                    }
                    .nav a {
                        font-size: 10px;
                    }
                    .hero-text h1 {
                        font-size: 24px;
                    }
                    .project-item img {
                        height: 200px;
                    }
                    .title {
                        font-size: 16px;
                    }
                    .payment-icons img {
                        height: 14px;
                    }
                }
                /* ==================== 
   PROJECT DETAILS PAGE - RESPONSIVE FIXES
   ==================== */
                /* Tablet View (max-width: 1024px) */
                @media screen and (max-width: 1024px) {
                    /* Project Details Top Image */
                    .project-details-top-image img {
                        width: 100%;
                        height: auto;
                        transform: translate(0px, 0px) !important;
                        /* Remove parallax effect */
                    }
                    /* Project Details Content */
                    .project-details-content h2 {
                        font-size: 36px;
                    }
                    .project-details-content .tx-title {
                        margin-bottom: 20px;
                    }
                    /* Sidebar */
                    .project-details-sidebar .sidebar-widget {
                        padding: 30px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li {
                        gap: 20px;
                    }
                    /* Slider Navigation */
                    .project-details-content .slider-button {
                        margin-top: 40px;
                        padding: 20px 0;
                    }
                    .project-details-content .slider-button .cmn-next,
                    .project-details-content .slider-button .cmn-prev {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                    }
                    .project-details-content .slider-button .previus-text {
                        font-size: 18px;
                    }
                }
                /* Tablet Portrait (max-width: 768px) */
                @media screen and (max-width: 768px) {
                    /* Layout Structure */
                    .col-lg-8,
                    .col-lg-4 {
                        width: 100%;
                    }
                    /* Project Details Top Image */
                    .project-details-top-image {
                        margin-bottom: 30px;
                    }
                    .project-details-top-image img {
                        height: 300px;
                        object-fit: cover;
                    }
                    /* Project Details Content */
                    .project-details-content {
                        padding: 0 15px;
                    }
                    .project-details-content h2 {
                        font-size: 32px;
                        line-height: 1.3;
                    }
                    .project-details-content h3 {
                        font-size: 24px;
                        margin: 20px 0 10px;
                    }
                    .project-details-content p {
                        font-size: 15px;
                        line-height: 24px;
                    }
                    /* Image Items Grid */
                    .image-items .row {
                        margin: 0 -10px;
                    }
                    .image-items .col-lg-6 {
                        padding: 0 10px;
                    }
                    .image-items .col-lg-6:first-child {
                        margin-bottom: 20px;
                    }
                    .project-image img {
                        width: 100%;
                        height: 200px;
                        object-fit: cover;
                    }
                    /* Sidebar */
                    .project-details-sidebar {
                        margin-top: 30px;
                        padding: 0 15px;
                    }
                    .project-details-sidebar .sidebar-widget {
                        padding: 25px;
                    }
                    .project-details-sidebar .sidebar-widget .sideber-title h4 {
                        font-size: 20px;
                        text-align: center;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li {
                        flex-direction: row;
                        gap: 15px;
                        padding: 10px 0;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .icon {
                        width: 45px;
                        height: 45px;
                        line-height: 45px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .content p {
                        font-size: 13px;
                        margin-bottom: 2px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .content h4 {
                        font-size: 16px;
                    }
                    /* Slider Navigation */
                    .project-details-content .slider-button {
                        margin-top: 30px;
                        padding: 15px 0;
                    }
                    .project-details-content .slider-button .cmn-next,
                    .project-details-content .slider-button .cmn-prev {
                        width: 50px;
                        height: 50px;
                        line-height: 50px;
                    }
                    .project-details-content .slider-button .cmn-next i,
                    .project-details-content .slider-button .cmn-prev i {
                        font-size: 18px;
                    }
                    .project-details-content .slider-button .previus-text {
                        font-size: 16px;
                    }
                    /* Fix for animated title split lines */
                    .split-line div[style*="display: inline-block"] {
                        margin-right: -3px;
                    }
                }
                /* Mobile View (max-width: 480px) */
                @media screen and (max-width: 480px) {
                    /* Project Details Top Image */
                    .project-details-top-image img {
                        height: 200px;
                    }
                    /* Project Details Content */
                    .project-details-content {
                        padding: 0 10px;
                    }
                    .project-details-content h2 {
                        font-size: 24px;
                    }
                    .project-details-content h3 {
                        font-size: 20px;
                    }
                    .project-details-content p {
                        font-size: 14px;
                        line-height: 22px;
                    }
                    /* Split Title Animation Fix */
                    .split-line {
                        text-align: center !important;
                    }
                    .split-line div[style*="display: inline-block"] {
                        font-size: 24px;
                        transform: translate(0px, 0px) !important;
                        opacity: 1 !important;
                    }
                    /* Image Items */
                    .image-items .col-lg-6 {
                        padding: 0 8px;
                    }
                    .project-image img {
                        height: 150px;
                    }
                    /* Sidebar */
                    .project-details-sidebar .sidebar-widget {
                        padding: 20px 15px;
                    }
                    .project-details-sidebar .sidebar-widget .sideber-title h4 {
                        font-size: 18px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li {
                        gap: 12px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .icon {
                        width: 40px;
                        height: 40px;
                        line-height: 40px;
                        font-size: 14px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .content p {
                        font-size: 12px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .content h4 {
                        font-size: 14px;
                    }
                    .project-details-content .slider-button {
                        flex-direction: row;
                        /* Changed from column to row */
                        justify-content: space-between;
                        /* Pushes children to left and right */
                        align-items: center;
                        gap: 0;
                        /* Remove gap since we're using space-between */
                        margin-top: 25px;
                        width: 100%;
                    }
                    .project-details-content .slider-button>div {
                        width: auto;
                        /* Changed from 100% to auto */
                        justify-content: flex-start;
                        /* Changed from center to flex-start */
                    }
                    .project-details-content .slider-button>div:last-child {
                        justify-content: flex-end;
                        /* Align last child (next button) to the right */
                    }
                    .project-details-content .slider-button .cmn-next,
                    .project-details-content .slider-button .cmn-prev {
                        width: 45px;
                        height: 45px;
                        line-height: 45px;
                    }
                    .project-details-content .slider-button .cmn-next i,
                    .project-details-content .slider-button .cmn-prev i {
                        font-size: 16px;
                    }
                    .project-details-content .slider-button .previus-text {
                        font-size: 14px;
                    }
                    /* Section Padding */
                    .section-padding {
                        padding: 60px 0;
                    }
                    /* Container Padding */
                    .container {
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                    /* Fix for any absolute positioned elements */
                    .project-details-top-image {
                        position: relative;
                        overflow: hidden;
                    }
                }
                /* Small Mobile (max-width: 360px) */
                @media screen and (max-width: 360px) {
                    .project-details-content h2 {
                        font-size: 20px;
                    }
                    .split-line div[style*="display: inline-block"] {
                        font-size: 20px;
                    }
                    .project-details-content h3 {
                        font-size: 18px;
                    }
                    .project-image img {
                        height: 120px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li {
                        flex-direction: column;
                        text-align: center;
                        gap: 8px;
                    }
                    .project-details-sidebar .sidebar-widget .project-infrom li .icon {
                        margin: 0 auto;
                    }
                    .slider-button .gap-3 {
                        gap: 0.5rem !important;
                    }
                }
            }