*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  /*background: url(../img/bg1.svg);*/
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-size: cover;
}

/* 7. Buttons */
button {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.3em 1em;
  border: none;
  background-color: #671323;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

button:hover {
  background-color: #0056b3;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 8. Forms */
input,
textarea,
select {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.3em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Base Styling */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1380px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6,
.col-md-12 {
  padding-right: 15px;
  padding-left: 15px;
}

/* Desktop Styles (Default) */
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    /* 50% width */
    max-width: 50%;
    position: relative;
  }

  .col-md-12 {
    flex: 0 0 100%;
    /* 100% width */
    max-width: 100%;
  }
}

/*.form-container .address-container::after {*/
/*  content: "";*/
/*  width: 1px;*/
/*  height: 66%;*/
/*  background: #aba7a7f0;*/
/*  position: absolute;*/
/*  top: 5px;*/
/*  right: 48%;*/
/*}*/

/* Mobile Styles */
@media (max-width: 767px) {

  .col-md-6,
  .col-md-12 {
    flex: 0 0 100%;
    /* 100% width for all columns on mobile */
    max-width: 100%;
    position: relative;
  }
}

.certificateArea {
  position: relative;
  background: url(../img/house/Dewasmela_leftbg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  /*height: 100vh;*/
  padding: 20px 0 0 0;
}

/*.rhs-contentBlock {*/
/*background: url(../img/house/bg-banner.webp);*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*}*/

.certificateArea::after {
  content: "";
  /*background: rgb(255 255 255 / 19%);*/
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 50%;
  height: 100%;
}

.rightContent {
  position: relative;
  z-index: 999;
}

.checkBoxInput {
  display: flex;
  align-items: center;
  margin: 12px 0 30px;
}

/*.form-container .address-container::after {*/
/*  content: "";*/
/*  width: 1px;*/
/*  height: 66%;*/
/*  background: #aba7a7f0;*/
/*  position: absolute;*/
/*  top: 5px;*/
/*  right: 29%;*/
/*}*/


.checkBoxInput label {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 600;
}

.logoBlock {
  position: relative;
  z-index: 99;
}

.formBlock {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.logoRight {
  display: flex;
  justify-content: end;
}

.logoBlock img {
  min-width: 180px;
}

.logoRight img {
  min-width: 100px;
  width: 100px;
}


.form-container {
  width: 400px;
}

.form-container h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.form-container input[type="text"], select,
.form-container input[type="email"],
.form-container input[type="number"],
.form-container input[type="checkbox"]+label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  border: 0px !important;
      color: #757575;
}
img.left-logo-image {
    width: 25%;
}

.form-container .address-container {
  display: flex;
  gap: 10px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.form-container .address-container input {
  /* flex: 1; */
  margin: 0;
}

.form-container .address-container input:nth-child(1) {
  width: 50%;
}

.form-container .address-container input:nth-child(2) {
  width: 50%;
}

.form-container input[type="checkbox"] {
  width: 18px;
  margin: 0 16px 0px 0;

  height: 18px;
}

.form-container input[type="checkbox"]+label {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.form-container button {
  width: 100%;
  background: #9E222A;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.form-container button:hover {
  background: #e6c800;
}

.leftContent {
  text-align: center;
  position: absolute;
  bottom: -80px;
  margin-top: 50px;
}

.kalashImg {
  display: flex;
  justify-content: center;
}

.imgLine {
  display: flex;
  justify-content: center;
  margin: 14px 0;
}

.lastLine p a {
  color: #000;
  text-decoration: none;
}

.lastLine p a:hover {
  color: #671323
}

/*Animesh CSS Code 25-08-25*/
.imgLine.building_image_wrapper img {
    width: 35%;
    margin-bottom: -70px;
}
.kalashImg.header-image img {
    width: 55%;
}
h2.form-heading {
    color: #9E222A;
    font-size: 35px;
    font-weight: 800;
    line-height: 21px;
    text-align: center;
}
p.form-subheading {
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
}


@media (max-width: 767px) {

  .col-md-6,
  .col-md-12 {
    flex: 0 0 100%;
    /* 100% width for all columns on mobile */
    max-width: 100%;
    position: relative;
  }
  img.left-logo-image {
    width: 100% !important;
}
h2.form-heading {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}
p.form-subheading {
    font-size: 17px;
}
.logoRight img {
    width: 50% !important;
}
  .imgLine.building_image_wrapper img {
    width: 90%;
    margin-bottom: -40px;
}
.kalashImg.header-image img {
    width: 100%;
}
.kalashImg {
    margin-top: 20px;
}


  .certificateArea {
    position: relative;
    /*background: url(../img/house/c8aaf7a603bcec0dc744292d2398cc306e1e41cd.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 20px 10px;
    background-position: top right;
  }

  .certificateArea::after {
    display: none;
  }

  .contentBlock .row {
    flex-wrap: wrap-reverse;
  }

  .logoBlock img {

    min-width: auto;
    width: auto;
  }

  .logoBlock .col-md-6 {
    flex: 0 0 50%;
    /* 50% width */
    max-width: 50%;
    position: relative;
  }

  .logoBlock .row {
    align-items: baseline;
  }

  .formBlock {
    margin: 60px 0 0;
  }

  .leftContent {
    position: relative;
    bottom: 0;
  }

  .lastLine p {
    font-size: 8px;
  }
}