body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  background-color: #000;
}

p,
h1,
h2 {
  margin: 0px !important;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: white;
}

.bg-dark {
  background-color: black !important;
}

.nav-link {
  color: #ffffff !important;
  font-size: larger;
  font-weight: 400;
}

.reqBtn {
  background: linear-gradient(90deg, #ff570a 0%, #ffa802 100%);
  color: white;
  border: none;
}

/* Generic fade-in elements */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.1s ease, transform 0.8s ease;
}

.slide-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  /* starts from right */
  transition: opacity 0.1s ease, transform 0.8s ease;
}

.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
  /* ends in original position */
}

.border-primary {
  border-top: 1.5px solid #ff5f15 !important;
}

.fas {
  color: white !important;
}
.mainOurServiceHeader {
  background-image: url("/images/ourService/Frame\ 427319316.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 398px;
}

.mainOurServiceHeader div {
  height: 398px;
}
.mainOurServiceHeader div p:nth-of-type(1) {
  font-weight: 700;
  font-size: 19px;
  line-height: 48px;
  letter-spacing: -1.2px;
  text-align: center;
  color: #ffffff;
}
.mainOurServiceHeader div p:nth-of-type(2) {
  font-weight: 700;
  font-size: 65px;
  line-height: 62px;
  letter-spacing: -1.2px;
  text-align: center;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* optional but helpful */
}

.mainBillPayment {
  background-image: url("/images/ourService/Frame427319317.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  height: 140vh;
}
.headerBillPayment {
  padding: 30px 60px;
  height: 100%;
}

.headerBillPayment p {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.billPayment {
  gap: 5rem;
}

.apiService,.insurancePay {
  padding: 30px 60px;
  height: 100%;
  gap: 5rem;
  align-items: start;
}
.educationFee,
.tourismService,
.travelBooking {
  padding: 30px 60px;
  height: 100%;
  gap: 5rem;
  align-items: end;
}

.educationFee span:nth-of-type(1) {
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  width: 768px;
  text-align: end;
}
.travelBooking span:nth-of-type(1) {
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  width: 768px;
  text-align: end;
}
.insurancePay span:nth-of-type(1) {
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  width: 768px;
}
.tourismService span:nth-of-type(1) {
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  width: 454px;
  text-align: end;
}
.apiService span:nth-of-type(1) {
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  width: 412px;
}
.billPayment span:nth-of-type(1) {
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  width: 685px;
}

.billPaymentContent div p:nth-of-type(1) {
  font-weight: 400;
  font-size: 34px;
  line-height: 52px;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.tourismServiceContent div p:nth-of-type(1),
.educationFeeContent div p:nth-of-type(1),
.travelBookingContent div p:nth-of-type(1),
.insurancePayContent div p:nth-of-type(1) {
  font-weight: 400;
  font-size: 34px;
  line-height: 52px;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.apiServiceContent div p:nth-of-type(1) {
  font-weight: 400;
  font-size: 34px;
  line-height: 52px;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.apiServiceContent div button {
  width: 172px;
  height: 48px;
  top: 1449px;
  left: 651px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  border: none;
  font-weight: 600;
  font-size: 18px;

  line-height: 28px;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.tourismServiceContent div button,
.educationFeeContent div button,
.travelBookingContent div button,
.insurancePayContent div button {
  width: 172px;
  height: 48px;
  top: 1449px;
  left: 651px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  border: none;
  font-weight: 600;
  font-size: 18px;

  line-height: 28px;
  letter-spacing: -1.2px;
  color: #ffffff;
}
.billPaymentContent div button {
  width: 172px;
  height: 48px;
  top: 1449px;
  left: 651px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  border: none;
  font-weight: 600;
  font-size: 18px;

  line-height: 28px;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.img-wrapper {
  position: relative;
  display: inline-block;
}
.img-wrapper::after {
  content: "";
  position: absolute;
  top: -95px;
  left: -47px;
  width: 55%;
  height: 40%;
  background-image: url(/images/ourService/Ellipse2174.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.billPaymentContent,
.educationFeeContent,
.apiServiceContent,
.tourismServiceContent,
.insurancePayContent,
.travelBookingContent {
  gap: 2rem;
}

@media screen and (max-width: 1024px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 300px) {
  .mainBillPayment,
  .headerBillPayment {
    height: auto;
    gap: 4rem;
  }
  .billPaymentContent,
  .educationFeeContent,
  .apiServiceContent,
  .tourismServiceContent,
  .insurancePayContent,
  .travelBookingContent {
    flex-direction: column;
    gap: 4rem;
    text-align: start;
  }
  .img-wrapper::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -13px;
    width: 21%;
    height: 30%;
    background-image: url(/images/ourService/Ellipse2174.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
  }
  .img-wrapper img {
    width: 284px;
  }
  .billPayment span:nth-of-type(1),
  .educationFee span:nth-of-type(1),
  .insurancePay span:nth-of-type(1),
  .apiService span:nth-of-type(1),
  .travelBooking span:nth-of-type(1),
  .tourismService span:nth-of-type(1) {
    width: auto;
    font-size: 40px;
  }
  .headerBillPayment p {
    font-size: 20px;
  }
  .billPaymentContent div p:nth-of-type(1),
  .tourismServiceContent div p:nth-of-type(1),
  .educationFeeContent div p:nth-of-type(1),
  .travelBookingContent div p:nth-of-type(1),
  .insurancePayContent div p:nth-of-type(1),
  .apiServiceContent div p:nth-of-type(1) {
    font-size: 24px;
  }
  .educationFee, .tourismService,.apiService,.insurancePay,.travelBooking{
    justify-content: center;
    align-items: center;
  }
}
