@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", system-ui;
}

body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  scrollbar-width: none;
}

.font-12 {
  font-size: 0.75rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-20 {
  font-size: 1.25rem;
}

.letter-spacing-2 {
  letter-spacing: 0.125rem
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.letter-10 {
  letter-spacing: 0.625rem
}

.cursor-pointer {
  cursor: pointer
}

.opacity-05 {
  opacity: 0.5 !important
}

.opacity-02 {
  opacity: 0.2 !important;
}

.cursor-na {
  cursor: not-allowed !important;
}
.flex-1{flex: 1;}
.invalid-input{
  border-color: red !important;
  color: red !important;
}
.btn-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.indention { 
  word-break: break-word;
  white-space: pre-wrap;
}
.fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.box-12 {
  width: 0.75rem !important;
  height: 0.75rem !important;
}

.grayscale {
  filter: grayscale(1)
}

.gray-img {
  filter: brightness(0) opacity(0.5)
}


.top-bar {
  background: white;
  z-index: 9;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute-center h1 {
  font-size: 18rem
}

.absolute-center p {
  text-align: center;
  margin-top: -2rem;
  font-weight: 500;
}

.editing-border {
  outline: 2px solid #c70000 !important;
}

.custom-aleart {
  position: fixed;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  background: #2277c7;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  z-index: 99999;
  letter-spacing: 0.5px;
  transition: 0.5s;
  box-shadow: 0rem 0.25rem 1.25rem 0rem rgba(0, 0, 0, 0.4392156863);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.custom-aleart p {
  text-align: center;
}

.custom-aleart .alert-close {
  cursor: pointer;
}

.left-bar-area {
  width: 25rem;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  background: #EBEBEB;
  position: relative;
  z-index: 999;
  padding: 1rem;
  box-shadow: 7px 0px 13px 0px #00000012;
  transition: 0.5s;
}

.disapear-btn {
  position: absolute;
  right: -1.875rem;
  top: 0;
  background: #fff;
  width: 1.875rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  /* box-shadow: 0.25rem 0rem 0.3125rem 0rem #00000021; */
  cursor: pointer;
  z-index: 9;
}
p.input-title {
  font-size: 0.875rem;
  color: #8A8A8A;
  text-transform: capitalize;
  margin-bottom: 0rem;
}
.custom-edit-input-box {
  border-radius: 0.3125rem;
  border: 0.0625rem solid #EBEBEB;
  background: #FFF;
  width: 100%;
  height: 2.75rem;
  padding: 0.3rem 0.5rem ;
  outline: none !important;
  box-shadow: none !important;
  font-size: 0.9375rem;
}

.img-upload-box {
  width: 100%;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #EBEBEB;
  background: #FFF;
  padding: 0.5rem ;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden; 
}

.remove-img{
  position: absolute;
  top: -0.6rem;
  right: 0rem;
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  display: none;
}
.img-upload-box:hover .remove-img{
  display: block;
}

.img-upload-box.file-drop > div {
    opacity: 0;
}

.img-upload-box.file-drop {
    background: #cadadb;
    z-index: 99;
    position: relative;
    outline: 1px dashed;
    outline-offset: -8px;
}
.drop-text {
  display: none;
}
.img-upload-box.file-drop .drop-text {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  margin: auto;
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
}


.img-view-box {
  width: 5rem;
  height: 5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bababa;
  background: #eee;
  padding: 0.2rem;
  cursor: pointer;
  overflow: hidden; 
  flex-shrink: 0; 
}

p.file-name {
  font-weight: 500;
  letter-spacing: 0.0313rem;
  color: #464646;
}

.custom-number-input {
  width: -moz-fit-content;
  width: 4rem;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding-left: 0rem;
  position: relative;
}
.color-box {
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #D3D8E1;
  border-radius: 0.25rem;
  outline: 0;
  cursor: pointer;
}

.react-colorful {
  padding: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.375rem 0.75rem #999;
}

.react-colorful__saturation {
  border-radius: 0.3125rem !important;
  border-bottom: none !important;
}

.react-colorful__hue {
  margin: 1.5rem 0rem 0.75rem 0rem !important;
}

.react-colorful__hue,
.react-colorful__alpha {
  height: 0.625rem !important;
  border-radius: 0.5rem !important;
}

.react-colorful__hue-pointer,
.react-colorful__saturation-pointer,
.react-colorful__alpha-pointer {
  width: 1rem !important;
  height: 1rem !important;
}

.opacity-input-box {
  position: relative;
}

.opacity-input-box:after {
  content: "%";
  position: absolute;
  right: 0.125rem;
  width: 1.125rem;
  background: #fff;
}
.page-title{
  font-size:1.25rem;
  font-weight: 500;
}
.save-btn {
  background: rgb(118, 214, 180);
  color: rgb(255, 255, 255);
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  width: fit-content;
  line-height: 1;
  font-weight: 600;
}

.popup-content {
  margin: auto;
  border-radius: 0.5rem;
  background: #fff;
  width: 50%;
  padding: 0;
  box-shadow: 0 0 20px 5px rgb(0 0 0 / 16%)
}

.popup-content>*>*:hover {
  background-color: #f5f5f5;
  transition: 0.5s;
}


/* Page style */
.landing-page-wrap-area {
  width: 100%;
  height: 100%;
  /* background-color: #07111B; */
  /* background-image: url(banner-vid.mp4); */
  background-repeat: no-repeat;
  isolation: isolate;
  overflow: auto;
}

.copyright-text {
  width: auto;
}

.hlt-color {
  color: #2B88E5;
  text-decoration: none;
}

.logo {
  width: 24.0625rem;
  height: 4.375rem;
}

.middle-enq-form-area {
  margin-bottom: 3rem;
}

.copyright-area {
  padding: 1.125rem 0rem;
  margin-top: auto;
}

.header-top {
  padding: 1.5625rem 0rem;
  gap: 0.5rem;
}

.enquery-details-left-column,
.enquery-details-right-column {
  flex: 0 0 50%;
}

.main-title-text {
  font-size: 3.5rem;
}

.d-para {
  text-wrap: balance;
  font-size: 0.9375rem;
  letter-spacing: 0.0125rem;
}

.flow-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-box {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #2B88E5;
  padding: 1.5625rem;
  margin: auto;
}

.bottom-box-text {
  letter-spacing: 0.2px;
}

.custom-field-add {
  background: #fff;
  border: 0.0938rem solid #E2E2E2;
  border-radius: 0.25rem;
  letter-spacing: 0;
  flex: 1;
}

legend {
  line-height: inherit;
  float: none;
  width: auto;
  line-height: inherit;
  margin-left: 0.75rem;
  font-size: 0.875rem !important;
  letter-spacing: 0;
  /* color: #606060; */
}

.enq-form-card {
  background: white;
  padding: 1.5rem 2rem;
  border-radius: 1.25rem;
  border: 0.3125rem solid #2B88E5;
}

.enq-form-card-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.enq-form-card > *{
  color: inherit;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.custom-select {
  appearance: auto;
}

fieldset.custom-field-add input {
  font-size: 0.9375rem;
}

.custom-field-add input::placeholder {
  color: #ccc !important;
}

.custom-check {
  width: 1.0625rem;
  height: 1.0625rem;
  accent-color: #2B88E5;
  border-color: #2B88E5;
  border-radius: 0.125rem !important;
  box-shadow: none !important;
  margin-top: 0.1875rem;
}

.enquery-btn {
  width: 100%;
  /* background: #2B88E5; */
  height: 3.75rem;
  border-radius: 0.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  color: white;
}

.devider {
  width: 0.0625rem;
  background: rgba(0, 0, 0, 0.18);
  height: 1.75rem;
  transform: translateY(-0.0625rem);
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background {
  position: relative;
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
}

.bg-media {
  /* position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
  opacity: 0.3; */

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
  opacity: 0.3;
}
.social-media-list-box{
  width: fit-content;
}
.social-media-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  cursor: pointer;
  background: #2B88E5;
}
.social-media-icon img {
  filter: brightness(0) invert(1);
}

.accordion .accordion-item{
  border-radius: 0.3125rem;
  overflow: hidden;
  width: 100%;
}
.accordion-head{
  border-radius: 0.3125rem;
  background: #FFF;
  width: 100%;
  height: 2.75rem;
  padding: 0.3rem 0.5rem;
  display: flex ;
  align-items: center;
  justify-content: space-between;
}

.accordion-body{
  padding: 1rem 0.5rem ;
  border-top:1px solid #ddd;
  display: none;
}
.accordion-head-icon {
  transition: transform 0.5s ease;
}
.rotate-180{
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  body {
    overflow: auto;
  }
  .enq-wrap {
    flex-direction: column;
  }
  .logo {
    width: 18.4375rem;
    height: 3.375rem;
  }
  .contact-zone {
    flex-direction: column;
    gap: 0px !important;
    text-align: center;
  }
  .main-title-text {
    font-size: 2.5rem;
  }
  .enquery-flow {
    gap: 2.5rem !important;
    text-align: center;
    margin-top: 0.3125rem !important;
    margin-bottom: 1.875rem;
  }
  .flow-box {
    width: 5.25rem;
    height: 5.25rem;
    padding: 1.2625rem;
  }
  .enquery-details-left-column, .enquery-details-right-column {
    flex: 1;
  }
  .enquery-details-right-column {
    padding-left: 0 !important;
    width:100%;
  }
  .enq-form-card-title {
    font-size: 1.8rem;
  }
  .check-row {
    flex-direction: row;
    gap: 1.875rem !important;
    align-items: start !important;
  }
}
@media (max-width: 767.98px) {

  .main-title-text {
    font-size: 2.2rem;
  }
  .enquery-flow {
    gap: 10px !important;
    text-align: center;
  }
  .frm-fieldsets{
    flex-direction: column;
  }
 .check-row {
    flex-direction: column;
    gap: 0 !important;
    align-items: start !important;
  }
  .social-media-list-box{
    margin: 0.5rem 0;
  }
  .copyright-area > .container > .row > * {
    width: 100%;
    justify-content: center;
    text-align: center;
}
}