body {
  font-family: 'Open Sans', sans-serif;
}

/* HEADER */
.t7-header {
  background: #fff;
  padding: 10px 0;
}
.t7-logo { height: 40px; }

/* BUTTONS */
.t7-btn-orange {
  background: #FF6600;
  color: #fff;
  border: none;
}
.t7-btn-orange:hover {
  color: #FFA500;
 }

.t7-btn-outline {
  /* border: 1px solid #FF6600;
  color: #FF6600; */
  color: #003366;
}

/* HERO */
.t7-hero {
  background-image: url('../images/hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 520px;
  display: flex;
  align-items: center;
}

/* .t7-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
} */
.t7-hero-title {
  font-size: 36px;
  font-weight: 700;
}
.t7-hero-sub {
  max-width: 700px;
  margin: 15px auto;
}

/* TABS */
.t7-tabs .nav-link {
  color: #ffff;
  font-weight: 600;
}
.t7-tabs .nav-link.active {
  background: #003366;
  color: #fff;
}
.t7-tabs{
    justify-content: space-around;
    background-color: #003366;
    border: none;
}
.t7-package-card h5{
    color: #003366;
}
/* PACKAGE CARD */
.t7-package-card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.t7-package-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}
.t7-price {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
}

/* LEAD FORM */
/* .t7-lead-form {
  background: #f5f8fc;
  padding: 40px 0;
}
.t7-trust p {
  font-weight: 600;
}


.t7-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.t7-whatsapp img {
  width: 55px;
} */


/* SECTION */
.t7-lead-form {
  background: #f5f8fc;
  padding: 60px 0;
}

/* TITLE */
.t7-section-title {
  text-align: center;
  margin-bottom: 25px;
}


/* MAIN BOX */
.t7-lead-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* INPUTS */
.t7-input {
  height: 46px;
  font-size: 14px;
  border-radius: 4px;
  color: #003366;
  font-weight: 700;
}
.t7-input::placeholder {
color: #003366;
}

/* SUBMIT BUTTON */
.t7-submit-btn {
  width: 260px;
  height: 48px;
  font-weight: 600;
}

/* TRUST */
.t7-trust-box {
    border-radius: 6px;
    padding-top: 50px;
    padding-left: 50px;
}

.t7-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0b3c7c;
  margin-bottom: 14px;
}

.t7-trust-item:last-child {
  margin-bottom: 0;
}

.t7-trust-icon {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.t7-trust-icon svg{
    width: 32px;
    height: 32px;
}
.trustbox {
    position: relative;
    bottom: 48px;
}

.t7-footer {
  background: linear-gradient(180deg, #0b3c7c, #072a57);
  color: #dbe5f5;
  padding: 40px 0 15px;
  font-size: 14px;
}

.t7-footer-col h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.t7-footer-col a {
  display: block;
  color: #dbe5f5;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 13px;
}

.t7-footer-col a i {
  margin-right: 8px;
  color: #FF6600;
}

.t7-footer-col a:hover {
  color: #ffffff;
}

.t7-footer-col p {
  margin-bottom: 10px;
  font-size: 13px;
}

.t7-footer-col p i {
  margin-right: 8px;
  color: #FF6600;
}

.t7-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ffffff;
  color: #0b3c7c;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* .t7-social a:hover {
  background: #ff7a00;
  color: #ffffff;
} */
.t7-social a i{
  margin-right: 0;
  color :none !important;
}

.t7-footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #b9c7e4;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 10px;
  margin-top: 25px;
}







.t7-testimonials {
  padding: 40px 0;
  background: #f8f9fc;
}

.t7-testimonial-title {
  text-align: center;
  font-weight: 600;
  color: #003366;
  margin-bottom: 30px;
}

.t7-testimonial-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  height: 100%;
}

.t7-testimonial-card img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.t7-testimonial-card h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.t7-testimonial-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* pagination dots */
.swiper-pagination-bullet {
  background: #003366;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}




/* Packages section spacing */
/* .t7-packages {
  padding: 40px 0;
} */

/* Tabs styling (optional polish) */
.t7-tabs .nav-link {
  font-weight: 500;
  /* color: #0b3c7c; */
      font-size: 14px;
}

.t7-tabs .nav-link.active {
  background: #0b3c7c;
  color: #fff;
}

/* Swiper fixes */
.t7-package-swiper {
  padding-bottom: 35px;
}

.swiper-slide {
  height: auto;
}

/* Package card (assumes already mostly styled) */
.t7-package-card {
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  height: 100%;
}

.t7-package-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

.t7-price {
  font-weight: 600;
  color: #0b3c7c;
}
.socialcol{
    text-align: center;
}







/* header */
/*  */

.t7-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Logo */
.t7-logo {
  height: 56px;
}

/* Hamburger */
.t7-menu-btn {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  right: 151px;
  position: relative;
}

.t7-menu-btn span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 5px;
}

/* Mobile Menu */
.t7-mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #eee;
}

.t7-mobile-menu a {
  padding: 12px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.t7-mobile-menu .t7-whatsapp {
  background: #FF6600;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  margin-top: 10px;
}

/* Active */
.t7-mobile-menu.active {
  display: flex;
}
.leadbtn{
    margin-top: 20px;
}






/* MOBILE */
@media (max-width: 768px) {
  .t7-submit-btn {
    width: 100%;
  }
  .t7-trust-box {
    margin-top: 20px;
    padding: 0px;
  }
  .t7-logo {
    height: 39px;
}

  .t7-hero {
    min-height: 375px;
}
.t7-hero-title {
  font-size: 24px;
 }
 .t7-package-card img {
    height: 120px;
}
.t7-package-card h5 {
    color: #003366;
    margin-top: 7px;
    font-weight: 700;
}
.t7-package-card ul{
  margin-bottom:  0px !important;
}
.t7-lead-form {
    padding: 30px 0;
}
.trustbox {
    position: static;
}
.t7-testimonials {
    padding: 0px 0;
}
/* .t7-testimonial-card {
   margin-bottom: 40px;
} */
.t7-footer-bottom {
    margin-top: 10px;
}
.t7-footer {
    padding: 20px 0 15px;
}
.t7-btn-orange {
    font-weight: 600;
    font-size: 15px;
}
.socialcol {
    text-align: left;
}
.contact-mob{
    display: none;
}
.wpbtn{
    position: relative;
    left: 62px;
    font-size: 12px;
}
}
