@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Raleway", sans-serif;
}

:root {
  --blue: #0c2e3b;
  --red: #ae312b;
  --yellow: #fac012;
  --light-grey:#f9f9f9;
}

h1,
h2,
h3,
h4,
a {
  color: var(--blue);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

p {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #000;
  line-height: 1.8;
}

a {
  text-decoration: none;
  font-weight: normal;
}

ul li {
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  list-style: none;
  color: #000;
  line-height: 1.8;
}

.c-btn a {
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  padding: 12px 24px;
  font-weight: 500;
  transition: 0.5s;
}

.c-btn a:hover {
  color: var(--yellow);
  text-decoration: none;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}
.mb-30{
  margin-bottom: 30px;
}
.divider-sec {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.divider {
  height: 1.5px;
  width: 100%;
  background-color: #ebeaea;
}

.divider-1 {
  height: 5px;
  width: 7%;
  background-color: var(--blue);
}

.divider::after {
  height: 4px;
  width: 10%;
  background-color: var(--blue);
}

.section-title {
  padding-bottom: 20px;
}

/* banner star */
.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000a6;
  border: 1px solid #fff;
  padding: 0px 12px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 29px;
}

.custom-prev-btn {
  left: 10px;
}

.custom-next-btn {
  right: 10px;
}

.item img {
  width: 100%;
  height: auto;
}

.item h4,
.item p {
  position: absolute;
  left: 20px;
  bottom: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.item p {
  bottom: 20px;
}
/*18/08/2024*/
.my-slide{
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    background-position: center center;
}
/* banner end */

/* Why choose section */
.why-choose-us-card {
  display: flex;
  align-items: start;
  padding: 5px;
  margin-bottom: 20px;
}

.icon img {
  height: 25px;
  width: 45px;
}

.icon-1 img {
  height: 25px;
  width: 100px;
}

.icon-2 img {
  height: 25px;
  width: 148px;
}

.icon-3 img {
  height: 25px;
  width: 50px;
}

.icon-4 img {
  height: 25px;
  width: 64px;
}

.content {
  margin-left: 10px;
}

/* patch */
.patch {
  background-color: #e5e5e5;
}

.patch h3 {
  color: #747474;
  font-weight: 400;
  font-size: 22px;
}

/* manufacturer */
.main-point li {
  padding-bottom: 10px;
}

.sub-point li {
  margin-left: 20px;
  padding-bottom: 5px;
}

/* patch-2 */
.patch-2 {
  /* background-color: #b7b7b7; */
  background-color: #0c2e3b;
  margin-top: 50px;
}

.p-icon {
  position: relative;
  background-color: transparent;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.priorities-box .icon {
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #fff;
}

.priorities-box:hover .p-icon {
  background-color: var(--blue);
}

.priorities-box:hover .icon {
  color: #fff;
}

.p-content {
  padding-top: 20px;
}

.p-content p {
  color: #fff;
}

.project-box {
  margin-bottom: 40px;
}

.project-content {
  padding-top: 30px;
}

.project-content p a {
  color: var(--yellow);
}

/* Footer */
#footer {
  background-color: #333;

}

.footer-title h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.footer-title ul li {
  padding-bottom: 7px;
  list-style: none;
}

.footer-title ul li a {
  color: #fff !important;
}

.footer-title ul li a:hover {
  text-decoration: none;
}

.copyright {
  background-color: #232526;
}

.copyright p a {
  color: var(--yellow);
  font-weight: 500;
}

/* About US */
/* page Banner css start */
.page-banner {
  background-position: center center;
  position: relative;
  height: 250px;
  width: 100%;
  background-size: cover;
}

.overlay {
  background-color: #0c2e3b8f;
  position: relative;
  height: 250px;
  width: 100%;
  top: 0;
  left: 0;
}

.page-heading {
  position: absolute;
  top: 45%;
}

.page-heading h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}

.page-heading .title-divider {
  height: 3px;
  width: 40%;
  background-color: #fff;
}

/* all page banner image */
.bg-about {
  background-image: url('../../images/background/1.jpg');
}

.bg-hotel-furniture {
  background-image: url('../../images/background/2.jpg');
}

.bg-about {
  background-image: url('../../images/background/1.jpg');
}

.bg-about {
  background-image: url('../../images/background/1.jpg');
}

.bg-about {
  background-image: url('../../images/background/1.jpg');
}

/* all page banner image */

/* page Banner css start */
/* Hotel furniture page css */
.contact-form {
  background-color: var(--blue);
  padding: 30px;
  color: white;

}

.form-group .form-control ::placeholder {
  font-size: 14px;
}

.form-group .form-control {
  background-color: transparent;
  border: 0.5px solid #fff;
  color: white;
  font-size: 14px;
  border-radius: 0px;
}

.contact-form textarea {
  height: 80px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
}

.contact-form .custom-btn {
  background-color: white;
  color: #000000;
  font-family: "Raleway";
  border-color: white;
  font-size: 14px;
  border-radius: 0px;
  padding: 7px 15px;
  border: 0px;
}

.custom-btn {
  font-family: "Raleway", sans-serif;
}

.contact-form .custom-btn:hover {
  background-color: var(--yellow);
  color: var(--blue);

}

.section-title-2 h3 {
  position: relative;
  display: inline-block;
}
.section-title-2 h3::after {
  content: '';
  height: 1px;
width: 100%;
  background-color: var(--blue);
  position: absolute;
  margin-left: 20px;
  top: 12px;
}

/* for project gallery */
/* Custom CSS for gallery */
.thumbnail {
  margin-bottom: 15px;
}

/* Custom CSS for Ekko Lightbox */
.ekko-lightbox-container {
  height: 350px;
  /* Set fixed height */
  max-width: 90vw;
  /* Ensure the container width is responsive */
  margin: auto;
  /* Center the container */
  position: relative;
  /* Position relative to enable absolute positioning for icons */
}

.ekko-lightbox {
  background: rgba(0, 0, 0, 0.8);
  /* Semi-transparent black background */
}

.ekko-lightbox .ekko-lightbox-content {
  background: none;
  /* Remove background around the image */
}

/* Center navigation icons */
.ekko-lightbox .ekko-lightbox-nav-overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Smooth transition for hover effect */
}

.ekko-lightbox .ekko-lightbox-nav-overlay .ekko-lightbox-prev,
.ekko-lightbox .ekko-lightbox-nav-overlay .ekko-lightbox-next {
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background for buttons */
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
  /* Smooth transition for button appearance */
}

.ekko-lightbox .ekko-lightbox-nav-overlay .ekko-lightbox-prev {
  margin-left: 10px;
  /* Shift left icon slightly to the left */
}

.ekko-lightbox .ekko-lightbox-nav-overlay .ekko-lightbox-next {
  margin-right: 10px;
  /* Shift right icon slightly to the right */
}

/* Show navigation icons on hover */
.ekko-lightbox:hover .ekko-lightbox-nav-overlay {
  opacity: 1;
}

/* Smooth image transition */
.ekko-lightbox .ekko-lightbox-image {
  transition: opacity 0.5s ease-in-out;
  /* Smooth fade transition for image changes */
}

/* Image count indicator */
.ekko-lightbox .image-count {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  padding: 5px 10px;
  border-radius: 5px;
}

/* for project gallery end */
.project-box h4{
  margin-top: 20px;
}
.project-box a:hover h4{
  text-decoration: none;
}

/* about us */
.main-point li{
  list-style: none;
  display: flex;
}
.main-point li span{
  color: var(--blue);
  font-size: 16px;
  margin-right: 10px;
}
/* countersec */
.counter-sec{
  background-image: url('../../images/background/counter.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* height: 450px; */
  position: relative;
}
.overlay-2 {
  background-color: #01080aab;
  position: relative;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}
.c-icon i {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  padding: 27px 30px;
}
.count{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
/* progress */
.progress {
  height: 25px;
  margin-bottom: 20px;
}
.progress-bar-material {
  background-color: #4CAF50; /* Material Sourcing - Green */
  width: 0; /* Start width at 0 for animation */
  transition: width 1s ease-in-out; /* Smooth animation */
}
.progress-bar-machinery {
  background-color: #FFEB3B; /* Company Machinery - Yellow */
  width: 0; /* Start width at 0 for animation */
  transition: width 1s ease-in-out; /* Smooth animation */
}
.progress-bar-workforce {
  background-color: #b97ebb; /* Work Force - Violet */
  width: 0; /* Start width at 0 for animation */
  transition: width 1s ease-in-out; /* Smooth animation */
}

/*  */
.example-image {
  margin-bottom: 20px;
}
/* Customer-support page css start */
.enq-box{
  background-color: var(--light-grey);
  padding: 20px;
}

.list-item li{
  padding-bottom: 10px;
  display: flex;
}
.list-item li span i{
  color: var(--blue);
  font-size: 18px;
  padding-right: 15px;
  align-items: center;
}
.list-item li a{
  color: #000;
}

/* Blog page css start */
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

.blog-card img {
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
}

.blog-desc {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.blog-date {
  font-size: 0.85rem;
  color: #888;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent!important;
}
/* Floating button css start */
  /* Floating Button */
  .enquiry-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1050;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  /* Modal Styles */
  .modal-content {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .modal-img {
    background: url('../../images/h.jpg') center/cover no-repeat;
    width: 40%;
  }
  .modal-form {
    padding: 30px;
    width: 60%;
  }

  @media (max-width: 768px) {
    .modal-content {
      flex-direction: column;
    }
    .modal-img {
      width: 100%;
      height: 200px;
    }
    .modal-form {
      width: 100%;
    }
    .modal-img {
      background: url('../../images/mobile-popup.jpg') center/cover no-repeat;
      
    }
  }
  .modal-form .form-control{
    border: none;
    border-bottom: 1px solid rgb(5, 5, 66);
    font-size: 12px;

  }
 
  /* Floating button css end */

  /* banner slider css */
  .my-slide{
    position: relative;
  }
  /* .custom-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
} */
 .banner-content {
    max-width: 700px;
    padding: 30px;
    margin-left: 5%;
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 34%;
    transform: translate(-70%, -50%);
    background-color: #0000007a;
} 
 .banner-content .sub-title{
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.banner-content .main-banner-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
} 
.banner-content .custom-banner-content {
    font-size: 18px;
    line-height: 1.5;
    color: #f1f1f1;
}
/*video sec in about us page*/
 .video-section {
        background-image: url('../../images/video-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60vh;
        position: relative;
    }

    .video-icon {
        width: 80px;
        height: 80px;
        /* background: #007bff; */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        animation: pulse 1.5s infinite;
        border: 1px solid #fff;
    }

    .video-icon i {
        color: #fff;
        font-size: 40px;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        }

        70% {
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }

    .video-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .video-popup-content {
        position: relative;
        width: 80%;
        max-width: 900px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-popup-content iframe {
        width: 100%;
        height: 400px;
        border: none;
    }

    .close-btn {
        position: absolute;
        top: -20px;
        right: -20px;
        background: red;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fa-play {
        --fa: "\f04b";
        font-size: 40px;
        color: #fff;
    }
.c-icon i{
    color: #fff;
    font-size: 30px;
    /*border: 1px solid #fff;*/
    /*padding: 20px;*/
}
    @media only screen and (max-width: 600px) {
        .video-popup-content {
            position: relative;
            width: 100%;
            max-width: 900px;
            /* background: #fff; */
            padding: 8px;
            border-radius: 10px;
            /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .close-btn {
            position: absolute;
            top: -20px;
            right: 0px;
        }
    }
    
    /*New About sec css start */
    #about-sec{
      background-image: url('../../images/section-bg-shape-1.svg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }

    .about-img{
        display:flex;
        position: relative;
    }
    img.img-fluid.image-first {
      height: 300px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      border-radius: 7px;
  }
  img.img-fluid.image-second {
    height: 250px;
    margin-top: 195px;
    margin-left: -123px;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 7px;
}
.ex-box {
  background-color: #0c2e3b;
  border-radius: 50%;
  padding: 20px;
  height: 134px;
  width: 134px;
  position: absolute;
  top: 39%;
  left: 30%;
  z-index: 99;
  border: 5px solid #fff;
}
.ex-box h5{
  color: #fff;
  font-size: 15px;
}
.ex-box h5 span{
  color: #fac012;
  font-size: 30px;
}
.my-point ul li{
  list-style: none;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #0c2e3b;
}
.my-point ul li span img{
height: 24px;
width: auto;
padding-right: 15px;

}
/* why sec */
#why-choose{
  background: #0c2e3b;
  padding: 50px 0px;
}
.why-icon{
  padding-bottom: 17px;
  height: 76px;
}

/* Faq Section */
.faq-header {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion-header{
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.accordion-button {
  background-color: transparent;
  position: relative;
  transition: background-color 0.3s ease;
  font-size: 15px;
  border: 0px;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.accordion-button:focus{
  outline: none!important;
}

.accordion-button::after {
  display: none;
}

.faq-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.accordion-button.collapsed .faq-icon::before {
  content: '+';
}

.accordion-button:not(.collapsed) .faq-icon::before {
  content: '-';
}

.accordion-body {
  padding-top: 15px;
}

@media (max-width: 576px) {
  .faq-icon {
    position: absolute;
    right: 10px;
    top: 69%;
  }

}