@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-color: #0093D4;
    --secondary-color: #B9E8FE;
    --tertiary-color: #07314A;
    --white-color: #FFFFFF;
    --black-color: #000000;


    /* font-size */
    --fs-h1: 40px;
    --fs-h2: 32px;
    --fs-h3: 28px;
    --fs-h4: 20px;
    --fs-body: 16px;
}
.modal-dialog-scrollable .modal-content{
    overflow-y: auto !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    color: var(--tertiary-color);
    background-image: url(../images/header_background.webp);
    /* background-position: 50% 0%;
    background-attachment: fixed; */
    background-repeat: no-repeat;
}

.main_container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
}

.customized_h4 {
    font-weight: 700;
    font-size: var(--fs-h4);
    line-height: 100%;
    text-transform: capitalize;
}

.customized_h2 {
    border-bottom: 5px solid #ffc107;
    max-width: 700px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.customized_h2 span{
    font-size: 22px;
}
/* header styling begins */
header {
    background-image: url("assets/images/header_background.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 7px;
}

.menu_toggle {
    display: none;
    background: transparent;
    border: none;
}

nav {
    gap: 20px;
}

nav ul {
    gap: 20px;
    margin-bottom: 0;
}

nav ul li {
    list-style: none;
    display: flex;
}

nav ul li .nav_link {
    padding: 15px 10px;
    text-decoration: none;
    padding-bottom: 0;
    color: rgb(32 33 86);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav_link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffc107;
    transition: width 0.3s ease;
    margin-top: 5px;
}

.nav_link:hover::after {
    width: 100%;
}

.nav_link.active::after {
    width: 100%;
}

.cta {
    background-color: #ffc107;
    color: rgb(32 33 86);
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}



.hero {
    position: relative;
}

.hero .swiper {
    width: 100%;
    height: 87vh;
    max-height: 800px;
    min-height: 400px;
}

.hero .swiper-wrapper,
.hero .swiper-slide {
    height: 100%;
}

.hero-slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.slide-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
}

.hero-content {
    color: var(--white-color);
    max-width: 470px;
    padding: 12px 20px;
    overflow-y: hidden;
    background-color: rgba(33, 37, 41, 0.3);
    border-radius: 10px;
    margin-top: 50px;
}

.hero-title {
    font-weight: 200;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: var(--fs-h1);
    margin: 0;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    width: fit-content;
}

.hero-subtitle {
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-top: 10px;
}

.hero-cta {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.hero_btn_1 {
    background-color: #ffc107;
    color: #000;
    padding: 10px 12px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 5px;
}



.hero .hero-title,
.hero .hero-subtitle,
.hero .hero-cta {
    opacity: 0;
}

.hero .is-visible {
    opacity: 1;
}

.hero-pagination {
    bottom: 30px !important;
}

.hero .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, .6);
    opacity: 1;
}

.hero .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
    color: var(--white-color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: none;
}

.hero .swiper-button-prev:after,
.hero .swiper-button-next:after {
    font-size: 18px;
}

.hero .swiper-button-prev:hover,
.hero .swiper-button-next:hover {
    background: rgba(0, 0, 0, .4);
}

/* hero styling ends */

/* testimonials section styling */

.testimonials-swiper {
    padding: 40px 0 60px;
    position: relative;
}

.testimonial-card {
    background: var(--white-color);
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 470px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-image img {
    margin: 0 auto;
    display: block;
    background-color: #e9ecef;
    transform: rotate(-80deg);
}
.testimonial-image-2 img {
    transform: rotate(-70deg);
}

.testimonial-image-3 img {
    transform: rotate(-90deg);
}
.testimonial-text {
    color: var(--tertiary-color);
    min-height: 120px;
}

.testimonial-name {
    color: var(--tertiary-color);
    font-weight: 600;
}

.testimonial-role {
    font-size: 0.9rem;
}

.testimonials-nav-prev,
.testimonials-nav-next {
    color: var(--primary-color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonials-nav-prev:after,
.testimonials-nav-next:after {
    font-size: 18px;
    font-weight: bold;
}

.testimonials-nav-prev:hover,
.testimonials-nav-next:hover {
    background: var(--primary-color);
    color: var(--white-color);
    box-shadow: 0 4px 15px rgba(0, 147, 212, 0.3);
}

.testimonials-pagination {
    position: relative;
    margin-top: 30px;
}

.testimonials-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(0, 147, 212, 0.3);
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 30px;
    border-radius: 6px;
}
/* testimonials section styling ends */

.why_us {
    padding: 70px 0px;
    padding-bottom: 40px;
}

.why_us_list {
    margin-top: 50px;
}

.why_us_list ul li {
    font-weight: 600;
}
.why_us_content{
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 30px;
}
.why_us_list ul li span {
    font-weight: 400;
}
.why_us_img{
    width: 500px;
}
.why_us_img img {
    border-radius: 50%;
}
.import{
    padding: 40px 0px;
}
.import p{
    font-size: 20px;
}
.why_us_main{
    margin-top: 70px;
}

/* UK freight options */
.freight-options-section{
    position: relative;
    background-image: url(../images/land-sea-air.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: 50px;
}

.freight-options-section .container{
    position: relative;
    z-index: 1;
    margin-top: 250px;
}
.freight-title{
    color: #e9ecef;
    font-weight: 200;
}
.option-card{
    background: rgba(0,0,0,0.35);
    border-radius: 8px;
    padding: 20px;
    color: #f1f1f1;
    font-size: 14px;
}
.option-card h3{
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
}
.option-card hr{
    margin: 8px 0 14px;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 1;
}
.option-list li{ line-height: 1.4; }
.option-link{
    color: #fff;
    text-decoration: underline;
}
.option-link:hover{ color: #ffffff; }

.tracking-search{
    margin-top: 50px;
    max-width: 470px;
}
.tracking-search input{
    padding: 15px 15px;
}

.site-footer{
    position: relative;
    color: #e9ecef;
    padding: 40px 0;
    margin-top: 100px;
}
.site-footer::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}
.site-footer .main_container{ position: relative; z-index: 1; }
.footer-address p{ margin-bottom: 10px; }
.site-footer a{ color: #e9ecef; text-decoration: underline; }
.site-footer a:hover{ color: #ffffff; }
.footer-hours ul{ margin: 0; padding: 0; list-style: none; }
.footer-hours li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
.footer-logos-img{ max-width: 360px; width: 100%; height: auto; }
.footer-specialist{ margin-top: 6px; font-size: 14px; opacity: 0.9; }


.contact{
    padding: 50px 0;
}