@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Inter", sans-serif;
}
.wrapper {
    overflow: hidden;
}
a {
  text-decoration: none;
  display: inline-block;
}
img {
  width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
:root {
  --c1: #FFCC00;
  --c2: #fff;
  --c3: #171717;
  --c4: #0b0b0b;
  --c5: #6b6b6b;
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
}

.banner.home-banner {
  background-image: url(/wp/wp-content/uploads/2025/09/il_1588xN.1227623007_8z63.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 200px;
  position: relative;
  padding-bottom: 100px;
}
.logo a img {
  width: 120px;
}
.navbar ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.navbar {
  justify-content: end;
}
header.header {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 9;
}
.navbar ul li a {
  font-size: 17px;
  color: white;
  transition: .4s all;
}
header.header .row {
  border-bottom: 1px solid #FFCC00;
}
.banner-content h1 {
  font-size: 55px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-content {
  position: relative;
}
.banner-socil {
  position: relative;
}
.banner.home-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000009c;
  top: 0;
  left: 0;
}
.navbar ul li a:hover {
  color: #FFCC00;
}
.banner-content h1 span {
  color: #FFCC00;
}
.banner-content h2 {
  color: white;
  font-size: 26px;
  width: 70%;
  margin-top: 10px;
}
.banner-content p {
  font-size: 16px;
  color: white;
  margin-top: 10px;
}
.banner-btn a {
  color: white;
  padding: 5px 50px;
  backdrop-filter: blur(4px);
  border: 1px solid #FFFFFF80;
  border-radius: 8px;
  background: #FFFFFF59;
  font-size: 15px;
  margin-top: 40px;
  transition: .4s all;
}
.banner-btn a:hover {
  background: var(--c1);
}
.banner-socil ul {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.banner-socil ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
	margin-top: 20px;	
}
	}
.banner-socil ul li a {
  color: white;
  font-size: 20px;
}
section.banner-btm {
  margin-top: -70px;
  position: relative;
}
section.cta {
  background-image: url(/wp/wp-content/uploads/2025/09/horse-eagle-lion-dragon-elephant.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  background-attachment: fixed;
}
.cta-main {
  position: relative;
  color: white;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.cta-main h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-section {
  padding: 60px 0;
}
.service-section h2 {
  font-weight: bold;
}
.service-section h3 {
  font-weight: 700;
  color: #b30000;
  width: 80%;
  padding: 10px 0;
}
.service-section p {
  color: #555;
  margin-bottom: 20px;
}
.btn-custom {
  background: #b30000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-block;
}
.service-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.service-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.service-box h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.service-box p {
  font-size: 14px;
  color: #ddd;
}
.primary-btn a {
  color: white;
  padding: 5px 50px;
  border-radius: 8px;
  background: #b70000;
  font-size: 15px;
  margin-top: 10px;
  transition: .4s all;
}
.primary-btn a:hover {
  background: black;
}
.service-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #F4F4F4;
  box-shadow: 4px 4px 4px 0 #0000002E;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.card-body {
  padding: 0;
}
.card-body h5 {
  font-weight: 700;
  margin: 15px 0 10px;
  font-size: 18px;
  padding: 0 10px;
}
.card-body p {
  font-size: 12px;
  color: #555;
  margin-bottom: 20px;
  padding: 0 10px;
}
.read-more {
  display: block;
  padding: 8px 20px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #8C8C8C;
}
.section-title h2 {
  font-size: 45px;
  color: #B70000;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title p {
  color: black;
  font-size: 18px;
  padding-top: 5px;
}
.service-card-second a.read-more {
  background: #b70000;
  color: white;
}
.why-choose-us {
  background-image: url(/wp/wp-content/uploads/2025/09/marine-grade-aluminum-sheets.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
  background-attachment: fixed;
}
.why-choose-us .container {
  position: relative;
  z-index: 2;
}
.why-choose-us h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.why-choose-us p {
  font-size: 16px;
  line-height: 1.6;
}
.why-choose-us i {
  color: #fff;
  transition: transform 0.3s ease;
  font-size: 60px;
}
.why-choose-us i:hover {
  transform: scale(1.1);
}
.why-choose-us h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
.box-content h2 {
  font-size: 35px;
  color: #B70000;
  padding-bottom: 10px;
  font-weight: 700;
}
.box-content .primary-btn {
  margin-top: 20px;
}
.spacer {
  padding: 60px 0;
}
.footer {
  color: #fff;
  padding: 60px 0;
  background: black;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}
.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  color: #ccc;
}
.footer-section ul li a:hover {
  color: #fff;
}
.logo {
  width: 130px;
  margin-bottom: 15px;
}
.tagline {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.highlight {
  color: #ffc107;
  font-weight: bold;
}
.description {
  color: #ccc;
  font-size: 14px;
}
.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.social-icons {
  margin-top: 15px;
}
.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover {
  color: #ffc107;
}
.banner.inner-banner {
  padding: 160px 0 140px;
  background-image: url(/wp/wp-content/uploads/2025/09/image-34.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner.inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000085;
  top: 0;
  left: 0;
}
.inner-banner-content {
  position: relative;
  color: white;
}
.inner-banner-content h1 {
  font-size: 60px;
  color: #ffffff;
}
.Inner-banner-btn ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.Inner-banner-btn ul li a {
  color: white;
  text-decoration: underline;
}
.contact-section i {
  color: #000 !important;
  margin-right: 10px !important;
}
section.cta:before,
section.why-choose-us:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.cta:before { background: #0000008a; }
section.why-choose-us:before { background: #000000bf; }
.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 992px) {
  header.header {
    position: relative !important;
    background: rgba(0,0,0,0.95);
    border-bottom: 1px solid #FFCC00;
    z-index: 9999;
    padding: 10px 0;
  }
  .logo a img { width: 90px !important; }
  .navbar {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .navbar ul {
    flex-direction: column;
    background: rgba(0,0,0,0.95);
    width: 100%;
    text-align: center;
    gap: 0;
    padding: 10px 0;
    margin-top: 10px;
    display: none;
  }
  .navbar.active ul { display: flex !important; }
  .navbar ul li a {
    color: #fff !important;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navbar-toggle {
    display: block !important;
    color: #FFCC00;
    font-size: 28px;
    cursor: pointer;
    padding-right: 15px;
  }
  .banner-content h1 { font-size: 32px; }
  .banner-content h2 { font-size: 18px; width: 100%; }
  .banner-content p { font-size: 14px; }
  .cta-main h2, .section-title h2 { font-size: 28px; }
  .box-content h2 { font-size: 26px; }
  .spacer { padding: 40px 0; }
  .gallery-container { grid-template-columns: 1fr 1fr; }
  .gallery-item img { height: 250px; }
  .footer-container {
    justify-content: center;
    text-align: center;
  }
  .footer-section {
    flex: 1 1 100%;
    text-align: center;
  }
  .social-icons a { margin: 0 8px; }
  .contact-info { display: inline-block; text-align: left; }
}
@media (max-width: 768px) {
  .banner.home-banner {
    padding-top: 120px;
    padding-bottom: 80px;
    text-align: center;
  }
  .banner-content h1 { font-size: 32px; }
  .banner-content h2 { font-size: 18px; }
  .banner-btn a { padding: 8px 30px; font-size: 14px; }
  .gallery-container { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 480px) {
  .banner-content h1 { font-size: 28px; }
  .banner-content h2 { font-size: 16px; }
  .section-title h2, .cta-main h2, .why-choose-us h2 { font-size: 24px; }
}

.navbar-toggle {
  display: none;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    font-size: 22px;
    cursor: pointer;
    color: #333;
  }

  .navbar nav {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 10px 0;
  }

  .navbar.active nav {
    display: flex;
  }
}

@media (max-width: 991px) {

  header.header {
    position: relative !important;
    background: rgba(0,0,0,0.95);
    border-bottom: 1px solid #FFCC00;
    z-index: 9999;
    padding: 10px 0;
  }

  .logo a img {
    width: 90px !important;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }


     .navbar-toggle {
        display: block !important;
        font-size: 28px;
        color: #FFCC00;
        cursor: pointer;
        position: absolute;
        top: 20px;
        z-index: 10001;
        right: 20px;
    }

  .navbar nav {
    display: none;
  }

@media (max-width: 991px) {
    .navbar nav.active {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: auto; 
        width: 100%;
        background: #000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0; 
        z-index: 10000;
        animation: fadeIn 0.4s ease-in-out;
    }
   .navbar nav.active a {
        font-size: 14px; 
        margin: 5px 0;   
    }
}

  .navbar nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .navbar nav ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .navbar nav ul li a:hover {
    color: #FFCC00;
  }

.fa-solid, .fas {
    font-weight: 900;
    margin-top: 20px;
}	
	
	
img {
    width: 100%;
}	

@media (max-width: 991px) {
	.fa-solid, .fas {
    font-weight: 900;
	
}
}