/* Global Premium Styling */
body {
    font-family: "Poppins", sans-serif;
    color: #222;
    background: #f5f5f5;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

/* Top Bar */
.top-bar {
    background: #111;
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
}

.top-info span {
    margin-right: 20px;
}

.top-social a {
    color: #fff;
    margin-left: 10px;
}

/* Premium Sticky Header */
.main-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 14px 0;
}

.logo img {
    height: 58px;
}

/* Premium Nav Menu */
.nav-menu a {
    margin-left: 28px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.nav-menu a:hover {
    color: #1a7ef5;
}

.btn-cta {
    padding: 8px 20px;
    background: #1a7ef5;
    color: #fff !important;
    border-radius: 6px;
}

.btn-cta:hover {
    background: #005ad1;
}

/* Mobile Menu */
.menu-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #333;
    margin: 5px;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.mobile-open .mobile-menu {
    display: flex;
}

.mobile-menu a {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 17px;
}

/* Hero Section Improvements */
.hero {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.hero .btn {
    padding: 12px 28px;
    font-size: 18px;
}

/* Cards */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    border: none;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

/* Footer */
.site-footer {
    background: #111;
    color: #bbb;
    padding: 50px 0;
}

.site-footer a {
    color: #ccc;
}
.hero-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 30px;
}

.hero-form input {
    height: 48px;
    border-radius: 8px;
}

.hero-form button {
    height: 50px;
    font-size: 17px;
    border-radius: 8px;
    background: #1a7ef5;
    border: none;
}

.hero-form button:hover {
    background: #005ad1;
}
.col-lg-5.offset-lg-1 .text-center.mb-3 {
  color: #000;
}
.service-icon i {
    font-size: 38px;
    color: #1a7ef5;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.about-section img {
    border-radius: 16px;
}

.why-box {
    background: #fff;
    border-radius: 14px;
    transition: 0.3s;
}

.why-box:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 30px rgba(0,0,0,0.12);
}

.why-icon i {
    font-size: 50px;
    color: #1a7ef5;
}
.testimonial-card {
    max-width: 650px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 34px rgba(0,0,0,0.12);
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    color: #555;
}
.testimonial-box.p-4.rounded.shadow-sm.bg-white.text-center img {
  border-radius: 50%;
}
.testimonial-box.p-4.rounded.shadow-sm.bg-white.text-center img {
  border-radius: 50%;
  width: 25%;
  border: 4px solid #1a7ef5;
}

.cta-section {
    background: linear-gradient(135deg, #1a7ef5 0%, #05d5ff 100%);
    padding: 80px 0;
    border-radius: 0;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cta-subtitle {
    font-size: 18px;
    opacity: 0.9;
}

.cta-btn {
    background: #fff;
    color: #1a7ef5;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #e8e8e8;
    transform: translateY(-3px);
}

/* Premium Footer */
.premium-footer {
    background: linear-gradient(135deg, #0b0f14 0%, #071e33 100%);
    color: #dce6ef;
}

.footer-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-logo {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.footer-text {
    color: #d0d8df;
    font-size: 15px;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #c8d2dc;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #28b3ff;
    padding-left: 4px;
}

.footer-social a {
    display: inline-block;
    margin-right: 12px;
    font-size: 20px;
    color: #dce6ef;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #28b3ff;
    transform: translateY(-3px);
}

.footer-bottom {
    background: #07111b;
    padding: 12px 0;
    text-align: center;
    color: #b8c2cc;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #0f1822;
}
.about-hero {
    background: linear-gradient(135deg, #1a7ef5 0%, #0b4da1 100%);
    color: #fff;
    padding: 80px 0;
}

.about-list li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
}
.about-list.mt-3 {
  padding: 0;
}

.about-list i {
    color: #1a7ef5;
    margin-right: 8px;
    font-size: 18px;
}

.mission-box {
    border-radius: 14px;
    transition: 0.3s;
}

.mission-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.trust-icon {
    font-size: 50px;
    color: #1a7ef5;
    transition: 0.3s;
}

.trust-box:hover .trust-icon {
    transform: scale(1.07);
}

/* SERVICE PAGE HERO */
.service-hero {
    background: linear-gradient(135deg, #1a7ef5, #0b4da1);
    padding: 80px 0;
}

/* SERVICE BOXES */
.service-box {
    border-radius: 14px;
    transition: 0.3s ease;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0px 14px 30px rgba(0,0,0,0.12);
}

.service-icon {
    font-size: 48px;
    color: #1a7ef5;
}

/* CTA */
.cta-section {
    background: linear-gradient(135deg, #1a7ef5 0%, #05d5ff 100%);
    border-radius: 0;
}

.cta-btn {
    background: #fff;
    color: #1a7ef5;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
}

.cta-btn:hover {
    background: #e8e8e8;
}

/* HERO SECTION */
.booking-hero {
    background: linear-gradient(135deg, #1a7ef5, #0b4da1);
    padding: 80px 0;
}

/* FORM WRAPPER */
.booking-wrapper {
    max-width: 750px;
    border-radius: 18px;
    transition: 0.3s ease;
}

.booking-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.15);
}

/* FORM FIELDS */
.form-control-lg, .form-select-lg {
    border-radius: 10px;
    height: 55px;
    font-size: 16px;
}

/* BUTTON */
.booking-btn {
    font-size: 18px;
    border-radius: 10px;
    background: #1a7ef5;
    border: none;
    transition: 0.3s;
}

.booking-btn:hover {
    background: #0b4da1;
    transform: translateY(-2px);
}
/* CONTACT HERO */
.contact-hero {
    background: linear-gradient(135deg, #1a7ef5, #0b4da1);
    padding: 80px 0;
}

/* CONTACT INFO BOX */
.contact-info {
    border-radius: 16px;
}

.contact-info p {
    font-size: 16px;
}

/* SOCIAL LINKS */
.social-links a {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    color: #1a7ef5;
    transition: 0.3s;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: #0b4da1;
}

/* CONTACT FORM */
.contact-form {
    border-radius: 16px;
}

.contact-btn {
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #0b4da1;
    transform: translateY(-2px);
}
.policy-hero {
    background: linear-gradient(135deg, #1a7ef5, #0b4da1);
    padding: 80px 0;
}

.policy-box {
    border-radius: 18px;
    line-height: 1.7;
}

.policy-box ul {
    margin-left: 20px;
}

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

.top-bar {
  display: none;
}.logo img {
  height: 37px;
}.hero.py-5 {
  padding-top: 0 !important;
}.mobile-menu.d-lg-none a {
  text-decoration: none;
}
}