.contact_sm_area, .contact_address_area {
  padding: 70px 0;
  background-color: #f9f9f9;
  padding-top: 420px;
}
  .contact_address_area{
    padding: 0;
  }
  .contact_sm_title {
    text-align: center;
  }
  .contact_sm_area .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact_sm_area .contact_sm_title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
  }
  
  .contact_sm_area .cnt_box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .contact_sm_area .single_contact_rt_thumb iframe {
    height: 560px;
  }
  
  .contact_sm_area .quote_wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
  }
  
  .contact_sm_area .form-group {
    margin-bottom: 15px;
  }
  
  .contact_sm_area .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
  }
  
  .contact_sm_area .form-control:focus {
    border-color: #4caf50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
  }
  
  .contact_sm_area .form-group select,
  .contact_sm_area .form-group textarea {
    font-size: 14px;
    height: auto;
  }
  
  .contact_sm_area .form-group textarea {
    resize: vertical;
  }
  
  .contact_sm_area .captcha-code-form {
    display: flex;
    align-items: center;
  }
  
  .contact_sm_area .captcha-code-form img {
    margin-right: 15px;
  }
  
  .contact_sm_area .captcha-code-form .boxbtn {
    display: flex;
    align-items: center;
  }
  
  .contact_sm_area .captcha-code-form .form-control {
    max-width: 200px;
    margin-right: 10px;
  }
  
  .contact_sm_area .form_control .button button {
    padding: 12px 25px;
    font-size: 16px;
    background-color: #4caf50;
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact_sm_area .form_control .button button:hover {
    background-color: #45a049;
  }
  
  .contact_sm_area .form_message {
    font-size: 16px;
    color: #28a745;
    margin-top: 20px;
  }

  .client-carousel-wrapper .item {
    margin: 10px;
  }
  
  .client-carousel-wrapper .item a.img-partner img {
    border-radius: 8px;
    transition: all 0.3s ease; /* Adds smooth transition effect */
  }
  
  .client-carousel-wrapper  .item a.img-partner img:hover {
    border-color: var(--rv-bg-primary); /* Change border color on hover */
    transform: scale(1.05); /* Slightly zoom in on hover */
  }
  .single_contact_address {
    border: 1px solid #d0e5fb;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 25px 15px;
  }
  .contact_address_icon i {
    font-size: 40px;
    color: var(--rv-primary);
  }
  .contact_address_title h4 {
    font-weight: 700;
  }
  .single_contact_address_two {
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 22px 37px;
    margin-bottom: 30px;
    display: flex;
    border-radius: 8px;
    min-height: 160px;
    justify-content: center;
}
  .single_contact_address_two_content h4 {
    font-size: 18px;
  }
  .single_contact_address_two_icon .icon {
    height: 50px;
    width: 50px;
    line-height: 51px;
    font-size: 30px;
    display: inline-block;
    background: var(--rv-primary);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    float: left;
    margin-right: 15px;
  }
  .single_contact_address_two_content span {
    color: var(--rv-primary);
  }
  .single_contact_rt_thumb img {
    width: 100%;
  }
  .cnt_box {
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.2);
  }
  .contact_sm_area .form_box input {
    border: 1px solid #ddd;
  }
  .contact_sm_area .form_box textarea {
    border: 1px solid #ddd;
    height: 180px;
  }
  .contact_sm_area .quote_btn button {
    background: var(--rv-primary);
    color: #fff;
  }
  .contact_sm_area .form_box input:focus,
  .contact_sm_area .form_box textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .single_contact_abs_thumb img {
    width: 100%;
  }
  .app .form_box textarea {
    height: 170px;
  }
  /* Contact Address Style Two */
  .single_contact_now {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .single_contact_now_inner {
    border: 2px solid #ddd;
    padding: 30px 20px 15px;
    border-radius: 5px;
    transition: 0.5s;
  }
  .single_contact_now_icon i {
    color: var(--rv-primary);
    font-size: 40px;
  }
  .single_contact_now:hover .single_contact_now_inner {
    border-color: var(--rv-primary);
  }
  
  .contact-heading.main-section {
    height: 280px;
}
.contact-page  .contact-heading.main-section {
    height: 180px;
}

.contact_address {
  position: relative;
  top: 20px;
}

.single_contact_address_two {
  background-color: var(--rv-white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single_contact_address_two:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.single_contact_address_two_content {
  text-align: center;
}

.single_contact_address_two_content .icon {
  font-size: 40px;
  color: var(--rv-primary); /* Primary color */
  margin-bottom: 15px;
}

.single_contact_address_two_content h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--rv-bg-primary); /* Dark primary color */
  margin-bottom: 10px;
}

.single_contact_address_two_content span {
  font-size: 16px;
  color: var(--rv-gray); /* Gray color for text */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .single_contact_address_two {
      margin-bottom: 20px;
  }
}

.single_choose_us_thumb {
  height: 650px;
}

.single_choose_us_thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}