
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.btn{
  border-radius: 2px;
}
.secondcolor-normal{
  color:#00aeef;
}
.secondcolor-bold{
  color:#00aeef;
  font-weight: 800;
}
h2{
  font-weight: 600;
}
p{
  font-weight: 200;
  font-size:14px;
}
.lead{
  font-size:14px;
  font-weight: 200;
}


:root{
  --brand:#0db8ff;
  --accent:#f6b042;
  --dark:#0b0c0d;
}
*{box-sizing:border-box}
body{font-family:"Poppins",sans-serif; background:var(--dark); color:#fff; scroll-behavior:smooth;}
.navbar{background:transparent!important}
.hero{background:#070708;padding:80px 0;}
.hero h1{line-height:1.05;}
.text-primary{color:var(--brand)!important;}
.btn-primary{background:var(--brand);border:none;}
.bg-dark{background:#0b0c0d!important}
.bg-black{background:#050506!important}
.service-card{
  /* background:#111;
  border-radius:8px; */
  width: 300px;height:400px;position: relative;}
  .service-title{
    position: absolute;
    color: white;
    bottom: 14px;
    left: 0;
    right: 0;
    font-size: 16px;
  }
.service-card img{width: 100%;height:100%;}
.owl-carousel .item{padding:5px;}
#projects .item img{height:100%; object-fit:cover; width:100%;}
.owl-nav-custom .owl-prev, .owl-nav-custom .owl-next{border-radius:50%; width:48px; height:48px;}
.owl-nav-custom .arrow{font-size:20px;}
.hero-image-wrapper{max-width:520px;margin:0 auto;border-radius:18px; overflow:hidden;}
.about-image-wrapper{max-width:520px;margin:0 auto;border-radius:18px;}
.about-image-wrapper img{max-width:100%;margin:0 auto;border-radius:18px;}
.contact-us-image-wrapper{max-width:420px;margin:0 auto;border-radius:18px;}
.contact-us-image-wrapperimg{max-width:100%;margin:0 auto;border-radius:18px;}
.card{background:#0f1113;border:none;}
section{padding-top:60px;padding-bottom:60px; scroll-margin-top: 80px;}
footer{background:transparent}
/* owl default nav hide (we use custom) */
.owl-nav { display:none; }
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav img {
    width: 30px; /* adjust size */
    cursor: pointer;
}
#services .owl-nav.disabled {
    display: flex !important;
}
.owl-nav button:hover{
  background: transparent;
}
.industrial-kitchen h2 {
  font-weight: bold;
}

.industrial-kitchen p {
  line-height: 1.6;
}



.industrial-kitchen {
  background: url('./images/industrialkitche-background-image.png') no-repeat center center/cover;
  position: relative;
  height: 500px;
}
.showcase {
  position: relative;
  background: url('./images/business-background-image.png') center center/cover no-repeat;
  min-height: 400px;
  color: #fff;
  overflow: hidden;
}

.showcase::before {
      content: "";
    position: absolute;
    left: -28px;
    top: 44%;
    width: 120px;
    height: 120px;
    background: url('./images/business-before-image.png') no-repeat center center/contain;
    z-index: 2;
    display: block;
}

.showcase::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 10%;
  width: 120px;
  height: 120px;
  background: url('./images/business-after-image.png') no-repeat center center/contain;
  z-index: 2;
  display: block;
}


.showcase-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1;
}
.showcase-body {
  position: relative;
  z-index: 2;
  padding: 60px 15px;
  text-align: center;
}
.brand-highlight {
  color: #16A9E4;
}
.activity-section {
  background: #101010; /* Dark background */
  color: #fff;
  padding: 60px 0;
}
.activity-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.activity-highlight {
  color: #13A6E4;
}
.activity-desc {
  font-size: 1.05rem;
  margin-bottom: 38px;
  color: #e0e0e0;
}
.activity-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.activity-card {
  flex: 1 1 260px;
  background: #181818;
  border-radius: 18px;
  border: 1px solid #333;
  padding: 32px 26px;
  min-width: 260px;
  max-width: 330px;
  transition: box-shadow 0.17s;
  box-shadow: 0 3px 9px rgba(20, 20, 20, 0.05);
  text-align: left;
  transition: transform 0.3s ease;
}
.activity-card .activity-icon {
  font-size: 2rem;
  margin-bottom: 18px;
  color: #13A6E4;
  
}
.activity-card img{
  max-width: 60px;
}

.activity-card-main {
  background: linear-gradient(to top, #0078FF, #004A8F);
  color: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(16,170,228,0.13);
  transition: transform 0.3s ease; /* smooth transform transition */
}
.activity-card-main:hover {
  transform: scale(1.1);
}
.activity-card:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(16, 170, 228, 0.1); /* shadow on hover */
}

/* Target the icon inside the card, assuming it has a class like .icon */
.activity-card-main img {
  transition: transform 0.3s ease;
}

/* Zoom effect on hover of card or icon */
.activity-card-main:hover .icon {
  transform: scale(1.2);
}

.activity-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.activity-card-desc {
  font-size: 0.98rem;
  color: #d0d0d0;
}
#project .owl-item{
  width:300px;
  height: 400px;
}
#clients .owl-item{
  width:200px;
  height: 200px;
}
.owl-dots-custom .owl-dot {
    font-size: 18px;
    border-radius: 50%;
    padding: 5px 10px;
}

.owl-dots-custom .owl-dot.active {
    background-color: white;
    color: black;
}
form{
  font-size:16px;
}
form .btn {
  font-size:16px !important;
}
form ::placeholder {
  font-size:12px;
}

.footer {
  /* background: #111; */
    background: url('./images/footer-background-images.png') no-repeat center center/cover;
    position: relative;
}
.footer-link {
  color: #ddd;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #1976fa;
  text-decoration: underline;
}
.footer .fab {
  transition: color 0.2s;
}
.footer .fab:hover {
  color: #1976fa !important;
}


.showcase-fingerprint {
  position: absolute;
  z-index: 2;
}
.showcase-fingerprint.left {
  left: 0;
  top: 20%;
  width: 100px;
  height: auto;
}
.showcase-fingerprint.right {
  right: 0;
  top: 10%;
  width: 110px;
  height: auto;
}

#testimonials {
  background: url('./images/testimonials-background-image.png') no-repeat center center/cover;
  position: relative;
  height: 500px;
}

#testimonials .card {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(30, 41, 59, .09);
    width: 310px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
#testimonials .quote-mark {
    color: #2176fa;
    font-size: 2.5rem;
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    font-family: serif;
}
#testimonials .card p {
    font-size: 1rem;
    color: #232323;
    margin: 0px;
    font-size:14px;
}
#testimonials .person {
    font-size: 1rem;
}
#testimonials .name {
    font-weight: bold;
    color: #19191a;
}
#testimonials .pos {
    color: #656565;
}

.gallery-more{
    display: flex;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    width: fit-content;
    padding: 10px 60px;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



.gallery-container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.main .gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .gallery-card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
              0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .gallery-card {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .gallery-card img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}











/* nav bar */
/* Dropdown styling */
.navbar .dropdown-menu {
  background-color: black;
  border: none;
}
.navbar .dropdown-item {
  color: white;
}
.navbar .dropdown-item:hover {
  background-color: #f8b400; /* highlight color */
  color: black;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color:white;
  padding:1.5rem;
}
#typewriter {
  border-right: 3px solid #007bff; /* blinking cursor */
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: blink 0.7s step-end infinite;
  max-height: 50px;
}
@keyframes blink {
  from, to { border-color: transparent; }
  50% { border-color: #007bff; }
}

.navbar-nav .nav-link.active {
  color: #3f89ff !important;
  font-weight: bold;
  /* border-bottom: 2px solid #3f89ff; */
}
.dropdown-menu .dropdown-item:focus {
    background-color: black !important;
    color: white !important;
}




/* responsive tweaks */
@media (max-width:768px){
  .hero{padding:20px 0;}
  #projects .item img{height:160px;}
  .showcase {
    min-height: 300px;
  }
  .showcase-body h1 {
    font-size: 2rem;
  }
  .align-items-center{
    text-align:center;
  }
  .hero-row-flex{
    flex-direction: column-reverse;
  }
  .hero-image-wrapper{
    max-width: 300px;
    margin: 10px auto;
    padding:10px;
  }
  .hero h1{
    font-size:30px;
  }
  .btn{
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 13px;
  }
  /* About Us */
  .about-image-wrapper{
    max-width: 300px;
    margin: 10px auto;
    border-radius: 18px;
  }
  /* Service */
  .service-card{
    width: 300px;
    height: 400px;
    position: relative;
    margin: 0px auto;
  }
  /*  */
  .showcase::after{
    z-index: 0;
  }
  /* Testimonials */
  #testimonials .card{
    margin: 0px auto;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(30, 41, 59, .09);
    width: 310px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  /* Client Testimonials */
  #clients .owl-item{
    width: 300px !important;
    height: 200px;
  }
  /* Contact Us */
  form label{
    text-align: left;
    display:block;  
  }
  
  .main .gallery-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

}
/* Hover dropdown only for large screens */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


