@font-face {
  font-family: SpaceGrotesk;
  src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf");
}

body, .navbar-nav li a, p, h1, h2, h3, h4, h5, h6, div, section, a{
  font-family: SpaceGrotesk!important;
  font-weight: 400;
}

.d-none{
	display: none;
}


.rev_slider_wrapper, .rev_slider_wrapper #slider1{
	height: calc(100vh - 70px)!important;
}

.featured-section .content-column .inner-column .text p{
	color: black;
}

.featured-section, .services-section {
    padding: 30px 0px;
}


.services-block .inner-box .image img{
	height: 300px;
}

.nb-form{
	top: 0;
}
.nb-form .title{
	top: 60%
}

.services-block .inner-box .lower-content .upper-box a{
	color: darkblue;
	font-weight: bold;
}
.services-block{
	padding-bottom: 10px;
}

.service .service-desc p, p{
	text-align: justify;
}

.padding-sec{
	padding-top: 0px!important;
}

#logo-image{
	width: 250px;
	padding-left: 20px
}
.full-header .navbar-fixed-top{
	top: 0px;
	height: 100px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.full-header{
	height: 100px
}


.icon-design::before {
    content: "";
    background: url(../images/services/Structuralsteel.png) no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    transform: translateY(10%);
}

.bg-section{
	background-size: cover;
}



#send-email{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	padding: 20px;
	    height: 320px;
}

#send-form{
background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px
}

#address-detail{
	    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	    padding: 20px
}

@media screen and (min-width: 320px) and (max-width: 768px){
	#send-email{
		height: auto;
	}
}

.list-style-two li{
	color: black;
}

.list-style-one li .icon{
	/* color: #aaaf00; */
    color: #e5ea2e;
}


/* .contact-us-banner{
	background-position: 50% 20%;
    background-image: url(assetsnew/images/page-title/contact1.jpg);
    background-size: cover;
    background-attachment: initial;
} */


/* Container for social icons */
.top-social {
    display: flex;
    gap: 10px;
}

.top-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #333; /* Default background color */
    border-radius: 50%; /* Makes the icons circular */
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 18px; /* Adjust icon size */
}

.top-social a:hover {
    background-color: #007bff; /* Change to primary color on hover */
    transform: scale(1.1); /* Slightly enlarge icon on hover */
}

/* Specific colors for each social icon */
.top-social a[href*="facebook.com"] { background-color: #3b5998; } /* Facebook color */
.top-social a[href*="instagram.com"] { background-color: #E4405F; } /* Instagram color */
.top-social a[href*="linkedin.com"] { background-color: #0077B5; } /* LinkedIn color */


.d-flex{
	display: flex!important;
}
.align-items{
	align-items: center;
}

.top-social a{
	margin: 0px 10px;
}

.navbar-nav > li.active::after {
	background: #0073af;
	height: 2px;
}

/* services container styling */
.services-block {
    margin: 20px 0;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height to maintain uniform size */
}

.services-block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Inner box styling */
.inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/* Image container styling */
.image {
    width: 100%;
    overflow: hidden; /* Ensure image stays within the box */
}

.image img {
    width: 100%;
    height: 200px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensures the image covers the area without stretching */
    transition: transform 0.3s ease;
}

.services-block:hover .image img {
    transform: scale(1.05);
}

/* Content styling */
.lower-content {
    padding: 20px;
    background-color: #ffffff;
    flex-grow: 1; /* Allows content to fill available space */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Aligns content within the available space */
}

.upper-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon-box {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    padding: 12px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

h3 a:hover {
    color: #007bff;
}

.text a {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.text a:hover {
    color: #333;
}

/* About Us page */
/* General section styling */
.complete-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f3f3f3 40%, #e8f0fe);
    position: relative;
    overflow: hidden;
}

/* Decorative background shapes */
.complete-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background-color: rgba(0, 123, 255, 0.15);
    border-radius: 50%;
    z-index: 0;
}

.complete-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background-color: rgba(0, 123, 255, 0.15);
    border-radius: 50%;
    z-index: 0;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1; /* Bring container in front of decorative shapes */
}

/* Title styling */
.sec-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.sec-title h1 .theme_color {
    color: #007bff;
    background: linear-gradient(45deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Text block styling */
.complete-section .text {
    font-size: 17px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
    margin-top: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Highlighted heading */
.complete-section h3 {
    font-size: 26px;
    color: #007bff;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.complete-section h3::before {
    content: "🎯";
    margin-right: 10px;
    font-size: 24px;
    color: #007bff;
}

/* Icon styling */
.complete-section h3.vision::before {
    content: "🌍"; /* Icon for Vision */
}

.complete-section h3.mission::before {
    content: "🚀"; /* Icon for Mission */
}

/* Responsive styling */
@media (max-width: 768px) {
    .sec-title h1 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    .text {
        font-size: 15px;
    }
}


/* Project page */
/* General section styling */
.project-section.project-section-container {
    padding: 60px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.project-section-container .auto-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section title */
.project-section-container .sec-title h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}

.project-section-container .sec-title h1 .theme_color {
    color: #007bff;
}

/* Paragraph styling */
.project-section.project-section-container p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* Gallery filter buttons */
.project-section.project-section-container .filter-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.project-section.project-section-container .filter-tabs li {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;
    background-color: #e9ecef;
    color: #007bff;
    border-radius: 20px;
    transition: background-color 0.3s;
}

.project-section.project-section-container .filter-tabs li.active,
.project-section-container.filter-tabs li:hover {
    background-color: #007bff;
    color: #fff;
}

/* Gallery grid */
.project-section.project-section-container .filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Card styling */
.project-section.project-section-container .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.project-section-container .gallery-item:hover {
    transform: scale(1.05);
}

/* Image styling */
.project-section-container .image-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: opacity 0.3s;
}

/* Overlay styling */
.project-section-container .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 123, 255, 0.8);
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 10px;
}

.project-section-container .gallery-item:hover .overlay-box {
    opacity: 1;
}

.project-section-container .overlay-box .icon {
    font-size: 24px;
    color: #fff;
}

/* Project details */
.project-section-container .thumbnail-classic-caption {
    padding: 15px!important;
    text-align: center;
    background-color: #eeeeee!important;
    border-radius: 0 0 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.project-section-container .thumbnail-classic-title {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    margin: 10px 0;
    transition: color 0.3s;
}

.project-section-container .thumbnail-classic-title:hover {
    color: #0056b3;
}

.project-section-container .thumbnail-classic-time p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.project-section-container .thumbnail-classic-time span {
    color: #007bff;
    font-weight: 600;
}

.project-section .filters .filter-tabs .filter:hover{
	color: black;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .project-section-container .sec-title h1 {
        font-size: 28px;
    }

    .project-section-container .filter-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .project-section-container .gallery-item {
        width: 100%;
    }
}

.tabs-content{
	padding: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}


/* Structural steel component page */
/* Container and Layout */
.auto-container {
	max-width: 1200px;
	margin: auto;
	padding: 20px;
  }
  
  .section-service {
	padding: 60px 0;
	background-color: #f4f4f9;
  }
  
  /* Sidebar and Card Styles */
  .sidebar-services {
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  /* Individual Section Styles */
  .section-a {
	background-color: #e3f2fd;
	border-left: 5px solid #42a5f5;
  }
  
  .section-b {
	background-color: #fffde7;
	border-left: 5px solid #fdd835;
  }
  
  .section-c {
	background-color: #f3e5f5;
	border-left: 5px solid #ab47bc;
  }
  
  .section-d {
	background-color: #e8f5e9;
	border-left: 5px solid #66bb6a;
  }
  
  /* Heading and Text Styles */
  .service-heading {
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
  }
  
  .section-a .service-heading {
	color: #1e88e5;
  }
  
  .section-b .service-heading {
	color: #fbc02d;
  }
  
  .section-c .service-heading {
	color: #8e24aa;
  }
  
  .section-d .service-heading {
	color: #43a047;
  }
  
  .service-text {
	color: #555;
	line-height: 1.8;
	margin-bottom: 20px;
  }
  
  .text-highlight {
	font-weight: bold;
  }
  
  /* Image Styles */
  .service-img-container {
	overflow: hidden;
  border-radius: 8px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
	margin-top: 15px;
  }
  
  .service-img {
	max-width: 100%;  /* Ensure the image doesn't exceed container width */
  height: auto;  /* Maintain aspect ratio */
  transition: transform 0.3s ease-in-out;
  border-radius: 5px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }
  
  .service-img-container:hover .service-img {
	transform: scale(1.05);
  }
  
  .service-img-container {
	max-width: 400px;  /* Example to restrict maximum image width */
	margin: 0 auto;  /* Center the image horizontally */
  }

  .navbar-toggle, #logo-image {
    margin-top: 25px;
}

.imge-size-acce{
    box-sizing: border-box;
    height: 200px;
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #0073af;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    animation: marquee 30s linear infinite;
}

.marquee-text:hover {
    color: #ff9f00;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.section-clients-list {
    background: #e9ecef;
    padding: 60px 20px;
    color: #fff;
}

.sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.client-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.client-card {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
    text-align: center;
}

.client-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.client-card .name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
}

.client-card .place {
    font-size: 1.1rem;
    color: #777;
}

.client-card .details {
    font-size: 1rem;
    color: #555;
    margin-top: 10px;
}

.w-100px{
    width: 100px;
}


/* Blog Section */
.blog-section {
    background: #f5f5f5;
    padding: 4rem 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.blog-post {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.blog-post h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #457b9d;
}

.blog-post p {
    font-size: 1rem;
    color: #666;
}


@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

  
  
  /* Responsive Grid */
  @media (max-width: 768px) {
	.column-4 {
	  flex: 0 0 48%;
	  max-width: 48%;
	}
    #mainEnquiryID{
        display: none;
    }
    .footer-widget{
        width: 100%;
    }
  }
  
  @media (max-width: 576px) {
	.column-4 {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
    
  }

  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .navbar-toggle, #logo-image {
        margin-top: 15px!important;
    }
    #logo-image{
        width: 230px;
    }
    .full-header .navbar-fixed-top{
        height: auto;
    }
    .full-header {
        height: 60px;
    }

    .nb-form{
        display: none;
    }

    .d-flex-override{
        display: block!important;
    }

    .vertical-tabs {
        margin-left: 0px!important;
    }

    .sidebar-services .tabs{
        margin-left: 0px!important;
        width: 100%!important;
    }
    .vertical-tabs:before{
        z-index:0!important;
    }

    .imge-size-acce{
        box-sizing: border-box;
        height: auto;
    }
   
}
  

.theme_color_bold{
    color: #0073af;
    font-weight: bold;
}

