@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}

p {
    font-size: 13px;
}
/* Container Fix for Large Screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1290px;
    }
}

/* ================= NAVBAR ================= */
.header-bg {
    background: linear-gradient(135deg, #0B1D3A, #06122A);
}

/* Logo */
.header-logo {
    height: 85px;
    object-fit: contain;
    transition: 0.3s ease;
}

/* Desktop Nav Links */
.nav-link-custom {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.nav-link-custom:hover {
    color: #f4b400;
}

/* Mobile Nav Links */
.nav-link-mobile {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.nav-link-mobile:hover {
    color: #f4b400;
}

/* CTA Button */
.btn-header-cta {
    background-color: #f4b400;
    color: #000;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-header-cta:hover {
    background-color: #f4b400;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-section {
    background: #071c3a;
    color: #cbd5e1;
    padding: 70px 0 20px;
}

/* Logo */
.footer-logo {
    max-width: 80px;
}

/* Text */
.footer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 20px;
}

/* Social Icons */
.footer-social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    background: #132b4f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #1f7a4d;
    transform: translateY(-3px);
}

/* Titles */
.footer-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #facc15;
}

.footer-links a:hover {
    color: #fff;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #94a3b8;
}

/* Icon circle */
.contact-icon {
    min-width: 40px;
    height: 40px;
    background: #132b4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon colors */
.contact-icon.location i {
    color: #3b82f6;
}

.contact-icon.phone i {
    color: #f97316;
}

.contact-icon.mail i {
    color: #10b981;
}

.contact-icon.time i {
    color: #facc15;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid #1e293b;
    margin-top: 40px;
    padding-top: 15px;

    text-align: center;
    display: block;
}

.footer-bottom-left {
    font-size: 14px;
    color: #94a3b8;
    display: inline-block;
}

.hero {
    position: relative;
    height: 100vh;
    background: url('/images/2202212114.avif') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aboutUs {
    position: relative;
    height: 100vh;
    background: url('/images/aboutus.avif') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.2));
}

/* Content */
.hero-content {
    position: relative;
    max-width: 700px;
    color: white;
    padding: 20px;
    z-index: 2;
}

.tagline {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #ffc107;
}

.hero p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.primary {
    background: #ff6b35;
    color: white;
}

.primary:hover {
    background: #e55a2a;
}

.secondary {
    border: 1px solid white;
    color: white;
}

.secondary:hover {
    background: white;
    color: black;
}

/* Reviews */
.reviews {
    display: flex;
    align-items: center;
    gap: 15px;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid white;
}

.rating {
    font-size: 14px;
}

/* Wave */
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
}

.wave svg {
    display: block;
    width: 100%;
    height: 120px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 36px;
    }

    .hero-content {
        text-align: center;
    }

    .buttons {
        justify-content: center;
    }

    .reviews {
        display: none;
        /* justify-content: center; */
    }

    .footer-section {
        background: #071c3a;
        color: #cbd5e1;
        padding: 50px 10px 20px;
    }
}

.packages {
  padding: 80px 20px;
  text-align: center;
  background: #eef4f8; /* softer blue-grey */
}

/* Header */
.section-header .badge {
  background: #fff3cd;
  color: #e6a700;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.section-header h2 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1a1a1a;
}

.section-header h2 span {
  color: #fbbf24; /* yellow tone like image */
}

.section-header p {
  color: #6b7280;
  margin-bottom: 50px;
  font-size: 15px;
}

/* Card */
.package-card {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    0 4px 10px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
  text-align: start;
}

.package-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.12),
    0 10px 20px rgba(0,0,0,0.08);
}

/* Image */
.package-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.package-card:hover .package-img {
  transform: scale(1.08);
}

/* Price Badge */
.price-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(255,255,255,0.95);
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Chips */
.chip {
  display: inline-block;
  background: #eef6ff;
  color: #3b82f6;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 6px;
  font-weight: 500;
}

/* Badges */
.bg-orange {
  background: linear-gradient(135deg, #ff8a50, #ff6f3c);
}

.bg-success {
  background: linear-gradient(135deg, #1cc7a1, #00bfa5);
}

.bg-purple {
  background: linear-gradient(135deg, #9b6bff, #7c4dff);
}

/* Text link */
.text-orange {
  color: #ff6f3c;
  font-weight: 600;
}

.text-orange:hover {
  color: #e55a2b;
}

/* Bottom Button */
.view-all {
  margin-top: 50px;
}

.view-btn {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  /* box-shadow: 0 10px 25px rgba(251,191,36,0.3); */
  transition: all 0.3s ease;
}

.view-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(251,191,36,0.4);
}

/* SECTION */
.ipx-sec {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.ipx-wrap {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.ipx-head {
    text-align: center;
    margin-bottom: 50px;
}

.ipx-mini {
    background: #ffe9e2;
    color: #ff5a2c;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
}

.ipx-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
}

.ipx-title span {
    color: #ff5a2c;
}

.ipx-subtitle {
    color: #666;
    margin-top: 10px;
}

/* GRID */
.ipx-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

/* CARD BASE */
.ipx-card {
    width: 350px;
    border-radius: 18px;
    overflow: hidden;
    background: #1f2937;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: all 0.35s ease;
    cursor: pointer;
}

/* HOVER */
.ipx-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* IMAGE */
.ipx-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.ipx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* IMAGE ZOOM */
.ipx-card:hover .ipx-img img {
    transform: scale(1.08);
}

/* BADGE */
.ipx-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

/* BADGE COLORS */
.ipx-yellow { background: #facc15; color: #000; }
.ipx-purple { background: #7c3aed; color: #fff; }
.ipx-orange { background: #fb923c; color: #fff; }

/* OVERLAY */
.ipx-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 20px 18px;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.6) 40%,
        rgba(0,0,0,0.1) 80%,
        transparent 100%
    );
}

.ipx-start {
    color: #facc15;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 500;
}

.ipx-price {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.ipx-price span {
    font-size: 14px;
    font-weight: 400;
}

/* BOTTOM CONTENT */
.ipx-bottom {
    padding: 20px;
    margin-top: -2px;
    color: #fff;
}

/* VARIANTS */
.ipx-dark {
    background: linear-gradient(135deg, #1f2937, #374151);
}

.ipx-purple-bg {
    background: linear-gradient(135deg, #5b5cff, #7c3aed);
}

.ipx-teal {
    background: linear-gradient(135deg, #14b8a6, #06b6d4);
}

/* TEXT */
.ipx-bottom h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.ipx-bottom p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* INFO */
.ipx-duration {
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* TAGS */
.ipx-tags span {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 6px;
    color: #e5e7eb;
    transition: 0.3s;
}

.ipx-tags span:hover {
    background: rgba(255,255,255,0.1);
}

/* LINKS */
.ipx-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.ipx-dark .ipx-link {
    color: #facc15;
}

.ipx-purple-bg .ipx-link,
.ipx-teal .ipx-link {
    color: #fff;
}

.ipx-link:hover {
    letter-spacing: 0.5px;
}

/* TEXT COLORS FOR COLORED CARDS */
.ipx-purple-bg p,
.ipx-teal p {
    color: rgba(255,255,255,0.9);
}

.ipx-purple-bg .ipx-tags span,
.ipx-teal .ipx-tags span {
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

/* BUTTON */
.ipx-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.ipx-btn-wrap a {
    background: linear-gradient(135deg, #ff5a2c, #ff8a50);
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.ipx-btn-wrap a:hover {
    background: #e14a21;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .ipx-card {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    .ipx-title {
        font-size: 28px;
    }

    .ipx-img {
        height: 200px;
    }
}

/* SECTION BACKGROUND */
.ipx-why {
    padding: 110px 20px;
    background: radial-gradient(circle at top left, #1e293b, #0f172a);
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ipx-why-container {
    max-width: 1150px;
    margin: auto;
    text-align: center;
}

/* BADGE */
.ipx-why-top {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 193, 7, 0.15);
    color: #facc15;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
}

/* HEADING */
.ipx-why-heading {
    font-size: 40px;
    font-weight: 700;
}

.ipx-why-heading span {
    color: #facc15;
}

.ipx-why-desc {
    color: #94a3b8;
    margin: 10px auto 50px;
    max-width: 600px;
}

/* CARDS GRID */
.ipx-why-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* CARD STYLE (GLASS EFFECT) */
.ipx-why-box {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 28px 22px;
    text-align: left;
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

.ipx-why-box:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.06);
}

/* ICON */
.ipx-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

/* ICON COLORS */
.ipx-i-blue { background: #2563eb; }
.ipx-i-orange { background: #f97316; }
.ipx-i-green { background: #10b981; }
.ipx-i-purple { background: #7c3aed; }

/* CARD TEXT */
.ipx-why-box h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.ipx-why-box p {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.5;
}

/* STATS */
.ipx-why-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    text-align: center;
}

.ipx-why-stats div {
    flex: 1;
}

/* STAT COLORS */
.ipx-c-yellow { color: #facc15; }
.ipx-c-blue { color: #3b82f6; }
.ipx-c-orange { color: #fb923c; }
.ipx-c-green { color: #10b981; }

.ipx-why-stats h3 {
    font-size: 34px;
    margin-bottom: 5px;
}

.ipx-why-stats span {
    font-size: 14px;
    color: #94a3b8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .ipx-why-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .ipx-why-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .ipx-why-stats span {
        font-size: 11px;
        color: #94a3b8;
    }

    .ipx-why-stats h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .ipx-why-cards {
        grid-template-columns: 1fr;
    }

    .ipx-why-heading {
        font-size: 28px;
    }
    .ipx-why-stats span {
        font-size: 11px;
        color: #94a3b8;
    }

    .ipx-why-stats h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }
}

/* CONTACT SECTION FIXED */
.contact-section {
    padding: 80px 20px;
    background: #f5f6f7;
}

/* Avoid conflict with bootstrap row */
.contact-section .contact-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.contact-section .contact-left {
    flex: 1;
}

.contact-section .contact-badge {
    background: #ffe9b3;
    color: #f4b400;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}

.contact-section h2 {
    font-size: 40px;
    margin: 15px;
    font-weight: 700;
}

.contact-section h2 span {
    color: #f4b400;
}

.contact-section .contact-left p {
    color: #666;
    margin-bottom: 25px;
    font-size: 14px;
}

/* INFO BOX FONT FIX */
.contact-section .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 16px 18px;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* ICON */
.contact-section .info-box .icon {
    background: #f4b400;
    color: #000;
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

/* TITLE */
.contact-section .info-box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #111827;
}

/* TEXT */
.contact-section .info-box p {
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    margin: 2px 0 0;
    color: #6b7280;
    line-height: 1.5;
}


/* RIGHT FORM FIX */
.contact-section .contact-form {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* FORM GROUP */
.contact-section .contcat_input {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 15px;
}

/* LABEL */
.contact-section .contcat_input label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

/* INPUT / SELECT / TEXTAREA */
.contact-section .contcat_input input,
.contact-section .contcat_input select,
.contact-section .contcat_input textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #DBDDE1;
    background: #f3f3f3;
    color: black;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

/* FIX SELECT TEXT COLOR */
.contact-section .contcat_input select {
    color: #cbd5e1;
}

/* PLACEHOLDER */
.contact-section .contcat_input input::placeholder,
.contact-section .contcat_input textarea::placeholder {
    color: #9ca3af;
}

/* FOCUS EFFECT */
.contact-section .contcat_input input:focus,
.contact-section .contcat_input select:focus,
.contact-section .contcat_input textarea:focus {
    background: #1a2f4d;
    border: 1px solid #f4b400;
}

/* TEXTAREA */
.contact-section .contcat_input textarea {
    height: 110px;
    resize: none;
}

/* BUTTON */
.contact-section .common-btn {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border-radius: 8px;
    border: none;
    background: #f4b400;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
}

/* BUTTON HOVER */
.contact-section .common-btn:hover {
    background: #e0a800;
    transform: translateY(-2px);
}

/* ================= MOBILE FIX ================= */

/* Tablet */
@media (max-width: 992px) {
    .contact-section .contact-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .contact-section h2 {
        font-size: 32px;
        margin: 10px 0;
        text-align: center;
    }

    .contact-section .contact-left {
        text-align: center;
    }

    .contact-section .info-box {
        justify-content: flex-start;
        text-align: left;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .contact-section {
        padding: 50px 15px;
    }

    /* Heading */
    .contact-section h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .contact-section .contact-left p {
        font-size: 13px;
    }

    /* Badge */
    .contact-section .contact-badge {
        font-size: 12px;
        padding: 5px 12px;
    }

    /* Info box */
    .contact-section .info-box {
        padding: 12px;
        gap: 12px;
    }

    .contact-section .info-box .icon {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    /* Form */
    .contact-section .contact-form {
        padding: 20px;
    }

    /* Inputs */
    .contact-section .contcat_input input,
    .contact-section .contcat_input select,
    .contact-section .contcat_input textarea {
        padding: 10px;
        font-size: 13px;
    }

    /* Button */
    .contact-section .common-btn {
        padding: 12px;
        font-size: 14px;
    }
}

/* SECTION */
.testimonial-section {
    padding: 80px 20px;
    background: #f8fafc;
    font-family: 'Poppins', sans-serif;
}

/* HEADER */
.testimonial-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-badge {
    background: #ffe9b3;
    color: #f4b400;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}

.testimonial-header h2 {
    font-size: 40px;
    font-weight: 700;
}

.testimonial-header h2 span {
    color: #f4b400;
}

.testimonial-header p {
    color: #6b7280;
    font-size: 15px;
    margin-top: 10px;
}

/* SWIPER FIX */
.clients-slider {
    width: 100%;
    padding-bottom: 40px;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
}

/* CARD */
.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    transition: 0.3s;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

/* QUOTE */
.quote {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #f4b400;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* STARS */
.stars {
    color: #f4b400;
    margin-bottom: 10px;
}

/* TEXT */
.testimonial-card p {
    font-size: 14px;
    color: #374151;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* USER */
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-user h4 {
    font-size: 14px;
    margin: 0;
}

.testimonial-user span {
    font-size: 12px;
    color: #6b7280;
}

/* AVATAR */
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
}

.avatar.dark {
    background: #0f172a;
}

.avatar.green {
    background: #10b981;
}

.avatar.purple {
    background: #7c3aed;
}

/* PAGINATION */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #f4b400;
}

/* RESPONSIVE TEXT */
@media (max-width: 768px) {
    .testimonial-header h2 {
        font-size: 28px;
    }

    .quote {
        display: none;
    }
}
/* =========================
   ABOUT SECTION BASE
========================= */
.about-section {
    padding: 90px 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* =========================
   SUBTITLE
========================= */
.about-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-subtitle span {
    width: 30px;
    height: 2px;
    background: #facc15;
    display: inline-block;
}

/* =========================
   TITLE
========================= */
.about-title {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* =========================
   TEXT
========================= */
.about-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* =========================
   VIDEO WRAPPER
========================= */
.about-video-wrapper {
    width: 100%;
    height: 420px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
}

.about_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   FEATURES GRID
========================= */
.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 25px;
}

/* FEATURE ITEM */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 10px;
    transition: 0.3s;
}

.feature-item:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* ICON */
.feature-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #facc15;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
}

/* FEATURE TEXT */
.feature-item h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #111;
}

.feature-item p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* =========================
   IMAGE WRAPPER (SECOND SECTION)
========================= */
.about-video-wrapper img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width: 992px) {
    .about-title {
        font-size: 28px;
    }

    .about-video-wrapper,
    .about-video-wrapper img {
        height: 320px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 60px 0;
    }

    .about-title {
        font-size: 24px;
    }

    .about-text {
        font-size: 14px;
    }
}
/* ================= TABLET ================= */
@media (max-width: 991px) {

    /* Logo smaller */
    .header-logo {
        height: 65px;
    }

    /* Navbar spacing */
    #global-header {
        padding: 10px 0;
    }

    /* Hamburger icon */
    #global-header .fa-bars {
        font-size: 26px;
        color: #ffffff; /* ✅ WHITE ONLY ON MOBILE */
    }

    /* Button full width */
    .btn-header-cta {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 15px;
    }

    /* Collapse menu style */
    .navbar-collapse {
        background: #06122A;
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {

    #global-header {
        padding: 0px 0px;
    }

    /* Logo even smaller */
    .header-logo {
        height: 80px;
    }

    /* Nav links bigger tap area */
    .nav-link-mobile {
        font-size: 16px;
        padding: 14px 0;
    }

    /* Hamburger icon slightly bigger */
    #global-header .fa-bars {
        font-size: 28px;
        color: #ffffff;
    }

    /* CTA spacing */
    .btn-header-cta {
        margin-top: 10px;
    }

    .hero {
        position: relative;
        height: 85vh;
        background: url('/images/2202212114.avif') center/cover no-repeat;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .wave {
        display: none;
    }

    .packages {
        padding: 60px 0px;
    }

    .chip {
        margin-bottom: 10px;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .section-header p {
        color: #6b7280;
        margin-bottom: 0px !important;
        font-size: 15px;
    }

    .ipx-bottom h3 {
        font-size: 18px;
    }

    .aboutUs {
        height: 85vh;
    }
}
