.contact-sideheading {
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  color: #666666;
}

.contact-info {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 450px;
  margin-top: 10px;
}

.contact-info span {
  border-right: 2px solid #002f59;
  padding-right: 8px;
  margin-right: 8px;
}

.contact-numberSection {
  margin-top: 64px;
}

.contactTextChange {
  font-size: 24px !important;
}

.contactTextChange2 {
  font-size: 28px !important;
}

.contact-headerInfo h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 132%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.8;
}

.contact-headerInfo h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-headerInfo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #2b2a29;
}

.contact-inputSection {
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  padding: 40px;
  position: relative;
}

.contactUsArt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contactform {
  padding: 40px 28px;
  background-color: white;
  width: 80%;
  border-radius: 20px;
}

.contactInputField {
  width: 100%;
  background: #f6f6f6;
  height: 52px;
  padding: 17px 20px;
  border: none;
  border-radius: 12px;
}

.contactInputField:focus-visible {
  outline: 0;
}

.description {
  height: 110px;
}

.contact-options h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-options-card {
  padding: 6px 10px;
  background: #ffffff;
  border: 0.2px solid #f2f2f2;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.contact-options-card p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #2b2a29;
}

.contact-options {
  cursor: pointer;
}

.Contact-headcount {
  width: 164px;
  padding: 0;
  background: #ffffff;
  border: 0.2px solid #f2f2f2;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  height: auto;
}

.Contact-headcount .planDetails {
  border: 3px solid transparent;
  padding: 16px;
  border-radius: 12px;
  cursor: pointer;
}

.Contact-headcount .radio:checked~.planDetails {
  border-color: #ff8a00;
}

.Contact-headcount .radio {
  -webkit-appearance: none;
}

.headcountNumber {
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  background: linear-gradient(128.49deg, #de463e -8.23%, #ff8a00 72.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.headcountText {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.contactFormHeading {
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contactform h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contactform .contactformsubheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2b2a29;
  opacity: 0.7;
  margin-bottom: 16px;
}

.ContactusContainer {
  padding: 26px 12px 26px 60px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ContactusContainer .countSection {
  gap: 50px;
}

.submitQuote {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #f9fcfb;
  padding: 15px 25px;
  margin-top: 28px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(22px);
  z-index: 9999;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  height: 100vh;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.contact-hifi {
  width: 174px;
}

.Contactmodal p {
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 32px;
}

.contactPhone {
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.03), 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 15px 23px;
}

.urgentReq {
  background: #ffffff;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 36px 40px;
  position: relative;
}

.requirementpara {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #2b2a29;
  margin-bottom: 12px;
}

.requirementText {
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mix-blend-mode: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.requirementImg {
  transform: translateY(-50px);
}

.CUS-heading h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  background: linear-gradient(140.81deg,
      #ff5d5d 8%,
      #c04cad 48.81%,
      #1857d1 101.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 80%;
}

.CUS-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2b2a29;
  margin-top: 20px;
  width: 80%;
}

.CUS-img1 {
  transform: translate(80px, 0px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.CUS-img2 {
  transform: translate(50px, 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.CUS-img3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.CUS-img4 {
  transform: translateY(50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.CMAS-heading {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  line-height: 150%;
}

.CMAS-g1 {
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #1667e1 93.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.CMAS-g2 {
  background: linear-gradient(90.6deg, #ff8b37 13.03%, #ffa500 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.CMAS-g3 {
  background: linear-gradient(139.26deg, #93e16f -10.77%, #22a26c 99.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.CMAS-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #2b2a29;
  width: 70%;
  margin-bottom: 18px;
}

.CMAS-textoverlay {
  position: relative;
}

.CMAS-textoverlay {
  width: 100%;
}

.CMAS-textoverlay img {
  width: 100%;
}

.CMAS-textoverlay p {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.CMAS-title {
  margin-bottom: 56px;
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.CMAS-section {
  background-color: white;
  padding-top: 100px;
}

.CityText1 {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  background: linear-gradient(92.02deg, #0697ff 2.12%, #233fcf 104.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.form-control.contactInputField {
  min-height: 120px;
}

.cityCard {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.presentIn {
  font-weight: 700;
  font-size: 12px;
  line-height: 132%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  margin-top: 50px;
}

.countText.countText2 {
  font-size: 24px;
  margin-left: 2px;
  top: 1px;
  line-height: 36px;
}

.cityImg {
  transform: translateY(-20px);
}

.CityText2 {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #db7028;
}

.CityText3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #821110;
}

.mailImg {
  width: 250px;
  object-fit: contain;
}

.HeadCoutWrap .card {
  padding: 0;
  min-height: 1px;
  margin-top: 6px;
}

.card p.headcountText {
  font-weight: 600;
}

.contact-info-light {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
}

@media (max-width: 1399px) {
  .contactform {
    width: 100%;
  }

  .contactUsArt {
    right: -15px;
    max-width: 170px;
  }
}

@media (max-width: 1199.9px) {
  .ContactusContainer {
    padding-left: 0;
  }

  .Contact-headcount .planDetails {
    padding: 13px;
  }

  .contactTextChange {
    font-size: 20px !important;
  }

  .contact-options-card p {
    font-size: 14px;
  }

  .headcountNumber {
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .HeadCoutWrap .card {
    border-radius: 14px;
  }

  .Contact-headcount .planDetails {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .countSection {
    margin: 100px 0;
  }
}

@media (max-width: 767px) {
  .Contactmodal p {
    font-size: 16px;
  }

  .city_row .cityImg {
    top: 6px;
  }

  .center-div {
    flex-wrap: wrap;
  }

  .contact-numberSection {
    margin-top: 40px;
  }

  .contact-numberSection img {
    height: 40px;
    object-fit: cover;
  }

  .contact-headerInfo h2 {
    font-size: 25px;
  }

  .contact-numberSection div {
    padding-bottom: 10px;
  }

  .ContactusContainer .countSection {
    justify-content: space-around;
  }

  .countSection {
    gap: 50px;
    margin: 60px 0;
  }

  .presentIn {
    margin: 40px 0;
  }

  .contactUsArt {
    max-width: 145px;
  }

  .contactform {
    width: 100%;
    padding: 15px;
  }

  .contact-inputSection {
    padding: 25px;
  }

  .ContactusContainer {
    padding: 15px;
    padding-top: 25px;
  }

  .contactTextChange2 {
    font-size: 22px !important;
  }

  .contactTextChange {
    font-size: 18px !important;
  }

  .countText {
    font-size: 20px;
  }

  .HeadCoutWrap .card {
    padding: 0;
    max-width: 28%;
  }

  .contact-info {
    font-size: 14px;
  }

  .contactInputField,
  .form-control.contactInputField {
    font-size: 13px;
  }

  .contactFormHeading,
  .contact-options h5 {
    margin-top: 25px;
  }

  .contact-options-card img {
    max-width: 40px;
  }
}

@media (max-width: 576px) {
  .HeadCoutWrap .card {
    height: 65px;
    width: 85px;
  }

  .submitQuote {
    padding: 12px;
    font-size: 14px;
  }

  .contact-options-card p {
    font-size: 12px;
  }

  .contactform h2 {
    font-size: 20px;
  }

  .contact-info span {
    border: 0;
  }

  .contact-numberSection img {
    max-width: 40px;
    position: relative;
    top: -7px;
  }

  .contact-numberSection div {
    padding-bottom: 20px;
  }

  .HeadCoutWrap {
    justify-content: start;
  }

  .contact-info span {
    display: block;
  }

  .headcountNumber {
    font-size: 12px !important;
  }

  .Contact-headcount .planDetails {
    padding: 8px;
  }

  .contact-options .d-flex {
    flex-wrap: wrap;
  }

  .countSection {
    margin: 20px 0 40px 0;
  }

  .ContactusContainer .countSection {
    gap: 16px;
  }

  .contactTextChange {
    font-size: 16px !important;
  }
}

@media (max-width: 420px) {
  .HeadCoutWrap {
    gap: 5px !important;
  }

  .HeadCoutWrap .card {
    max-width: 33%;
  }

  .HeadCoutWrap .card {
    height: 82px;
  }

  .Contact-headcount .planDetails {
    height: 100%;
  }
}

/* Background Section */
.contact-section {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container */
.contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
}

/* White Form Card */
.contact-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  flex: 1 1 450px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Heading */
.contact-card h2 {
  font-size: 1.8rem;
  color: #08284a;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

/* Description */
.contact-card p {
  color: #4a5568;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* Input Fields */
.input-field {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.input-field:focus {
  border-color: #ff7a18;
  box-shadow: 0 0 5px rgba(255, 122, 24, 0.4);
}

/* Side-by-side Inputs */
.input-group {
  display: flex;
  gap: 1rem;
}

.input-group .input-field {
  flex: 1;
}

/* Submit Button */
.submit-btn {
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  border: none;
  border-radius: 10px;
  color: white;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #ff6a00, #ffcc33);
}

/* 3D Character */
.contact-image img {
  width: 320px;
  height: auto;
  animation: float 3s ease-in-out infinite;
}

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }

  .input-group {
    flex-direction: column;
  }

  .contact-image img {
    width: 250px;
  }
}