@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
}

h1 {
  font-size: 50px !important;
  font-weight: bold !important;
}

h2 {
  font-size: 30px !important;
}

h5 {
  font-size: 20px !important;
}

.nav_bg {
  background-color: #563795;
}

.top-nav ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
  padding: 10px 0;
}

.top-nav ul li {
  list-style: none;
}

.top-nav ul li span i {
  color: #fff;
}

.top-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.banner {
  background: url("../images/aviation-banner.png") center no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.568627451);
}

.banner h1,
.banner h5,
.banner p {
  color: #fff;
}

.banner p {
  font-size: 17px;
}

.banner-ttile {
  text-align: start;
  width: 90%;
}

.banner-ttile h5 {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  padding-top: 10px;
}

.banner-ttile p {
  margin-bottom: 0 !important;
}

/* banner btn  */
.cta-btn {
  display: inline-block;
  background-color: #563795;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(86, 55, 149, 0.35);
}

.cta-btn:hover {
  background-color: #432b73;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(86, 55, 149, 0.45);
  border: 1px solid #432b73;
}

.cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(86, 55, 149, 0.35);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
}

.feature-list h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

.f-icon {
  font-size: 18px;
  color: #563795;
}

.f-text {
  line-height: 1.5;
}




.contact-form {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}

.contact-form h4 {
  font-size: 17px;
  color: #000;
  padding-top: 10px;
  text-align: center;
}

.contact-form p {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.contact-form .form-group label {
  font-size: 14px !important;
  padding-bottom: 5px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.contact-form .form-group .selected {
  color: rgba(0, 0, 0, 0.3411764706);
}

.contact-form select {
  border: 1px solid rgba(0, 0, 0, 0.5019607843) !important;
}

.contact-form .btn-submit {
  background-color: #563795;
  color: #fff;
  border: none;
  width: 30%;
  padding: 10px;
  border-radius: 8px;
}

.sec_bg {
  background-color: #563795;
  color: #fff;
}

.list-items ul {
  padding-left: 0 !important;
}

.list-items ul li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  gap: 10px;
}

.list-items ul li span i {
  padding-right: 10px;
}

.sec_bg2 {
  background-color: #f1f1f1;
}

.imge_col {
  width: 380px;
}

.card-img {
  background-color: #563795;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px !important;
  overflow: hidden;
  height: 380px;
}

.card-img .card_title {
  padding: 15px;
  color: #fff;
}

.circle {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(#007bff var(--angle), #e0e0e0 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.circle::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.circle span {
  position: relative;
  z-index: 2;
}

.title {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.testimonials {
  background-color: #563795;
  padding: 25px;
  color: #fff;
  border-radius: 8px;
  height: calc(100% - 10px);
}

.testimonials h5 {
  font-size: 16px !important;
}

.testimonials p {
  font-size: 15px;
}

.testimonials .star-icon {
  color: #F6B900;
}

.testimonials .name-wr h5 {
  margin-bottom: 5px !important;
}

.footer_sec {
  background-color: #563795;
}

.footer_cont h6 {
  font-size: 20px;
  color: #fff;
}

.footer_cont .mobile-icon ul {
  padding-left: 0 !important;
}

.footer_cont .mobile-icon ul li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 16px !important;
  line-height: 23px;
}

.footer_cont .mobile-icon ul li a {
  text-decoration: none;
  color: #fff;
}

.footer_cont .mobile-icon ul li span i {
  font-size: 18px;
}

.footer-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.footer-col a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

#thanku_bg {
  background: url("../images/bg-sec1.png") center no-repeat;
  width: 100%;
  background-size: cover;
  background-color: #f1f1f1;
}

#thanku_bg .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#thanku_bg .container .row {
  background-color: #563795;
  border-radius: 8px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
}

#thanku_bg .container .row .logo-img {
  text-align: center;
}

#thanku_bg .container .row .logo-img img {
  height: 70px !important;
  padding-bottom: 15px;
}

#thanku_bg .container .row .thanku_title {
  text-align: center;
  line-height: 25px;
}

#thanku_bg .container .row .thanku_title h2 {
  padding-bottom: 20px;
  color: #fff;
}

#thanku_bg .container .row .thanku_title p {
  margin: 0 !important;
  padding-bottom: 15px;
}

#thanku_bg .container .row .thanku_title a {
  color: #fff;
}

#thanku_bg .container .row .back_btn {
  text-align: center;
  padding-top: 20px;
}

#thanku_bg .container .row .back_btn .home_Btn {
  background-color: #007bff;
  width: 40%;
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#thanku_bg .container .row .back_btn .home_Btn .home-icon {
  font-size: 18px;
  padding-right: 8px;
}

#thanku_bg .container .row .back_btn .home_Btn:hover {
  background: #035a8e;
}

.belwo-contact {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px;
}

.belwo-contact h3 {
  font-size: 20px !important;
}


/* Sticky Container */
.sticky-bar {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

/* Inner Box */
.sticky-content {
  background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
  width: 40%;
  padding: 16px 22px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Left Text */
.left-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

/* Call Button */
.call-btn {
  background-color: #563795;
  color: #ffffff;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(86, 55, 149, 0.4);
}

/* Hover Effect */
.call-btn:hover {
  background-color: #432b73;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(86, 55, 149, 0.55);
  border: 1px solid #432b73;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .sticky-content {
    flex-direction: column;
    gap: 12px;
    border-radius: 20px;
    padding: 16px;
    text-align: center;
  }
}


@media only screen and (max-width: 1075px) {
  h1 {
    font-size: 45px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h5 {
    font-size: 17px !important;
  }

  .banner-ttile {
    text-align: start;
    width: 100%;
  }

  .banner_sub-title {
    font-size: 16px !important;
  }

  .contact-form p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 975px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  .contact-form h4 {
    font-size: 20px !important;
  }

  .contact-form p {
    font-size: 15px;
  }

  .banner_sub-title {
    font-size: 17px !important;
  }

  .from-tab {
    width: 80%;
    margin: 0 auto;
  }

  /* .banner {
    height: 350px;
  } */
  /* 
  .banner-ttile {
    text-align: start;
    width: 100%;
    height: 300px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  } */

  .banner-ttile h5 {
    line-height: 30px;
  }

  .banner-ttile h5 p {
    font-size: 16px;
  }

  .tab-img {
    margin-top: 55px;
  }

  .list-items ul {
    padding-left: 0 !important;
  }

  .list-items ul li {
    font-size: 16px;
  }

  .list-items ul li i {
    font-size: 16px;
  }

  .img-order {
    order: 1;
  }

  .cabin-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .imge_col {
    width: auto;
  }

  .card-img .card_title p {
    font-size: 14px;
  }

  .card-img {
    height: auto;
  }

  .circle span {
    font-size: 21px;
  }

  .title {
    font-size: 16px;
  }
}


/* mobile devices code */

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 19px !important;
  }

  .banner-ttile {
    text-align: start !important;
    padding: 25px 0;
  }

  .banner-ttile h5 {
    line-height: normal;
    font-size: 16px !important;

  }

  .from-tab {
    width: 100%;
    margin: 0 auto;
  }

  .contact-form h4 {
    font-size: 18px !important;
    text-align: center;
  }

  .mobile-form {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0 10px;
    margin: 0 auto;
  }

  .mobile_col {
    text-align: center;
    padding-top: 20px;
  }

  .mobile_col p {
    text-align: justify;
  }

  .list-items ul li span i {
    font-size: 14px;
  }

  .cabin-text p {
    text-align: justify;
  }

  .eligibility-text {
    padding-top: 25px;
  }

  .card-img {
    margin-top: 15px;
  }

  .circle {
    padding: 15px 0;
  }

  .circle-nub {
    padding: 15px 0;
  }

  .footer-col {
    flex-direction: column;
  }

  .top-nav ul li {
    list-style: none;
    font-size: 14px;
  }

  #thanku_bg .container .row .thanku_title h2 {
    padding-bottom: 10px;
  }

  #thanku_bg .container .row .back_btn {
    padding-top: 10px;
  }

  #thanku_bg .container .row {
    margin: 0 10px;
  }

  .belwo-contact {
    padding: 10px;
  }

  .belwo-contact h3 {
    font-size: 18px !important;
  }

  .contact_mobile {
    padding: 10px;
  }

  .feature-list h6 {
    text-align: start !important;
    font-size: 18px;
  }

  .cta-btn {
    padding: 15px;
    font-size: 13px;
  }

  .sticky-content {
    width: 90% !important;
    flex-direction: row;
    background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
    bottom: 15px !important;
  }

  .sticky-bar {
    bottom: 20px;
  }

  .call-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .left-text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }

  .feature-list li {
    padding: 8px 0;
  }
}

/*# sourceMappingURL=style.css.map */