:root {
    --brand-blue: #0b6aa8;
    --brand-blue-900: #084c77;
    --brand-red: #e63946;
    --neutral-900: #0f172a;
    --neutral-700: #334155;
    --neutral-500: #6b7280;
    --neutral-200: #e5e7eb;
    --neutral-100: #f3f4f6;
    --radius: .75rem;
    --newcolor: #ab4ef6;
    --newcolor2: #fd206e;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: var(--neutral-900);
}

a {
    text-decoration: none;
}

.topbar {
    background: var(--newcolor);
    color: #fff;
    font-size: .875rem;
}

.topbar a {
    color: #e2f0fb;
}
@media (max-width:768px){
    .social-icon-list{
        flex-direction: row !important;
        gap: 0.5rem !important;
    }
}
.navbar-brand img {
    height: auto;
    width: 100px;
    margin: 0%;
    
}

.nav-link {
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--newcolor);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 80%;
}

.nav-link:hover {
    color: var(--newcolor) !important;
    transform: translateY(-1px);
}

.main-navbar {
    gap: 1rem;
    /* padding: 1rem; */
}

.dropdown-toggle::after {
    transition: all 0.3s ease;
    display: none;
}

.dropdown-toggle:hover::after {
    border-color: #007bff !important;
}
.discovercarh{
    color: #fff !important;
    font-size: 40px;
}
@media(max-width:768px){
    .discovercarh{
        text-align: center;

    }

}
.disc{
    padding-top: 15px;
    padding-bottom: 0px;
}
.discovercar{
    color: #fff !important;
}

/* Dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .navbar-expand-lg .dropdown .dropdown-toggle::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}

/* Ensure dropdown doesn't interfere with hover line on toggle */
.dropdown:hover .nav-link::after {
    width: 80%;
}

.hero {
    /* position: relative;
    background: url("/img/star_home1.png") left center/cover no-repeat;
    min-height: 490px;
    display: flex;
    align-items: center; */
}

@media (max-width:768px) {
    /* .hero {
        position: relative;
        background: url("/img/star_home11111.png") left center no-repeat;
        background-size: cover;
        min-height: 400px;
        display: flex;
        align-items: center;
    } */
}

/* .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 24, 39, .55), rgba(10, 24, 39, .55));
} */

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 4rem 0 1rem 0;
}

.read-more-btn {
    background-color: var(--newcolor);
    color: white;
    border-radius: 25px;
    padding: 8px 20px;
    transition: 0.3s;
}

.read-more-btn:hover {
    background-color: var(--newcolor2);
    color: #fff;
}

.badge-tile {
    background: #fff;
    border-radius: 30px;
    border: 1px solid var(--neutral-200);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    height: 100%;
    transition: all 0.3s ease;
}

.badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.25rem;
    transform: scale(1);
    transition: all 0.3s ease;
}

.badge-tile:hover .badge-icon {
    transform: scale(1.2);
}



.section-title {
    color: var(--brand-blue);
    font-weight: 800;
    /* letter-spacing: .02em; */
    text-transform: uppercase;
    font-size: .5rem;

}

.para {
    color: #333;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 22px;
    padding-bottom: 10px;
}

.abt_sec {
    padding-top: 3rem;
}

.who-we-are {
    background: url(img/orion.webp);
}

.head2 {
    padding-top: 30px;
    font-size: 35px;
    color: var(--newcolor);
}

.head1 {
    color: var(--newcolor);
}

.tabdetails {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding-top: 0px;
    color: var(--newcolor);
    text-transform: uppercase;
}

.lead-sub {
    color: var(--neutral-700);

}

/* carousel  */
.logo-carousel .item {
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    text-align: center;


}

.logo-carousel .item h4 {
    color: #333;
    margin: 0;
}

/* carousel  */
.card-elevated {
    border: 0;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(2, 6, 23, .08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.img-container {
    overflow: hidden;
}

.card-elevated img {
    transition: all 0.3s ease;
}

.card-elevated:hover img {
    transform: scale(1.2);

}

.check-item .bi {
    color: var(--brand-blue);
}

.cta-primary {
    background: var(--brand-blue);
    color: #fff;
    border-radius: .5rem;
    padding: .65rem 1.25rem;
    font-weight: 700;
}

.cta-primary:hover {
    background-color: var(--brand-red);
    color: white;

}

.partners-strip img {
    filter: grayscale(1);
    opacity: .9;
    height: 28px;
    object-fit: contain;

}

.kpi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    background: #fff;
    border-radius: .5rem;
    padding: .75rem .9rem;
    min-width: 90px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.kpi .val {
    color: var(--brand-blue);
    font-weight: 800;
    font-size: 1.25rem;
}

.kpi .lbl {
    color: var(--neutral-700);
    font-size: .8rem;
}

.updates {
    background: var(--neutral-100);
}

.footer {
    background: #0b1b2a;
    color: #d6e3f0;
}

.footer a {
    color: #bfe2ff;
}

.apply-btn {
    background: var(--newcolor);
    color: #fff;
    border: 0;
    border-radius: .5rem;
    padding: .5rem .9rem;
    font-weight: 700;
}

.apply-btn:hover {
    background-color: var(--newcolor2);
}

.section-divider {
    height: 1px;
    background: var(--neutral-200);
}

.placeimg {
    background: url(img/handsome-tourist-going-summer-vacation-with-camera-backpack-pointing-fingers-camera-min.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0;
}
@media (max-width:768px){
    .placeimg{
        padding: 20px 0;
    }
}

.btn-subs {
    background-color: var(--newcolor);
    color: white;
    border: 0;
}

.btn-subs:hover {
    background-color: var(--newcolor2);
    color: white;
}

.msg {
    color: var(--newcolor);

}


/* customer_img */
.img-box img {
    width: 100%;
    height: auto;
    margin: 50px 50px;
    object-fit: cover;
    object-position: center;
    transition: all
}

/* tab*/
.tabs-container {
    /* background: white; */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.nav-tabs {
    border-bottom: none;
    gap: 10px;
    flex-wrap: wrap;
}

/* .nav-link {
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.3s ease;
} */

.nav-link-tab {
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.nav-link-tab.active {
    background-color: var(--newcolor);
    color: white;
    /* border-color: var(--neutral-900); */
}



.tab-icon {
    margin-right: 8px;
    font-size: 18px;
}

.form-container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 11;
}
@media(max-width:768px){
    .form-container {
        padding: 5px 0;
    }
}
@media(max-width:768px){
    .upnew {
        padding: 5px 0;
    }
}


.form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.form-label {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control,
.form-select {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    border-color: #2c5aa0;
    box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.15);
}

.form-control::placeholder {
    color: #999;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.fare-type-section {
    margin-bottom: 25px;
}

.fare-options {
    display: flex;
    gap: 30px;
    margin-top: 12px;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #2c5aa0;
}

.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
    color: #333;
}

.btn-search {
    background-color: var(--newcolor);
    color: white;
    border: none;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.btn-search:hover {
    background-color: var(--newcolor2);
    color: white;
}


.fade:not(.show) {
    /* opacity: 0; */
    display: none;
}


@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    /* .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    } */

    .tab-icon {
        display: none;
    }
}


.form-check-input:checked {
    background-color: #ab4ef6;
    border-color: #ab4ef6;
}











/* 🔥 Animated Gradient Background */
.info-section {
    position: relative;
    width: 100%;
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    color: #fff;
    background: linear-gradient(-45deg, #4a00e0, #8e2de2, #1e90ff, #00c9ff);
    background-size: 400% 400%;
    animation: gradientFlow 8s ease infinite;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
  }

  @keyframes gradientFlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
  }

  /* ✈️ Card Container */
  .info-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 1100px;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1.2s ease forwards;
  }

  /* Fade-up animation */
  @keyframes slideUp {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Hover glow */
  .info-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 255, 255, 0.1);
    transform: scale(1.02);
  }

  /* Headings and content */
  .info-card h2 {
    font-weight: 700;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .info-card p {
    color: #e0e0e0;
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 30px;
  }

  .info-card ul {
    list-style: none;
    padding: 0;
  }

  .info-card ul li {
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #fff;
    display: flex;
    align-items: center;
  }

  .info-card ul li i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 1.3rem;
  }

  .btn-custom {
    background: #ffffff;
    color: #000;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 600;
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .btn-custom:hover {
    background: #fff;
    color: #4a00e0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
  }

  @media (max-width: 768px) {
    .info-card {
      padding: 35px 25px;
    }
    .info-card h2 {
      font-size: 1.9rem;
    }
  }















/* card */

.tour-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.tour-card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.tour-card-body {
    padding: 28px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tour-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-align: center;
}

.tour-location {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    gap: 6px;
}

.tour-location svg {
    width: 18px;
    height: 18px;
    color: #333;
}

.tour-description {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
    flex-grow: 1;
}

.tour-duration {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue-900);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    gap: 6px;
}

.tour-duration svg {
    width: 18px;
    height: 18px;
}

.book-btn {
    background-color: var(--newcolor);
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: center;
    width: 100%;
    max-width: 180px;
}

.book-btn:hover {
    background-color: var(--newcolor2);
    color: white;
    text-decoration: none;
}

.container-section {
    max-width: 1200px;
    margin: 50px auto;
}

.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    /* margin-bottom: 50px;
    margin-top: 50px; */
     padding-bottom: 10px;
}

/* marquee */
.brand-scroller {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.brand-list {
    display: flex;
    animation: scroll 10s linear infinite;
    /* Adjust duration for speed */
}

.brand-list:hover {
    animation-play-state: paused;
    /* Pause on hover */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brand-item {
    flex: 0 0 auto;
    width: 180px;
    /* Adjust width for number of visible items */
    margin: 0 30px;
    /* Spacing between brands */
    text-align: center;
}

.brand-item img {
    width: 100%;
    height: 120px;
    /* Fixed height for consistency */
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.brand-item:hover img {
    opacity: 1;
}

.head3 {
    color: var(--newcolor);
    padding: 0px 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-item {
        width: 120px;
        margin: 0 15px;
    }

    .brand-item img {
        height: 80px;
    }
}






/* about page */
/* Hero Section */


.hero::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 600px;
    height: 600px;
    background: rgba(212, 175, 55, 0.08);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(45, 122, 74, 0.1);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(40px);
    }
}

.hero-content-abt {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    font-weight: 300;
}

/* counter  */
.about-counter {
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--newcolor2) 50%, var(--newcolor) 100%);
    color: white;
    padding: 40px 0 80px 0 ;
    position: relative;
    overflow: hidden;
}
.hero-content-abt {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}
.stat-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    text-align: center;
    transition: all 0.3s ease;
}
.stat-box:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--accent);
    transform: translateY(-5px);
}
.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
    font-weight: 500;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .about-counter {
        padding: 30px 0 60px 0;
    }
    .hero-stats {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.5rem;
        margin-top: 2rem;
    }
    .stat-box {
        padding: 1.2rem;
    }
    .stat-number {
        font-size: 2.2rem;
    }
    .stat-label {
        font-size: 0.85rem;
    }
}
@media (max-width: 480px) {
    .hero-content-abt {
        padding: 0 10px;
    }
    .hero-stats {
        gap: 1rem;
    }
    .stat-number {
        font-size: 1.8rem;
    }
}



/* Welcome Section */
.welcome {
    background: linear-gradient(135deg, var(--light-bg) 0%, #f0ebe5 100%);
    padding: 30px 0;
}

.welcome-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

@media (max-width:768px) {
    .welcome-content {
        flex-direction: column;
    }
    .welcome{
        padding: 0px 0;
    }
}

.welcome-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--newcolor);
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.welcome-text p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.9;
}

.welcome-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.highlight-item {
    padding: 1.8rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--newcolor);
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-left: 4px solid var(--newcolor2);
}

.highlight-item strong {
    color: var(--primary);
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.welcome-image {
    width: 100%;
    height: auto;
    /* background: linear-gradient(135deg, var(--brand-blue) 0%, var(--newcolor2) 50%, var(--newcolor) 100%);*/
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    box-shadow: 0 20px 50px rgba(26, 71, 42, 0.3);
    position: relative;
}

.welcome-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    
}

/* What We Do Section */
.what-we-do {
    background: white;
    padding: 0px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--newcolor);
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: -0.5px;
}
@media (max-width:768px){
    .section-title {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .welcome-image img {
        padding: 10px;
        gap: 0rem;
    }
}

.section-subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.15rem;
    margin-bottom: 1rem;
    max-width: 700px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.service-card {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--newcolor), var(--newcolor2));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    border-color: var(--primary);
    box-shadow: 0 20px 50px rgba(26, 71, 42, 0.15);
    transform: translateY(-12px);
    
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.service-card h4 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.service-card p {
    color: var(--text-secondary);
    line-height: 1.9;
}

/* Why Choose Us Section */
.why-choose {
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--newcolor2) 25%, var(--newcolor) 75%);
    color: white;
    padding: 0px 0;
    position: relative;
    overflow: hidden;
}

.why-choose::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: rgba(212, 175, 55, 0.05);
    border-radius: 50%;
}

.why-choose h2 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: -0.5px;
}

.benefit-item {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.benefit-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--newcolor) 0%, #141313 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary);
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(21, 20, 19, 0.4);
}

.benefit-content h4 {
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
}

.benefit-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9;
}



/* Support Section */
.support {
    background: linear-gradient(135deg, var(--light-bg) 0%, #f0ebe5 100%);
    padding: 0px 0;
}

.support h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: -0.5px;
}

.support-card {
    background: white;
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    border-top: 4px solid var(--newcolor);
}

.support-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-top-color: var(--newcolor2);
}

.support-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.support-card h4 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.support-card p {
    color: var(--text-secondary);
    margin-bottom: 1.8rem;
    line-height: 1.9;
}

.support-link {
    display: inline-block !important; 
    color: white;
    background: linear-gradient(135deg, var(--newcolor), var(--newcolor2)) !important;
    padding: 0.8rem 2rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.support-link:hover {
    background: linear-gradient(135deg, var(--newcolor2), var(--newcolor));
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(26, 71, 42, 0.3);
}



/* service page */
.hero-section-abt {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('img/about-us\ hero.jpg') center/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section-car {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('img/careerrrrr.jpg') top/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section-dom {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('img/dommm.jpg') center/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section-int {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('/img/jumbo-jet-flying-sky\ \(1\)new.jpg') center/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section-con {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('img/cont.jpg') center/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section-ser{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('img/ser.jpg') center/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section-abt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
}
.hero-section-car::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); */
    animation: float 20s ease-in-out infinite;
}
.hero-section-dom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
}
.hero-section-int::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
}
.hero-section-con::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
}
.hero-section-ser::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
}


@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}





.service-card img {
    transition: transform 0.4s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-card .card-body {
    position: relative;
    z-index: 2;
}

.service-card .btn {
    transition: all 0.3s ease;
    border-radius: 25px;
    background-color: var(--newcolor);
}

.service-card .btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    background-color: var(--newcolor2);
    
}

.feature-icon {
    font-size: 3.5rem;
    color: var(--newcolor);
    transition: all 0.3s ease;
    transform: scale(1);
}

.feature-icon:hover {
    color: var(--newcolor2);
    transform: scale(1.1) rotate(5deg);
}
/* 
.navbar-nav .nav-link {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--newcolor);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
}

.navbar-nav .nav-link:hover {
    color: var(--newcolor) !important;
    transform: translateY(-1px);
} */



.faq-item {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background-color: #f8f9fa;
    border-radius: 10px;
    margin: 0 5px;
    padding: 15px 20px;
}

.faq-question {
    cursor: pointer;
    font-weight: bold;
    color: var(--newcolor);
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--newcolor2);
    transform: translateX(5px);
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #6c757d;
    transition: all 0.3s ease;
}


/* career  */
/* ============================================
   CARDS & OPPORTUNITIES
   ============================================ */


/* job  */
   
h2 {
    text-align: center;
    color: var(--newcolor);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 25px;
  }

  .job-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.3s;
  }
  .job-head
  {
    padding: 40px 0;
    font-size: 48px;
    font-weight: 700;
  }

  .job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  .job-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .job-info {
    padding: 20px;
  }

  .job-title {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 6px;
  }

  .job-location {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .job-detail {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
  }

  .job-detail i {
    color: var(--newcolor);
    margin-right: 8px;
  }

  .apply-btn-career {
    display: inline-block;
    background-color: var(--newcolor);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
  }

  .apply-btn-career:hover {
    background-color: var(--newcolor2);
  }

  /* idk  */
   .card {
    transition: all 0.3s ease;
    border-radius: 12px;
    
  }
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9);
  }
  
  .opportunity-card {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
  }
  
  .opportunity-card:hover {
    border-color: var(--newcolor);
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.15);
    transform: translateY(-10px);
  }
  .oppor{
font-size: 2rem;

  }
  .opportunity-icon {
    font-size: 3rem;
    color: var(--newcolor);
    margin-bottom: 20px;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: rgba(0, 102, 204, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .opportunity-card:hover .opportunity-icon {
    background: var(--newcolor2);
    color: white;
    transform: scale(1.1);
  }
  
  .opportunity-card h4 {
    color: var(--dark-text);
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .opportunity-card ul li {
    padding: 8px 0;
    font-size: 0.95rem;
  }


  /* ============================================
   BENEFITS SECTION
   ============================================ */

.benefit-item-career {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    border-left: 4px solid var(--newcolor);
    transition: all 0.3s ease;
  }
  
  .benefit-item-career:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
    border-left: 4px solid var(--newcolor2);
  }
  
  .benefit-icon {
    font-size: 2.5rem;
    color: var(--newcolor);
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .benefit-content-career h5 {
    color: var(--dark-text);
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .benefit-content-career p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
  }



  /* ============================================
   PROCESS STEPS
   ============================================ */

.process-step {
    padding: 30px;
    background: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .process-step:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }
  
  .step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--newcolor), var(--newcolor2));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.3);
  }
  
  .process-step h5 {
    color: var(--dark-text);
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .process-step p {
    color: #666;
    font-size: 0.95rem;
  }





  /* ============================================
   JOB LISTINGS TABLE
   ============================================ */

.table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    max-width: 1140px;
    margin: 0 auto;
  }
  
  
  .table thead {
    background: var(--newcolor);
    color: white;
  }
  
  .table thead th {
    border: none;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }
  
  .table tbody tr {
    border-bottom: 1px solid gray;
    transition: all 0.3s ease;
  }
  
  .table tbody tr:hover {
    background-color: rgba(0, 102, 204, 0.05);
    transform: scale(1.01);
  }
  
  .table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
  }
  
  .table tbody tr:last-child {
    border-bottom: none;
  }
  
  .table .btn-sm {
    padding: 6px 16px;
    font-size: 0.85rem;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .table .btn-sm:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
  }
  
  

/* ============================================
   TESTIMONIALS
   ============================================ */

   .testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid var(--newcolor);
  }
  
  .testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-top: 4px solid var(--newcolor2);
  }
  
  .stars {
    font-size: 1.2rem;
  }
  
  .testimonial-card p {
    color: #555;
    font-style: italic;
    line-height: 1.8;
  }
  
  .avatar {
    font-size: 3rem;
    color: var(--primary-color);
  }
  
  .testimonial-card h6 {
    color: var(--dark-text);
    font-weight: 700;
  }
  
  .testimonial-card small {
    color: var(--primary-color);
    font-weight: 600;
  }
  /* Contact Form Section */
  .contact-form-section {
    padding: 0px 0;
    
  
}

.form-section-title {
    text-align: center;
    margin-bottom: 3rem;
    
}

.form-section-title h2 {
    font-size: 2.5rem;
    color: var(--newcolor);
    margin-bottom: 0.5rem;
    font-weight: 700;
    
}

.form-section-title p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.form-group-contact {
    margin-bottom: 1.5rem;
   
   
}

.form-label-contact {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
     
}

.form-control-contact {
    border: 2px solid gray;
    border-radius: 8px;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    
}

.form-control-contact:focus {
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.form-control-contact::placeholder {
    color: #999;
}

textarea.form-control-contact {
    resize: vertical;
    min-height: 150px;
}

.btn-submit {
    background: var(--newcolor);
    color: white;
    border: none;
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
    background: var(--newcolor2);
    color: white;
}
  
/* Map Section */
.map-section {
    padding: 40px 0;
    background: var(--light-blue);
}

.map-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--newcolor);
    margin-bottom: 3rem;
    font-weight: 700;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.15);
    height: 500px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}



 /* Social Media Section */
 .social-section {
    padding: 0px 0;
    background: var(--white);
    text-align: center;
}

.social-section h3 {
    color: var(--newcolor);
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.social-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--newcolor);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--newcolor2);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(255, 149, 0, 0.3);
}
 /* Responsive */
 @media (max-width: 768px) {
           

    .form-section-title h2,{
        height: 0px;
    }
    .map-section h2,
    

    .map-container {
        /* height: 300px; */
    }
}







/* domestic package */
/* Package Cards */
.packages-section {
    padding: 20px 20px;
}

.section-title-dp {
    text-align: center;
    margin-bottom: 50px;
}

.section-title-dp h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--newcolor);
    margin-bottom: 10px;
}

.section-title-dp p {
    font-size: 1.1rem;
    color: #666;
}

.package-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.package-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--newcolor2);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.package-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.package-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.package-location {
    color: var(--newcolor);
    font-size: 0.95rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.package-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.package-details {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.detail-item {
    flex: 1;
    text-align: center;
}

.detail-icon {
    font-size: 1.5rem;
    color: var(--newcolor2);
    margin-bottom: 5px;
}

.detail-text {
    font-size: 0.85rem;
    color: #666;
}

.package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-price {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
}

.price-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--newcolor);
}

.book-btn-dp {
    background: var(--newcolor);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.book-btn-dp:hover {
    background: var(--newcolor2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
            

    .section-title-dp h2 {
        font-size: 1.8rem;
    }

    

    .package-details {
        flex-wrap: wrap;
    }

    .detail-item {
        flex: 0 0 calc(50% - 7.5px);
    }
}








  

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .opportunity-card {
        padding: 20px;
      }
    
      .benefit-item-career {
        flex-direction: column;
        text-align: center;
      }
    
      .benefit-icon {
        justify-content: center;
      }
      .process-step {
        margin-bottom: 20px;
      }
    
      .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
      }
    }





      @media (max-width: 576px) {
        .hero-section h1 {
          font-size: 1.5rem;
        }
      
        .hero-image {
          font-size: 80px;
        }
      
        .d-flex.gap-3 {
          /* flex-direction: column; */
        }
      
        .d-flex.gap-3 .btn {
          width: 100%;
        }
      
        .opportunity-card {
          padding: 15px;
        }
      
        .testimonial-card {
          padding: 20px;
        }
      
        .contact-info {
          flex-direction: column;
        }
      }


    



    /* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .card,
  .opportunity-card,
  .benefit-item-career,
  .process-step,
  .testimonial-card {
    animation: fadeInUp 0.6s ease-out;
  }

  

  /* ============================================
   SMOOTH SCROLLING
   ============================================ */

html {
    scroll-behavior: smooth;
  }



  .footer {
    background: linear-gradient(135deg, #0b132b, #1c2541, #3a506b);
    color: #f8f9fa;
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: auto;
  }
  
  /* Floating glow animation */
  .footer::before {
    content: "";
     position: absolute; 
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    animation: floatGlow 10s infinite linear;
     z-index: 0;  
  }
  /* /* @media(max-width:768px){ */
    .footer::before{
         z-index: 0;
         position: relative;
    }

  } */
  @keyframes floatGlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  
  /* Social icons */
  .social-links a {
    color: #f8f9fa;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }
  .social-links a:hover {
    color: var(--newcolor2);
    transform: scale(1.2);
    text-shadow: 0 0 10px #f9d342;
  }
  
  .foot-icon{
    color: var(--newcolor);
  }
  /* Footer links */
  .footer-links a {
    color: #d1d1d1;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  .footer-links a:hover {
    color: var(--newcolor2);
    transform: translateX(5px);
  }
  
  /* Newsletter */
  .newsletter-form input {
    border: none;
    border-radius: 20px;
    padding-left: 12px;
  }
  .newsletter-form button {
    border-radius: 50%; 
    transition: all 0.3s ease;
    background-color: var(--newcolor);
  }
  .newsletter-form button:hover {
     transform: rotate(15deg); 
    background-color: var(--newcolor2)
    /* color: #000; */
  }
  .sub{
    background-color: var(--newcolor) !important;
    color: white;
    border-radius: 10% !important;
  }
  .sub:hover{
    background-color: var(--newcolor2) !important;
    color:#fff;
    transform: rotate(0deg) !important;
    border-radius: 10% !important;
  }
  
  /* Responsive */
  @media (max-width: 576px) {
    .footer {
      text-align: center;
    }
    .social-links {
     justify-content: center;
    

    }
  }
  