
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: body-font;
    src: url(SEGOEUI.TTF);
}
@font-face {
    font-family:title-font;
    src: url(berlin-regular.TTF);
}

body{
    padding:0px;
    margin :0px;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    word-wrap: break-word;
    overflow-wrap:break-word ;
    /* background: #1E272E; */
    transition: 1s;
    /* background-image:url(../images/loan-bg1.jpg);
    background-size: cover  no-repeat; */
    position:absolute; 
    width: 100%;
    height: 100%;
}

a{
  text-decoration: none;
  color: inherit;
}
* {
  box-sizing: border-box;
}

.product-sourcing {
  position: relative; /* Important for ::before positioning */
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-image: url('../../images/Bekend van Wie is de Mol_ fotograferen in Oman.jpeg.jpg');
  background-size: cover; /* Use cover for full background effect */
  background-repeat: no-repeat;
  background-position: center;
  text-align: right;
  color: #fff; /* For contrast against dark overlay */
  overflow: hidden;
  z-index: 1;
}

.product-sourcing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 51, 51, 0.5); /* Overlay darkness */
  z-index: 0;
}

/* Ensure inner content sits above the overlay */
.product-sourcing > * {
  position: relative;
  z-index: 2;
}



.product-sourcing .inner-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push content to top and bottom */
  height: 100%;
  width: 98%;
  margin: 0;
  text-align: center;
  max-width: 1300px;
  position: relative;
z-index: 2; /* Ensure it's above the overlay */

}

.product-sourcing .inner-div h1 {
  font-family: title-font;
  font-size: 50px;
  color: #fff;
  margin: 0;
  padding-top: 80px;
}
.product-sourcing .inner-div p{
    font-family: body-font;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 0px 40px 0px;
    line-height: 30px;
    margin-bottom: 5%;
}

.product-sourcing .inner-div .sourcing-redirect-btn{
    padding: 10px 20px;
    background-color: #2894d2; /* Button color */
    color: #fff; /* Text color */
    border: #2894d2 1px solid; /* Border color */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 20px;
    font-family: body-font;
    transition: background-color 0.3s ease; /* Smooth transition */
    width: 25%;

}
.product-sourcing .inner-div .sourcing-redirect-btn:hover {
    background-color: transparent; /* Darker shade on hover */
    color: #fff;
    border: #fff 1px solid; /* Change border color on hover */
}

.product-sourcing-info{

  width: 100%;
  min-height: 85vh; /* Ensures it takes 85% of the viewport height */
  position: relative;
  text-align: center;
  /* color: #fff; */
  padding-bottom: 20px;
  padding-top: 20px;


}
.product-sourcing-info .inner-div{
   display: flex;
  flex-direction: column; /* side-by-side layout */
  justify-content: space-between;
  gap: 20px;
  width: 98%;
  margin: auto;
  text-align: center;
  max-width: 1300px;
  position: relative;
  z-index: 2; 
  height: 100%;
 
}

.product-sourcing-info .inner-div .side-div{
      display: flex;
  gap: 20px;
  flex-direction: row;
  height: 100%;
  width: 100%;
  text-align: center;
}

.product-sourcing-info .inner-div .side-div .card {
  flex: 1;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #0000004f;
  color: #0377ba;
  height: 80vh;
  text-align: center;
  position: relative; 
  overflow: hidden;   
  padding: 0;         
}

.product-sourcing-info .inner-div .side-div .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;   /* makes the image fill and crop appropriately */
  object-position: center; /* centers the image */
}

.product-sourcing-info .inner-div .side-div .card2{
    box-shadow: none;
}
.product-sourcing-info .inner-div .side-div .card p, 
.product-sourcing-info .inner-div .side-div .card ul{
    text-align: left;
    padding: 10px;
    line-height: 25px;
}

.product-sourcing-steps{
    width: 100%;
    min-height: 50vh; /* Ensures it takes 85% of the viewport height */
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #2894d2;
}
.product-sourcing-steps .inner-div{
    display: flex;
    flex-direction: column; /* side-by-side layout */
    justify-content: space-between;
    gap: 20px;
    width: 98%;
    margin: auto;
    text-align: center;
    max-width: 1300px;
    position: relative;
    z-index: 2; 
    height: 100%;
    color: #fff;
}

.product-sourcing-steps .inner-div h1{
    font-family: title-font;
    font-size: 50px;
    color: #fff;
    margin: 0;
    padding-top: 80px;
}

.product-sourcing-steps .inner-div .cards-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;

}
.product-sourcing-steps .inner-div .cards-container .card {
    flex: 1;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #0000004f;
    color: #0377ba;
    /* height: 80vh; */
    text-align: center;
    position: relative; 
    overflow: hidden;   
    padding: 10px 0px;
    background-color: #fff; /* White background for contrast */   

}

.product-selection{
    width: 100%;
    min-height: 85vh; /* Ensures it takes 85% of the viewport height */
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f0f0f0; /* Light background for contrast */
}
.product-selection .inner-div{
    display: flex;
    flex-direction: column; /* side-by-side layout */
    justify-content: space-between;
    gap: 20px;
    width: 98%;
    margin: auto;
    text-align: center;
    max-width: 1300px;
    position: relative;
    z-index: 2; 
    height: 100%;
}
.product-selection .inner-div h2{
    font-family: title-font;
    font-size: 30px;
    color: #0377ba; /* Blue color for contrast */
    margin: 0;
    padding-top: 10px;
}   

.product-selection .inner-div .cards-container{
    display: flex;
    flex-wrap: wrap; /* allow wrapping */
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;


}
.product-selection .inner-div .cards-container .product-card {
    flex: 1 20%;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #0000004f;
    color: #0377ba;
    text-align: center;
    position: relative; 
    overflow: hidden;   
    padding: 0px 0px 10px 0px;
    background-color: #fff; /* White background for contrast */   
    width: 30%;
    height: auto;
}
.product-selection .inner-div .cards-container .product-card .img-div {
    width: 100%;
    margin: auto;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; 
}

.product-selection .inner-div .cards-container .product-card .img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    object-position: center;
}


.product-selection .inner-div .cards-container .product-card .sourcing-redirect-btn {
    padding: 10px 30px;
    background-color: #2894d2; 
    color: #fff; 
    border: #2894d2 1px solid; 
    border-radius: 5px; 
    cursor: pointer; 
    font-size: 15px;
    font-family: body-font;
    transition: 0.5s; 
    
}
.product-selection .inner-div .cards-container .product-card .sourcing-redirect-btn:hover {
    background-color: transparent; /* Darker shade on hover */
    color: #2894d2;
}
.product-selection{
    width: 100%;
    min-height: 85vh; /* Ensures it takes 85% of the viewport height */
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f0f0f0; /* Light background for contrast */
}
.product-selection .inner-div{
    display: flex;
    flex-direction: column; /* side-by-side layout */
    justify-content: space-between;
    gap: 20px;
    width: 98%;
    margin: auto;
    text-align: center;
    max-width: 1300px;
    position: relative;
    z-index: 2; 
    height: 100%;
}
.product-selection .inner-div h2{
    font-family: title-font;
    font-size: 30px;
    color: #0377ba; /* Blue color for contrast */
    margin: 0;
    padding-top: 10px;
}   

.product-selection .inner-div .cards-container{
    display: flex;
    flex-wrap: wrap; /* allow wrapping */
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;


}
.product-selection .inner-div .cards-container .product-card {
    flex: 1 20%;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #0000004f;
    color: #0377ba;
    text-align: center;
    position: relative; 
    overflow: hidden;   
    padding: 0px 0px 10px 0px;
    background-color: #fff; /* White background for contrast */   
    width: 30%;
    height: auto;
}
.product-selection .inner-div .cards-container .product-card .img-div {
    width: 100%;
    margin: auto;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; 
}

.product-selection .inner-div .cards-container .product-card .img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    object-position: center;
}


.product-selection .inner-div .cards-container .product-card .sourcing-redirect-btn {
    padding: 10px 30px;
    background-color: #2894d2; 
    color: #fff; 
    border: #2894d2 1px solid; 
    border-radius: 5px; 
    cursor: pointer; 
    font-size: 15px;
    font-family: body-font;
    transition: 0.5s; 
    
}
.product-selection .inner-div .cards-container .product-card .sourcing-redirect-btn:hover {
    background-color: transparent; /* Darker shade on hover */
    color: #2894d2;
}

.form-section{
    width: 100%;
    min-height: 85vh; 
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #2894d2;
    color: #fff; 
}
.form-section .inner-div{
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    gap: 20px;
    width: 98%;
    margin: auto;
    text-align: center;
    max-width: 1300px;
    position: relative;
    z-index: 2; 
    height: 100%;
}
.form-section .inner-div h2{
    font-family: title-font;
    font-size: 30px;
    color: #fff; 
    margin: 0;
    padding-top: 10px;
}
.form-section .inner-div .form-container{
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    height: 100%;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: #fff 1px solid;
    box-shadow: 3px 3px 6px #0000004f;
    border-radius: 10px;
}

.form-section .inner-div .form-container form {
    width: 100%;
    display: flex;
    flex-direction: column; 
    gap: 20px;
    color: #0377ba;
    text-align: left; 
}.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-grid .form-group {
  flex: 1 1 45%;
}

.form-group.full-width {
  width: 100%;
  margin-top: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #0377ba;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 200px;
}

.sourcing-redirect-btn {
  padding: 10px 20px;
  background-color: #2894d2;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.sourcing-redirect-btn:hover {
  background-color: #1a6f9c;
}















/* mobile view */


@media screen and (max-width: 768px) {
  .product-sourcing .inner-div {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center */
    align-items: center;     /* Horizontally center */
    text-align: center;
    height: 100vh; /* Full screen height */
    padding: 0 20px; /* Add padding so text doesn't touch the edges */
  }

  .product-sourcing .inner-div h1 {
    font-size: 26px;
  }

  .product-sourcing .inner-div p {
    font-size: 16px;
    padding: 10px 0;
    line-height: 25px;
  }

  .product-sourcing .inner-div .sourcing-redirect-btn {
    width: 80%;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .product-sourcing-info .inner-div {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
  }

  .product-sourcing-info .inner-div .side-div {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .product-sourcing-info .inner-div .side-div .card {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #0000004f;
    overflow: hidden;
    position: relative;
  }

  .product-sourcing-info .inner-div .side-div .card img {
    position: relative;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }

  .product-sourcing-info .inner-div .side-div .card p,
  .product-sourcing-info .inner-div .side-div .card ul {
    text-align: left;
    padding: 10px 15px;
    line-height: 24px;
  }

  .product-sourcing-info .inner-div .side-div .card2 {
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  .product-sourcing-steps .inner-div h1 {
    font-size: 28px;
    padding-top: 30px;
  }

  .product-sourcing-steps .inner-div .cards-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .product-sourcing-steps .inner-div .cards-container .card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }
}


@media screen and (max-width: 768px) {
  .product-selection .inner-div {
    padding: 10px;
    text-align: center;
  }

  .product-selection .inner-div h2 {
    font-size: 22px;
    padding-top: 0;
  }

  .product-selection .inner-div .cards-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .product-selection .inner-div .cards-container .product-card {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .product-selection .inner-div .cards-container .product-card .img-div {
    min-height: 180px;
    max-height: 180px;
  }

  .product-selection .inner-div .cards-container .product-card .sourcing-redirect-btn {
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .form-section .inner-div h2 {
    font-size: 24px;
    padding-top: 5px;
  }

  .form-section .inner-div .form-container {
    width: 95%;
    padding: 15px;
  }

  .form-grid {
    flex-direction: column;
  }

  .form-grid .form-group {
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  .sourcing-redirect-btn {
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
  }
}




