body {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
}

.container {

    max-width: 99%;
    margin: 0 auto;
    padding: 0 ;


}

header {
display: flex;
    background-color: #FFFFFF;
    color: #013220;
    padding: 20px 0;
    
}


       

        /* Style for the image within the left part */
        .header-image {
            max-width: 100%;
            max-height: 40%;
        }

        /* Style for the title text within the right part */


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between; /* Change alignment as needed */

}

nav ul li {
    border:0px solid rgba(255, 255, 255, 0.8); /* Add a border with desired styles */

border-right-width:0px;
border-left-width:0px;
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  Add a box shadow with desired settings */
     /* Adjust spacing between items */
    position: relative;
        font-family: 'Montserrat', sans-serif;


}


nav ul li a {
    text-decoration: none;
   
    font-weight: bold;
    font-size:1.5vw;
    font-weight: 200;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #ff8c00;
    animation: bounce 0.5s ease infinite;
}


section {
    padding: 30px 0;
}



h1 {
    font-size: 1.5vw;
}



ul {
    list-style-type: disc;
    margin-left: 20px;

}




/* Add this animation rule */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}



.logo {
    display: flex;
    align-items: center;
color:#0b6e34;
    
}

.words{
color:#0b6e34;
	Padding-left:40px;
}

#logo-image {
    float: left;
    max-width: 100px;
    height: auto; /* Maintain aspect ratio */
    
}
.hero-slider {
    position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background: #000;
	margin-bottom: 50px;
}

.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
linear-gradient(
90deg,
rgba(0,0,0,0.82) 0%,
rgba(0,0,0,0.45) 45%,
rgba(0,0,0,0.2) 100%
);
    z-index: 2;
}

.slider {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.slide {
    flex: 0 0 100%;
    height: 100%;
    transition: transform 0.6s ease;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 35%;
    left: 7%;
    transform: translateY(-50%);
    color: white;
    z-index: 3;
    max-width: 620px;
	animation: fadeUp 1s ease;
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

.hero-small {
    color: #0d6efd;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
	padding-top: 30px;
}

.hero-content h1 {
    font-size: 40px;
    line-height: 1.1;
    margin: 15px 0;
    font-weight: 600;
	padding-top: 10px;
	letter-spacing: 1px;
	font-family: 'Bebas Neue', sans-serif;
	
}


.hero-line {
    width: 90px;
    height: 4px;
    background: #0d6efd;
    margin: 20px 0;
}

.hero-text {
    font-size: 13px;
	max-width: 650px;
    line-height: 1.7;
    color: #eee;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero-btn {
    background: #0d6efd;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
	font-size: 13px;
	transition: 0.35s ease;
}

.hero-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13,110,253,0.35);
}
.hero-btn.outline {
    background: transparent;
    border: 2px solid white;
}

.hero-stats {
    position: absolute;
    bottom: 190px;
    left: 7%;
    z-index: 3;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
	box-shadow:
    0 15px 35px rgba(0,0,0,0.45),
    0 0 25px rgba(13,110,253,0.08);
	
}

.hero-stats div {
    padding: 10px;
	
    text-align: center;
    color: white;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.hero-stats div:last-child {
    border-right: none;
}

.hero-stats h2 {
    font-size: 40px;
    margin: 0;
}

.hero-stats p {
    margin: 8px 0 0;
    font-size: 16px;
    color: #ddd;
}








.image-zoom {
    animation: zoomIn 15s linear infinite;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* Adjust the scale factor for the desired zoom level */
    }
    100% {
        transform: scale(1);
    }
}


        .logoimg {
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px; /* Add spacing around the logo */
        }

        /* Additional styles for the logo image */
        .logoimg img {
            width: 30%; /* Set the width of your logo to 30% of the viewport width */
            height: auto; /* Maintain the aspect ratio */
        }

#logo-image {
    max-width: 300px; /* Set a maximum width for the logo */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Add some spacing to the right of the logo */


}



.image-pair {

    display: flex;  /* Use flexbox to place images in a row */
    justify-content: space-between;  /* Create space between the images */
    margin-bottom: 20px;  /* Add some space between pairs */
}

.image-pair a {
    flex: 1;  /* Make each image within a pair take up an equal amount of space */
}
.image-pair a img {
    width: 80%; /* Adjust the percentage value as needed */
}

        .custom-container {
            display: flex;
padding-right: 30px;
padding-bottom: 20px;
    background-color: #f0f0f0;

        }

        .custom-section {
            width: 50%;
            display: flex;
padding-left: 30px;
        }

        .custom-text {
            width: 60%;
            padding: 20px;
            box-sizing: border-box;
        }

        .custom-image {
            width: 40%;
            background-size: cover;
        }


#services {
    background-color: #f4f6f8;
    padding: 70px 4%;
    text-align: left;
}

.services-small-title {
    color: #0d6efd;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 40px;
    margin: 0;
    color: #111;
    letter-spacing: 3px;
}

.services-subtitle {
    font-size: 18px;
    color: #555;
    margin: 20px 0 40px;
}

.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.steel-service {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.steel-service:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}

.service-icon {
    font-size: 45px;
    margin-bottom: 20px;
}

.steel-service h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #111;
}

.steel-service p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.service-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 24px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.service-btn:hover {
    background: #084298;
}
.service-icon svg {
    width: 65px;
    height: 65px;
    color: #0d6efd;
    stroke-width: 1.5;
}

@media only screen and (max-width: 768px) {
    .section-title {
        font-size: 34px;
    }

    .services {
        grid-template-columns: 1fr;
    }

    .steel-service {
        padding: 30px;
    }
	
	.hero-stats {
    width: 88%;
    left: 6%;

    bottom: -220px;

    grid-template-columns: 1fr;
}
	.hero-slider {
    min-height: 900px;
}

.hero-content {
    top: 10%;
}
}

#contact {
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)),
                url("images/slider/s1.jpg");
    background-size: cover;
    background-position: center;
    padding: 90px 5%;
}

.contact-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 40% 60%;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.contact-info {
    padding: 55px;
    background: #ffffff;
}

.contact-info h3 {
    font-size: 55px;
    line-height: 1.1;
    margin: 0;
    color: #06113c;
}

.contact-line {
    width: 120px;
    height: 8px;
    background: #58b7f5;
    margin: 25px 0 45px;
}

.contact-info .contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.contact-info .contact-item svg {
    width: 34px;
    height: 34px;
    color: #58b7f5;
}

.contact-info strong {
    display: block;
    font-size: 22px;
    color: #06113c;
    margin-bottom: 5px;
}

.contact-info a,
.contact-info span {
    display: block;
    font-size: 17px;
    color: #555;
    text-decoration: none;
}

.contact-form {
    background: #d8efff;
    padding: 55px;
}

.contact-form h3 {
    font-size: 42px;
    color: #06113c;
    margin-top: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #333;
    background: transparent;
    padding: 18px 5px;
    margin-bottom: 25px;
    font-size: 18px;
    outline: none;
}

.contact-form textarea {
    height: 100px;
    resize: none;
}

.contact-form button {
    width: 100%;
    padding: 18px;
    background: #58b7f5;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.contact-form button:hover {
    background: #0d6efd;
}

@media only screen and (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-info,
    .contact-form {
        padding: 35px;
    }

    .contact-info h3 {
        font-size: 42px;
    }
}


.new-footer {
    background: linear-gradient(135deg, #06142e, #0b2447);
    color: #fff;
    padding: 60px 8% 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.footer-box h2 {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-box h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #d4a017;
    margin-top: 12px;
}

.footer-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #ddd;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 12px;
}

.footer-box ul li a {
    color: #ddd;
    text-decoration: none;
    font-size: 17px;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #d4a017;
    padding-left: 8px;
}

.footer-box svg {
    width: 20px;
    height: 20px;
    color: #d4a017;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #d4a017;
    margin-top: 45px;
    padding-top: 20px;
    color: #ccc;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .new-footer {
        padding: 45px 7% 20px;
    }
}


.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

.footer-logo-box h2 {
    margin-top: 0;
}

#about{
    background:#f4f6f8;
    padding:90px 5%;
    margin-top:0;
}

.about-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    max-width:1400px;
    margin:auto;
}

.about-small-title{
    color:#0d6efd;
    font-weight:bold;
    letter-spacing:3px;
    margin-bottom:10px;
}

.about-text h2{
    font-size:50px;
    color:#111;
    margin:0;
}

.about-line{
    width:100px;
    height:6px;
    background:#0d6efd;
    margin:25px 0 35px;
}

.about-text p{
    font-size:15px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
	text-align:justify;
}




.about-image img{
    width:80%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    margin-top:70px;
}

@media only screen and (max-width:768px){

    .about-container{
        grid-template-columns:1fr;
    }

    .about-text h2{
        font-size:38px;
    }

}

#clients {
    background: #fff;
    padding: 70px 5%;
    text-align: center;
    overflow: hidden;
}

.clients-small-title {
    color: #0d6efd;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

#clients h2 {
    font-size: 42px;
    color: #111;
    margin: 0;
}

.clients-subtitle {
    color: #777;
    font-size: 15px;
    margin: 15px 0 45px;
}

.clients-slider {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    position: relative;
}

.clients-track {
    display: flex;
    gap: 22px;
    width: max-content;
    animation: clientScroll 28s linear infinite;
}

.client-card {
    width: 230px;
    height: 120px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-shrink: 0;
}

.client-card img {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
}

.clients-slider:hover .clients-track {
    animation-play-state: paused;
}

@keyframes clientScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 768px) {
    #clients {
        padding: 55px 4%;
		
    }

    #clients h2 {
        font-size: 34px;
    }

    .client-card {
        width: 180px;
        height: 100px;
        padding: 15px;
    }
}

.client-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    cursor: pointer;
    font-size: 28px;
    color: #111;
    z-index: 10;
    transition: 0.3s ease;
}

.client-arrow:hover{
    background: #0d6efd;
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.client-arrow.left{
    left: 10px;
}

.client-arrow.right{
    right: 10px;
}


.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
}

.hamburger div {
    width: 28px;
    height: 3px;
    background: white;
    margin: 5px 0;
    border-radius: 5px;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(5, 15, 30, 0.97);
    backdrop-filter: blur(12px);
    z-index: 1001;
    padding: 35px 28px;
    transition: 0.4s ease;
    box-sizing: border-box;
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-sidebar img {
    width: 150px;
    filter: brightness(0) invert(1);
    margin-bottom: 35px;
}

.mobile-sidebar a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin: 22px 0;
}

@media only screen and (max-width: 768px) {
    .menu-items {
        display: none !important;
    }

    .hamburger {
        display: block;
    }

    .menu {
        padding: 10px 6%;
    }

    .menu .logo img {
        width: 130px;
    }
}

.projects-section {
	margin-top: -150px;
    background: #f4f6f8;
    padding: 80px 5%;
    text-align: center;
}

.projects-small-title {
    color: #0d6efd;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.projects-title {
    font-size: 42px;
    margin: 0;
    color: #111;
}

.projects-subtitle {
    color: #666;
    font-size: 15px;
    max-width: 700px;
    margin: 15px auto 45px;
    line-height: 1.7;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1250px;
    margin: auto;
	margin-top:50px;
}

.project-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    transition: 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.16);
}

.project-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.project-content {
    padding: 22px;
}

.project-content h3 {
    font-size: 19px;
    color: #06142e;
    margin: 0 0 12px;
    line-height: 1.4;
}

.project-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 18px;
}

.project-content a {
    text-decoration: none;
    color: #06142e;
    font-size: 14px;
    font-weight: bold;
}

.project-content a span {
    color: #0d6efd;
    font-size: 20px;
    margin-left: 6px;
}

@media only screen and (max-width: 992px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .projects-title {
        font-size: 34px;
    }

    .project-card img {
        height: 180px;
    }
}

.project-image{
    position: relative;
}

.project-logo{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255,255,255,0.95);
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.project-logo img{
    height: 45px;
    width: auto;
    object-fit: contain;
}

.project-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(3, 10, 25, 0.85);
    z-index: 3000;
    padding: 40px 5%;
    box-sizing: border-box;
    overflow-y: auto;
}

.project-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-modal-content {
    background: #fff;
    width: 100%;
    max-width: 1100px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 70px rgba(0,0,0,0.35);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #f1f1f1;
    font-size: 32px;
    cursor: pointer;
    z-index: 5;
}

.modal-left img {
    width: 100%;
    height: 100%;
    min-height: 1000px;
    object-fit: cover;
}

.modal-right {
    padding: 55px 45px;
}

.modal-logo {
    width: 95px;
    height: auto;
    margin-bottom: 20px;
}

.modal-right h2 {
    color: #06142e;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.modal-location {
    color: #0d6efd;
    font-weight: bold;
    margin-bottom: 25px;
}

.modal-right h4 {
    color: #06142e;
    margin-top: 20px;
}

.modal-right p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

.modal-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 25px 0;
}

.modal-info div {
    background: #f4f6f8;
    padding: 15px;
    border-radius: 10px;
}

.modal-info strong {
    display: block;
    color: #06142e;
    font-size: 13px;
    margin-bottom: 5px;
}

.modal-info span {
    color: #555;
    font-size: 14px;
}

.modal-btn {
    display: inline-block;
    background: #0d6efd;
    color: white;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.modal-btn:hover {
    background: #084298;
}

@media only screen and (max-width: 768px) {
    .project-modal-content {
        grid-template-columns: 1fr;
        background: #fff;
        width: 82%;
        max-width: 1000px;
    }

    .modal-left {
    background: #f4f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.modal-left img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    border-radius: 12px;
}

    .modal-right {
        padding: 38px 32px;
    }

    .modal-info {
        grid-template-columns: 1fr;
    }
}

/* Fix modal size */
.project-modal {
    padding: 15px 3% !important;
}

.project-modal-content {
    width: 80% !important;
    max-width: 950px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    grid-template-columns: 48% 52% !important;
}

.modal-left {
    background: #f4f6f8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px !important;
	overflow: hidden !important;
}

.modal-left img {
    width: 100% !important;
    height: auto !important;
    max-height: 78vh !important;
    object-fit: contain !important;
    border-radius: 5px !important;
}

.modal-right {
    padding: 30px 28px !important;
}

.modal-right h2 {
    font-size: 24px !important;
}