﻿


.contact-hero {
  position: relative;
  height: 55vh;
  background: url("../../images/contactBg.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 51, 102, 0.4); light blue overlay */
  z-index: 1;

}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.hero-title {
 color: #1a237e;
  letter-spacing: 1px;
}




    .contact-card {
      display: flex;
      width: 60%;
      max-width: 999px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      overflow: hidden;
      height: 700px;
      margin-top: 20px;
    }

    /* Left side */
    .contact-left {
      position: relative;
      width: 40%;
      /* background-color: #002d72; */
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }



.blue-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%; /* only half of the section */
  height: 100%;
  background-color: #002d72;
    z-index: 1;

}

.img-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


  .img-wrapper img {
  width: 120%;
  height: 455px;
  object-fit: cover;
  border-radius: 15px;
  transform: translateX(80px); 
}


    /* Right side */


.contact-right input,
.contact-right textarea {
  background-color: #f7f7f7; 
  border: 1px solid #ddd;    
  border-radius: 8px;
  padding: 8px;
  color: #333;
  font-size: 15px;
  outline: none;
}
/*
.input-group-text {
    padding-left: 6px;
}
*/
.contact-right .input-group .form-control {
    padding-left: 8px !important; 
}
.contact-right .form-control,
.contact-right textarea {
    padding-left: 8px !important; 
}



    .contact-right {
      flex: 1;
      padding: 60px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* align-items: center; */
    }

    .form-radio label {
      margin-right: 15px;
      font-weight: 600;
      font-size: 1rem;
    }

    .form-control, textarea {
      border-radius: 8px;
    }

    .submit-btn {
      background-color: #002d72;
      color: #fff;
      border-radius: 6px;
      padding: 10px 20px;
      font-weight: 600;
      border: none;
    }

    .submit-btn:hover {
      background-color: #0146a0;
    }

    .contact-information {
      margin-top: 25px;
      display: flex;
      gap: 40px;
      align-items: center;
      justify-content: space-between;
      font-size: 0.95rem;
    }

    .contact-information i {
      font-size: 1.3rem;
      margin-right: 8px;
      color: #002d72;
    }
   

    @media (max-width: 992px) {
      .contact-card {
        flex-direction: column;
        width: 95%;
      }
      .contact-left {
        width: 100%;
        height: 300px;
        border-radius: 0;
      }
      .contact-left img {
        width: 100%;
        height: auto;
      }
      .contact-right {
        padding: 30px;
      }
    }
/*
.icon-wrapper img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}*/
/*.success-modal {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://i.pinimg.com/736x/13/33/7f/13337f45870a194b7d5d5aade8e45a63.jpg") no-repeat center top;
    background-size: cover;
    opacity: 0.5;
    pointer-events: none;
}*/
/*.success-modal > *:not(.confetti) {
    position: relative;
    z-index: 2;
}*/
.successModal {
    position: relative;
    height: 260px; 
    overflow: hidden;
    border-radius: 16px;
    background-image: url("/assets/images/confetti.jpg");
}


/* Background Image */
/*.modal-bg-img {
    position: absolute;
    left: 0;
    width: 80%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/ /*  cover → contain */
    /*opacity: 0.25;*/ /* image light ho jayegi */
    /*z-index: 1;
    pointer-events: none;*/
}

/* Foreground content */
.modal-body-content {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
}

/* Success icon */
.icon-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
/*.error-msg {
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 12px;
}*/





