.container{
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
.container .content{
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
  width: 40%;
  text-decoration: none;
  color: inherit;
}
.content .left-side .details i{
  font-size: 30px;
  color: #F15A29;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
  margin-top: 30px;
}
.content .right-side .as{
  color: #000000;
  line-height:normal;
  font-size: 32px;
  width: 90%;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #F15A29;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}
@media (max-width: 1024px) {
  .logo  {
    margin-left: 10px !important;
  }
  .join-us  {
    padding: 8px 22px !important;
  }
  .container{
    width: 90%;
    padding: 5px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
.parent_offers_div {
  display: block !important;
}
.card_offer {
  width: 90% !important;
}
  .title{
    font-size: 24px !important;
  }
  .form{
    width: 100% !important;
  }
  .container{
    margin-bottom: 30px;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;

 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
 .navigation {
  display: none;
}
.parent_ask_btn {
display: block !important;
}
.ask-btn {
margin: 1rem auto  !important;
width: 100% !important;
}
.as {
  font-size: 21px !important;
}
.as_content {
font-size: 17px !important;
}
.text_head_driver {
font-size:17px !important;
}
.text_head_driver span {
font-size:23px !important;
}
}
footer {
    display: block;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background-color: #333;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}

.navigation {
    display: flex;
    gap: 20px;
}

.navigation a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.as_content {
  font-size: 21px;
  width: 95%;
  word-wrap:normal;
  color:#0e0e0ec0
}
.parent_ask_btn {
  display: flex;
  justify-content: space-around;
}
.ask-btn {
  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin:1rem auto;
  width: 280px;
  height: auto;
  color:#ffffff;
}

.ask-btn:hover {
  opacity: 0.8;
  transition: .5s;
}

.ask-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ask-btn:focus-visible {
  box-shadow: none;
}
.margin {
  margin: 10px 15px;
}
.join-us {
  background-color: #25D366;
  border-radius: 10px;
  padding: 20px 30px;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
}
.join-us a {
  text-decoration: none;
  color: inherit;
}
.join-us a:hover {
  text-decoration: none;
  color: inherit;
}
.join-us:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.whatsapp-number {
  font-weight: bold;
}
.color_logo {
  color:#F15A29
}
.details {
  transition: .5s;
  cursor: pointer;
}
.details:hover {
  transform: scale(1.2);
  transition: .5s;
}
.img_card {
  width: 50%;
}
.parent_offers_div {
  display:flex;
  flex-wrap:wrap;
  overflow-x: hidden;
}
.card_offer {
  width: 40%;
  margin: 20px auto;
  transition: .5s;
}
.card_offer:hover {
  transition: .5s;
  border: 2px solid #F15A29;
}
.text_head_driver {
  font-size:20px;
  color:#000000ca;
  width: 98%;
}
.text_head_driver span {
  font-size:26px;
  color:#202020;
}

/* Form Entr */


.form {
  background-color: #15172b;
  border-radius: 20px;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  width: 90%;
  margin: auto;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 130px;
}

.cut-short {
  width: 75px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.9);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #F15A29;
}

.submit {
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  outline: 0;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}

/* .fixed-bottom {
  width: 60px;
  height: 60px;
  background-color: #F15A29;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 50px;
} */

.fixed-bottom i {
  font-size: 32px;
}
