

/* Combined CSS File */ /* ===== START: style(1).css ===== */ * {
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent horizontal scroll globally */ html, body {
overflow-x: hidden;
  background-color: #f8f9fa;
}

/* Navbar Styles */ .navbar {
margin-top: 10px;
}

.navbar .nav-link {
color: rgb(7, 6, 6) !important;
  transition: color 0.7s ease;
  color: rgba(255, 255, 255, 0.85) !important;
    transition: color 0.3s;
    font-size: 0.85rem;
    padding: 8px 12px;
}

.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active {
color: #ffffff !important;
}

.nav-item.dropdown:hover .dropdown-menu {
display: block;
    margin-top: 0;
    border-radius: 0;
}

.dropdown-menu {
border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-item:hover {
background-color: #f1f1f1;
  color: #000;
}

/* Divider Line */ hr {
width: 100px;
  height: 4px;
  background-color: rgb(255, 3, 3);
  border: none;
  opacity: 1; /* Override Bootstrap default opacity */
  margin: 1rem 0;
}

/* Hero Section */ .background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(img/hero-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
    padding-bottom: 8rem;
    background-position: center center;
}

.col-12 {
   padding-right: 0 !important;
}
.main-h .explore {
background-color: red;
  color: white;
  font-weight: 500;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  border-style: hidden;
  transition: 1s ease-in;
}

.main-h .explore:hover {
background-color: #e0e0e0;
  color: red;
}



.email span i {
color: white;
  font-size: 23px;
}

.hero h3 {
font-size: 1.75rem;
}
.hero h3 {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
}
.hero p {
font-size: 1.05rem;
  color: #e0e0e0;
  margin-top: 12px;
  line-height: 1.6;
}

/* Service Cards */ .service {
position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 8px;
  margin-top: -6rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.8s ease,
    box-shadow 0.3s ease;
    min-height: 455px;
}

.service:hover {
z-index: 10;
  transform: translateY(-30px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}
.custom-img {
    position: relative;
    overflow: hidden;
    height: 200px;
  
}
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
img.logo-span {
    width:180px;
    height:180px;
    object-fit: contain;
   
}

.service .title h3 {
font-size: 1.25rem;
  font-weight: 600;
  color: #222222;
}

.service .desc p {
color: #666666;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.service .rounded {
    height: 325px;
}

/* Product Cards */ .product-card {
background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e9ecef;
  transition:
    transform 0.8s ease-in,
    box-shadow 0.8s ease;
}

.product-card:hover img {
transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.8s ease, box-shadow 0.3s ease;
}

body .partners {
    --bs-bg-opacity: 1;
    background-color: rgb(227 225 225) !important;
}
.img-wrapper {
  position: relative;
  display:inline-block;
  width: 100%;

}
.img-wrapper .center-img{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    z-index: 1;
  
}
.center-img .logo-span {
    max-width: 180px;
    height: auto;
    display: block;
   
}
.product-card img {
height: 200px;
  object-fit: cover;
}

.product-card .title h3 {
font-size: 1rem;
  margin-top: 8px;
  text-align: center;
}

.product-card .title a {
text-decoration: none;
  color: #333;
  transition: 0.6s ease-in;
}

.product-card .title:hover a {
color: rgb(236, 66, 66);
}

.background {
padding-bottom: 3rem;
}



/* partners global */ .partner-img {
height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.partner-img img {
max-height: 55px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-img:hover {
transform: translateY(-5px);
  border-color: #03236b  !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.partner-img:hover img {
filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* footer */ /* Custom Header Orange Line */ .orange-accent-line {
position: relative;
  width: 60px;
  height: 3px;
  background-color: #002c57 ;
  margin-top: 6px;
}

.orange-accent-line .down-pointer {
position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002c57 ;
}

/* Address Icon Circle */ .reach-us-section .icon-box {
width: 42px;
  height: 42px;
        background-color: #002c57 !important;
}
.icon-box  .bi{

color: #fff !important;
}
.info-card .bi{

color: #002c57 !important;
}

/* Info Cards Hover Effect */ .info-card {
transition: all 0.3s ease;
}

.info-card:hover {
border-color: #002c57 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
}

.small-label {
font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* Social Media Buttons */ .social-btn {
width: 100px;
padding: 15px;
  height: 38px;
  border-radius: 6px;
  border-color: #d1d5db;
  color: #4b5563;
  transition: all 0.3s ease;
}
.social-links .info-card {
    width: 100%;
    padding: 20px;
    height: 38px;
    border-radius: 6px;
    border-color: #d1d5db;
    color: #4b5563;
    transition: all 0.3s ease;

}
.social-links .info-card .bi-whatsapp {
    
    padding: 10px;
   
   

}

.social-links .info-card:hover {
    background-color: #26d85f !important;
    border-color: #002c57 !important;
    color: #f1f2f5 !important;
    transform: translateY(-2px);
}
.social-btn:hover {
background-color: #002c57  !important;
  border-color: #002c57  !important;
  color: #0f172a;
  transform: translateY(-2px);
}

/* ===== END: style(1).css ===== */ /* ===== START: service.css ===== */ * {
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* navbar */ .fixed-top {
background: rgba(220, 220, 221, 0) !important;

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  padding: 8px;
}

.navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link.active {
color: #e5e1e1 !important;
  border-bottom: 2px solid #e41b1d;
}

/* Container & Global Typography for this Section */ .parts-services-section {

  color: #333333;
}

.description-text {
font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
}

/* Left Title: Grey Vertical Accent Bar */ .main-title-wrapper {
border-left: 4px solid #d1d5db;
  padding-left: 12px;
}

.main-title {
font-size: 2.1rem;
  font-weight: 500;
  color: #2b2b2b;
  letter-spacing: 0.5px;
}

/* Right Title: OUR SERVICES Header with Orange Line & Arrow */ .services-title {
font-size: 1.15rem;
  color: #333333;
  letter-spacing: 0.5px;
}

/* Orange Bar under "OUR SERVICES" */ .orange-underline {
position: relative;
  width: 65px;
  height: 4px;
  background-color: #f2500d; /* Orange Accent */
  margin-top: 6px;
}

/* Downward Arrow under the Orange Bar */ .orange-underline .down-arrow {
position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f2500d;
}

/* Right Sidebar Services List & Dividers */ .services-list li {
padding: 12px 0;
  border-bottom: 1px solid #e5e7eb; /* Thin light grey divider */
  font-size: 0.92rem;
  color: #333333;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  transition: transform 1s ease-in-out;
}

.services-list li:hover {
color: #560df2;
  transform: translateX(5%); /* Accent highlight on hover */
}

.parts-img-box {
border: 2px solid blue;
  border-width: 1;
}

/* Card Container */ .part-card {
border: 1px solid #e2e8f0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* Image Wrapper with Fixed Aspect Ratio & Crop */ .part-card .img-wrapper {
height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.part-card .img-wrapper {
  position: relative;
}
.part-card .img-wrapper .center-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.logo-span {
    max-width: 150px;
    height: auto;
    display: block;
}
.part-card .img-wrapper img {
max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* Card Caption Label */ .part-card .card-caption {
border-top: 1px solid #f1f5f9;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

/* Modern Hover Effects */ .part-card:hover {
transform: translateY(-6px);
  border-color: #ffc107; /* Orange/Yellow highlight border */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}

.part-card:hover .img-wrapper img {
transform: scale(1.08); /* Smooth Zoom */
}

.part-card:hover .card-caption {
background-color: #fff9e6; /* Subtle yellow glow on caption */
}

.part-card:hover .card-caption h6 {
color: #d97706 !important;
}

/* ===== END: service.css ===== */ /* ===== START: Automation(1).css ===== */ * {
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fixed-top {
background: rgb(0 0 0 / 44%) !important;
width: 100% !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  padding: 8px;
}

.herosub {
background: rgba(118, 117, 117, 0.623);
  margin-top: 12rem !important;
}

.herosub h3 {
font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
}

.hero-p {
font-size: 1.05rem;
  color: #e0e0e0;
  margin-top: 12px;
  line-height: 1.6;
}

.right {
color: white;
}

.right ul li {
transition:
    transform 0.3s ease,
    color 0.3s ease;
  cursor: pointer;
  color: white;
}

.right ul li:hover {
transform: translateX(-5px);
  color: #ffc107;
}

/* automation control images */ .imges-auto {
position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* White overlay element sliding up from the top */ .imges-auto::before {
content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2));

  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 2;
  pointer-events: none;
}

.imges-auto:hover::before {
transform: translateY(0);
}

/* Optional: Slight image zoom on hover for a polished feel */ .imges-auto img {
transition: transform 0.4s ease-in-out;
}

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

/* ===== END: Automation(1).css ===== */ /* ===== START: Products(1).css ===== */ * {
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Product Showcase Image Container */ /* Card Container */ .imges-auto {
position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

/* Image Uniform Sizing */ .imges-auto img {
width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Slide-Up Overlay */ .overlay-text {
position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.542);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  transform: translateX(100%);
  transition: transform 0.4s ease;
      z-index: 1;
}

/* Hover Effects */ .imges-auto:hover img {
transform: scale(1.05);
}

.imges-auto:hover .overlay-text {
transform: translateY(0);
}

/* ===== END: Products(1).css ===== */ /* ===== START: marine(1).css ===== */ * {
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Marine Section Styling */ .marine-section {
background-color: #ffffff;
  margin-top: 12rem;
}

/* Image Wrapper Effects */ .hero-marine {
position: relative;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.hero-marine img {
height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.hero-marine:hover img {
transform: scale(1.03);
}

/* Content Typography */ .marine-content h3 {
letter-spacing: 1px;
  color: #0f172a;
}

.marine-content .lead-p {
line-height: 1.7;
  color: #475569;
}

/* Action Button Hover */ .marine-content .btn-warning {
background-color: #0751ff;
  border: none;
  border-radius: 6px;
  color: #ecedef;
  transition: all 0.3s ease;
}

.marine-content .btn-warning:hover {
background-color: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(224, 168, 0, 0.3) !important;
}

hr .bg-black {
margin-top: 8rem;
}

.img-marine {
overflow: hidden;
  border-radius: 8px; /* Optional */
}

/* Base image styling & transition */ .img-marine img {
width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
  border: 2px solid #1a4de6;
  padding: 10px;
}
.img-marine .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
   
    z-index: 1;

}
.img-marine .logo-span {
    max-width: 150px;
    height: auto;
    display: block;
    border:none!important;
}

.img-marine img:hover {
transform: scale(0.9);
}

/* ===== END: marine(1).css ===== */ /* ===== START: contact(1).css ===== */ * {
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contact-section {
margin-top: 10rem;
}

.form-control {
border: 1px solid #1c1c1c !important;
}

/* Style only submit buttons */ button[type="submit"], input[type="submit"] {
background-color: rgba(7, 89, 221, 0.886);
  border: none;
  padding: 10px 20px;
  color: white;
}

button[type="submit"]:hover {
background-color: rgba(9, 87, 243, 0.547);
  color: white;
}



.services-section{
    background:#002c57;
    padding:80px 0;
}

.services-section .container{
    width:90%;
    max-width:1400px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.services-section .content-side{
    flex:1;
}

.services-section .content-side h2{
    font-size:52px;
    line-height:1.2;
    font-weight:700;
    color:#fff;
    margin-bottom:50px;
    max-width:700px;
}

.services-section .service-item{
    display:flex;
    gap:25px;
    margin-bottom:35px;
}

.icon{
    width:60px;
    height:60px;
    min-width:60px;
    /* border:2px solid #ff6b35; */
    color:#f3efed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:130px;
    border-radius:10px;
    /* background: #fff; */
}

.service-item h3{
    font-size:28px;
    margin-bottom:10px;
    color:#fff;
}

.service-item p{
    font-size:18px;
    line-height:1.7;
    color:#dbdbdb;
    max-width:600px;
}

/* Right Images */

.image-side{
    flex:1;
    position:relative;
    min-height:700px;
}

.main-image{
    width:520px;
    height:620px;
    overflow:hidden;
    margin-left:auto;
}

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

.floating-image{
    position:absolute;
    right:-40px;
    bottom:-40px;
    width:380px;
    height:500px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

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

/* Responsive */

@media(max-width:991px){

    .services-section .container{
        flex-direction:column;
    }

   .services-section .content-side h2{
        font-size:38px;
    }

    .image-side{
        width:100%;
        min-height:auto;
    }

    .main-image{
        width:100%;
        height:500px;
    }

    .floating-image{
        width:250px;
        height:320px;
        right:0;
        bottom:-30px;
    }

    .service-item h3{
        font-size:22px;
    }

    .service-item p{
        font-size:16px;
    }
}

@media screen and (max-width: 762px) {
.service .rounded {
    height: auto;
}

}