:root {
  --root-black-color: #3f3f3f;
  --gradient-color: linear-gradient(244.73deg, #04bfd7 -48.91%, #63388b 79.49%);
  --white-color: #fff
}

.contact-us-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
  width: 48%;
}

.row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.contact-us-detail-img {
  height: 50px;
  width: 50px;
  background: var(--gradient-color);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-detail-img img {
  height: 30px;
  width: 30px;
}

.business-hours img {
  height: 50px;
  width: 50px;
}

.row h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: var(--root-black-color);
}

.row p {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: var(--root-black-color);
  margin: 0;
  max-width: 450px;
}

.link {
  color: var(--root-black-color);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
  color: var(--primary);
}

.divider {
  height: 1px;
  background: #494949;
  margin: 25px 0;
}

@media (max-width: 768px) {
  .contact-us-detail {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }
}

.banner-section-web-developmenttt {
  position: relative;
  padding-block: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../assets/images/contact_us.webp) center / cover no-repeat;
  min-height: 400px;
  height: 400px
}

/* Overlay */
.banner-section-web-developmenttt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000080;
  z-index: 1;
}

.banner-section-web-developmenttt>* {
  position: relative;
  z-index: 2;
}

.banner-section-about-con h1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 77.44px;
  text-align: center;
  color: #fff;
  margin: 0
}

#about-hero-info {
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center
}

#contact-us-detail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 120px
}

#contact-us-detail-wrapper .container {
  overflow: visible
}

.contact-us-detail-box-con {
  display: flex;
  align-items: center;
  gap: 72px
}

.contact-us-detail-box {
  width: calc(33% - 25px);
  padding: 55px 40px 15px 40px;
  border: 1px solid #3f3f3f;
  border-radius: 8px
}

.contact-us-detail-box-img {
  width: 95px;
  height: 95px;
  background: var(--gradient-color);
  border-radius: 11px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px
}

.contact-us-detail-box h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.3px;
  text-align: center;
  margin-top: 8px;
  color: var(--root-black-color)
}

.contact-us-detail-box p {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.01px;
  text-align: center;
  margin-top: 16px;
  color: var(--root-black-color)
}

#form-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px
}

#form-section-wrapper .container {
  overflow: visible
}

.form-section-con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.form-section-con-left {
  width: 35%;
  padding-top: 24px
}

.form-section-con-left h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60.5px;
  text-align: left;
  color: #63388b
}

.form-section-con h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 47.08px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 14px
}

.form-section-con p {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32.34px;
  text-align: left;
  margin-top: 28px
}

.contact-social-link-con {
  display: flex;
  align-items: center;
  gap: 20px
}

.contact-social-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--root-black-color);
  border-radius: 50%;
  margin-top: 70px;
  padding-top: 4px
}

.contact-social-link:hover {
  background-color: #000
}

.contact-social-link i {
  font-size: 25px;
  color: #fff
}

.form-section-con-right {
  width: 55%;
  padding: 40px;
  border: 1px solid #fff;
  box-shadow: 0 0 16.9px 0 #00000040;
  border-radius: 10px;
  position: relative;
  z-index: 99;
  background-color: #fff
}

.form-section-con-right h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 53.24px;
  text-align: left;
  color: #63388b
}

.form-section-con-right p {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-top: 8px;
  color: var(--root-black-color)
}

.contact-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.form-field-con {
  display: flex;
  align-items: center;
  gap: 25px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(50% - 12.5px)
}

.input-label {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  text-align: left;
  color: var(--root-black-color)
}

.input-box {
  padding: 15px;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  height: 45px;
  font-size: 17px
}

#field {
  width: 100%
}

.details-input-box {
  width: 100% !important
}

.document-input .attachments {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  text-align: left;
  color: var(--root-black-color)
}

.document-input .please-attach {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #878787;
  margin-top: 5px
}

.document-input-box {
  padding-block: 20px;
  border: 2px dotted #3f3f3f;
  border-radius: 5px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  cursor: pointer
}

.drop-file {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 5px
}

.drop-file span {
  font-weight: 700
}

.form-submit {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.44px;
  text-align: center;
  background: var(--gradient-color);
  border-radius: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 27px;
  width: fit-content;
  color: #fff;
  border: 2px solid #fff0
}

.form-submit:hover {
  border: 2px solid #3f3f3f;
  color: #63388b;
  background: #fff0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border: 1px solid #3f3f3f !important
}

.nice-select {
  -webkit-tap-highlight-color: #fff0;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #3f3f3f !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 45px !important;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 7px !important;
  margin-top: -6px !important;
  pointer-events: none;
  position: absolute;
  right: 22px !important;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px !important
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.nice-select.open .list {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  font-family: 'Rubik', sans-serif;
  font-size: 15px
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(68 68 68 / .11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: #fff0;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

span.current {
  font-size: 17px !important;
  font-family: 'Rubik', sans-serif;
  color: #3f3f3f !important
}

#map {
  margin-top: -300px;
  position: relative;
  z-index: -99;
  margin-bottom: -11px
}

.cutting-edge-section {
  margin-top: 0 !important
}

@media only screen and (max-width:1200px) {
  .contact-us-detail-box {
    padding-inline: 20px
  }
}

@media only screen and (max-width:1024px) {
  .contact-us-detail-box {
    padding-inline: 15px
  }

  .contact-us-detail-box p {
    font-size: 15px;
    line-height: 24.01px
  }

  .input-box::placeholder {
    font-size: 14px
  }
}

@media only screen and (max-width:992px) {
  .contact-us-detail-box {
    padding-inline: 10px
  }

  #contact-us-detail-wrapper {
    padding-bottom: 30px;
    padding-top: 80px
  }

  #form-section-wrapper {
    padding-top: 30px
  }

  .input-box::placeholder {
    font-size: 13px
  }

  .form-section-con-left h2 {
    font-size: 40px;
    line-height: 40.5px
  }

  .form-section-con h3 {
    font-size: 35px;
    line-height: 26.08px;
    margin-top: 10px
  }

  .form-section-con-right h2 {
    font-size: 35px;
    line-height: 35.24px
  }

  .form-section-con-right {
    padding: 25px
  }

  .input-box {
    padding: 8px;
    height: 45px
  }

  .input-label {
    font-size: 16px
  }

  .contact-form {
    margin-top: 20px;
    gap: 20px
  }
}

@media only screen and (max-width:768px) {
  .contact-us-detail-box-con {
    flex-direction: column
  }

  .contact-us-detail-box {
    width: 100%
  }

  #map {
    margin-top: 0
  }

  .contact-us-detail-box p {
    font-size: 18px;
    line-height: 28.01px
  }

  .form-section-con {
    flex-direction: column;
    gap: 40px
  }

  .form-section-con-right {
    width: 100%
  }

  .form-section-con-left {
    width: 100%;
    padding-top: 0
  }

  .form-section-con-left h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40.5px
  }

  .form-section-con h3 {
    text-align: center
  }

  .form-section-con p {
    text-align: center
  }

  .contact-social-link-con {
    justify-content: center
  }

  .contact-social-link {
    margin-top: 40px
  }

  .banner-section-about-con h1 {
    font-size: 50px
  }
}

@media only screen and (max-width:576px) {
  .form-section-con h3 {
    font-size: 35px;
    line-height: 40.08px;
    margin-top: 10px
  }

  .form-section-con p {
    font-size: 20px;
    line-height: 25.34px;
    margin-top: 15px
  }

  .contact-social-link {
    margin-top: 30px
  }

  .form-section-con-right h2 {
    font-size: 35px;
    line-height: 35.24px;
    text-align: center
  }

  .form-submit {
    font-size: 20px;
    line-height: 24.44px
  }
}

@media only screen and (max-width:480px) {

.banner-section-web-developmenttt {
    min-height: 200px;
    height: 200px;
  }

  .form-field-con {
    flex-direction: column;
    gap: 15px
  }

  .field {
    width: 100%
  }

  .contact-us-detail-box {
    width: 100%
  }

  .vipodha-logo {
    padding-top: 10px
  }

  .header-con {
    height: 80px
  }

  .form-section-con>p {
    margin-top: 0
  }

  .form-section-con p {
    font-size: 16px
  }

  .form-submit {
    width: 100%
  }

  .contact-form {
    gap: 15px
  }

  .form-section-con-right {
    padding: 20px
  }

  .form-submit {
    font-size: 18px
  }
}

@media only screen and (max-width:320px) {
  .form-section-con p {
    font-size: 15px
  }
}