/*======================================
GOOGLE FONT
======================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*======================================
ROOT VARIABLES
======================================*/

:root {

    --primary: #0B2E59;
    --secondary: #E31E24;
    --white: #ffffff;
    --light: #F8FAFC;
    --dark: #1E293B;
    --text: #64748B;
    --border: #E5E7EB;

    --shadow: 0 12px 35px rgba(0, 0, 0, .08);
    --shadow-hover: 0 18px 45px rgba(0, 0, 0, .15);

    --radius: 18px;

    --transition: .35s ease;

}

/*======================================
RESET
======================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: var(--dark);
    line-height: 1.8;
    overflow-x: hidden;

}

img {

    width: 100%;
    display: block;

}

a {

    text-decoration: none;
    transition: var(--transition);

}

ul {

    list-style: none;

}



/*======================================
COMMON
======================================*/

.warehouse-page {

    padding: 90px 0;

}

.warehouse-section {

    padding: 50px 0;

}

.section-heading {

    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;

}

.section-heading span {

    display: inline-block;
    color: var(--secondary);
    font-size: 22px;      /* Increased */
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;

}

.section-heading h2 {

    font-size: 42px;

    color: var(--primary);

    margin-bottom: 18px;

    line-height: 1.2;

}

.section-heading p {

    color: var(--text);

    font-size: 17px;

}
/*======================================
COMMON PAGE BACKGROUND warehouse,3pl,supply chain,transportation,information
======================================*/

.page-header,
.page-header2,
.page-header3,
.page-header4,
.page-header5,
.page-header6,
.page-header7{

    position:relative;

    height:570px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    overflow:hidden;

    color:#fff;

    background-size:cover;

    background-repeat:no-repeat;

    background-position:center;

}

.page-header h1::after,
.page-header2 h1::after,
.page-header3 h1::after,
.page-header4 h1::after,
.page-header5 h1::after,
.page-header6 h1::after,
.page-header7 h1::after
{

    content:"";

    position:absolute;

    left:50%;

    bottom:-14px;

    transform:translateX(-50%);

    width:120px;

    height:5px;

    border-radius:30px;
}
.page-header h1:hover,
.page-header2 h1:hover,
.page-header3 h1:hover,
.page-header4 h1:hover,
.page-header5 h1:hover,
.page-header6 h1:hover,
.page-header7 h1:hover
{

    text-shadow:
        0 4px 0 rgba(0,0,0,.25),
        0 10px 25px rgba(0,0,0,.5),
        0 0 35px rgba(255,255,255,.18);

    transition:.35s ease;

}
.page-header .container,
.page-header2 .container,
.page-header3 .container,
.page-header4 .container,
.page-header5 .container,
.page-header6 .container,
.page-header7 .container
{

    position:relative;

    z-index:2;

}

.page-header h1,
.page-header2 h1,
.page-header3 h1,
.page-header4 h1,
.page-header5 h1,
.page-header6 h1,
.page-header7 h1
{

    position:relative;

    display:inline-block;

    font-size:58px;

    font-weight:800;

    color:#fff;

    letter-spacing:-1px;

    margin:22px 0 35px;

    text-shadow:
        0 3px 0 rgba(0,0,0,.25),
        0 8px 20px rgba(0,0,0,.45),
        0 18px 40px rgba(0,0,0,.35);

}

.page-header p,
.page-header2 p,
.page-header3 p,
.page-header4 p,
.page-header5 p,
.page-header6 p,
.page-header7 p
{

    max-width:760px;

    margin:auto;

    font-size:18px;

    opacity:.95;

    color:#fff;

    text-shadow:0 2px 10px rgba(0,0,0,.35);

}

.page-header .breadcrumb,
.page-header2 .breadcrumb,
.page-header3 .breadcrumb,
.page-header4 .breadcrumb,
.page-header5 .breadcrumb,
.page-header6 .breadcrumb,
.page-header7 .breadcrumb,

.page-header .breadcrumb a,
.page-header2 .breadcrumb a,
.page-header3 .breadcrumb a,
.page-header4 .breadcrumb a,
.page-header5 .breadcrumb a,
.page-header6 .breadcrumb a,
.page-header7 .breadcrumb a,

.page-header .breadcrumb span,
.page-header2 .breadcrumb span,
.page-header3 .breadcrumb span,
.page-header4 .breadcrumb span,
.page-header5 .breadcrumb span,
.page-header6 .breadcrumb span,
.page-header7 .breadcrumb span{

    color:#fff;

    text-shadow:0 2px 8px rgba(0,0,0,.35);

}

.page-header .breadcrumb a:hover,
.page-header2 .breadcrumb a:hover,
.page-header3 .breadcrumb a:hover,
.page-header4 .breadcrumb a:hover,
.page-header5 .breadcrumb a:hover,
.page-header6 .breadcrumb a:hover,
.page-header7 .breadcrumb a:hover{

    color:var(--secondary);

}
/* background images for different services */
/* Warehouse */
.page-header{
    background-image:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("../image/service_warehouseback.jpg");
}

/* Transport */
.page-header2{
    background-image:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("../image/service_transportback.jpg");
}
/* freight */
.page-header3{
    background-image:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("../image/service_freightback.jpg");
}
/* Information & Technology */
.page-header4{
    background:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("../image/service_informationback.jpg") center top/cover no-repeat;
}

/* 3PL */
.page-header5{
    background-image:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("../image/service_3plback.jpg");
}
/* Supply Chain */
.page-header6{
    background-image:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("../image/service_supplychainback1.jpg");
}
.page-header7{
     background-image:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("../image/service_valueaddedback.jpg");
}
/*======================================
TYPING BADGE
======================================*/

.typing-badge{

    display:flex;

    align-items:center;

    justify-content:center;

    width:90%;

    max-width:900px;      /* Box ki maximum width */

    margin:0 auto 25px;

    padding:14px 30px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    min-height:56px;

}

#typingText{

    color:#fff;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.8px;

    text-align:center;

    line-height:1.6;

    white-space:normal;      /* Text next line me ja sake */

    word-break:break-word;

}
#typingText::after{

    content:"|";

    animation:blink .8s infinite;

}

@keyframes blink{

    50%{

        opacity:0;

    }

}

/*======================================
HERO
======================================*/

.warehouse-top {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 70px;
    align-items: center;

    margin-bottom: 90px;

}

.warehouse-content {

    display: flex;

    gap: 25px;

    align-items: flex-start;

}

.warehouse-icon {

    width: 90px;

    height: 90px;

    min-width: 90px;

    background: linear-gradient(135deg, var(--primary), #184C91);

    color: #fff;

    border-radius: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 38px;

    box-shadow: var(--shadow);

}

.warehouse-text {

    flex: 1;

}

/*======================================
HERO TAG
======================================*/

.warehouse-top .warehouse-tag {

    display: inline-block;

    font-size: 20px;

    font-weight: 700;

    color: #E31E24;


    margin-bottom: 20px;

}

.warehouse-text h2 {

    font-size: 48px;

    color: var(--primary);

    margin-bottom: 20px;

    line-height: 1.2;

}

.warehouse-text p {

    color: var(--text);

    font-size: 17px;

}

/*======================================
HERO IMAGE
======================================*/

.warehouse-image {
    position: relative;
}

.warehouse-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.warehouse-image::before {
    display: none;
}

/*======================================
SCROLLBAR
======================================*/

::-webkit-scrollbar {

    width: 10px;

}

::-webkit-scrollbar-thumb {

    background: var(--primary);

    border-radius: 20px;

}

::-webkit-scrollbar-thumb:hover {

    background: var(--secondary);

}

::-webkit-scrollbar-track {

    background: #f2f2f2;

}

/*======================================
SERVICES
======================================*/

.service-grid {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;

}

.service-item {

    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;

}

.service-item::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s;

}

.service-item:hover::before {

    transform: scaleX(1);

}

.service-item:hover {

    transform: translateY(-12px);
    box-shadow: var(--shadow-hover);

}

.service-item i {

    width: 80px;
    height: 80px;
    margin: auto auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #EEF5FF;
    color: var(--primary);
    font-size: 32px;
    transition: .4s;

}

.service-item:hover i {

    background: var(--secondary);
    color: #fff;
    transform: rotateY(180deg);

}

.service-item h3 {

    font-size: 24px;
    color: var(--primary);
    margin-bottom: 15px;

}

.service-item p {

    color: var(--text);
    font-size: 15px;
    line-height: 1.8;

}

/*======================================
FEATURES
======================================*/

.feature-grid {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;

}

.feature-item {

    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: .35s;
    box-shadow: var(--shadow);

}

.feature-item:hover {

    background: var(--primary);
    transform: translateY(-8px);

}

.feature-item i {

    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EEF5FF;
    color: var(--primary);

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 24px;
    transition: .35s;

}

.feature-item:hover i {

    background: #fff;
    color: var(--secondary);

}

.feature-item span {

    color: var(--dark);
    font-weight: 600;
    font-size: 16px;
    transition: .35s;

}

.feature-item:hover span {

    color: #fff;

}

/*======================================
CARD ANIMATION
======================================*/

.service-item,
.feature-item {

    animation: fadeUp .8s ease;

}

@keyframes fadeUp {

    from {

        opacity: 0;
        transform: translateY(40px);

    }

    to {

        opacity: 1;
        transform: translateY(0);

    }

}

/*======================================
FAQ
======================================*/

.faq-list {

    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;

}

.faq-item {

    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);

}

.faq-question {

    width: 100%;
    padding: 22px 28px;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 18px;
    font-weight: 600;
    color: var(--primary);

}

.faq-question i {

    color: var(--secondary);
    transition: .3s;

}

/* Hidden by default */

.faq-answer {

    max-height: 0;
    overflow: hidden;
    padding: 0 28px;
    color: var(--text);
    transition: all .35s ease;

}

/* Show only when active */

.faq-item.active .faq-answer {

    max-height: 300px;
    padding: 0 28px 22px;

}

.faq-item.active .faq-question i {

    transform: rotate(180deg);

}



/*======================================
WHY CHOOSE US
======================================*/

.service-grid .service-item {

    min-height: 320px;

}

.service-grid .service-item:hover {

    border-color: var(--secondary);

}

.service-grid .service-item h3 {

    margin-top: 5px;

}

.service-grid .service-item p {

    margin-top: 12px;

}

/*======================================
SECTION BACKGROUND
======================================*/

.warehouse-section:nth-child(even) {

    background: #F8FAFC;

}

/*======================================
ANIMATION
======================================*/

.process-step,
.faq-item,
.warehouse-stat {

    animation: fadeUp .8s ease;

}

/*======================================
CALL TO ACTION
======================================*/

.warehouse-cta {

    background: linear-gradient(135deg, var(--primary), #154B8A);
    padding: 90px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;

}

.warehouse-cta::before {

    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -120px;
    left: -120px;

}

.warehouse-cta::after {

    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(227, 30, 36, .15);
    border-radius: 50%;
    bottom: -100px;
    right: -100px;

}

.warehouse-cta .container {

    position: relative;
    z-index: 2;

}

.warehouse-tag {

    display: inline-block;
    padding: 10px 25px;
    background: #fff;
    color: var(--secondary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;

}

.warehouse-cta h2 {

    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;

}

.warehouse-cta p {

    max-width: 760px;
    margin: 0 auto 35px;
    font-size: 18px;
    opacity: .95;

}

.warehouse-cta-buttons {

    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}

.btn-primary,
.btn-outline {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;

}

.btn-primary {

    background: var(--secondary);
    color: #fff;

}

.btn-primary:hover {

    background: #b8161a;
    transform: translateY(-5px);

}

.btn-outline {

    border: 2px solid #fff;
    color: #fff;

}

.btn-outline:hover {

    background: #fff;
    color: var(--primary);

}


/*======================================
RESPONSIVE
======================================*/

@media(max-width:991px) {

    .warehouse-top {

        grid-template-columns: 1fr;
        gap: 45px;

    }

    .warehouse-text h2 {

        font-size: 38px;

    }

    .section-heading h2 {

        font-size: 36px;

    }



}

@media(max-width:768px) {

    .page-header {

        padding: 120px 0 80px;

    }

    .page-header h1 {

        font-size: 38px;

    }

    .warehouse-content {

        flex-direction: column;

    }

    .warehouse-icon {

        margin-bottom: 10px;

    }

    .warehouse-text h2 {

        font-size: 32px;

    }

    .process-step {

        flex-direction: column;
        text-align: center;

    }

    .process-step::before {

        display: none;

    }

    .warehouse-cta h2 {

        font-size: 34px;

    }



}

@media(max-width:576px) {

    .section-heading h2 {

        font-size: 28px;

    }

    .warehouse-text h2 {

        font-size: 28px;

    }

    .warehouse-cta h2 {

        font-size: 28px;

    }

    .warehouse-cta-buttons {

        flex-direction: column;

    }

    .btn-primary,
    .btn-outline {

        width: 100%;
        justify-content: center;

    }

}




/*====================================================
VALUE ADDED SERVICES
PART 1
Premium Corporate Layout
====================================================*/

/*======================================
SECTION
======================================*/

.value-added-section {

    padding: 60px 0;
    background: #fff;
    margin-top: -40px;
    position: relative;
    overflow: hidden;

}

.value-added-section::before {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    top: -180px;
    left: -180px;

    border-radius: 50%;

    background: rgba(11, 46, 89, .04);

}

.value-added-section::after {

    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    bottom: -140px;
    right: -140px;

    border-radius: 50%;

    background: rgba(227, 30, 36, .04);

}

/*======================================
GRID
======================================*/

.value-added-grid {

    display: grid;

    grid-template-columns: 40% 60%;

    align-items: center;

    gap: 45px;

    position: relative;

    z-index: 2;

}

/*======================================
LEFT IMAGE
======================================*/

/*======================================
LEFT IMAGE
======================================*/

.value-added-image {

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: transparent;

}

.value-added-image img {

    width: 100%;
    max-width: 500px;
    height: auto;

    display: block;

    object-fit: contain;

    background: transparent;

    mix-blend-mode: multiply;

    filter: brightness(1.03) contrast(1.08) saturate(1.05);

    transition: .35s ease;

}

.value-added-image:hover img {

    transform: scale(1.02);

}

/*======================================
RIGHT CONTENT
======================================*/

.value-added-content {

    width: 100%;

    padding-left: 10px;

}

/*======================================
HEADING
======================================*/

.value-heading {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 25px;

}

.heading-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.value-icon {

    flex-shrink: 0;

    margin: 0;

}

.value-icon img {

    width: 70px;

    height: 70px;

    object-fit: contain;

    display: block;

}

.value-heading h2 {

    margin: 0;

    font-size: 46px;

    line-height: 1.15;

    color: #0B2E59;

    font-weight: 700;

}

.heading-line {

    width: 110px;

    height: 4px;

    margin-top: 12px;

    background: #E31E24;

    border-radius: 30px;

}

/*======================================
VALUE LIST
======================================*/

.value-list {

    list-style: none;

    margin: 3px 0 0;

    padding: 0;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px 45px;

}

.value-list li {

    display: flex;

    align-items: center;

    gap: 14px;

    font-size: 18px;

    font-weight: 500;

    color: #243B55;

    line-height: 1.5;

}

.value-list li i {

    width: 30px;

    height: 30px;

    border: 2px solid #E31E24;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #E31E24;

    font-size: 13px;

    flex-shrink: 0;

    transition: .3s ease;

}

.value-list li:hover i {

    background: #E31E24;

    color: #fff;

}

.value-list li:hover {

    color: #0B2E59;

}

/*====================================================
VALUE ADDED SERVICES
PART 3
Animation + Responsive
====================================================*/

/*======================================
ANIMATION
======================================*/

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.value-added-image,
.value-added-content {

    animation: fadeUp .8s ease both;

}

/*======================================
LARGE DESKTOP
======================================*/

@media(max-width:1400px) {

    .value-added-grid {

        gap: 40px;

    }

    .value-added-image img {

        max-width: 500px;

    }

    .value-heading h2 {

        font-size: 42px;

    }

}

/*======================================
LAPTOP
======================================*/

@media(max-width:1200px) {

    .value-added-grid {

        grid-template-columns: 45% 55%;

        gap: 35px;

    }

    .value-added-image img {

        max-width: 430px;

    }

    .value-heading h2 {

        font-size: 38px;

    }

    .value-icon img {

        width: 65px;
        height: 65px;

    }

}

/*======================================
TABLET
======================================*/

@media(max-width:992px) {

    .value-added-section {

        padding: 70px 0;

    }

    .value-added-grid {

        grid-template-columns: 1fr;

        gap: 20px;

    }

    .value-added-image {

        order: 1;

        display: flex;

        justify-content: center;

        align-items: center;

        margin: 0;

    }

    .value-added-image img {

        width: 100%;

        max-width: 430px;

        margin: 0 auto;

        display: block;

    }

    .value-added-content {

        order: 2;

        padding: 0;

        margin-top: -5px;

        text-align: center;

    }

    .value-heading {

        justify-content: center;

        gap: 12px;

        margin-bottom: 20px;

    }

    .heading-content {

        align-items: center;

    }

    .value-heading h2 {

        font-size: 34px;

    }

    .heading-line {

        margin-top: 10px;

    }

    .value-list {

        grid-template-columns: 1fr;

        max-width: 430px;

        margin: 30px auto 0;

        gap: 16px;

    }

    .value-list li {

        justify-content: flex-start;

        text-align: left;

    }

}

/*======================================
MOBILE
======================================*/

@media(max-width:768px) {

    .value-added-section {

        padding: 50px 0;

    }

    .value-added-grid {

        gap: 10px;

    }

    .value-added-image {

        padding: 0;

        margin: 0;

    }

    .value-added-image img {

        width: 100%;

        max-width: 340px;

        margin: 0 auto;

        display: block;

    }

    .value-added-content {

        margin-top: -12px;

    }

    .value-heading {

        flex-direction: column;

        justify-content: center;

        align-items: center;

        gap: 8px;

        margin-bottom: 18px;

    }

    .value-icon {

        margin: 0;

    }

    .value-icon img {

        width: 52px;

        height: 52px;

    }

    .value-heading h2 {

        font-size: 30px;

    }

    .heading-line {

        width: 90px;

        margin-top: 8px;

    }

    .value-added-content p {

        font-size: 15px;

        line-height: 1.8;

        text-align: center;

        margin-bottom: 14px;

    }

    .value-list {

        grid-template-columns: 1fr;

        gap: 14px;

        margin-top: 24px;

    }

    .value-list li {

        font-size: 15px;

    }

    .value-list li i {

        width: 28px;

        height: 28px;

        font-size: 12px;

    }

}

/*======================================
SMALL MOBILE
======================================*/

@media(max-width:576px) {

    .value-added-grid {

        gap: 6px;

    }

    .value-added-image img {

        max-width: 300px;

    }

    .value-added-content {

        margin-top: -15px;

    }

    .value-heading h2 {

        font-size: 26px;

    }

    .value-icon img {

        width: 46px;

        height: 46px;

    }

    .heading-line {

        width: 75px;

    }

    .value-list li {

        font-size: 14px;

    }

}

/*======================================
EXTRA SMALL
======================================*/

@media(max-width:360px) {

    .value-added-image img {

        max-width: 250px;

    }

    .value-heading h2 {

        font-size: 22px;

    }

    .value-added-content p {

        font-size: 14px;

    }

    .value-list li {

        font-size: 13px;

    }

}

/*======================================
TEXT SELECTION
======================================*/

.value-added-section ::selection {

    background: #E31E24;
    color: #fff;

}

/*======================================
WAREHOUSE SERVICES SWIPER
======================================*/

.warehouseServiceSwiper {
    padding-bottom: 60px;
}

.warehouseServiceSwiper .swiper-slide {
    height: auto;
}

.warehouseServiceSwiper .service-item {
    height: 100%;
}

.warehouse-pagination {
    position: relative !important;
    margin-top: 30px;
}

.warehouse-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #0B2E59;
    opacity: .4;
}

.warehouse-pagination .swiper-pagination-bullet-active {
    background: #E31E24;
    opacity: 1;
}