/* ==============================body================================== */
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

/* ==============================body================================== */

/* =========================== header logo================================== */
.mainlogo {
  background-color: white;
  border-radius: 5px;
  height: 80px;
  width: 100px;
  padding: 5px;

  object-fit: contain;
}

/* =========================== header logo================================== */



/* ===========================Dropdown Css================================== */
.dropdown-menu {
  width: 58vw;
  border-radius: 5px;
  border: 0px;
  line-height: 30px;
}

.ff {
  width: 55vw;
}

/* ===========================Dropdown Css================================== */
/* ===========================placement Dropdown ============================== */
.placement {}

/* ===========================placement Dropdown ============================== */


body {
  /* font-family: "Josefin Sans", serif; */
  /* font-family: "Signika Negative", serif; */
  /* */
  /* font-family: "Barlow Semi Condensed", serif; */
  /* font-family: "Lexend", serif; */
  /* font-family: "Exo 2", serif; */
  /* font-family: "Roboto Condensed", serif; */
  /* font-family: "Roboto Condensed", serif; */
  /* font-family: "Nunito", serif;
     font-family: "Josefin Sans", sans-serif;     */
  /* background-image: url('../img/bg1.jpg'); */
  overflow-x: hidden;


}

h3,
h2 {
  /* font-family: "Josefin Sans", sans-serif; */
  font-family: "Lexend", serif;
}

p {
  font-family: "Open Sans", sans-serif;
}


.header {
  background-color: #0a578a00;
  position: fixed;
  padding-right: 20px !important;
  top: 0px;
  left: 0px;
  z-index: 9999;

  right: 0px !important;
  transition: background-color 0.2s ease-in-out;


}

.header.scrolled {
  background-color: rgb(84, 51, 34);
}

.nav1 #ul {
  list-style-type: none;
  display: flex;
  /* background-color: red; */
  margin-top: 17px !important;
  justify-content: center;
  align-items: center;
  /* margin-left: 20px; */
  /* padding: 10px; */
  /* font-size: 15px; */
  text-align: center;
  font-family: Poppins, serif;
  font-weight: 600;
  /* margin-left: -10px; */
}

.nav1 #ul li {
  /* margin-left: 9px; */
}

.nav1 #ul a {
  text-decoration: none;
  color: white;
}

@media (max-width:1207px) {
  .wrap_controle {
    white-space: nowrap;
    overflow: hidden;
    width: 110px;
    text-overflow: ellipsis;
  }
}

.navigation1 {
  font-size: 15px !important;
}

@media (max-width:1057px) {
  .navigation1 {
    font-size: 12px !important;
  }

  .wrap_controle:nth-child(1) {
    width: 80px;
  }
}

.headbox {
  background-color: #ff6600;
  height: 60px;
  width: 270px;
  margin-top: 15px;
  border-radius: 50px;
  border: 1px solid transparent;

}

@media (max-width:1460px) {
  .nav1 #ul li {
    font-size: 16px !important;
  }
}

@media (max-width:859px) {
  .heading1 {
    font-size: 15px !important;
    padding: 14px 0px !important;
    text-align: center;
  }
}

@media (max-width:899px) {
  .res_font {
    font-size: 14px !important;
  }
}

@media (max-width:423px) {
  .responsive_row {
    flex-direction: column;
    gap: 10px;
  }

  .responsive_row .sp {
    width: 100% !important;
  }
}

/* Full-Width Dropdown Styling */
.nav-item {
  position: relative;
  font-family: "Poppins", serif;
  margin-left: 30px;


}

.nav-link {
  color: white;
}


.nav-item:hover .dropdown-menu {
  display: block;
  /* Show on hover */
}




.card1 {
  background: #fff;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 2px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 400px;
  gap: 0px;



}

dropdown-menu li a:hover {
  background-color: rgb(84, 51, 34) !important;
}

.card1 .header {
  background: rgb(84, 51, 34);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 367px;

}

.card1 img {
  width: 100px;
  height: 300px;
  border: 1px solid black;
  border-radius: 5px;
}

.card1 .name {
  font-size: 1rem;
  font-weight: 900;
  color: rgb(84, 51, 34);
  margin: 10px 0 5px;
}

.card1 .company {
  margin-top: 10px;
}

.company img {
  max-width: 100%;
  height: 100px;

  padding: 10px;
  margin-bottom: 5px;
}

.company p {
  font-size: 0.8rem;
  font-weight: bold;
  color: #555;
}

.nav-link:hover {
  color: #c50d12;
}

.notice {
  height: 450px;
  border: 1px solid rgb(228, 225, 225);
  background-color: white;
}

.card2 {
  height: 330px;
  background-color: white;
  color: rgb(84, 51, 34) !important;
  position: relative;
  border-radius: 10px;
  margin: 100px auto;
}

.custom-image {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  height: auto;
}

.logo {
  position: absolute;
  top: 160px;
  left: 55%;
  transform: translateX(-150%);
  background-color: rgb(84, 51, 34);
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  width: 210px;
  height: 80px !important;
}

.cardbox {
  position: absolute;
  top: 70px;
  left: 8%;
  max-width: 300px;
}

.cardbox1 {
  position: absolute;
  top: 30px;
  right: 3%;
  max-width: 300px;
}

@media (max-width: 768px) {
  .custom-image {
    top: -150px;
    max-width: 300px;
  }

  .logo {
    top: 150px;
  }

  .cardbox,
  .cardbox1 {
    position: static;
    margin-top: 20px;
    text-align: center;
  }

  .cardbox1 {
    margin-bottom: 20px;
  }
}


.textp {

  text-align: justify;
  line-height: 34px;
}

.headerwline {
  color: #c51c22;
  font-family: Lexend, serif;
  font-size: 19px;
  border-left: 5px solid #c51c22;
  font-weight: 900;
  padding-left: 5px;
}

.accordion-button {
  background-color: #c50d12 !important;
  color: white !important;
}

.cardhd {
  color: #c51c22;
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 12px !important;
}

.card1d {
  color: #c51c22;
  font-family: Lexend, serif;
  font-weight: 900;
}

.btncard {
  background-color: #c50d12;
  border-radius: 50px !important;
  color: #fff;

}

.bkx {
  background-image: linear-gradient(rgba(255, 255, 255, 0.752), rgba(255, 255, 255, 0.577)), url('https://i.pinimg.com/736x/8c/98/99/8c98994518b575bfd8c949e91d20548b.jpg');
}

/*    Updated Css */

.heading1 {
  font-family: "Lexend", serif;
}


.box {
  margin-top: 200px !important;
  text-align: center !important;
  border: 1px solid transparent;
  height: 500px;
  width: 600px;
  padding: 20px;
  background-color: white;
}


/* Modal Customization */
.modal-content {
  padding: 20px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

/* Title */
.modal-title {
  font-size: 19px;
  font-weight: 900 !important;

  color: #c50d12;
}

/* Input Fields */
.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-color: #c50d12;
  outline: none;
}

/* Input Group (Mobile Number) */
.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.input-prefix {
  padding: 12px;
  background-color: #f7f7f7;
  border-right: 1px solid #ddd;
  font-size: 16px;
  color: #777;
}

/* Button Styling */
.submit-btn {
  width: 100%;
  padding: 14px;
  background-color: #c50d12;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #9e0a0e;
}

/* Agree Text */
.agree-text {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}

/* Custom Styling for Select Fields */
select.form-control {
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: border-color 0.3s;
}

select.form-control:focus {
  border-color: z#c50d12;
  outline: none;
}

/* Already Registered Link */
.already-registered {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.already-registered a {
  color: #c50d12;
  text-decoration: none;
}

.already-registered a:hover {
  text-decoration: underline;
}

.perrs::-webkit-scrollbar {
  width: 2px;
  /* Scrollbar ki width */
}

.perrs::-webkit-scrollbar-thumb {
  background: white;
  /* Scrollbar ka color */
  border-radius: 10px;
  /* Scrollbar edges round karne ke liye */
}

.perrs::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Scrollbar background color */
}


/*    Updated Css */
@media (max-width:1127) {
  .text-res {
    display: none !important;
  }
}


@media (max-width:1199px) {
  .div_grow .basis {
    flex-basis: 33.33% !important;
  }
}

@media (max-width:767px) {
  .div_grow .basis {
    flex-basis: 50% !important;
  }
}

@media (max-width:429px) {
  .div_grow .basis {
    flex-basis: 100% !important;
  }
}

@media (max-width:1411px) {
  /* .intro_Wrap {
    white-space: nowrap;
    overflow-y: hidden;
    text-overflow: ellipsis;
    height: 100%;
  } */

  .multi-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
  }
}
@media (max-width:767px){
  .multi-line-ellipsis{
    height: 350px;
  }
}

@media (max-width:859px) {
  .res_text{
     height: 90% !important;
  }
}
@media (max-width:767px) {
  .res_text{
     height: 300px !important;
  }
}
@media (max-width:343px) {
  .res_activity{
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width:991px) {
  .header_left_box{
    justify-content: space-around !important;
  }
}
@media (max-width:348px){
  .headbox{
    width: 270px !important;
  }
 
  .buttonsec{
    justify-content: center;
    align-items: center;
  }
}
@media (max-width:991px) {
  .res_bars{
    display: none !important;
  }
  .wrap_controle{
    width: 100% !important;
  }
}