@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}



/*================new test job===================*/

/* nenu and slider css */

    /* Navbar */
    .navbar {
      background: transparent;
      position: absolute;
      width: 100%;
      z-index: 1000;
      padding: 15px 0;
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      margin: 0 15px;
    }

    .btn-custom {
      border-radius: 4px;
      font-weight: 500;
      padding: 6px 15px;
      margin-left: 10px;
      transition: 0.3s;
    }

    .btn-light-custom {
      background: #fff;
      color: #000;
    }

    .btn-dark-custom {
      background: #2f2741;
      color: #fff;
    }

    .btn-light-custom:hover {
      background: #f1f1f1;
    }

    .btn-dark-custom:hover {
      background: #4a3d68;
    }

    /* Hero Slider */
    .hero-slider {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
    }

    .hero-slide.active {
      opacity: 1;
      z-index: 1;
    }

    /* Overlay */
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
    }

    /* Text Content */
    .hero-content {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translate(-50%, 50px);
      color: #fff;
      text-align: center;
      z-index: 3;
      opacity: 0;
    }

    .animate-up {
      animation: slideUp 1s ease forwards;
    }

    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translate(-50%, 50px);
      }
      to {
        opacity: 1;
        transform: translate(-50%, 0);
      }
    }

    .hero-content h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .hero-content p {
      font-size: 1.2rem;
    }

    /* Navbar Toggler (white icon) */
    .navbar-toggler {
      border: none;
      outline: none;
    }
    .navbar-toggler-icon {
      filter: invert(1); /* makes hamburger white */
    }

    /* Mobile menu background */
    @media (max-width: 991px) {
      .navbar-collapse {
        background: rgba(0, 0, 0, 0.85);
        padding: 20px;
      }
      .navbar-nav .nav-link {
        margin: 10px 0;
        text-align: center;
      }
      .btn-custom {
        margin: 10px auto;
        display: block;
        width: 80%;
        text-align: center;
      }
    }
	
	
	  /* Navbar */
    .navbar {
      background: transparent;
      position: absolute;
      width: 100%;
      z-index: 1000;
      padding: 15px 0;
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      margin: 0 15px;
    }

    .btn-custom {
      border-radius: 4px;
      font-weight: 500;
      padding: 6px 15px;
      margin-left: 10px;
      transition: 0.3s;
    }

    .btn-dark-custom {
      background: #2f2741;
      color: #fff;
    }

    .btn-dark-custom:hover {
      background: #4a3d68;
    }

    /* Language Toggle */
    .lang-toggle {
    position: relative;
    display: inline-block;
    width: 213px;
    height: 43px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    }

    .lang-toggle span {
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .lang-ar {
      left: 0;
      background: #fff;
      color:#2f2741;
      z-index: 2;
    }

    .lang-en {
      right: 0;
     background: #fff;
      color:#2f2741;
      z-index: 1;
    }

    .lang-toggle.active .lang-ar {
      background: transparent;
      color: #000;
      z-index: 1;
    }

    .lang-toggle.active .lang-en {
      background: #2f2741;
      color: #fff;
      z-index: 2;
    }

    /* Navbar Toggler (white icon) */
    .navbar-toggler {
      border: none;
      outline: none;
    }
    .navbar-toggler-icon {
      filter: invert(1);
    }

    @media (max-width: 991px) {
      .navbar-collapse {
        background: rgba(0, 0, 0, 0.85);
        padding: 20px;
      }
      .navbar-nav .nav-link {
        margin: 10px 0;
        text-align: center;
      }
      .lang-toggle, .btn-custom {
        margin: 10px auto;
        display: block;
      }
    }










.type-of-market{
  padding:40px 0px;
  background: #4A466C;
}
.type-of-market h2{
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 102px;
leading-trim: NONE;
line-height: 100px;
letter-spacing: -8.16px;
color:#F3ECE3;

}


.type-of-market p{
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.9px;
vertical-align: middle;

color:#F3ECE3;

}


/*================manu-setion-Start===================*/

.top-bar h1 {
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Montserrat-Regular';
  color: #000000bd;
}
.top-bar h1 span {
  font-size: 18px;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Montserrat-bold';
  color: #000000bd;
  padding: 0px 10px;
}

.navbar-custom ul {
  width: 612px;
}

.navbar-custom ul {
  width: 612px;
}
.navbar-custom .navbar-nav .nav-link {
  color: white !important;
}
.mainnavbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logoimg img {
  width: 100px;
}
.navbar ul {
  padding-top: 0px;
  align-items: center;
}
.navbar ul li:last-child a {
  color: white !important;


}

.navbar ul li a {

  color: #000000 !important;
  font-family: Montserrat-Medium !important;
  font-size: 15px !important;
}
.navbar ul li a i {
  font-size: 25px;
  margin-right: 10px;
}

.navbar-custom {
  background-color: #1e3a3a;
  width: 100%;
}
.navbar-custom .navbar-nav .nav-link {
  color: white;
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: #ffdd00;
}
.navbar-custom .search-bar {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /* Full width */
}
.navbar-custom .search-bar input {
  border-radius: 20px;
  padding-left: 30px;
  /* Space for the icon */
  width: 100%;
  /* Ensure it takes the full width */
}
.navbar-custom .search-bar .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  /* Light gray for the icon */
}
.navbar-custom .container-fluid {
  max-width: 100%;
  /* Ensures it uses full width */
}

/*================manu-setion-End===================*/


/*================Banner-setion-Start===================*/

.banner {
  padding: 239px 0px;
  background-image: linear-gradient(rgb(0 0 0 / 50%),
      /* top color with transparency */
      rgb(0 0 0 / 74%)
      /* bottom color with transparency */
    ), url(../images/banner-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.banner h1 {
  color: white;
  font-family: 'Montserrat-Bold';
  font-size: 60px;
  text-align: center;
}
.banner p {
  font-family: Montserrat-SemiBold;
  font-size: 28px;
  color: white;
  text-align: center;
}
.banner .form-control {
  position: relative;
  width: 50%;
  padding: 16px;
  border-color: #F59320;
  margin: 0 auto;
}
.banner .form-control::placeholder {
  font-size: 25px;
  font-family: Montserrat-Regular;
  color: white;

}
.banner .btn {
  right: 293px;
  position: absolute;
  padding: 13px 7px;
  border-radius: 12px 8px 8px 12px;
  background-color: #F59320;
  font-size: 20px;
  font-family: Montserrat-SemiBold;
  border-color: #F59320;
}
.banner .items ul li {
  list-style: none;

}
.banner .items {
  justify-content: center;
  display: flex;
  padding-top: 10px;
  color: white;
  font-size: 25px;
  font-family: 'Montserrat-Regular';
}

.line {
  width: 2px;
  height: 20px;
  background-color: white;
  margin: 10px 20px;
}

.custom-button {
  padding: 11px 31px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 9px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
  margin: 0 auto;
  display: block;
  color: black;
}
.custom-button:hover {
  background-color: #319f8c;
  /* Darker shade on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  /* Deeper shadow on hover */
}
.custom-button:focus {
  outline: none;
  background: transparent;
  /* Remove focus outline */
}

.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.text-container {
  width: 50%;
}
.text-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3e50;
}
.text-container p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
  color: #2d3e50;
}
.product-list {
  font-size: 16px;
  color: #2d3e50;
}
.product-list li {
  margin-bottom: 8px;
}
.shop-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}
.image-container img {
  width: 100%;
  border-radius: 8px;
}

.next-section {
  padding: 0px 0px;
  position: relative;
}
.next-section h3 {
  font-size: 19px;
  font-family: 'Montserrat-regular';
}
.next-section h2 {
  font-size: 33px;
  font-family: 'Montserrat-Regular';
  color: #000000a6;
}
.next-section h2 span {
  font-size: 33px;
  font-family: 'Montserrat-bold';
  color: black;
}
.next-section .custom-button {
  padding: 11px 31px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 9px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
  /* margin: 0 auto; */
  display: block;
  color: white;
  background: black;
  margin: 23px 0px 63px 0px;
}

.next-section ul {
  padding: 0px;

}
.next-section ul li {
  list-style: none;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  color: #000000c2;

}
.next-section ul.next-ul li {
  list-style: none;
  font-size: 20px;
  font-family: 'Montserrat-Regular';
  color: white;

}

.next-section img.new-ico {
  width: 44px;
  margin-right: 14px;
}

.next-section .mg {
  margin-bottom: 27px;
}
ul.next-ul {
  margin-top: 121px ! Important;
  float: right;
}
.next-section .green-se {
  background: #205855;
}
.next-section .white-sec {
  padding: 56px 0px;
}
.next-section .mid-img {
  position: absolute;
  top: 123px;
  left: 430px;
}
.production-discript img {
  width: 100%;
  position: relative;
}
.production-discript h3 {
font-family: FONTSPRING DEMO - Singel Book;
font-weight: 300;
font-style: Regular;
font-size: 40px;
leading-trim: NONE;
line-height: 42px;
letter-spacing: -0.8px;
text-align: center;
vertical-align: middle;


}
.production-discript h2 {
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 78px;
leading-trim: NONE;
line-height: 80px;
letter-spacing: -5px;
text-align: center;
vertical-align: middle;
color:#2B2829;

}
.production-discript h3 {
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.9px;
vertical-align: middle;
color:#0A0A0A;

}


.production-discript h4{
      font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -0.9px;
    vertical-align: middle;
    color: #0A0A0A;
    background: #EFE6D9;
    padding: 12px;
    gap: 12px;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 19px;
}

.production-discript p {
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.9px;
text-align: center;
vertical-align: middle;
color:#2B2829;
    padding: 10px 0px;

}

.production-discript img.single-leaf{
  width: 16px;
      margin-right: 5px;
}

/* button */


    .custom-btn.propert-first-button-right{
position: absolute;
    z-index: 100;
    top: 18px;
    right: 22px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -0.8px;
    vertical-align: middle;
    border-radius: 2px;
    }



    .custom-btn.propert-first-button{
 position: absolute;
    z-index: 100;
    top: 18px;
    left: 22px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 23px;
    leading-trim: NONE;
     line-height: 20px;
    letter-spacing: -0.8px;
    vertical-align: middle;
      border-radius: 2px;

    }

  .custom-btn.propert-first-button .leaf{
    fill:#F1AE86;
  }




    .custom-btn {
      position: relative;
      background-color: #261f4d; /* dark purple */
      color: #f5ebe4; /* light beige */
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      padding: 14px 36px;
      cursor: pointer;
      overflow: hidden;
      margin: 0 auto;
      display: block;
    }

    .custom-btn span {
      position: relative;
      z-index: 2;
    }

    .leaf {
position: absolute;
    width: 20px;
    height: 21px;
    fill: #f5ebe4;
    opacity: 0.9;
    }

    /* Top-left leaf with rotation */
    .leaf.top-left {
        top: 2px;
    left: 1px;
      transform: rotate(30deg);
    }

    /* Bottom-right leaf with opposite rotation */
    .leaf.bottom-right {
       bottom: 4px;
    right: 3px;
      transform: rotate(30deg);
    }

    .custom-btn:hover {
      background-color: #1d173d;
    }





.production-discript .custom-button {
  background: black;
  color: white;
  margin: 0px;
  margin-top: 20px;
}
.free-shoping {
  padding: 76px 0px;
}
.free-shoping h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}
.free-shoping p {
  margin: 0px;
  font-size: 13px;
}
.free-shoping img {
  margin-right: 15px;
}
.overall-structure {
  background: #205855;
  padding: 70px 0px;
}
.overall-structure h3 {
  font-size: 20px;
  text-align: center;
  color: white;
  font-family: 'Montserrat-Regular';

}
.overall-structure h2 {
  font-size: 40px;
  font-family: 'Montserrat-Bold';
  color: white;
  text-align: center;
  padding-bottom: 30px;
}
.overall-structure .custom-button {
  margin-top: 70px;
}
.galary-imgs {
  padding: 50px 0px;
}
.galary-imgs h3 {
  font-size: 20px;
  text-align: center;
  color: white;
  font-family: 'Montserrat-Regular';
  color: #00000096;
}
.galary-imgs h2 {
  font-size: 40px;
  font-family: 'Montserrat-Bold';
  color: white;
  text-align: center;
  padding-bottom: 30px;
  color: #00000099;
}

.galary-imgs .filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
.galary-imgs .filter-btn {
  padding: 10px 20px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.galary-imgs .filter-btn:hover {
  background-color: #2980b9;
}
.galary-imgs .filter-btn.active {
  background-color: #2c3e50;
}
.galary-imgs .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.galary-imgs .gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.galary-imgs .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.galary-imgs .gallery-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}



/* Lightbox Styles */
.galary-imgs .lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.galary-imgs .lightbox-content {
  max-width: 90%;
  max-height: 90%;
}
.galary-imgs .lightbox-content img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.galary-imgs .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.galary-imgs .lightbox-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .galary-imgs .gallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 480px) {
  .galary-imgs .gallery {
    grid-template-columns: 1fr;
  }
  .galary-imgs .filter-buttons {
    flex-direction: column;
    align-items: center;
  }
  .galary-imgs .filter-btn {
    width: 80%;
    margin-bottom: 5px;
  }
}
.reviews {
  padding: 40px 0px;
}
.reviews .main-box {
  box-shadow: -5px 0px 17px 7px #80808042;
  border-radius: 20px;
  /* padding: 40px; */
  margin-right: 38px;
  padding: 30px;
  margin: 29px;
  padding-bottom: 80px;
  position: relative;
}
.owl-carousel .owl-item .main-box img.comma {
  position: absolute;
  width: 17% !important;
  top: -31px;

}
.owl-carousel .owl-item .main-box img.comma-second {
  position: absolute;
  width: 17% !important;
  top: -31px;

}
.reviews .main-box p {
  padding-top: 100px;
  font-size: 17px;
  font-family: 'Montserrat-Regular';
}

.owl-carousel .owl-item .main-box img {
  width: 56%;
}

.owl-carousel .owl-item .main-box img.man-img {
  width: 40%;
}

.reviews .custom-button {
  color: white;
  background: #205855;
  margin-top: 40px;
}

.footer .fisrt-col {
  background-color: #205855;
  padding: 40px 0px;
}
.footer .fisrt-col h2 {
  font-size: 60px;
  font-family: 'Montserrat-bold';
  color: white;
  padding-left: 20px;
}
.footer .fisrt-col .line {
  width: 407px;
  height: 2px;
  background-color: #ffffff7d;
  margin: 0px;
  margin-top: 28px;
  margin-left: 20px;
}
.footer .fisrt-col h3 {
  font-size: 33px;
  font-family: 'Montserrat-Regular';
  color: white;
  padding: 14px 20px;
}
.footer .fisrt-col p {
  margin: 0px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  color: #ffffffc9;
}
.footer .fisrt-col .new-ph {
  margin-right: 62px;
}
.footer .fisrt-col .address-top {
  padding-top: 20px;
}
.footer .fisrt-col h4 {
  font-size: 32px;
  font-family: 'Montserrat-Bold';
  color: white;
  padding: 20px 20px;
}
.footer .fisrt-col .social-media img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.footer .fisrt-col .social-media {

  margin-left: 10px;
}

.footer .form-contact {
  background: #44433f;
}






.contact-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.contact-card {

  border-radius: 15px;

  overflow: hidden;
  width: 100%;
  max-width: 800px;
}
.contact-header {

  color: white;
  text-align: left;
  padding-bottom: 18px;
}


.form-control {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid white;
  margin-bottom: 19px;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 13px;
}
.form-control::placeholder {
  font-size: 18px;
  color: white;
  font-family: 'Montserrat-regular';
}
.form-control:focus {
  color: #495057;
  border-color: white;
  outline: 0;
  background-color: transparent;

}
.btn-send {
  background: white;
  color: #000000c4;
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 17px;
  font-family: 'Montserrat-Medium';
}
.contact-info {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-right: 15px;
}
footer {

  color: white;
  text-align: left;
  padding: 0px 15px 0px 0px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .contact-card {
    margin: 20px;
  }
  .contact-info {
    margin-top: 30px;
  }
}
/*================Banner-setion-End===================*/

/* Shahrez CSS */
img{
  max-width: 100%;
}
header{
  background: #1e3a3a;
  padding: 10px 0;
}
header .log-text a {
  margin-right: 0;
  font-size: 2rem;
  font-family: 'Montserrat-Medium';
}
header .search-bar {
  background: white;
  border-radius: 100px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
header .search-bar i {
  color: #1A3C3B !important;
}
header .search-bar input {
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.next-section .white-sec {
  padding: 56px 63px;
}
.next-section .green-se {
  background: linear-gradient(270deg, #1A3C3B 0%, #277573 100%);
  padding: 10px 58px;
}
.next-section .mid-img {
  position: absolute;
  top: 123px;
  left: 479px;
}
.next-section img.new-ico {
  width: 63px;
  margin-right: 14px;
}
.next-section ul.next-ul li {
  list-style: none;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  color: white;
}
.footer .fisrt-col{
  background: linear-gradient(270deg, #1A3C3B 0%, #277573 100%);
  padding: 60px 40px;
}
.footer .form-contact{
  background: url('../images/footer-image.png') no-repeat center bottom/ cover;
  padding: 60px 40px;
}
.footer .form-contact p{
  font-family: 'Montserrat-Regular';
  font-size:18px;
  line-height: 100%;
  border-radius: 0;
}
@media(max-width: 1199px){
  .next-section .mid-img{
    display: none;
  }
  .next-section h2 {
    font-size: 23px;
  }
  .next-section h2 span {
    font-size: 25px;
  }
}
@media(max-width: 991px) {
  nav.navbar .navbar-toggler {
    display: block;
    margin-left: auto;
  }
  nav.navbar .navbar-collapse{
    background: white;
    position: absolute;
    top: 47px;
    right: 30px;
    width: 200px;
    z-index: 1000;
  }
  .navbar-custom ul{
    width: auto;
  }
  .navbar-custom .navbar-nav .nav-item{
    width: 100%;
  }
  .navbar-custom .navbar-nav .nav-link{
    color: #1A3C3B!important;
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid lightgray;
  }
  .production-discript .white-sec {
    padding: 56px 19px;
  }
  .footer .fisrt-col,
  .footer .form-contact {
    padding: 30px 8px;
  }
  .footer .fisrt-col h2 {
    font-size: 30px;
  }
  .footer .fisrt-col h3 {
    font-size: 22px;
  }
  .footer .fisrt-col .line {
    width: calc(100% - 35px);
    margin-top: 14px;
  }
  .footer .fisrt-col p {
    font-size: 13px;
  }
  .footer .fisrt-col h4 {
    font-size: 21px;
    padding: 20px 20px;
  }
  .footer .fisrt-col .social-media img {
    width: 30px;
    height: 30px;
  }
  .contact-card {
      margin: 0px;
  }
  .contact-container {
    padding: 20px 11px;
  }
}



/* new CSS */



/* new css */

footer{
   background: #282048;
    margin: 20px;
    border-radius: 15px;
    padding: 50px 0px 0px;
}

footer .logo-test img{
    width: 127px;
    margin-bottom: 20px;
}

.map-img img{
  width: 100%;
}

footer p{
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.9px;
vertical-align: middle;
color:#F3ECE3;
    margin-bottom: 0px;
        line-height: 30px;

}


.uper-footer{
      padding: 20px 0px;
}



.socilaicons1 ul {
  padding: 0;
}
.socilaicons1 ul li {
  list-style: none;
  display: inline;
}
footer h2 {
  font-size: 12px;
  font-family: Poppins-Medium;
  color: white;
  padding-top: 45px;
  padding-bottom: 10px;
}
.socilaicons1 ul li a {
  text-decoration: none;
  background-color: white;
  padding: 4px 9px;
  color: #27405C;
  margin-right: 12px;
  border-radius: 5px;
}
.socilaicons1 ul li a i.fa-facebook-f{
  padding: 4px 2px;
  color: #27405C;
  border-radius: 5px;
}
.socilaicons1 ul li a i.fa-facebook-f:hover{
 
  color: white;
}
.socilaicons1 ul li a:hover {
  text-decoration: none;
  background-color: #FDB700;
  color: white;
  margin-right: 12px;
  border-radius: 5px;
}



.socilaicons1 ul li a{
  text-decoration: none;
    background-color: transparent;
     padding: 10px 13px;
    /* color: #27405C; */
    margin-right: 12px;
    border-radius: 5px;
    border: 1px solid white;
        color: white;
    margin-right: 12px;
    border-radius: 22px;
}
.socilaicons1 ul li a i.fa-facebook-f{
       color: white;
}


.socilaicons1 ul li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: white;
    margin-right: 12px;
    border-radius: 22px;}

.socilaicons1{
      margin-top: 30px;
}


footer h3{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 15.6px;
letter-spacing: 4px;
vertical-align: middle;
text-transform: uppercase;
color: #F3ECE3;
    }

 footer .links{
    border-left: 1px solid #ffffff91;
    border-right: 1px solid #ffffff91;
    margin-bottom: 42px;
    padding: 0px 35px;
 }

    footer .links ul{
      padding: 0px;
      margin: 0px;
    }
       footer .links ul li{
    list-style: none;
    border-bottom: 1px solid #ffffff85;
    line-height: 49px;
    }

    footer .links ul li:nth-child(1){
    border-top: 1px solid #ffffff85;
    line-height: 49px;
    margin-top: 15px;
    }
        footer .links ul li a{
text-decoration: none;
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.9px;
vertical-align: middle;
color:#FFFFFF;

    }

.inner-ffoter{
border-top: 1px solid #ffffff38;
    padding: 20px 0px;
        margin: 0px 10px;
 
}

.inner-ffoter ul{
     padding: 0px;
      margin: 0px;
      float: right;
 
}
.inner-ffoter ul li{
 list-style: none;
     display: inline;
 
}
.inner-ffoter ul li a{
  text-decoration: none;
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -0.9px;
vertical-align: middle;
color:#FFFFFF;


 
}

.one-line{
  color: white;
  padding: 0px 10px;
}



   /* Media Query for Large Screens (≥1400px) */
    @media (min-width: 1400px) {
      .container {
        max-width: 100%; /* fluid full screen */
        padding: 0 50px; /* thoda left-right spacing */
      }
      .social-icons {
        justify-content: flex-start; /* left align on big screens */
      }
    }




        .search-section {
    position: relative;
    /* height: 200px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F3ECE3;
    padding: 100px 0px;
        z-index: -100;
    }

    /* Center floral/star symbol */
    .search-section .icon {
      margin-bottom: 20px;
      font-size: 40px;
      color: #2f2741; /* dark purple */
    }

  .search-section .icon img{
        width: 150px;
    margin-bottom: 30px;
  }

    /* Search Box */
    .search-box {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      padding: 10px;
      display: flex;
      gap: 10px;
    }

    .search-box select {
        border: none;
    padding: 10px 153px 10px 26px;
    border-radius: 4px;
    background: #F3ECE3;
    }

    .search-box button {
      background: #2f2741;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 4px;
      transition: 0.3s;
    }

    .search-box button:hover {
      background: #4a3d68;
    }

    /* Corner decorations */
    .corner {
      position: absolute;
      width: 40px;
      height: 40px;
      background: transparent;
    }

 
.corner-left img{
  width: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.corner-right img{
      position: absolute;
    left: 0px;
    width: 90px;
    bottom: -50px;
    z-index: 100;
}





