
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: "Plus Jakarta Sans", sans-serif;
}



:root {
  --primary: #D84C03 !important;
  --secondary: #a6a6a6;
  --light: #f1eef1;
  --dark: #1f1e1f;
}

.logo-dark {
  display: inline-block;
}
.logo-light {
  display: none;
}
.scrolled .logo-dark {
  display: none;
}
.scrolled .logo-light {
  display: inline-block;
}
.logo {
  transition: opacity 0.3s ease; /* smooth fade */
}
/*** Navbar ***/
/* Default navbar (before scroll) */
.navbar {
  transition: background-color 0.1s ease-in-out;
}

/* On scroll - white background */
.navbar.scrolled {
  background-color: #fff;  /* white */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* optional shadow */
}

/* Change nav links color when scrolled */
.navbar.scrolled .nav-link {
  color: #000 !important; /* dark text */
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
  color: #D84C03 !important; /* highlight color on hover/active */
}

/* Dropdown arrow fix */
.navbar.scrolled .dropdown-toggle::after {
  color: #000;
}
.navbar .navbar-brand {
  position: relative;
  padding-right: 20px;
  height: 100px;
  display: flex;
  align-items: center;
 
}

.navbar .navbar-nav .nav-link {
  margin: 0px 20px;
  padding: 20px 0;
  color: #fff;
  font-size: 17px;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 122%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 122%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
  }
  

 
.mainbtn {
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  background-color: var(--primary);
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}

.mainbtn:hover {
  background-color: #fff;
  color: #000;
}



.mainbtn2 {
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  background-color: var(--dark);
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}

.mainbtn2:hover {
  background-color: #D84C03;
  color: #fff;
}

/* *********************hero************************* */
.page-header {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slideShow 10s infinite alternate ease-in-out;
}

.page-header-inner {
  background: rgba(0, 0, 0, .7);
  height: 100vh;
  display: flex;
  align-items: center;
}

.page-header h1 {
  font-size: 65px;
  font-weight: 300;
}

@keyframes slideShow {
  0% {
    background-image: url('../img/heroimg.jpg');
  }
  50% {
    background-image: url('../img/heroimg2.jpg'); /* second image */
  }
  100% {
    background-image: url('../img/heroimg.jpg');
  }
}


/* counter-sec */
.counter-sec {
    width: 100%;
    height: 40vh;
    background-image: url(../img/door3.jpg);
    /* background-color: #030050; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}

.count-data>h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}
.fontset{
  color: #D84C03;
}
.cauter-pera {
    font-size: 20px;
    line-height: 28px;
    color: var(--primary);
    font-weight: 600;
    padding-top: 10px;
}
.Services{
  height: auto;
}
.ptb-80{
  padding: 80px 0px;
}
.servicesideimg{
  max-width: 80%;
}
.serviceimgcontain{
  width: 100%;
  /* background-color: red; */
  display: flex;
  justify-content: end;
}






    .process-section {
      padding: 60px 0;
      background-color: #EEEEEE;
    }
    .process-section h2 {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 30px;
      color: #223344;
    }
    .process-step {
      margin-bottom: 25px;
    }
    .process-step h5 {
      font-weight: 600;
      margin-bottom: 8px;
    }
    .step-number {
      width: 35px;
      height: 35px;
      border: 1px solid #a6a6a6;
      color: #333;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      margin-right: 15px;
      flex-shrink: 0;
    }
    .step-content p {
      margin: 0;
      color: #555;
      font-size: 0.95rem;
    }


      .testimonial-section {
      padding: 60px 0;
    }
    .testimonial {
      background: #fff;
      padding: 30px;
      text-align: center;
      height: 300px;
      position: relative;
      margin: 15px;
    }
    .testimonial p {
      font-size: 0.95rem;
      color: #555;
      margin: 15px 0;
    }
    .testimonial .quote {
      font-size: 2rem;
      color: #e67e22;
    }
    .testimonial .author-img {
      width: 80px !important;
      height: 80px !important;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 10px;
      border: 4px solid #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .testimonial h6 {
      margin: 0;
      font-weight: 600;
      color: #222;
    }
    .testimonial span {
      font-size: 0.9rem;
      color: #777;
    }
     .owl-dots .owl-dot{
       margin-top: 25px !important;
     }
    .owl-dots .owl-dot span {
      width: 10px !important;
      height: 10px !important;
      background: #e67e22 !important;
      border-radius: 0%  !important;
      margin: 5px !important;
      display: inline-block !important;
    }
    .owl-dots .owl-dot.active span {
      background: #D84C03 !important;
    }
    .contentdown {
      position: absolute;
      bottom: 0;
      width: 80%;
      top: 220px;
      text-align: center !important;
      /* background-color: #D84C03; */
      padding: 10px 0;
    }


  
.footercontainer {
  position: relative;                /* overlay ke liye */
  padding: 100px;
  background: url(../img/foterback.jpg) center/cover no-repeat;
  z-index: 1;                         /* content ke liye */
}

/* Dark overlay */
.footercontainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);     /* 0.7 = 70% dark */
  z-index: -1;                        /* image ke upar but content ke niche */
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}


.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
form .form-control {
  border: 1px solid #333;       /* border color adjust */
  border-radius: 4px;           /* rounding */
}

form button {
  color: #333;                  /* arrow color */
  transition: color .2s;
}

form button:hover {
  color: #ff6600;               /* hover highlight */
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.breadcrum-area {
    padding-top: 170px;
    padding-bottom: 50px;
    width: 100%;
    height: 85vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(../img/abubanner.jpg);
}
.innerheadbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.innerheadbg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: .6;
    z-index: 0;
}

.index-up {
    position: relative;
    z-index: 5;
}
.bg-theme{
  background-color: var(--primary);
}
.year{
  font-size: 100px;
  text-align: end;
  font-weight: 600;
  color: #f1eef1;
}
.form-control {
  border-radius: 0px !important;
}
.form-control:focus {
    color: #5F656F;
    background-color: #fff;
    border-color: #ffaf8a;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 94, 20, 0.25);
}

 /* ======================Product page====================== */
.product-card {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: calc(100% - 20px);
    font-size: 14px;
    text-align: center;
    overflow: hidden; /* ✅ Prevent image from going outside */
    border: 1px solid transparent; /* ✅ keeps card size same */
    transition: border 0.3s ease-in-out;
}
.product-card > img {
    width: 100% !important;
    height: 200px;
    transition: transform 0.3s ease-in-out;
}
.product-card:hover > img {
    transform: scale(1.1);
}





.orderimput {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  padding-right: 2rem; /* arrow ke liye space */
}



@media (max-width: 991px) {

.page-header h1 {
    font-size: 40px;
    font-weight: 300;
}
.navbar {
 background-color: #fff;
}
.navbar .navbar-nav .nav-link {
  margin: 0px 0px;
  padding: 20px 0;
  color: var(--dark);
  font-size: 17px;
  outline: none;
}
.Services{
  text-align: center;
}
.serviceimgcontain {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: start;;
    
}
.servicesideimg {
    max-width: 100%;
}
.footercontainer {
    position: relative;
    padding: 40px;
    background: url(../img/foterback.jpg) center / cover no-repeat;
    z-index: 1;
}
.year {
    font-size: 70px;
    text-align: end;
    font-weight: 600;
    color: #f1eef1;
}

 .logo-dark {
    display: none !important; /* hide dark logo always */
  }
  .logo-light {
    display: inline-block !important; /* show fnl logo always */
  }
}


.dropdown-item:hover{
background-color: var(--primary);
color: #fff;
}