.border-r{
    border-right: 1px solid #80808057;    
}
p.up {
    float: none !important;
    width: 90%;
    font-size: 17px;
    line-height: 28px;
    color: #777777;
}
.contact-thumb img{
    width:100%;
}
.choose-content img{
    width: 50px;
    border-radius: 6px;
    margin-top: 7px;
}

.nav_scroll li{
    margin: 0 10px !important;
}

.mr{
    margin-top:30px;
}

@media (max-width:992px){
    
    .mr{
    margin-top:0px;
    }
    .mobile_logo img{
    margin-top:5px;
    }
    

    
    .border-r {
    border-right: none !important;
    border-bottom: 1px solid #80808057 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    }
    .choose-icon {
    margin:0px !important;
    }
    
 
    
    .choose-content p{
    width:100% !important;
    }
    
    .border-b {
    border-right: none !important;
    border-bottom: 1px solid #80808057 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    padding-bottom: 10px !important;
    }
    
/*    .form-box input {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 10px 0;
}

.form-box select {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 0 20px 0;
}*/



.contact-area {
    padding: 30px 0;
}

    .submit-button {
        margin: 20px 0 10px !important;
    }
    
    .footer-widget-title h3 {
        font-size: 25px !important;
        color: #d8bd73;
        font-weight: 400;
        font-family: 'Josefin Sans', sans-serif !important;
        margin-top: 15px !important;
    }


}


 .profile-card{
     position: relative;
     font-family: sans-serif;
  
 
     background: #fff;
     padding: 40px;

     box-shadow: 0 0 10px #3336;
        border-radius: 10px;
    height: 280px;
   }
 
   .profile-card .img{
     position: relative;
     width: 100%;
     height: 200px;
     transition: .6s;
     z-index: 99;
   }

.img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 7px #33333340;
    transition: .6s;
    transform: translateY(-60px);
    height: 170px;
}

   .caption{
     text-align: center;
     transform: translateY(-80px);
     opacity: 1;
     transition: .6s;
   }
 
 .caption h3 {
    font-weight: 600;
    font-size: 19px;
    font-family: 'Josefin Sans', sans-serif !important;
    color: #151b41;
}
.caption p {
    font-size: 16px;
    color: #b48e51;
    font-family: 'Josefin Sans', sans-serif !important;
    margin: 2px 0 9px 0;
    padding: 0;
}
   .caption .social-links a{
     color: #333;
     margin-right: 15px;
     font-size: 21px;
     transition: .6s;
   }
   .social-links a:hover{
     color: #0c52a1;
   }
   

.video-banner {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    z-index: -99;
    margin-top: 70px !important;
}


/* Main Section as Flex */
.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;

  position: relative;
}

/* Left Image (30%) */
.contact-left {
  flex: 0 0 45%;
  position: relative;
}
.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Right Side (70%) */
.contact-right {
  flex: 0 0 60%;
  position: relative;
}

/* Form Card */
.contact-card {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0 6px 25px rgb(0 0 0 / 18%);
    position: relative;
    left: -65px;
    z-index: 2;
 
  max-width: 100%;
}

/* Form */
.contact-card form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-row {
  display: flex;
  gap: 15px;
}




/* Responsive */
@media(max-width: 991px) {
  .contact-section {
    flex-direction: row; /* Tablet पर भी side by side रहेगा */
  }
  .contact-left {
  display:none;
  }
  .contact-right {
    flex: 0 0 100%;
  }
  .contact-card {
    left: 0;
    padding: 30px;
  }
}

.contact-card h6{
    font-size: 23px;
    font-family: 'Josefin Sans', sans-serif !important;
    margin-top: 0;
    margin-bottom: 10px;
}
@media(max-width: 576px) {
  .contact-section {
    flex-direction: column;
  }
  .contact-left, .contact-right {
    flex: 100%;
  }
  .contact-card {
    left: 0;
    margin-top: -20px; /* mobile पर हल्का overlap */
    padding: 20px;
  }
  .contact-row {
    flex-direction: column;
    gap: 10px;
  }
}


/* Container for full-width video */
.video-banner {
  position: relative;
  width: 100%;
  height: 80vh; /* Adjust height as needed */
  overflow: hidden;
}

/* Video styling */
.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
/*  min-width: 100%;
  min-height: 100%;*/
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Ensures full coverage */
}

/* Overlay for opacity */
.video-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0);
  /*  z-index: 999;*/
    opacity: 0.6;
}

/* Content over video */
.video-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
      width: 100%;

  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: #fff;
}

.video-banner-content h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 1rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
}
.video-banner-content p {
  font-size: 15px;
  margin-bottom: 2rem;
}


.team-card {
  transition: transform 0.3s;
  cursor: pointer;
  box-shadow: 0px 2px 3px #c3c0c0;
}
.team-card:hover {
  transform: translateY(-5px);
}
.card-title h4{
        font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20px;
    margin: 0 0;
}
/* Overlay */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.4s;
}
.team-card:hover .team-overlay {
  opacity: 1;
}

/* Social icons */
.social-icons {
  display: flex;
  gap: 12px;
}
.social-icons a {
    color: #fff;
    font-size: 14px;
    background-color: #c6a15f;
    color:#fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
}
.social-icons a:hover {
 
  transform: translateY(-3px);
}

/* Image height */
.team-img {
height: 200px;
  
}

/* Responsive adjustments */
@media(max-width: 768px){
  .team-img { height: 220px; }
}
@media(max-width: 576px){
  .team-img { height: 200px; }
}


.form-box select {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 20px 0;
}

select:focus {
    outline-color: #c6a15f;
    border: 2px solid #c6a15f !important;
    box-shadow:none !important;
}

.check_box label {
    color: #151a42 !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 400;
        display: flex
;
    align-items: start;
    gap: 10px;
}

input[type="checkbox"]{
    width: 16px;
    height: 20px;
    margin-bottom: 0;
}