* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior:smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #081018;
    overflow-x: hidden;
}

:root {

    --dark: #081018;
    --dark2: #101b27;

    --orange: #ff7a00;
    --orange2: #ffb703;

    --white: #ffffff;
    --gray: #cbd5e1;

}

/* GLOBAL IMAGE FIX */
img {
    max-width: 100%;
    height: auto;
}

.custom-navbar {
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(10px);
    padding: 15px 0;
}

.navbar-brand {
    color: white !important;
    font-size: 30px;
    font-weight: 800;
}

.navbar-brand span {
    color: var(--orange);
}

.nav-link {
    color: white !important;
    font-weight: 600;
    margin: 0 12px;
}

.btn-quote {
    background: linear-gradient(135deg,
            var(--orange),
            var(--orange2));
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
}

.btn-quote:hover {
    color: white;
    transform: translateY(-2px);
}

/* MOBILE NAVBAR */

@media(max-width:991px) {

    .navbar-collapse {

        background: #101b27;

        margin-top: 15px;

        padding: 20px;

        border-radius: 15px;

        text-align: center;
    }

    .nav-link {

        margin: 10px 0;
    }

    .btn-quote {

        width: 100%;

        margin-top: 15px;
    }
}

.hero-section {

    position: relative;

    min-height: 100vh;

    overflow: hidden;
}

@media(max-width:576px) {

    .hero-section {
        min-height: auto;
        padding: 120px 0 80px;
    }

}

.hero-video {

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.video-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .25),
            rgba(0, 0, 0, .45));

    z-index: 1;
}

.hero-section .container {

    position: relative;

    z-index: 5;
}

.hero-content {

    color: white;
}

.hero-badge {

    display: inline-block;

    background: rgba(255, 255, 255, .1);

    border: 1px solid rgba(255, 255, 255, .2);

    padding: 10px 20px;

    border-radius: 50px;

    margin-bottom: 25px;

    margin-top: 20px;
}

.hero-content h1 {

    font-size: 5rem;

    font-weight: 900;

    line-height: 1;

    margin-bottom: 25px;
}

.hero-content p {

    font-size: 1.15rem;

    max-width: 550px;

    color: #f1f5f9;

    margin-bottom: 35px;
}

.hero-buttons {

    display: flex;

    gap: 15px;
}

.btn-orange {

    background:
        linear-gradient(135deg,
            var(--orange),
            var(--orange2));

    color: white;

    border-radius: 50px;

    padding: 14px 35px;
}

.btn-orange:hover{
    color:white;
    transform:translateY(-2px);
}

.btn-outline-light {

    padding: 14px 35px;
}

.hero-stats {

    background: #081018;

    padding-bottom: 70px;
}

.stats-box {

    background: rgba(255, 255, 255, .05);

    backdrop-filter: blur(20px);

    border-radius: 25px;

    padding: 35px;

    display: flex;

    justify-content: space-around;

    text-align: center;

    position: relative;

    z-index: 10;
}

.stats-box h3 {

    color: var(--orange);

    font-weight: 800;

    margin-bottom: 5px;
}

.stats-box span {

    color: #cbd5e1;
}

/* TABLET */

@media(max-width:991px) {

    .hero-section {

        text-align: center;
    }

    .hero-content {

        padding-top: 100px;
    }

    .hero-content h1 {

        font-size: 3.8rem;
    }

    .hero-content p {

        max-width: 100%;
    }

    .hero-buttons {

        justify-content: center;
    }

    .stats-box {

        flex-wrap: wrap;

        gap: 25px;
    }

    .stats-box div {

        width: 45%;
    }
}

/* MOBILE */

@media(max-width:576px) {

    .hero-content {

        padding-top: 80px;
    }

    .hero-content h1 {

        font-size: 2.6rem;

        line-height: 1.1;
    }

    .hero-content p {

        font-size: 1rem;
    }

    .hero-badge {

        font-size: .8rem;
    }

    .hero-buttons {

        flex-direction: column;

        align-items: center;
    }

    .hero-buttons .btn {

        width: 100%;
        max-width: 280px;
    }

    .stats-box {

        padding: 25px 15px;
    }

    .stats-box div {

        width: 100%;
    }
}

/* TRUSTED BRANDS */

.trusted-brands {

    background: #0b1622;

    padding: 100px 0;
}

.section-heading {

    text-align: center;

    margin-bottom: 60px;
}

.section-heading span {

    color: var(--orange);

    font-weight: 700;

    letter-spacing: 2px;

    font-size: 14px;
}

.section-heading h2 {

    font-size: 3rem;

    color: white;

    font-weight: 800;

    margin-top: 15px;
}

.brands-slider {

    overflow: hidden;
}

.brands-track {

    display: flex;

    width: max-content;

    animation: brandMove 25s linear infinite;
}

.brand-item {

    min-width: 250px;

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    color: white;

    background: #162231;

    border-radius: 15px;

    margin-right: 25px;

    font-weight: 700;

    font-size: 18px;

    padding: 0 20px;
}

.brand-item i {

    color: var(--orange);
}

@keyframes brandMove {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* SERVICES */

.services-section {

    background: #081018;

    padding: 120px 0;
}

.service-card {

    background: #162231;

    border-radius: 25px;

    overflow: hidden;

    transition: .4s;

    height: 100%;
}

.service-card img {

    width: 100%;

    height: 260px;

    object-fit: cover;

    transition: .5s;
}

.service-content {

    padding: 35px;
}

.service-icon {

    width: 70px;

    height: 70px;

    background:
        linear-gradient(135deg,
            var(--orange),
            var(--orange2));

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    font-size: 28px;

    color: white;

    margin-bottom: 20px;
}

.service-content h3 {

    color: white;

    font-weight: 800;

    margin-bottom: 15px;
}

.service-content p {

    color: #cbd5e1;

    line-height: 1.8;
}

.service-card:hover {

    transform: translateY(-15px);

    box-shadow: 0 25px 50px rgba(255, 122, 0, .2);
}

.service-card:hover img {

    transform: scale(1.08);
}

/* TABLET */

@media(max-width:991px) {

    .section-heading h2 {

        font-size: 2.4rem;
    }

    .brand-item {

        min-width: 220px;

        font-size: 16px;
    }

    .service-card img {

        height: 220px;
    }
}

/* MOBILE */

@media(max-width:576px) {

    .trusted-brands {

        padding: 70px 0;
    }

    .services-section {

        padding: 80px 0;
    }

    .section-heading {

        margin-bottom: 40px;
    }

    .section-heading h2 {

        font-size: 2rem;

        line-height: 1.2;
    }

    .section-heading span {

        font-size: 12px;
    }

    .brand-item {

        min-width: 180px;

        height: 70px;

        font-size: 14px;

        margin-right: 15px;
    }

    .service-card img {

        height: 200px;
    }

    .service-content {

        padding: 25px;
    }

    .service-icon {

        width: 60px;

        height: 60px;

        font-size: 24px;
    }

    .service-content h3 {

        font-size: 1.4rem;
    }

    .service-content p {

        font-size: .95rem;
    }
}

/* WHY US */

.why-us-section {

    background: #0e1823;

    padding: 120px 0;
}

.why-image-wrapper {

    position: relative;
}

.why-image-wrapper img {

    width: 100%;

    height: 550px;

    object-fit: cover;

    border-radius: 25px;
}

.experience-box {

    position: absolute;

    bottom: 30px;

    right: 30px;

    background:
        linear-gradient(135deg,
            var(--orange),
            var(--orange2));

    padding: 25px;

    border-radius: 20px;

    text-align: center;

    color: white;

    box-shadow:
        0 20px 40px rgba(255, 122, 0, .3);
}

.experience-box h2 {

    font-size: 3rem;

    font-weight: 900;

    margin: 0;
}

.section-small-title {

    color: var(--orange);

    font-weight: 700;

    letter-spacing: 2px;
}

.why-title {

    font-size: 3.5rem;

    font-weight: 800;

    color: white;

    margin: 20px 0;
}

.why-text {

    color: #cbd5e1;

    line-height: 1.9;

    margin-bottom: 35px;
}

.feature-item {

    display: flex;

    gap: 20px;

    margin-bottom: 30px;
}

.feature-item i {

    color: var(--orange);

    font-size: 28px;

    margin-top: 5px;
}

.feature-item h5 {

    color: white;

    font-weight: 700;
}

.feature-item p {

    color: #cbd5e1;

    margin: 0;
}

/* PROCESS */

.process-section {

    background: #081018;

    padding: 120px 0;
}

.process-card {

    background: #162231;

    padding: 40px 30px;

    border-radius: 20px;

    text-align: center;

    height: 100%;

    transition: .4s;
}

.step-number {

    width: 80px;

    height: 80px;

    margin: auto;

    margin-bottom: 25px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 26px;

    font-weight: 800;

    color: white;

    background:
        linear-gradient(135deg,
            var(--orange),
            var(--orange2));
}

.process-card h4 {

    color: white;

    font-weight: 700;

    margin-bottom: 15px;
}

.process-card p {

    color: #cbd5e1;
}

.process-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 20px 40px rgba(255, 122, 0, .2);
}

/* TABLET */

@media(max-width:991px) {

    .why-us-section,
    .process-section {

        padding: 90px 0;
    }

    .why-image-wrapper img {

        height: 400px;
    }

    .why-title {

        font-size: 2.7rem;
    }

    .experience-box {

        bottom: 20px;

        right: 20px;
    }
}

/* MOBILE */

@media(max-width:576px) {

    .why-us-section,
    .process-section {

        padding: 70px 0;
    }

    .why-image-wrapper img {

        height: 300px;
    }

    .experience-box {

        padding: 15px;

        right: 15px;

        bottom: 15px;
    }

    .experience-box h2 {

        font-size: 2rem;
    }

    .experience-box span {

        font-size: .8rem;
    }

    .why-title {

        font-size: 2rem;

        line-height: 1.2;
    }

    .why-text {

        font-size: .95rem;
    }

    .feature-item {

        gap: 15px;

        margin-bottom: 20px;
    }

    .feature-item i {

        font-size: 22px;
    }

    .process-card {

        padding: 30px 20px;
    }

    .step-number {

        width: 65px;

        height: 65px;

        font-size: 20px;
    }

    .process-card h4 {

        font-size: 1.2rem;
    }

    .process-card p {

        font-size: .9rem;
    }
}

/* GLOBAL NETWORK */
.global-network {

    background: linear-gradient(180deg, #0b1118, #101d2b);

    padding: 120px 0;

    position: relative;
}

.world-map-box {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;

    background:
        radial-gradient(circle at top left,
            rgba(255, 122, 0, .08),
            transparent 35%),
        linear-gradient(135deg,
            #132235,
            #0d1724);

    border-radius: 30px;
    padding: 25px;
    overflow: hidden;

    border: 1px solid rgba(255, 122, 0, .18);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .45),
        0 0 40px rgba(255, 122, 0, .1);
}

.world-map-box img {
    width: 85%;
    display: block;
    margin: auto;

    opacity: .25;
    filter: brightness(.4);
}

/* LOCATION PINS */

.location-pin {
    width: 16px;
    height: 16px;

    background: #ff7a00;
    border-radius: 50%;

    position: absolute;

    box-shadow:
        0 0 0 8px rgba(255, 122, 0, .15),
        0 0 20px rgba(255, 122, 0, .7);

    z-index: 5;
}

.location-pin span {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

    background: #0b1420;
    color: #fff;

    padding: 4px 10px;
    border-radius: 15px;

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;

    animation: pulse 2s infinite;

}

/* Glow */

.location-pin::after {

    content: '';

    position: absolute;

    width: 30px;

    height: 30px;

    background: rgba(255, 122, 0, .25);

    border-radius: 50%;

    top: -6px;

    left: -6px;

    z-index: -1;
}

/* PIN LOCATIONS */

.pin1 {
    top: 42%;
    left: 30%;
}

/* London */
.pin2 {
    top: 38%;
    left: 45%;
}

/* Dubai */
.pin3 {
    top: 53%;
    left: 58%;
}

/* Mumbai */
.pin4 {
    top: 55%;
    left: 63%;
}

/* Singapore */
.pin5 {
    top: 60%;
    left: 70%;
}

/* Shanghai */
.pin6 {
    top: 51%;
    left: 73%;
}

/* Sydney */
.pin7 {
    top: 73%;
    left: 81%;
}

/* ROUTE LINES */

.route {

    position: absolute;

    height: 3px;

    background: linear-gradient(90deg,
            transparent,
            var(--orange),
            transparent);

    transform-origin: left center;

    z-index: 2;
}

/* New York → London */

.route1 {
    position: absolute;
    top: 42%;
    left: 30%;
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    transform: rotate(-7deg);
}

/* London → Dubai */

.route2 {
    position: absolute;
    top: 38%;
    left: 45%;
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    transform: rotate(37deg);
}

/* Dubai → Mumbai */

.route3 {
    position: absolute;
    top: 53%;
    left: 58%;
    width: 55px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    transform: rotate(22deg);

}

/* Mumbai → Singapore */

.route4 {
    position: absolute;
    top: 55%;
    left: 63%;
    width: 86px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    transform: rotate(25deg);
}

/* Singapore → Shanghai */

.route5 {
    position: absolute;
    top: 61%;
    left: 70%;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    transform: rotate(-39deg);
}

/* Shanghai → Sydney */

.route6 {
    position: absolute;
    top: 51%;
    left: 73%;
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff7a00, transparent);
    transform: rotate(55deg);
}

/* MOVING DOT */

.route::after {

    content: '';

    position: absolute;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: white;

    top: -3px;

    left: 0;

    box-shadow: 0 0 12px #fff;

    animation: cargoMove 4s linear infinite;
}

.route2::after {
    animation-delay: .2s;
}

.route3::after {
    animation-delay: .5s;
}

.route4::after {
    animation-delay: .8s;
}

.route5::after {
    animation-delay: .8s;
}

.route6::after {
    animation-delay: .9s;
}

@keyframes cargoMove {

    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

/* PIN PULSE */

@keyframes pulse {

    0% {
        box-shadow: 0 0 0 0 rgba(255, 122, 0, .7);
    }

    100% {
        box-shadow: 0 0 0 18px rgba(255, 122, 0, 0);
    }
}

/* MOBILE */

@media(max-width:991px) {

    .route {
        display: none;
    }

    .location-pin span {
        font-size: 11px;
    }
}

/* CALCULATOR */

.calculator-section {

    background: #081018;

    padding: 120px 0;
}

.calculator-card {

    background: #162231;

    padding: 50px;

    border-radius: 25px;
}

.calculator-card input {

    height: 60px;

    background: #0f1a25;

    border: none;

    color: white;
}

.calculator-card input:focus {

    background: #0f1a25;

    color: white;

    box-shadow: none;
}

.calculator-card button{
    min-width:200px;
}

@media(max-width:576px){

    .calculator-card button{
        width:100%;
    }

}

.form-control::placeholder {
    color: #ffb347 !important;
    opacity: 1 !important;
    font-weight: 600;
}

#result {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
}

/* ACHIEVEMENTS */

.achievement-section {

    background: #0e1823;

    padding: 120px 0;
}

.achievement-box {

    background: #162231;

    padding: 40px;

    border-radius: 20px;
}

.achievement-box h2 {

    font-size: 4rem;

    color: var(--orange);

    font-weight: 900;
}

.achievement-box p {

    color: white;

    margin-top: 15px;
}

/* FLEET */

.fleet-section {

    background: #081018;

    padding: 120px 0;
}

.fleet-card {

    position: relative;

    overflow: hidden;

    border-radius: 25px;

    height: 500px;

    cursor: pointer;
}

.fleet-card img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .7s;
}

.fleet-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .15));

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    padding: 40px;

    color: white;
}

.fleet-overlay i {

    font-size: 40px;

    color: var(--orange);

    margin-bottom: 20px;
}

.fleet-overlay h3 {

    font-weight: 800;
}

.fleet-card:hover img {

    transform: scale(1.15);
}

/* TESTIMONIALS */

.testimonial-section {

    background: #0e1823;

    padding: 120px 0;
}

.testimonial-card {

    background: #162231;

    padding: 40px;

    border-radius: 20px;

    height: 100%;

    transition: .4s;
}

.testimonial-card:hover {

    transform: translateY(-10px);
}

.stars {

    color: #ffb703;

    font-size: 22px;

    margin-bottom: 20px;
}

.testimonial-card p {

    color: #cbd5e1;

    line-height: 1.8;
}

.testimonial-card h5 {

    color: white;

    margin-top: 20px;
}

/* ENQUIRY CTA */

.enquiry-section {

    background: #081018;

    padding: 120px 0;
}

.enquiry-box {

    text-align: center;

    background:
        linear-gradient(135deg,
            #ff7a00,
            #ffb703);

    padding: 80px 50px;

    border-radius: 30px;
}

.enquiry-box h2 {

    color: white;

    font-size: 3rem;

    font-weight: 800;
}

.enquiry-box p {

    color: white;

    max-width: 700px;

    margin: auto;

    margin-top: 20px;

    margin-bottom: 35px;

}

.enquiry-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;
}

.whatsapp-icon {

    width: 65px;

    height: 65px;

    background: #25D366;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    color: white;

    font-size: 2rem;

    transition: .4s;

    box-shadow: 0 10px 25px rgba(37, 211, 102, .4);
}

.whatsapp-icon:hover {

    transform: translateY(-5px) scale(1.08);

    color: white;

    box-shadow: 0 15px 35px rgba(37, 211, 102, .6);
}

/* HOME ENQUIRY FORM */

.home-enquiry-section {

    background: #081018;

    padding: 120px 0;
}

.home-enquiry-box {

    background:
        linear-gradient(135deg,
            #162231,
            #101b27);

    padding: 60px;

    border-radius: 30px;

    border: 1px solid rgba(255, 255, 255, .08);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .3);
}

.enquiry-tag {

    color: var(--orange);

    font-weight: 700;

    letter-spacing: 2px;
}

.home-enquiry-box h2 {

    color: white;

    font-size: 3rem;

    font-weight: 800;

    margin: 20px 0;
}

.home-enquiry-box p {

    color: #cbd5e1;

    line-height: 1.8;

    margin-bottom: 30px;
}

.enquiry-features div {

    color: white;

    margin-bottom: 15px;

    font-weight: 600;
}

.enquiry-features i {

    color: var(--orange);

    margin-right: 10px;
}

.quote-form .form-control {

    background: #0b1622;

    border: 1px solid rgba(255, 255, 255, .08);

    color: white;

    min-height: 58px;
}

.quote-form textarea {

    min-height: 140px;
}

.quote-form .form-control:focus {

    background: #0b1622;

    color: white;

    box-shadow: none;

    border-color: var(--orange);
}

.quote-form .form-control::placeholder {

    color: #b8c4d0;
}

.quote-form select {

    color: #b8c4d0;
}

.quote-form button {

    padding: 16px;

    font-weight: 700;

    font-size: 1rem;
}

@media(max-width:768px){

    .home-enquiry-box{
        padding:40px 25px;
    }

    .home-enquiry-box h2{
        font-size:2rem;
    }

}

@media(max-width:576px){

    .home-enquiry-box{
        padding:30px 20px;
    }

    .home-enquiry-box h2{
        font-size:1.7rem;
    }

}

/* PREMIUM FOOTER */

.premium-footer {

    background: #050b12;

    padding: 80px 0 30px;

    border-top: 1px solid rgba(255, 255, 255, .08);
}

.premium-footer h3 {

    color: white;

    font-size: 2rem;

    font-weight: 800;

    margin-bottom: 20px;
}

.premium-footer h3 span {

    color: var(--orange);
}

.premium-footer h5 {

    color: white;

    font-weight: 700;

    margin-bottom: 20px;
}

.premium-footer p {

    color: #b8c4d0;

    line-height: 1.8;
}

.premium-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-footer ul li a {
    display: inline-block;
    color: #b8c4d0;
    margin-bottom: 12px;
    text-decoration: none;
    transition: .3s ease;
}

.premium-footer ul li a:hover {
    color: var(--orange);
    transform: translateX(5px);
}
.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, .08);

    margin-top: 50px;

    padding-top: 25px;

    text-align: center;
}

.footer-bottom p {

    margin: 0;

    color: #94a3b8;
}

/* SOCIAL ICONS */

.footer-social {

    display: flex;

    gap: 15px;

    margin-top: 25px;
}

.footer-social a {

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #162231;

    color: white;

    border-radius: 50%;

    transition: .4s;
}

.footer-social a:hover {

    background: var(--orange);

    transform: translateY(-5px);
}

/* RESPONSIVE */

@media(max-width:991px) {

    .premium-footer {

        text-align: center;
    }

    .footer-social {

        justify-content: center;
    }

    .premium-footer .col-lg-2,
    .premium-footer .col-lg-3,
    .premium-footer .col-lg-4 {

        margin-bottom: 30px;
    }
}

/* RESPONSIVE FIXES */

@media (max-width:991px) {

    .world-map-box {
        padding: 20px;
    }

    .world-map-box img {
        width: 100%;
    }

    .location-pin {
        width: 12px;
        height: 12px;
    }

    .location-pin span {
        font-size: 10px;
        padding: 4px 8px;
        top: -28px;
    }

    .calculator-card {
        padding: 35px 25px;
    }

    .achievement-box {
        margin-bottom: 20px;
    }

    .achievement-box h2 {
        font-size: 3rem;
    }
}

@media (max-width:768px) {

    .global-network,
    .calculator-section,
    .achievement-section {
        padding: 80px 0;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .calculator-card {
        padding: 25px 20px;
    }

    .calculator-card input {
        height: 55px;
    }

    #result {
        font-size: 1.6rem;
    }

    .achievement-box {
        padding: 30px 20px;
    }
}

@media (max-width:576px) {

    .world-map-box {
        border-radius: 20px;
        padding: 15px;
    }

    .world-map-box img {
        width: 100%;
        opacity: .18;
    }

    .location-pin span {
        display: none;
    }

    .calculator-card {
        padding: 20px 15px;
    }

    .achievement-box h2 {
        font-size: 2.5rem;
    }

    .achievement-box p {
        font-size: .95rem;
    }
}

/* FLEET + TESTIMONIAL + CTA + FOOTER */

@media(max-width:991px) {

    .fleet-card {
        height: 400px;
    }

    .fleet-overlay {
        padding: 25px;
    }

    .enquiry-box {
        padding: 60px 30px;
    }

    .enquiry-box h2 {
        font-size: 2.4rem;
    }

    .testimonial-card {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {

    .fleet-section,
    .testimonial-section,
    .enquiry-section {
        padding: 80px 0;
    }

    .fleet-card {
        height: 320px;
    }

    .fleet-overlay i {
        font-size: 32px;
    }

    .fleet-overlay h3 {
        font-size: 1.5rem;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .enquiry-box {
        padding: 50px 20px;
    }

    .enquiry-box h2 {
        font-size: 2rem;
    }

    .enquiry-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-orange {
        width: 100%;
        max-width: 250px;
    }

    .whatsapp-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
}

@media(max-width:576px) {

    .fleet-card {
        height: 280px;
    }

    .fleet-overlay {
        padding: 20px;
    }

    .fleet-overlay h3 {
        font-size: 1.3rem;
    }

    .fleet-overlay p {
        font-size: .9rem;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .stars {
        font-size: 18px;
    }

    .enquiry-box h2 {
        font-size: 1.7rem;
    }

    .enquiry-box p {
        font-size: .95rem;
    }

    .premium-footer {
        padding: 60px 0 25px;
    }

    .premium-footer h3 {
        font-size: 1.7rem;
    }

    .footer-social {
        gap: 10px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:768px){

    .services-section,
    .why-us-section,
    .process-section,
    .global-network,
    .calculator-section,
    .achievement-section,
    .fleet-section,
    .testimonial-section,
    .enquiry-section,
    .home-enquiry-section{
        padding:80px 0;
    }

}


/* ABOUT HERO */

.about-hero {
    background: #081018;
    padding: 180px 0 120px;
}

.about-hero-content span {
    color: var(--orange);
    font-weight: 700;
    letter-spacing: 2px;
}

.about-hero-content h1 {
    color: white;
    font-size: 4.5rem;
    font-weight: 900;
    margin: 20px 0;
    line-height: 1.1;
}

.about-hero-content p {
    color: #cbd5e1;
    line-height: 1.9;
    margin-bottom: 35px;
}

.about-hero-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}

/* STORY */

.our-story {
    background: #0e1823;
    padding: 120px 0;
}

.story-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}

.story-content span {
    color: var(--orange);
    font-weight: 700;
    letter-spacing: 2px;
}

.story-content h2 {
    color: white;
    font-size: 3rem;
    font-weight: 800;
    margin: 20px 0;
}

.story-content p {
    color: #cbd5e1;
    line-height: 1.9;
}

.story-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.story-stats h3 {
    color: var(--orange);
    font-size: 3rem;
    font-weight: 900;
}

.story-stats p {
    color: white;
}

/* DIFFERENCE */

.difference-section {
    background: #081018;
    padding: 120px 0;
}

.difference-card {
    background: #162231;
    padding: 50px 35px;
    border-radius: 25px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

.difference-card i {
    font-size: 50px;
    color: var(--orange);
    margin-bottom: 25px;
}

.difference-card h3 {
    color: white;
    font-weight: 800;
    margin-bottom: 15px;
}

.difference-card p {
    color: #cbd5e1;
    line-height: 1.8;
}

.difference-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(255, 122, 0, .25);
}

/* FOUNDER SECTION */

.founder-section {

    background: #0e1823;
    padding: 120px 0;
}

.founder-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
}

.founder-content span {

    color: var(--orange);
    letter-spacing: 2px;
    font-weight: 700;
}

.founder-content h2 {

    color: white;
    font-size: 3.5rem;
    font-weight: 800;
    margin: 20px 0;
}

.founder-quote {

    font-size: 1.4rem;
    color: white;
    border-left: 4px solid var(--orange);
    padding-left: 20px;
    margin: 30px 0;
}

.founder-content p {

    color: #cbd5e1;
    line-height: 1.9;
}

.founder-content h4 {

    color: white;
    margin-top: 30px;
}

.founder-content small {
    color: #6f6d6d;
}

/* VALUES */

.core-values-section {

    background: #081018;
    padding: 120px 0;
}

.value-card {

    background: #162231;

    border-radius: 25px;

    padding: 50px 35px;

    text-align: center;

    transition: .4s;

    height: 100%;
}

.value-card:hover {

    transform: translateY(-15px);

    box-shadow:
        0 20px 50px rgba(255, 122, 0, .2);
}

.value-card i {

    font-size: 55px;

    color: var(--orange);

    margin-bottom: 25px;
}

.value-card h3 {

    color: white;

    font-weight: 800;

    margin-bottom: 15px;
}

.value-card p {

    color: #cbd5e1;

    line-height: 1.8;
}

/* TIMELINE */

.about-timeline {
    background: #0e1823;
    padding: 120px 0;
}

.timeline-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    position: relative;
    flex-wrap: wrap;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--orange), #ffb703);
}

.timeline-item {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 220px;
    background: #162231;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.timeline-year {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), #ffb703);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: white;
}

.timeline-item h4 {
    color: var(--orange);
}

.timeline-item p {
    color: white;
}

/* TECH HUB */

.tech-hub {
    background: #081018;
    padding: 120px 0;
}

.tech-card {
    background: #162231;
    padding: 45px 30px;
    border-radius: 25px;
    text-align: center;
    height: 100%;
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, .05);
}

.tech-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(255, 122, 0, .25);
}

.tech-card i {
    font-size: 50px;
    color: var(--orange);
    margin-bottom: 25px;
}

.tech-card h4 {
    color: white;
    font-weight: 800;
}

.tech-card p {
    color: #cbd5e1;
}

/* LEADERSHIP */

.leadership-section {
    background: #0e1823;
    padding: 120px 0;
}

.leader-card {
    background: #162231;
    border-radius: 25px;
    overflow: hidden;
    transition: .4s;
}

.leader-card:hover {
    transform: translateY(-15px);
}

.leader-card img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.leader-content {
    padding: 30px;
    text-align: center;
}

.leader-content h4 {
    color: white;
    font-weight: 800;
}

.leader-content span {
    color: var(--orange);
    display: block;
    margin: 10px 0 20px;
}

.leader-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.leader-social i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0b1622;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.leader-social i:hover {
    background: var(--orange);

}

/* COMMAND CENTER */

.command-center {

    background: #081018;
    padding: 120px 0;
}

.command-dashboard {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.dashboard-card {

    background: #162231;
    padding: 50px 30px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .05);

    transition: .4s;
}

.dashboard-card:hover {

    transform: translateY(-12px);

    box-shadow:
        0 20px 40px rgba(255, 122, 0, .25);
}

.dashboard-card h3 {

    font-size: 3rem;
    color: var(--orange);
    font-weight: 900;
}

.dashboard-card p {

    color: white;
    margin-top: 15px;
}

/* IMPACT SECTION */

.impact-section {

    background: #0e1823;
    padding: 120px 0;
}

.impact-grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.impact-circle {

    height: 260px;
    width: 260px;

    margin: auto;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #162231,
            #0f1824);

    border: 2px solid rgba(255, 122, 0, .2);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: .4s;
}

.impact-circle:hover {

    transform: scale(1.08);

    box-shadow:
        0 0 40px rgba(255, 122, 0, .25);
}

.impact-circle h2 {

    color: var(--orange);

    font-size: 3rem;

    font-weight: 900;
}

.impact-circle span {

    color: white;

    text-align: center;

    margin-top: 10px;
}

/* VIDEO CTA */

.about-video-cta {

    position: relative;

    min-height: 650px;

    overflow: hidden;
}

.about-video-cta video {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.video-overlay-dark {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .55));
}

.video-content {

    position: relative;

    z-index: 5;

    text-align: center;

    color: white;

    padding: 180px 0;
}

.video-content span {

    color: var(--orange);

    font-weight: 700;

    letter-spacing: 2px;
}

.video-content h2 {

    font-size: 4rem;

    font-weight: 900;

    max-width: 900px;

    margin: 25px auto;
}

.video-content p {

    max-width: 700px;

    margin: auto;

    margin-bottom: 35px;

    color: #f1f5f9;

    line-height: 1.8;
}

@media (max-width: 991px) {

    .about-hero {
        padding: 140px 0 80px;
        text-align: center;
    }

    .about-hero-content h1 {
        font-size: 3rem;
    }

    .story-content h2,
    .founder-content h2,
    .video-content h2 {
        font-size: 2.5rem;
    }

    .story-stats {
        justify-content: center;
    }

    .journey-route,
    .timeline-wrapper {
        flex-direction: column;
    }

    .journey-route::before,
    .timeline-wrapper::before {
        display: none;
    }

    .journey-step,
    .timeline-item {
        width: 100%;
    }

    .command-dashboard,
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-content h2 {
        font-size: 2.8rem;
    }

    .about-hero-image img,
    .story-image img,
    .founder-image img {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    .about-hero-content h1 {
        font-size: 2.4rem;
        line-height: 1.3;
    }

    .story-content h2,
    .founder-content h2,
    .video-content h2 {
        font-size: 2rem;
    }

    .story-stats {
        flex-direction: column;
        text-align: center;
    }

    .story-stats h3 {
        font-size: 2.2rem;
    }

    .tech-card,
    .timeline-item,
    .dashboard-card {
        padding: 25px;
    }

    .command-dashboard,
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .impact-circle {
        width: 220px;
        height: 220px;
    }

    .impact-circle h2 {
        font-size: 2.2rem;
    }

    .video-content {
        padding: 120px 20px;
    }

    .video-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .about-hero {
        padding: 120px 0 70px;
    }

    .about-hero-content h1 {
        font-size: 2rem;
    }

    .story-content h2,
    .founder-content h2,
    .video-content h2 {
        font-size: 1.7rem;
    }

    .founder-quote {
        font-size: 1.1rem;
    }

    .story-stats h3,
    .dashboard-card h3 {
        font-size: 2rem;
    }

    .timeline-year {
        width: 70px;
        height: 70px;
        font-size: 14px;
    }

    .impact-circle {
        width: 180px;
        height: 180px;
    }

    .impact-circle h2 {
        font-size: 2rem;
    }

    .impact-circle span {
        font-size: 14px;
    }

    .about-hero-image img,
    .story-image img,
    .founder-image img {
        border-radius: 18px;
    }

    .video-content {
        padding: 90px 15px;
    }
}


/* SERVICES HERO */

.services-hero {

    min-height: 100vh;

    background:
        linear-gradient(rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .75)),
        url('https://images.unsplash.com/photo-1519003722824-194d4455a60c?w=1600');

    background-size: cover;
    background-position: center;

    position: relative;

    display: flex;
    align-items: center;
}

.services-hero-content {

    text-align: center;
    color: white;
}

.services-hero-content span {

    color: var(--orange);
    font-weight: 700;
    letter-spacing: 2px;
}

.services-hero-content h1 {

    font-size: 5rem;
    font-weight: 900;

    margin: 25px 0;
}

.services-hero-content p {

    color: white;
    max-width: 750px;
    margin: auto;

    font-size: 1.15rem;
    line-height: 1.8;
}

/* FLOATING ICONS */

.floating-icon {

    position: absolute;

    color: rgba(255, 122, 0, .25);

    font-size: 4rem;

    animation: float 5s ease-in-out infinite;
}

.truck {
    top: 20%;
    left: 10%;
}

.plane {
    top: 25%;
    right: 10%;
}

.ship {
    bottom: 15%;
    left: 15%;
}

@keyframes float {

    50% {
        transform: translateY(-15px);
    }
}

/* SERVICES GRID */

.services-grid-section {

    background: #081018;
    padding: 120px 0;
}

.service-premium-card {

    position: relative;

    border-radius: 25px;

    overflow: hidden;

    height: 420px;

    cursor: pointer;
}

.service-premium-card img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .7s;
}

.service-card-content {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .92),
            rgba(0, 0, 0, .2));

    padding: 35px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    color: white;
}

.service-card-content i {

    color: var(--orange);

    font-size: 2rem;

    margin-bottom: 15px;
}

.service-card-content h3 {

    color: white;
    font-weight: 800;
}

.service-card-content p {

    color: white;
    line-height: 1.7;
}

.service-premium-card:hover img {

    transform: scale(1.12);
}

.service-premium-card:hover {

    box-shadow:
        0 20px 50px rgba(255, 122, 0, .25);
}

/* PROCESS TIMELINE */

.services-process {

    background: #0e1823;
    padding: 120px 0;
}

.process-line {

    display: flex;

    justify-content: space-between;

    position: relative;

    gap: 20px;
}

.process-line::before {

    content: '';

    position: absolute;

    top: 40px;
    left: 10%;

    width: 80%;
    height: 4px;

    background: rgba(255, 255, 255, .15);
}

.process-line::after {

    content: '';

    position: absolute;

    top: 37px;
    left: 10%;

    width: 80px;
    height: 10px;

    border-radius: 30px;

    background: var(--orange);

    animation: moveCargo 5s linear infinite;
}

@keyframes moveCargo {

    from {
        left: 10%;
    }

    to {
        left: 80%;
    }
}

.process-step {

    position: relative;

    z-index: 5;

    text-align: center;

    flex: 1;
}

.step-circle {

    width: 80px;
    height: 80px;

    border-radius: 50%;

    margin: auto;
    margin-bottom: 20px;

    background:
        linear-gradient(135deg,
            var(--orange),
            var(--orange2));

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}

.process-step h4 {

    color: white;
    font-weight: 800;
}

.process-step p {

    color: white;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .services-hero-content h1 {

        font-size: 3.5rem;
    }

    .process-line {

        flex-wrap: wrap;
    }

    .process-line::before,
    .process-line::after {

        display: none;
    }
}

@media(max-width:768px) {

    .services-hero-content h1 {

        font-size: 2.5rem;
    }

    .floating-icon {

        display: none;
    }

    .service-premium-card {

        height: 350px;
    }
}

/* COMPARISON SECTION */

.comparison-section {

    background: #081018;
    padding: 120px 0;
}

.comparison-wrapper {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.comparison-card {

    background: #162231;
    padding: 50px;
    border-radius: 25px;
    width: 450px;
}

.comparison-card h3 {

    color: white;
    font-weight: 800;
    margin-bottom: 30px;
}

.comparison-card ul {

    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card ul li {

    color: white;
    padding: 15px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.vs-circle {

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            var(--orange),
            var(--orange2));

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 1.6rem;
    font-weight: 800;
}

/* FLEET PREMIUM */

.fleet-premium {

    background: #0e1823;
    padding: 120px 0;
}

.fleet-premium-card {

    position: relative;
    overflow: hidden;
    border-radius: 25px;
    height: 500px;
}

.fleet-premium-card img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s;
}

.fleet-info {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .9),
            rgba(0, 0, 0, .15));

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 40px;
}

.fleet-info h3 {

    color: white;
    font-weight: 800;
}

.fleet-info h4 {

    color: var(--orange);
    font-size: 3rem;
    font-weight: 900;
}

.fleet-info span {

    color: white;
}

.fleet-premium-card:hover img {

    transform: scale(1.12);
}

/* PREMIUM CTA */

.services-cta {

    position: relative;

    background:
        url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?w=1600");

    background-size: cover;
    background-position: center;

    padding: 140px 0;
}

.cta-overlay {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .75));
}

.cta-content {

    position: relative;
    z-index: 5;

    text-align: center;
}

.cta-content span {

    color: var(--orange);
    font-weight: 700;
    letter-spacing: 2px;
}

.cta-content h2 {

    color: white;
    font-size: 4rem;
    font-weight: 900;

    max-width: 900px;
    margin: 25px auto;
}

.cta-content p {

    color: white;
    max-width: 700px;
    margin: auto;

    line-height: 1.8;

    margin-bottom: 35px;
}

.cta-buttons {

    display: flex;
    justify-content: center;
    gap: 20px;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .comparison-card {

        width: 100%;
    }

    .cta-content h2 {

        font-size: 2.8rem;
    }
}

@media(max-width:768px) {

    .cta-buttons {

        flex-direction: column;
        align-items: center;
    }

    .cta-content h2 {

        font-size: 2rem;
    }

    .fleet-premium-card {

        height: 350px;
    }
}

/* DEST HERO */

.dest-hero {
    position: relative;
    min-height: 75vh;
    background: url('https://images.unsplash.com/photo-1529074963764-98f45c47344b?w=1800') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, .75),
        rgba(0, 0, 0, .55)
    );
    pointer-events: none;
}

.dest-hero-content {
    position: relative;
    z-index: 5;
    max-width: 700px;
    color: white;
}

.dest-hero-content span {
    color: var(--orange);
    font-weight: 700;
    letter-spacing: 3px;
}

.dest-hero-content h1 {
    font-size: 5rem;
    font-weight: 900;
    margin: 20px 0;
    line-height: 1.1;
}

.dest-hero-content p {
    color: #dbe4ee;
    font-size: 1.1rem;
    max-width: 600px;
}

/* HUBS */

.hub-section {
    background: #081018;
    padding: 120px 0;
}

.hub-card {
    background: #162231;
    padding: 40px;
    border-radius: 25px;
    text-align: center;
    height: 100%;
    transition: .4s;
}

.hub-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(255, 122, 0, .25);
}

.hub-card i {
    font-size: 45px;
    color: var(--orange);
    margin-bottom: 20px;
}

.hub-card h3 {
    color: white;
    font-weight: 800;
}

.hub-card p {
    color: #cbd5e1;
}

/* TABLET */

@media (max-width: 991px) {

    .dest-hero {
        min-height: 65vh;
        text-align: center;
    }

    .dest-hero-content {
        margin: 0 auto;
    }

    .dest-hero-content h1 {
        font-size: 3.5rem;
    }

    .hub-section {
        padding: 90px 0;
    }
}

/* MOBILE */

@media (max-width: 768px) {

    .dest-hero-content h1 {
        font-size: 2.8rem;
    }

    .dest-hero-content p {
        font-size: 1rem;
    }

    .hub-card {
        padding: 35px 25px;
    }

    .hub-card i {
        font-size: 38px;
    }
}

/* SMALL MOBILE */

@media (max-width: 576px) {

    .dest-hero {
        min-height: 55vh;
        text-align: center;
    }

    .dest-hero-content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .dest-hero-content span {
        letter-spacing: 2px;
    }

    .hub-card {
        padding: 25px;
    }

    .hub-card i {
        font-size: 32px;
    }

    .hub-card h3 {
        font-size: 1.4rem;
    }

    .hub-section {
        padding: 70px 0;
    }
}

/* CONTACT HERO */

.contact-hero {
    position: relative;
    min-height: 70vh;
    background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1800') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .70);
    pointer-events: none;
}

.contact-hero-content {
    position: relative;
    z-index: 5;
    color: white;
    max-width: 700px;
}

.contact-hero-content span {
    color: var(--orange);
    font-weight: 700;
    letter-spacing: 3px;
}

.contact-hero-content h1 {
    font-size: 5rem;
    font-weight: 900;
    margin: 20px 0;
    line-height: 1.1;
}

.contact-hero-content p {
    color: #dbe4ee;
    font-size: 1.1rem;
}

/* CONTACT MAIN */

.contact-main {
    background: #081018;
    padding: 120px 0;
}

.contact-form-box {
    background: #162231;
    padding: 50px;
    border-radius: 30px;
}

.contact-form-box h2 {
    color: white;
    margin-bottom: 30px;
    font-weight: 800;
}

.contact-form-box .form-control {
    background: #0f1a25;
    border: none;
    color: white;
    height: 60px;
}

.contact-form-box textarea {
    height: auto !important;
}

.contact-form-box .form-control:focus {
    background: #0f1a25;
    color: white;
    box-shadow: none;
}

.contact-info-card {
    background: #162231;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: .4s;
}

.contact-info-card:hover {
    transform: translateY(-10px);
}

.contact-info-card i {
    color: var(--orange);
    font-size: 35px;
    margin-bottom: 15px;
}

.contact-info-card h4 {
    color: white;
}

.contact-info-card p {
    color: #cbd5e1;
}

/* OFFICES */

.office-section {
    background: #0e1823;
    padding: 120px 0;
}

.office-card {
    background: #162231;
    padding: 40px;
    border-radius: 25px;
    text-align: center;
    transition: .4s;
    height: 100%;
}

.office-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(255, 122, 0, .25);
}

.office-card h4 {
    color: white;
    font-weight: 800;
}

.office-card p {
    color: #cbd5e1;
}

/* TABLET */

@media (max-width: 991px) {

    .contact-hero {
        min-height: 60vh;
        text-align: center;
    }

    .contact-hero-content {
        margin: 0 auto;
    }

    .contact-hero-content h1 {
        font-size: 3.5rem;
    }

    .contact-main,
    .office-section {
        padding: 90px 0;
    }

    .contact-form-box {
        padding: 35px;
    }
}

/* MOBILE */

@media (max-width: 768px) {

    .contact-hero-content h1 {
        font-size: 2.8rem;
    }

    .contact-hero-content p {
        font-size: 1rem;
    }

    .contact-form-box {
        padding: 30px;
    }

    .contact-info-card {
        text-align: center;
    }

    .office-card {
        padding: 30px;
    }
}

/* SMALL MOBILE */

@media (max-width: 576px) {

    .contact-hero {
        min-height: 55vh;
        text-align: center;
    }

    .contact-hero-content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .contact-hero-content span {
        letter-spacing: 2px;
    }

    .contact-form-box {
        padding: 20px;
        border-radius: 20px;
    }

    .contact-info-card {
        text-align: center;
        padding: 25px;
    }

    .office-card {
        padding: 25px;
    }

    .contact-main,
    .office-section {
        padding: 70px 0;
    }
}