@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* -----------CAMSEXIM Css------------ */
*,:root  {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    --FB-primary-color: #55555e;
    --FB-secondary-color: #000;
    --FB-ternary-color: #f9f8f9;
    --FB-context:#be1f2e;
    --FB-white:#FFFF;
    --FB-header:#f748591c;
    --FB-modal-header:#7C0A02;
    --FB-main-body:#d2d0d04d;
    --FB-button:#0a0b18;
    font-family: "Inter", sans-serif;
}
body{
    height: 100vh;
}

/* -----------Common---------- */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--FB-context);
  font-weight: 700;
}

.nav-link:focus, .nav-link:hover{
  color: var(--FB-context);
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: var(--FB-header);
}

.dropdown-item.active, .dropdown-item:active{
  background-color: var(--FB-context);
  color: var(--FB-white) !important;
}

.banner-section{
    position: relative;
}
.text-container{
    position: absolute;
    top: 30%;
    width: 900px;
    left: 10%;
}
.headerLine{
    color: var(--FB-white);
    font-weight: 700;
}
.subText{
    color: var(--FB-white);
}
.imagesection{
    background: url('../image/A_futuristic_logistics_and_supply_chain_concept_fe.jpg') center center no-repeat;
    height: 750px;
    background-size: cover;
    filter: brightness(35%);
}

.image{
    background: url('../image/img.webp') center center no-repeat;
    height: 530px;
    background-size: cover;
    filter: brightness(75%);
    border-radius: 5px;
}

.ExpandImage{
    background: url('../image/Banner-02.jpg')  center center no-repeat;
    height: 750px;
    width: 100%;
    background-size: cover;
    filter: brightness(35%);
}

.expandSection{
    position: relative;
}
.expandSection .ExpandDesc{
    position: absolute;
    top: 25%;
    transform: translate(-50% -50%);
    width: 700px;
    left: 17%;
}

.expandSection .ExpandDesc h1{
    color: #be1f2e;
    font-weight: 800;
}

.expandSection .ExpandDesc p{
    color: #FFFF;
}

.testimonial{
height: 600px;
width: 100%;
align-content: center;
}
.textHeader{
color: var(--FB-context);
font-weight: 600;
margin-bottom: 30px;
}

.imgBox{
    height: 500px;
    width: 500px;
    border-radius: 20px;
}

.testimonial ul {
list-style: square;
}

.testimonial ul li p{
    margin-bottom: 20px;
    font-weight: 600;
}

.detailsSection{
    width: 600px;
}


/* -----Button--- */
button, .Connect {
    border-radius: 4px;
    background-color: #be1f2e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 160px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 16px 16px 16px 0px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  }

  .Connect{
    width: 200px;
  }

  button, .Connect {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .Connect:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -30px;
    transition: 0.5s;
  }
  button:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -30px;
    transition: 0.5s;
  }

  button:hover, .Connect:hover{
    padding-right: 24px;
    padding-left:8px;
  }

  button:hover:after, .Connect:hover:after {
    opacity: 1;
    right: 10px;
  }

  /* ---------------Images---------------- */

  .procurementImage{
    background: url('../image/Procurement.jpg') center center no-repeat;
    height: 700px;
    width: 100%;
    background-size: cover;
  }
  .crossBorderImage{
    background: url('../image/CrossBorderTradeNew.jpg') no-repeat;
    height: 700px;
    width: 100%;
    background-size: cover;
  }
  .financingImage{
    background: url('../image/Financing.jpg') no-repeat;
    height: 700px;
    width: 100%;
    background-size: cover;
  }

  .bg-background{
    background: url('../image/blitznet-web-about-banner.jpg') no-repeat;
    height: 700px;
    width: 100%;
    background-size: cover;
    filter: brightness(80%);
  }

  .text-danger{
    color: var(--FB-context);
  }

  .hover-section:hover{
    box-shadow: 0px 0px 8px #efeeee;
  }

  .stretched-link{
    text-decoration: none;
    color: var(--FB-primary-color);
    font-weight: 600;
  }

  .list-unstyled li a:hover{
    color: var(--FB-context) !important;
  }

  .ServicesImage{
    background: url('../image/OurServices.webp') center center no-repeat;
    height: 450px;
    width: 445px;
    background-size: cover;
    border-radius: 5px;
  }

   /* Container for the dropdowns */
  .auth{
      margin-right: 50px;
  }
  .dropdown {
      position: relative;
      display: inline-block;
      margin-left: 25px; /* Buttons ke beech thoda space */
  }

  /* Dropdown Buttons (Log In, Register) */
  .dropbtn {
      background-color: transparent; /* Default transparent background */
      color: #000000;
      padding: 10px 15px;
      font-size: 16px;
      border: none;
      cursor: pointer;
      font-weight: bold;
  }

  /* Register Button (Specific Styling) */
  .register-btn {
      background-color: #be1f2e; /* Purple color */
      color: white;
      border-radius: 4px; /* Slightly rounded corners */
  }

  /* Dropdown Menu Content (Buyer, Supplier) */
  .dropdown-content {
      display: none; /* Initially hidden */
      position: absolute;
      background-color: #ffffff; /* White background like your image */
      min-width: 150px; /* Minimum width */
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 10;
      margin-top: 5px; /* Button se thoda neeche */
      border-radius: 4px;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
      color: #000000;
      padding: 9px 23px;
      text-decoration: none;
      display: block; /* Each link takes full width */
      font-weight: bold;
  }

  /* Hover effect for dropdown links */
  .dropdown-content a:hover {
      background-color: #f1f1f1;
  }

  /* Class to show the dropdown (added by JavaScript) */
  .show {
      display: block;
  }

  .hero {
      background: #eef1f6;
      padding: 60px 20px;
      text-align: center;
  }
  .hero h1 {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 15px;
      color: #e60023;
  }
  .hero p {
      max-width: 80%;
      margin: 0 auto;
      font-size: 17px;
      line-height: 1.6;
  }

  /* PRODUCT GRID */
  .product-section {
      padding: 50px 20px;
      max-width: 1450px;
      margin: auto;
      background: #ffffff; /* white card area */
      border-radius: 8px;
  }
  .product-section h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 40px;
      font-weight: 700;
  }

    .grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
        max-width: 1450px;
        margin: 0 auto;
        justify-items: center;      /* center each card inside its cell */
        justify-content: center;
    }
    @media (max-width: 1400px) {
        .grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (max-width: 1100px) {
        .grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 768px) {
        .grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .grid {
            grid-template-columns: 1fr;
        }
    }


  .product-card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      text-align: center;
      transition: 0.3s;
      height: 350px;
      display: flex;
      flex-direction: column;
      width: 250px;
  }
  .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  }

  .product-card img {
      width: 100%;
      max-height: 200px;
      object-fit: contain;
      margin-bottom: 15px;
      flex-shrink: 0;
  }

  .product-card h3 {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: auto;
  }

  .product-card a {
      display: inline-block;
      margin-top: 10px;
      color: #e60023;
      text-decoration: none;
      font-weight: bold;
  }
  .product-card a:hover {
      text-decoration: underline;
  }

  .product-card a {
      background-color: #be1f2e;
      border: none;
      color: #fff;
      padding: 10px 20px;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      margin-top: 12px;
      margin-bottom: 0;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      align-self: center;
      width: auto;
      text-decoration: none;
      
  }

  .product-card a:hover {
      background-color: #a01a24;
      padding: 10px 20px;
      text-decoration: none;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  }
  .no-products {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 12px;
    margin-top: 30px;
}

.no-products img {
    width: 120px;
    opacity: 0.7;
}

.no-products h3 {
    font-size: 24px;
    margin-top: 20px;
    color: #be1f2e;
}

.no-products p {
    font-size: 16px;
    color: #555;
}

.dropdown-menu li{
    margin: 9px 0;
}