    /* Font Awesome for social icons */
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'); */

* { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

body{
    font-family: "poppins", sans-serif !important;
    overflow-x: hidden;
    background: #f5f5f5;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .container{
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
  } 
  
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
   }
  
   a{
      text-decoration: none;
   }
  
   li{
      list-style: none;
   }
  .col-2{
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  
  .col-3{
    width: calc(33.33% - 20px);
    margin-right: 20px;
  }
  
  .col-4{
    width: calc(25% - 10px);
    margin-right: 10px;
  }
  
  .col-5{
    width: calc(20% - 10px);
    margin-right: 10px;
  }
  .col-6{
    width: calc(16.66% - 10px);
    margin-right: 10px;
  }
  /* Top Header Styles */
.top-header {
  background: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 20px;
  align-items: center;
  font-size: 14px;
}

.top-item {
  margin-right: 15px;
  padding: 5px;
  background-color: #555555cf;
}
.top-item i{
    color: orange;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
}
.top-item a{
    color: white;
    text-decoration: none;
}
.top-socials a {
  color: orange;
  margin-left: 10px;
  font-size: 16px;
}

/* Main Header 
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #555;
  padding: 10px 30px;
  position: sticky;
  top: 0;
  z-index: 99;
}

.logo img {
  height: 50px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: #ffffffbd;
  color: #000;
  list-style: none;
  min-width: 220px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 10;
}

.dropdown-menu li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.dropdown-menu li a{
    color: black;
}
.dropdown-menu li a:hover {
  color: orange;
  background-color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.quote-btn {
  background: orange;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
*/
/* Base styling */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #222;
  color: white;
}

.logo img {
  max-height: 50px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  background: #333;
  top: 100%;
  left: 0;
  min-width: 250px;
  z-index: 999;
  padding: 10px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 8px 20px;
}
.dropdown-menu li a {
  color: black;
}
.quote-btn {
  background: #f90;
  padding: 10px 16px;
  color: black;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

/* Toggle button (hidden by default) */
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

    /* Hero Section CSS *
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../images/ROTI\ MAKING\ MACHINE\ WEBPAGE.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  color: white;
  padding: 60px 100px;
}
*/
.hero-left {
  max-width: 50%;
}

.hero-left h1 {
  font-size: 32px;
  line-height: 1.4;
}

.hero-left .highlight {
  color: orange;
  font-weight: bold;
}

.hero-cta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
} 

 .hero {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  color: white;
  padding: 60px 100px;
  z-index: 1;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  /* opacity: 0.6; Optional: makes text more readable */
}

/* Put hero content above video */
.hero > *:not(.hero-bg-video) {
  position: relative;
  z-index: 2;
}


.btn-orange {
  background: orange;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.phone {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.hero-right img {
  max-width: 100px;
  height: auto;
  animation: float 2s ease-in-out infinite;
}

/* Simple float animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ----------product section------------- */
/* Section Title Style */
.section-title {
  font-size: 22px;
  font-weight: bold;
  color: orange;
  /* position: relative;
  display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}


/* .line-arrow::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 10px;
} */

/* Product Grid Layout */
.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  text-align: center;
}

/* Product Card */
.product-card {
  width: 220px;
}

.product-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}

.product-img img {
  max-width: 85%;
  max-height: 85%;
  border-radius: 50%;
  object-fit: contain;
}

.product-card h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

/* .price {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
} */

.btn-orange {
  background-color: orange;
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
}
/* -----footer-------- */

  .col-2{
    width: calc(50% - 10px)!important;
    margin-right: 30px !important;
  }
  .col-2 img{
    width: 100%;
    height: auto;
    margin-left: 5px;
  }
  .footer {
  /* background-color: #f57c00; */
  background-image: url('../images/hd-footer-1.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  margin-top: 50px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.footer-section {
  flex: 1 1 20%;
  margin: 10px;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #fff;
}
.footer-head{
  font-size: 18px;
  color: #000!important;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  font-size: 15px;
 font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.aling-center{
  text-align: center;
}

.contact-section p {
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-section {
  display: flex;
  border: 2px solid #ffffff9e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  background-color: #3333336e;
}

.contact-section i {
  background-color: #f57c00;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
.social-icons a {
  margin-right: 10px;
  color: white;
  font-size: 18px;
}

.footer-bottom {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}

.policy-links a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.policy-links a:hover {
  text-decoration: underline;
}
/*---------------------product-----page------*/

    .product-detail-page {
      background: linear-gradient(to right, #fff7f0, #ffcf9f);
      padding: 30px;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    /* Product Gallery */
    .product-gallery {
      flex: 1;
      text-align: center;
    }
    .main-image {
      width: 100%;
      max-width: 300px;
      border: 2px solid #ccc;
      border-radius: 10px;
    }
    .thumbnails {
      margin-top: 15px;
    }
    .thumbnails img {
      width: 60px;
      margin: 5px;
      border: 2px solid #ccc;
      border-radius: 5px;
      cursor: pointer;
    }
    .play-btn {
      margin-top: 10px;
      background: #000;
      color: #fff;
      padding: 8px 20px;
      border-radius: 30px;
      cursor: pointer;
    }
    .play-btn a {
      color: inherit;
      text-decoration: none;
    }
    .play-btn:hover {
      background: red;
    }

    /* Product Info */
    .product-info {
      flex: 1.2;
    }
    .product-info h3 {
      color: #000;
    }
    .price {
      color: #fff;
      font-size: 24px;
      margin: 10px 0;
    }
    .specs ul {
      list-style: none;
      padding: 0;
      margin-bottom: 10px;
    }
    .specs li {
      margin: 6px 0;
      font-size: 14px;
    }

    .actions {
      display: flex;
      gap: 10px;
      align-items: center;
      margin: 10px 0;
    }
    .actions button {
      padding: 5px 10px;
      cursor: pointer;
    }
    .wishlist {
      background: #ffcc00;
    }
    .cart {
      background: #f44336;
      color: #fff;
    }

    .rating {
      font-size: 20px;
      color: gold;
      margin: 10px 0;
    }

    .brochure-btn {
      background: orange;
      border: none;
      padding: 8px 20px;
      font-weight: bold;
      color: white;
      cursor: pointer;
      border-radius: 5px;
    }
    .brochure-btn a{
      color: inherit;
      text-decoration: none;
    }
    /* Inquiry Form */
    .inquiry-form {
      flex: 1;
      background: linear-gradient(to right, #FFF7FF, #FFCF49);
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 10px #ccc;
    }
    .inquiry-form h4 {
      margin-bottom: 10px;
    }
    .note {
      font-size: 13px;
      background: #f1f1f1;
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 10px;
    }

    .file-upload {
      margin: 10px 0;
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .file-label {
      background: orange;
      padding: 6px 12px;
      border-radius: 5px;
      color: white;
      cursor: pointer;
    }

    .filename {
      font-size: 13px;
      color: #555;
    }

    .inquiry-form input {
      width: 100%;
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .phone-input {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }
    .phone-input span {
      background: #eee;
      padding: 15px;
      border-right: none;
      border-radius: 4px 0 0 4px;
    }
    .phone-input input {
      flex: 1;
      border-radius: 0 4px 4px 0;
    }

    .send-inquiry,
    .more-details {
      margin-top: 15px;
      width: 100%;
      padding: 10px;
      border: none;
      font-weight: bold;
      color: white;
      border-radius: 5px;
      cursor: pointer;
    }
    .send-inquiry {
      background: black;
    }
    .more-details {
      background: #f72759;
    }
        .quantity-control {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 24px;
    }

    .quantity-control button {
      padding: 5px 12px;
      font-size: 20px;
      cursor: pointer;
      border: 1px solid #ccc;
      background-color: #f0f0f0;
      border-radius: 4px;
    }

    .quantity-display {
      min-width: 30px;
      text-align: center;
    }
   .whatsapp-float a i{
    font-size: 30px;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff;
   }
   .btn-primary{
    background-color: orange;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
   }
   .btn-primary:hover {
    background-color: #ff9800;
   }
   
  .thank-you-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.thank-you-box {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  animation: popIn 0.4s ease-out;
}

.thank-you-box h2 {
  color: green;
  font-size: 28px;
  margin-bottom: 10px;
}

.thank-you-box p {
  font-size: 16px;
  color: #444;
}

.thank-you-box button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: green;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

@keyframes popIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/*-------------product-page-banner---------------- */
.product-page-banner {
  background-size: cover;
  background-position: center;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
/* ----------- */
.product-detail-page h2 {
  font-size: 16px;
}
.product-info h3{
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
/* -----------product-detail--bannner---------------- */
    .product-info-container {
      display: flex;
      gap: 20px;
      max-width: 1200px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
    }

    .additional-info-left {
      flex: 1;
      border-right: 2px solid #eee;
      padding-right: 20px;
    }

    .additional-info-left h3 {
      margin: 20px 0 10px;
      font-size: 18px;
      border-bottom: 2px solid #333;
      padding-bottom: 5px;
    }

    .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    
    .image-grid iframe{
      width: 200px;
      height: 200px;
    }


    .image-grid img,
    .image-grid video {
      width: 100%;
      height: auto;
      border: 1px solid #ddd;
      border-radius: 4px;
    }

    .accordion-section-product {
      flex: 2;
      padding-left: 20px;
    }

    .accordion-item-product{
      margin-bottom: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
    }

    .accordion-button-product {
      width: 100%;
      padding: 12px 15px;
      background-color: #333;
      color: white;
      font-weight: bold;
      border: none;
      text-align: left;
      cursor: pointer;
      font-size: 16px;
    }

    .accordion-button-product.active {
      background-color: #f90;
      color: #000;
    }

    .accordion-content-product {
      padding: 15px;
      display: none;
      background-color: #fafafa;
      font-size: 15px;
      border-top: 1px solid #ddd;
    }

    .accordion-button-product:focus {
      outline: none;
    }
    /* ----about-ban------- */
.about-ban{
  position: relative;
  background-image: url('../images/ROTI\ MAKING\ MACHINE\ WEBannner.webp');
  background-size: cover;
  background-position: center;
  height: 600px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: white;
}
.about-content {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 50%;
  text-align: left;
  padding: 20px; 
  border-radius: 10px;
}

.vision{
  position: relative;
  background-image: url('../images/About\ Us\ image\ png\ 1.webp');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.vision-content {
  position: absolute;
  top: 20%;
  left: 3%;
  width: 45%; 
}

.mission{
  position: relative;
  background-image: url('../images/Why\ Choose\ Us\ image\ png\ 2.webp');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mission-content {
  position: absolute;
  top: 20%;
  right: 3%;
  width: 45%; 
}
.what-provide{
  position: relative;
  background-image: url('../images/what\ we\ Provide\ image\ png\ 3.webp');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.what-provide-content{
  position: absolute;
  top: 20%;
  left: 3%;
  width: 45%; 
}

/*----------------*/
.hero-video {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-video video {
  width: 100%;
  height: auto;
  display: block;
}
/* ----------------contact-page---------- */
.contact-banner{
  background-image: url(../images/contact-page.webp);
  background-size: cover;
  background-position: center;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.contact-section-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 40px;
  gap: 30px;
  font-family: Arial, sans-serif;
}

.contact-box-page {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex: 1 1 500px;
  max-width: 600px;
  text-align: center;
}

.contact-box-page h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-box-page p {
  font-size: 16px;
  margin-bottom: 20px;
}

.input-row-page {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  text-align: left;
}

.form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border-radius: 25px;
  border: 2px solid #ccc;
  outline: none;
  font-size: 14px;
}

.submit-btn {
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 16px;
  background-color: orange;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}

.contact-details-page {
  display: flex;
  flex: 1 1 300px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.info-card-page {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 280px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.circle-icon {
  width: 60px;
  height: 60px;
  background: orange;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  outline-style: solid;
  outline-color: #00000067;
}

.info-card-page h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.info-card-page p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.info-card-page a {
  color: blue;
  text-decoration: none;
  word-break: break-word;
}

/* --------------- */
.privacy-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 40px 60px;
  background-color: #fff;
  flex-wrap: wrap;
}

.privacy-text {
  flex: 1;
  min-width: 280px;
}

.privacy-text h2 {
  color: #f90;
  font-size: 26px;
  margin-bottom: 10px;
}

.privacy-text p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.privacy-image {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.privacy-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* -----privacy-policy--------------- */
.privacy-policy{
  margin-top: 20px;
}
/*----- terms  and condition ----- */

.comman-banner-policy{
  background-size: cover;
  background-position: center;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
