
  .right_conatct_social_icon{
       background: linear-gradient(to top right, #e1af27 -5%, #e8ec86 100%);
  }
  .contact_us{
      padding: 120px 0px;
  }
  
  .contact_inner {
    background-image: url('/CraftoEnterprises/Design/Images/slider-1.jpg'); 
    background-size: cover;  /* Ensures the image covers the entire element */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents image repetition */
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
    overflow: hidden; /* Ensures the overlay doesn't extend outside the border-radius */
}

/* .contact_inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px; 
    z-index: 1;
} */


.right_conatct_social_icon{
    align-items:flex-end;
    display: flex;
}

  .contact_field{
      padding: 60px 340px 90px 100px;
  }
  .right_conatct_social_icon{
      height: 100%;
  }
  #contact_us .social_profile {
    margin-top: 0px !important;
    padding-top:10px;
}

#contact_us .social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#contact_us .social_profile ul li {float:left;}
#contact_us .social_profile ul li a {
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 4px;
  font-size: 22px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  z-index: 5;
  color: #000;
  border: 1px solid rgba(4, 4, 4, 0.6);
  margin-bottom: 15px;
}
  .contact_field h3{
     color: #e1af27;
      font-size: 45px;
      letter-spacing: 1px;
      font-weight: 600;
      margin-bottom: 10px
  }
  .contact_field p{
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 35px;
  }
  .contact_field {
    position: relative;
}

.contact_field .form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-control:focus {
    border-color: #fff !important;
    outline: 0; 
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) ;
}
.contact_field .form-control {
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e1af27;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.map_sec .desc h1{
font-size: 50px;
color: #e1af27;
letter-spacing: 2px;
}
.map_sec .desc h3{
    color: #9f9f9b;
    letter-spacing: 2px;
    font-size: 30px;
    }
    .map_sec .desc {
        color: #fff;
        padding-bottom: 10px;
        }
.contact_field .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
}

.contact_field .form-group label {
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.contact_field .form-control:focus + label,
.contact_field .form-control:not(:placeholder-shown) + label {
    top: -25px;
    font-size: 18px;
    color: #fff;
}

  
  .contact_info_sec {
      position: absolute;
      z-index: 3;
      right: 1px;
      top: 16%;
      border-radius: 25px 0 0 25px;
  }
  .contact_info_sec1 {
    position: absolute;
    z-index: 3;
    background-image: url('/CraftoEnterprises/Design/Images/ProductImages/Pagodatent/EventPagodaTent/tourletent-pagodatent-product1-3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 380px;
    width: 400px;
    padding: 20px; 
    border-radius: 30px 0 0 30px; 
    position: relative; /* Ensure positioning context */
    overflow: hidden; /* Prevents content overflow */
}

/* Overlay effect */
.contact_info_sec1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Dark overlay */
    border-radius: 30px 0 0 30px;
    z-index: 1; /* Lower z-index so content stays above */
}

/* Ensure content stays above overlay */
.contact_info_sec1 * {
    position: relative;
    z-index: 2; /* Moves text & elements above overlay */
    color: #fff; /* Makes text readable */
}

  
.info_single {
    margin: 15px 0px;
}
  .info_single i{
      margin-right: 15px;
      color: #e1af27;
      border: 1px solid #e1af27;
      width: 35px;
      height: 35px;
      line-height: 15px;
      border-radius: 30px;
      transition: all 0.3 ease 0s;
      text-align: center;
      padding: 8px;
  }
  .info_single i:hover .info_single i{
    color: #fff !important;
    border: 1px solid #fff !important;
    cursor: pointer;
  }

  .info_single span{
      font-size: 16px;
      letter-spacing: 1px;
      color: #fff;
  }
  
  button.contact_form_submit {
      background: linear-gradient(to top right, #e1af27 -5%, #e2ec7a 100%);
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 10px 15px;
      width: 100%;
      margin-top: 25px;
      border-radius: 6px;
      cursor: pointer;
        font-size: 18px;
        letter-spacing: 2px;
    }
  .socil_item_inner li{
      list-style: none;
  }
  .socil_item_inner li a{
      color: #fff;
      margin: 0px 15px;
      font-size: 14px;
  }
  .socil_item_inner{
      padding-bottom: 10px;
  }
  
  .map_sec{
      padding: 50px 0px;
  }
  .map_inner h4, .map_inner p{
      color: #000;
      text-align: center
  }
  .map_inner p{
      font-size: 13px;
  }
  .map_bind{
      border-radius: 10px;
      overflow: hidden;
  }
  .map_sec{
    background-color: #000000;
  }

  .map_sec
  .image-grid {
  
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 10px;
    max-width: 600px; /* Adjust width */
    margin: auto;
}

.map_sec
.image-grid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.map_sec
.image-grid img {
    width: 100%;
    height: 220px !important;
}

.contact_field{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(4, 4, 4, 0.7);
}
.contact_inner .col-md-10,.contact_inner .col-md-2{

    padding: 0px !important;
}