.right_conatct_social_icon{
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us{
   background-color: #f1f1f1;
}

.contact_inner{
   background-color: #fff;
   position: relative;
   box-shadow: 20px 22px 44px #cccc;
   border-radius: 25px;
}
.contact_field{
   padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
   height: 100%;
}

.contact_field h3{
  color: #000;
   font-size: 40px;
   letter-spacing: 1px;
   font-weight: 600;
   margin-bottom: 10px
}
.contact_field p{
   color: #000;
   font-size: 17px;
   font-weight: 400;
   letter-spacing: 1px;
   margin-bottom: 35px;
}
.contact_field .form-control{
   border-radius: 0px;
   border: none;
   border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
   box-shadow: none;
   outline: none;
   border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
   font-size: 13px;
   letter-spacing: 1px;
}

.contact_info_sec {
   position: absolute;
   background-color: #2d2d2d;
   right: 1px;
   top: 18%;
   height: 340px;
   width: 340px;
   padding: 40px;
   border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
   letter-spacing: 1px;
   padding-bottom: 15px;
   color: white;
   font-size: 20px;
}

.info_single{
   margin: 30px 0px;
}
.info_single i{
   margin-right: 15px;
   color: white;
   font-size: 17px;
}
.info_single span{
   font-size: 15px;
   letter-spacing: 1px;
   color: white;
}

button.contact_form_submit {
   background: linear-gradient(to top right, #1325e8 -5%, red 100%);
   border: none;
   color: #fff;
   padding: 10px 15px;
   width: 100%;
   margin-top: 25px;
   border-radius: 35px;
   cursor: pointer;
   font-size: 14px;
   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{
  margin-top: 50px;
   border-radius: 30px;
   overflow: hidden;
}

@media (max-width:527px) {
   .contact_field{
      padding: 0px !important;
   }
   .contact_info_sec {
      position: relative;
      background-color: #2d2d2d;
      right: 0px;
      top: 18%;
      height: 340px;
      bottom: -16px;
      width: 340px;
      padding: 40px;
      border-radius: 25px 0 0 25px;
   }

}
.contact_field  input .form-control::placeholder{
   font-size: 20px !important;
}
.form-control{
   font-size: 20px !important;
}
.pt-30{
   padding-top: 30px;
}

.news-area {
   padding: 50px 0;
}
.single-team-box {
   text-align: center;
   margin-bottom: 30px;
   margin-top: 10px;
}
.image-wrapper {
   position: relative;
   overflow: hidden;
   border-radius: 50%; /* Makes the image circular */
   width: 150px;
   height: 150px;
   margin: 0 auto;
}
.image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 50%;
   transition: transform 0.3s ease;
}
.image:hover img {
   transform: scale(1.1); /* Zoom effect */
}
.hover-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.6);
   opacity: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: opacity 0.3s ease;
}
.image:hover .hover-overlay {
   opacity: 1;
}
.music-icon {
   color: #fff;
   font-size: 50px;
   text-decoration: none;
}
.content h3 {
   margin-top: 15px;
   font-size: 1rem;
   font-weight: 600;
   color: #333;
}

/* Responsive Styling */
@media (max-width: 768px) {
   .image-wrapper {
       width: 120px;
       height: 120px;
   }
   .content h3 {
       font-size: 0.9rem;
   }
}
@media (max-width: 576px) {
   .col-sm-12 {
       margin-bottom: 20px;
   }
}
.pb-30{
   padding-bottom: 30px;
}
.design iframe{
   border-top-left-radius: 20px;
   border-bottom-right-radius: 20px;
}
/* gallery section */

.gallery {
   display: flex;
   flex-wrap: wrap;
   gap: 0px;
}
.gallery-item {
   flex: 1 1 calc(20% - 10px);
}
.gallery-item img {
   width: 100%;
   height: 200px;
   cursor: pointer;
   padding-left: 10px;
   margin-bottom: 20px;
   object-fit: cover;
}
.modal {
   display: none;
   position: fixed;
   padding-top: 60px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.9);
}
.modal {
   display: none;
   position: fixed;
   padding-top: 60px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.9);
}
.modal {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1055;
   display: none;
   width: 100%;
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
   outline: 0;
}
.close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
   z-index: 2;
}
.modal-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
}

.modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0,0,0,.2);
   border-radius: 0.3rem;
   outline: 0;
}
.padding-top{
   padding-top: 50px;
 }