/********** Template CSS **********/
:root {
    --primary: #243F91;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}
/*.bni 
{
    max-height: 700px;
} */
.abt 
{
    position: relative;
    bottom: 100px;
    padding: 50px;
}

@media only screen and (max-width:425px) {
    .abt {
        margin-top: 170px;
    }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.footer
{
    background-image:url(img/ftr.png);
}
.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.minor {
    font-size: 20px;
}
.navbar-brand p {
    color: white;
    font-size: 25px;
    font-weight: 600;
}
@media only screen and (max-width:425px) {
    .navbar-brand p {
        color: white;
        font-size: 20px;
        font-weight: 600;
    }
}
.page-kitchen {
   
        height: 400px;
         background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Commercial\ kitchen\ equipment.png) center center no-repeat;
         background-size: cover;
     
}
.page-hotel {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/hotel\ and\ kirchen.jpg) center center no-repeat;
     background-size: cover;
 
}
.page-bakery {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bakery-equipment-head.jpeg) center center no-repeat;
     background-size: cover;
 
}
.page-Refrigerator  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/commercial\ Refrigerator-head.webp) center center no-repeat;
     background-size: cover;
 
}
.page-canteen  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/canteen\ kitchen\ equipment-header.jpg) center center no-repeat;
     background-size: cover;
 
}
.page-counter  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/fast-food-counter-img.png) center center no-repeat;
     background-size: cover;
 
}
.page-ducting  {
   
    height: 400px;
     background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/ducting.jpg) center center no-repeat;
     background-size: cover;
 
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.main-head {
    font-size: 40px;
}
.top-bring {margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*------------------ PRODUCT PAGES */
.major {
    font-size: 2rem;
}
.cards p {
    color: black;
    font-size: 17px;
}
  .des {background-color: white;
    padding-top: 50px;
  }
@media (max-width: 600px) {

    .pro
   {
      margin-top: -250px;

   }
  }
  .whatsap-products 
  {
       margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    
        .whatsap-products
      {
           margin-left: 190px;
           margin-bottom: 10px;
      }
  
  }
  

.pro-images
{
   margin-top: 50px;
   
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 transition: 0.3s;
}
.pro-images h3
{
   margin-top: 20px;
   
  
}
.productss {
 background-color: rgb(240, 237, 237);
 padding-bottom:100px ;
 padding-top:50px ;
}
.pro h1
{
    margin-top: 30px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.bake {
    background-color: #243F91;
    color: white;
    text-align: center;
    font-size: 20px;
}
.did {
    background-color: #243F91;
    color: white;
    text-align: center;
    font-size: 30px;
}
/*** Button ***/
.btn {
    font-weight:bold;

    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 10px;
    color: var(--light);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:white;
}

.navbar.fixed-top {
    transition: .5s;
    background-color: #243F91;

}
@media (max-width: 500px) {
     .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 250px;
    }

    .header-carousel .owl-carousel-inner {
        height: 200px;
    }
    .hero {
        margin-top: 130px;
    }
.owl-carousel .owl-item img
    {
        max-width: 100%;
      margin-top: 60px;

    }
    .header-carousel {
        height: 200px;
    }
    .header-carousel .owl-nav {
        top: -40px;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (max-width:500px)
{
   .gst img
   {
        height: 100px;
     width: 800px;
   }
}
.whatahsp {
    position: fixed;
    z-index: 10;
    bottom: 100px;
    width:65px;
    margin-left: 5px;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}.hero 
{
    position: relative;
    margin-top: 50px;
}

@media (min-width:501px ) and (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 430px;
    }
 .hero {
        margin-top: 130px;
    }
    .header-carousel .owl-carousel-inner {
        height: 430px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
   height: 400px;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/mrkt.png) center center no-repeat;
    background-size: cover;
}
.page-header2 {
   height: 400px;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/ct.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
}

.product-item:hover {
    background: var(--primary) !important;
}

.product-item:hover * {
    color: var(--light);
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    /* height: 100px; */
}

.team-item .team-title {
    background: var(--light);
    transition: .5s;
    padding: 10px 20px 20px;
    border-radius: 0 0 6px 6px;
}

.team-item:hover .team-title {
    background: #243f91;
}
.team-item .team-title h5, .team-item .team-title a{transition: .3s;}
.team-item:hover .team-title h5{color: #fff;}
.blog_img img{transition: .3s;}
.team-item:hover img{transform:scale(1.1);}
.read_more{
    background: #243f91;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    transition: .3s;
}
.team-item:hover .read_more{color:#243f91;background: #fff;}
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
   
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer a {
    color: white;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}



.copyright {
    background: #111111;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998; /* Higher than most other elements */
  }

  /* Modal */
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: none;
    padding: 20px;
    width: 800px;
    max-width: 90%;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
    z-index: 9999; /* Higher than most other elements */
    text-align: center;
  }
   /* Style for form inputs */
.modal-body form input,
.modal-body form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

/* Add focus effect */
.modal-body form input:focus,
.modal-body form textarea:focus {
  border-color: #1c87c9;
  outline: none;
  box-shadow: 0 0 5px rgba(28, 135, 201, 0.5);
}

/* Style for the submit button */
.modal-body form .btn {
  padding: 10px;
  background-color: #1c87c9;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.modal-body form .btn:hover {
  background-color: #155d8c;
}

/* Label styling */
.modal-body form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

/* Add consistent spacing for form items */
.modal-body form .mb-3 {
  margin-bottom: 20px;
}

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
  }

  .close-btn:hover {
    color: red;
  }
  .floating-icons {
    position: fixed;
    bottom: 120px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
  }

  .floating-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1cba9f;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 24px;
  }

  .floating-icons a:hover {
    background-color: #17a589;
  }

/* Responsive adjustments */
@media (max-width: 768px) {
  button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .modal {
    width: 90%;
  }

  .floating-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  button {
    font-size: 12px;
    padding: 2px 4px;
  }

  .modal {
    padding: 5px;
    width: 300px;
  }

  .floating-icons {
    bottom: 10px;
    right: 10px;
  }

  .floating-icons a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}