/* Banner section */
.revamp-banner{
    height: 100vh;
    width: 100%;
}
.revamp-banner-img{
  /*  background-image: url('../img/revampImg/banner.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b0f1a;
    width: 100%;
    height: 100%;
    position: relative;
}
.revamp-banner-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.globeContainer{
    display: flex;
    align-items: stretch;
}
.globeContainerLeft{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.globeContainerRight{
    height: 100%;
    position: relative;
    overflow: hidden;
}
    #globeViz {
    width: 100%;
    height: 100%;
    }

    @media (max-width: 768px) {
    .globeContainer {
        flex-direction: column;
        height: auto;
    }

    .globeContainerLeft,
    .globeContainerRight {
        width: 100%;
    }

    .globeContainerRight {
        height: 300px;
        order: 1;
    }

    .globeContainerLeft {
        order: 2;
    }

    #globeViz {
        transform: scale(1.2);
        transform-origin: center center;
    }
    }
.custom-navbars{
    /* background: #ffffff00 !important; */
    /* color: #fff; */
    font-weight: 600 !important;
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid rgba(216, 216, 216, 0.35); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
    color: #feaf06;
    background: rgba(255, 255, 255, 0.15); /* transparent white */
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.navbar{
    padding: 0.8rem;
}
.scrolled{
    z-index: 999 !important;
    background: rgba(255, 255, 255, 0.15); /* transparent white */
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.scrolled-nav{
    z-index: 999 !important;
    color: #3d3d3d !important;
}
.navbar-nav{
    margin-left: 0 !important;
}
.navbar-expand-sm .navbar-collapse{
    justify-content: center;
}
.nav-link{
    color: #ffffff;
    font-weight: 600 !important;
}
.nav-link:focus{
    color: #ffffff;
}
.nav-link:hover, .scrolled-nav:hover{
    color: #feaf06;
}
.nav-link-mail, .nav-link-phone{
    color: #ffffff;
}
.tab-view{
  margin-left: 5px;
}
.banner{
    background-color: #0b0f1a;
    margin-top: 0px !important;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: none !important;
    padding-top: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}
.sp_title{
    /* color: #dae9ff; */
    color: #ffffff !important;
    font-size: 75px;
    line-height: 1;
    font-weight: 600;
    margin-top: 32px !important;
    background-image: linear-gradient(270deg, #FEAF06 0%, #E14A4F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}
.brand-color{
    /* color: #FAF398; */
    color: transparent;
    white-space: pre-wrap;
}
.main_title{
    color: #fff;
}
.main_desc{
    color: rgba(255, 255, 255, 80%);
}
.btn-outline-primary{
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 15px 25px !important;
    /* background: #95c0ffd6; */
    border-radius: 50px;
    transition: 1s ease-in-out;
    background-image: linear-gradient(90deg, #E14A4F 0%, #E14A4F 33%, #FEAF06 100%);
}
.btn-outline-primary:hover{
    color: #ffffff;
    background-image: linear-gradient(90deg, #FEAF06 0%, #FEAF06 33%, #FEAF06 100%);
    transition: 1s ease-in-out;
}
.btn_main {
    margin-top: 30px;
}
#map-img img {
    height: 426px !important;
    opacity: 0.6;
}


/* Client Section */
#Client-Scroll {
  background-color: #0f1010;
}
.logo-carousel {
  overflow: hidden;
  width: 100%;  /* Adjust carousel width */
  background-color: white;
  padding: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}
.infinity-slider-items{
  gap: 20px;
  animation: scrolling 10s linear infinite;
  flex-wrap:nowrap;
  mix-blend-mode: normal;
}
.row>*{
  flex-shrink: 1 !important;
}
.infinity-slider-items img{
  width: 100%;
  margin: 10px 20px;
}
/* Keyframes for seamless infinite scrolling */
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Scroll exactly halfway */
  }
}



/* Trust section */

.map-container {
  position: relative;
  display: inline-block;
  padding-right: 3rem;
  max-width: 100%; /* responsive */
}

.map-container img {
  width: 100%;
  height: auto;
  display: block;
}


/* SVG overlay for dotted lines */
.map-lines {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* allow map clicks */
}

.line {
  fill: none;
  stroke: #e14a4f5e;
  stroke-width: 2;
  stroke-dasharray: 5,5;   /* dotted */
  opacity: 0.8;

  /* Animation */
  stroke-dasharray: 500;   /* total path length (large enough value) */
  stroke-dashoffset: 500;
  animation: draw 2.5s linear forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.trusted-section {
  background: #fff;
  padding: 100px 60px !important;
}

.trusted-section h2 {
  font-size: 42px;
  color: #111;
}

.trusted-section p {
  font-size: 14px;
  line-height: 1.6;
}

.trusted-section ul li {
  font-size: 1rem;
  color: #333;
}

.trusted-section .check-icon {
  font-size: 1.2rem;
  color: #f7a600; /* orange accent */
}


/* Product Section */

.product-section{
  padding: 30px 0px 100px !important;
}
.product-container{
  padding: 0px 60px 60px !important;
}
.product-container h2{
  font-size: 42px;
  font-weight: 600;
}
.product-container p{
  font-size: 14px;
}
.product-card-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 22px;
  row-gap: 22px;
  padding: 0 72px;
}
.bg-size{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
  border-radius: 25px;
  position: relative;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.5s ease, background-size 0.5s ease;
}
.product-card-1{
  position: relative;
  background-image: url('../img/revampImg/FMCG.jpeg');
}
.product-card-2{
  position: relative;
  background-image: url('../img/revampImg/Spices\ &\ Herbs.jpeg');
}
.product-card-3{
  position: relative;
  background-image: url('../img/revampImg/Construction.jpeg');
}
.product-card-4{
  position: relative;
  background-image: url('../img/revampImg/Vehicle.jpeg');
}
.product-card-5{
  position: relative;
  background-image: url('../img/revampImg/Food\ grains\ &\ Dairy.jpeg');
}
.product-card-6{
  position: relative;
  background-image: url('../img/revampImg/Pharmaceutials.jpeg');
}
.bg-size .card-text {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  transition: transform 0.4s ease;
}
.bg-size:hover .card-text {
  transform: translateY(-110px);
}
.bg-size:hover p {
  opacity: 1;
  transform: translateY(0);
}
.bg-size:hover h3 {
  /* color: #E14A4F !important; */
  color: #fdad00 !important;
}
.product-card-1:hover, .product-card-2:hover, .product-card-3:hover, .product-card-4:hover,  .product-card-5:hover, .product-card-6:hover{
  background-size: 420px;
  transition: 0.6s ease-in-out;
}
.product-card-1::before, .product-card-2::before, .product-card-3::before, .product-card-4::before, .product-card-5::before, .product-card-6::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 33%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 25px;
  z-index: 1;
}

.product-card-1 h3, .product-card-2 h3, .product-card-3 h3, .product-card-4 h3, .product-card-5 h3, .product-card-6 h3{
  position: relative;
  font-size: 26px;
  font-weight: 600;
  z-index: 2;
}
.product-card-1 p, .product-card-2 p, .product-card-3 p, .product-card-4 p, .product-card-5 p, .product-card-6 p{
  position: relative;
  font-size: 13px;
  z-index: 2;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
}
#Food_Product{
  padding: 8px 18px !important;
}


/* Customer Section */
.Customer-Spl{
  display: flex;
  position: relative;
  padding-top: 60px;
}
.Cus-display{
  display: flex;
}
.customer-left-container{
  height: 100%;
  width: 40%;
}
.customer-container{
  padding: 0px 25px 60px 18px !important;
  width: 100%;
  position: sticky !important;
  top: 120px;
  left: 0;
  /* height: 100vh !important; */
}
.customer-container h2{
  font-size: 42px;
  font-weight: 600;
  text-align: start;
}
.customer-container p{
  font-size: 14px;
  text-align: start;
  margin-bottom: 0;
}
.customer-image-grid-container{
  padding: 0px 25px 60px !important;
  width: 60%;
}
.image-card1, .image-card2, .image-card3, .image-card4{
  display: flex;
}
.image-card1 img, .image-card2 img, .image-card3 img, .image-card4 img{
  width: 350px;
  height: 250px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.customer-image-content{
  /* width: 50%; */
  margin-left: 30px;
  margin-bottom: 30px;
}
.customer-image-content h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.customer-image-content p{
  font-size: 0.9rem;
  margin-bottom: 30px;
}


/* About Us section */
.about-us{
  padding: 30px 18px 50px;
}
.about-us-heading h2{
  font-size: 42px;
  font-weight: 600;
  text-align: start;
}
.about-us-heading p{
  font-size: 15px;
  color: #6c757d !important;
}
.about-us-container{
  display: flex;
}
.about-image{
  width: 32%;
  padding: 30px 30px 30px 0px;
}
.about-image img{
  width: 100%;
  height: 440px;
  border-radius: 20px;
}
.about-content{
  width: 68%;
  padding-top: 30px;
}
.about-content p{
  font-size: 14px;
  color: #232629;
}
.highlight{
  background-image: linear-gradient(270deg, #FEAF06 0%, #E14A4F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 22px;
  color: #f7a600;
  font-weight: 800;
}


/* Form section */
.form-section{
  height: 100%;
  width: 100%;
}
.form-bg{
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(0px);
}
.form-img{
  background-image: url('../img/revampImg/Form_bg1.jpg');
}
.form-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  rgba(0, 0, 0, 0.8);
  z-index: 1;
  background-attachment: fixed;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8));
}
.Form-heading-container{
  position: relative;
  padding-top: 100px;
  padding-left: 30px;
}
.Form-heading-container h3{
  position: relative;
  font-size: 66px;
  color: #fff;
  font-weight: 600;
  z-index: 3;
}
.Form-heading-container h6{
  position: relative;
  font-size: 16px;
  color: #cccccc;
  z-index: 3;
}
.Form-heading-container p{
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #e0e0e0;
  z-index: 3;
}
.form-phone{
  letter-spacing: 1px;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.form-mail{
  letter-spacing: 1px;
}
.Form-input-container .Form{
  position: relative;
  margin: 35px 30px 30px 50px;
  padding: 30px;
  /* height: 400px; */
  background: #fff;
  border-radius: 30px;
  z-index: 3;
}
.form_req_quote{
  font-size: 26px;
  color: #111;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
}
.form_req_desc{
  font-size: 14px;
  color: #111;
  text-align: center;
  margin-bottom: 30px;
}
.custom_txtbx{
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-size: 15px !important;
}
.form-submit-btn{
  margin-top: 15px !important;
}


/* Client Comments section */
.Client-cmt{
 padding-bottom: 60px;
}
.Client-cmt h2{
  position: relative;
  font-size: 42px !important;
  font-weight: 600;
}
.Client-cmt .text-muted{
  font-size: 15px;
  text-align: center !important;
}
.excellent{
  font-size: 15px;
  font-weight: 600;
  text-align: left !important;
  margin-bottom: 6px !important;
}
.card{
  border-radius: 20px !important;
  box-shadow: 1px 1px 10px rgb(216, 216, 216);
}
.card-body{
  display: flex;
  padding: 12px 0 0 0 !important;
}
.card-img-top{
  margin-top: 0 !important;
  margin-right: 14px !important;
}
.card-body-tit{
  font-size: 18px;
}
.card-body-sub{
  text-align: start !important;
  color: #33373b !important;
}
.card-body-desc p{
  font-size: 13px;
  padding-top: 18px;
  color: #6c757d;
  margin-bottom: 0;
}

/* Footer section */
.footer {
  background: #0b0b0b;
  padding: 60px 5% 10px;
  color: #fff;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-logo .sp_title {
  margin-top: 16px !important;
  font-size: 46px;
  font-weight: 600;
}
.footer-logo p {
  color: #ccc;
  line-height: 1.6;
  font-size: 0.95rem;
  max-width: 300px;
}
/* Quick Links */
.footer-links {
  display: flex;
  gap: 50px;
  margin-top: 16px;
}
.footer-links h4, .contact-info h4 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
.footer-links ul {
  list-style: none;
  padding-left: 0 !important;
}
.footer-links ul li {
  font-size: 16px;
  margin-bottom: 5px;
  float: none !important;
}
.footer-links ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #aaa;
  transition: color 0.3s ease;
}
.footer-links ul li a:hover {
  color: #fdad00;
}
/* Contact Info */
.contact-info{
  margin-top: 16px;
}
.contact-info p {
  margin-top: 5px;
  margin-bottom: 8px;
  color: #ccc;
  font-size: 0.95rem;
}
.contact-info strong {
  color: #fdad00;
}
/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #222;
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #888;
}


/* /======================= Service Page =====================/ */

.list-group-col{
  position: relative;
}
.list-group{
  position: sticky;
  left: 0;
  top: 100px;
}
.list-group-item{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: 600;
  z-index: 3;
  margin-bottom: 8px;
}
.list-group-item-action:hover{
  color: #ffd06c;
}
#list-home-list{
  background-image: url('../img/revampImg/FMCG.jpeg');
}
#list-profile-list{
  background-image: url('../img/revampImg/Spices\ &\ Herbs.jpeg');
}
#list-messages-list{
  background-image: url('../img/revampImg/Construction.jpeg');
}
#list-settings-list{
  background-image: url('../img/revampImg/Vehicle.jpeg');
}
#list-food-list{
  background-image: url('../img/revampImg/Food\ grains\ &\ Dairy.jpeg');
}
#list-pharma-list{
  background-image: url('../img/revampImg/Pharmaceutials.jpeg');
}

#list-home-list::before, #list-profile-list::before, #list-messages-list::before, #list-settings-list::before, #list-food-list::before, #list-pharma-list::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.home-list{
  position: absolute;
  left: 6%;
  top: 36%;
  z-index: 3;
}
.list-group-item.active{
  border-left: 8px solid #fdad00 !important;
  color: #fdad00 !important;
  font-weight: 600;
}
.brand_details{
  margin-top: 30px;
}
.Food-title{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 24px;
}
.nav-section{
  margin-top: 100px;
  margin-bottom: 30px;
}
.brand_right_info{
  width: 95% !important;
}


/*================= Sub Header ================*/
#Property-heading{
  display: none;
}
.work-catagory{
    width: 100%;
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid #b4b4b4; */
    background-color: #202020;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.work-catagory ul {
    width: 100%;
    /* display: -webkit-inline-box; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    margin: 0 auto;
    background: #202020;
}
.content-work{
    font-size: 15px;
    font-weight: 400;
    color: #a8a8a8;
    list-style: none;
    padding: 10px 16px;
    /* margin: 0 16px; */
    cursor: pointer;
}
.work-active{
    font-weight: 600;
    /* color: #e02f35; */
    color: #fdad00;
    border-bottom: 3px solid #fdad00 !important;
}
.property-catagory{
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 7;
    padding-top: 75px !important;
}

/* ============ About Page =============== */
.about-page{
  padding-top: 100px;
}

 /* ========= FORM ========== */

/* overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

/* popup form */
.popup-form {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 450px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transition: bottom 0.4s ease;
    z-index: 1000;
    margin-bottom: 15px;
}

/* header */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
}

.close-popup {
    font-size: 26px;
    cursor: pointer;
}
.custom_textarea_product{
    border:0px solid grey;
    height:100px;
    border-radius: 3px;
    color : grey;
}
.form_req_quote_product{
    font-size: 16px;
    color: #111;
    font-weight: 600;
    text-align: center;
}
.moq-label {
    display: block;
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
    margin-top: 12px;
    padding-left: 4px;
}



/* for large screens */
@media(min-width: 768px) {
    .popup-form {
        border-radius: 15px;
        bottom: -100%;
    }
}


/* Responsive style */
@media only screen and (max-width: 430px) {
    /* Banner section */
   .sp_title{
    font-size: 60px !important;
   }
}

@media (max-width: 576px) {
    .work-catagory {
        gap: 30px;
        margin: 0;
        justify-content: flex-start;
        width: 100vw !important;
    }
    .work-catagory ul {
        width: 100%;
        margin: 0;
        display: -webkit-inline-box;
    }
    .work-catagory ul li:hover{
        border-bottom: 2px solid transparent;
    }
}

@media only screen and (max-width: 668px){
  .revamp-banner-img::before{
    background: rgba(0, 0, 0, 0.4) !important;
    z-index: 1;
  }

    /* Client Section */
    .infinity-slider-items{
      gap: 5px;
      animation: scrolling 10s linear infinite;
    }
    .infinity-slider-items img{
      margin: 10px 10px;
    }
    /* Keyframes for seamless infinite scrolling */
    @keyframes scrolling {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-90%); /* Scroll exactly halfway */
    }
    }

  /* global section */
  .trust h2, .product-container h2, .about-us-heading h2, .customer-container h2, .Form-heading-container h3, .Client-cmt h2{
    font-size: 30px !important;
  }
  .trust h2, .trust p{
    text-align: center !important;
  }

  /* product-section */
  .product-section {
    padding: 20px 0px 20px !important;
  }
  .bg-size{
    height: 150px;
  }
  .product-container{
    padding: 0 18px 18px 18px !important;
  }
  .product-card-container{
    display: grid;
    grid-template-columns: 1fr !important;
    row-gap: 20px !important;
    padding: 0 18px !important;
  }
  .bg-size .card-text {
    bottom: 15px !important;
  }
  .checkout{
    display: none;
  }

  /* customer-section */
  /* .customer-image-grid-container{
    padding: 0px 0px 60px !important;
  }
  .Cus-display{
    padding: 0 !important;
  }
  .customer-image-content{
    padding: 0 40px !important;
  }
  .image-card1 .img-container, .image-card3 .img-container{
    padding-right: 40px;
  }
  .image-card1 img, .image-card3 img{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .image-card2 .img-container, .image-card4 .img-container{
    padding-left: 40px;
  }
  .image-card2 img, .image-card4 img{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .Cus-hr{
    width: 90% !important;
  } */

  /* form section */
  .Form-heading-container{
    padding-top: 50px !important;
  }
  .sub-content{
    padding-top: 25px !important;
  }
  .Form-input-container .Form{
    margin: 35px 20px 30px 20px !important;
    padding-bottom: 30px !important;
  }
  .form-bg::before{
    background:  rgba(0, 0, 0, 0.6) !important;
    z-index: 1;
  }

  /* Footer section */
  .footer-logo .sp_title{
    font-size: 50px !important;
  }
  .footer-logo p{
    max-width: 100% !important;
  }


  /* ======== Service page ======== */
    .work-catagory {
        gap: 30px;
        margin: 0;
        justify-content: flex-start;
        width: 100vw !important;
    }
    .work-catagory ul {
        width: 100%;
        margin: 0;
        display: -webkit-inline-box;
    }
    .work-catagory ul li:hover{
        border-bottom: 2px solid transparent;
    }
}

@media only screen and (max-width: 767px){
    /* Client Section */
    .logo-carousel{
      padding: 0 !important;
    }

    /* Trust Section */
    .map-container {
      padding: 15px !important;
    }
    .trusted-section {
      padding: 40px 18px !important;
    }

    /* customer-section */
  .customer-image-grid-container{
    padding: 0px 0px 60px !important;
  }
  .Cus-display{
    padding: 0 !important;
  }
  .customer-image-content{
    padding: 0 40px !important;
  }
  .image-card1 .img-container, .image-card3 .img-container{
    padding-right: 40px;
  }
  .image-card1 img, .image-card3 img{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .image-card2 .img-container, .image-card4 .img-container{
    padding-left: 40px;
  }
  .image-card2 img, .image-card4 img{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .Cus-hr{
    width: 90% !important;
  }
  .scrollable{
    padding: 0 !important;
  }
  .property-catagory{
    padding-top: 60px !important;
    /* background: #202020; */
  }
  .col_9_service{
    padding: 0;
  }
  .img_brand_hl{
    width: 100% !important;
  }

}

@media only screen and (max-width: 992px){

  .tab-view{
    display: none !important;
  }
    /* Client Section */
    .logo-carousel{
      padding: 0 !important;
    }
  .product-card-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 30px;
    padding: 0 18px;
  }
  .customer-left-container, .customer-image-grid-container{
    width: 100% !important;
    height: auto !important;
  }

  /* Product Section */
  .bg-size .card-text {
    bottom: 40px;
  }
  .bg-size:hover .card-text {
    transform: translateY(0) !important;
  }
  .product-card-1 p, .product-card-2 p, .product-card-3 p, .product-card-4 p, .product-card-5 p, .product-card-6 p{
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .bg-size h3 {
    color: #fdad00 !important;
  }

  /* customer-section */
  .Cus-display{
    display: block;
  }
  .customer-container h2, .customer-container p{
    text-align: center;
  }
  .customer-image-content{
    margin-left: 0;
  }
  .img-container, .img-container img{
    width: 100%;
  }
  

  /* About section */
  .about-image{
    padding: 0 !important;
  }
  .about-image img{
    width: 100%;
  }
  .about-us-container{
    flex-wrap: wrap;
  }
  .about-image, .about-content{
    width: 100%;
  }

  /* Form section */
  .Form-input-container .Form{
    margin: 35px 30px 30px 30px !important;
  }

  /* Footer */
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer-links {
    gap: 30px;
  }

  /* /================== Product Page ====================/ */
  .brand_details .container-fluid{
    margin: 0 !important;
    padding: 0 !important;
  }

  /* =============== Sub header =================*/
  #Property-heading{
    display: flex !important;
  }
  #list-tab{
    display: none !important;
  }
  .Food-title {
    padding: 0 !important;
  }
  .nav-section{
    margin-top: 50px;
  }
}


/* Mobile */
@media (max-width: 600px) {
  .tab-view{
    display: inline-block !important;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo,
  .newsletter,
  .footer-links,
  .contact-info {
    margin: 0 auto;
  }

  .newsletter form {
    align-items: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom {
    font-size: 0.85rem;
  }
}


@media only screen and (min-width: 1441px) and (max-width: 1799px){
    .large-display{
      padding: 0 120px !important;
    }
    .product-card-container{
      padding: 0 18px !important;
    }
    .about-image{
      width: 32%;
    }
    .about-content{
      width: 68%;
    }
    .form-bg{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 2099px){
    .large-display{
      padding: 0 120px !important;
    }
    .product-card-container{
      padding: 0 18px !important;
    }
    .about-image{
      width: 25%;
    }
    .about-content{
      width: 75%;
    }
    .form-bg{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
}
@media only screen and (min-width: 2100px) and (max-width: 2240px){
    .large-display{
      padding: 0 120px !important;
    }
    .product-card-container{
      padding: 0 18px !important;
    }
    .about-image{
      width: 25%;
    }
    .about-content{
      width: 75%;
    }
    .form-bg{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
}
@media only screen and (min-width: 2241px) and (max-width: 2560px){
    .large-display{
      padding: 0 120px !important;
    }
    .product-card-container{
      padding: 0 18px !important;
    }
    .about-image{
      width: 25%;
    }
    .about-content{
      width: 75%;
    }
    .form-bg{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
}