
/* Header */
.partnerHeader {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.partnerHeader img {
    width: 100%;
}
.imgtext {
    color: white;
    font-weight: 900;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Why Us */
.whyus {
    background-image: url('../img/whyusbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7% 12%;
    color: white;
}

.whyusLarge, .whyusMobile, .partnerLarge, .partnerMobile, .distLarge, .distMobile {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    padding: 2%;
    text-align: center;
}
.whyusMobile, .partnerMobile, .distMobile {
    display: none;
}

.whyus p {
    font-size: larger;
    text-align: center;
}
.whyus i {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3.5rem;
}
.whycol {
    padding: 50px;
}

.manu {
    background-color: #ff7a00;
    color: white;
    padding: 7% 12%;
}
/* Our Partners */

.partner {
    background-image: url('../img/partners/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7% 12%;
    color: white;
}

.card-img-top {
    max-height:200px;
}

.partcard {
margin: 20px;
}

/* distributors */

/*.dist {*/
/*padding: 7% 12%;*/
/*background-image: url('../img/dis-img-1.jpg');*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*color: white;*/
/*}*/

/*.dist .row .col-lg-3 img {*/
/*    width: 200px;*/
/*    border-radius: 30px;*/
/*    margin: 20px;*/
/*}*/



/* contact */

.Contact {
    padding: 7% 20%;
}

input[type=text], input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ff9b45; /* Gray border */
    border-radius: 20px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-bottom: 15px; /* Add a top margin */
    /* margin-bottom: 16px; Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  input:focus {
      box-shadow: 0 0 10px 0 #F36F25;
      outline: solid 2px #ff9b45;	
  }
  textarea:focus {
      box-shadow: 0 0 10px 0 #F36F25;
      outline: solid 2px #ff9b45;
  }
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #ff9b45;
    color: white;
    padding: 12px 23px;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    font-size: large;
    transition: all 0.3s ease 0s;
  }
  .success {
    background: #9fd2a1;
    padding: 0 5px;
    text-align:center;
    color: #326b07;
    border-radius: 4px;
    margin-top: 10px;
    
}

.failed {
  background: #ff5252;
  color: red;
  font-weight: 700;
  padding: 0 5px;
  text-align: center; 
  border-radius: 4px; 
  margin-top: 10px;
}
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #ffb471;
    transform: translateY(-5px);
  }
  
  .btn-social.contacticon:hover {
    color: darkblue;
  }
  
  label {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
  }

  .map {
    width: 100%;
  }

.whyMoblie {
    display:none;
}
/*Our Story CSS*/
.our-story {
  background: #fff;
  color: #333;
  padding: 100px 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
}

.our-story h2 {
  color: #ff7a00;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.our-story .intro {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
  line-height: 1.8;
}

.timeline {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 0;
  background: #ff7a00;
  transform: translateX(-50%);
  transition: height 0.3s ease-out;
}

.timeline-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item .dot {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #ff7a00;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 4px #fff;
}

.timeline-item .content {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 70%;
  text-align: center;
  transition: transform 0.3s ease;
}

.timeline-item .content:hover {
  transform: translateY(-5px);
}

.timeline-item h3 {
  color: #ff7a00;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.timeline-item h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.timeline-item p {
  line-height: 1.7;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-item .content {
    width: 90%;
  }
}
/*End Our Story*/

@media screen
and (min-width:320px)
and (max-width: 769px) {
    .whyusLarge, .partnerLarge, .distLarge {
        display: none;
    }
    .whyusMobile, .partnerMobile, .distMobile {
        display: block;
    }
    .Contact {
        padding: 7% 5%;
    }
}
