.elementor-17 .elementor-element.elementor-element-c89bcfb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-4ff141e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-c9e20c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-46cf192{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-7563734{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-7b50c19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-ea208e9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-36734d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-331338c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b1edb2e *//* Simple Hero Slider CSS for WordPress */

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    background: #000;
}

/* Hero Slider Container */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slides */
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

/* Hero Images */
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Hero Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 102, 204, 0.6) 0%,
        rgba(0, 82, 163, 0.7) 50%,
        rgba(0, 64, 128, 0.8) 100%
    );
    z-index: 1;
}

/* Hero Content */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 2;
    max-width: 800px;
    width: 90%;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 150px;
    text-align: center;
}

.btn-primary {
    background: #0066cc;
    color: #ffffff;
    border: 2px solid #0066cc;
}

.btn-primary:hover {
    background: #0052a3;
    border-color: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-secondary:hover {
    background: #ffffff;
    color: #0066cc;
    transform: translateY(-2px);
}

/* Navigation Dots */
.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ffffff;
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* Navigation Arrows */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

.hero-arrow.prev {
    left: 20px;
}

.hero-arrow.next {
    right: 20px;
}

/* Scroll Down Indicator */
.scroll-down {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    animation: bounce 2s infinite;
}

.scroll-down span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-arrow {
    font-size: 20px;
    animation: bounce 2s infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 250px;
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .hero-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .hero-arrow.prev {
        left: 10px;
    }
    
    .hero-arrow.next {
        right: 10px;
    }
    
    .scroll-down {
        bottom: 100px;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 0 15px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
    }
    
    .hero-dots {
        bottom: 20px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
    
    .scroll-down {
        bottom: 60px;
    }
    
    .scroll-down span {
        font-size: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d63dba2 *//* Cargo Finder Section CSS */

.cargo-finder-section {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 50%, #004080 100%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

/* Background Pattern Overlay */
.finder-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Container */
.finder-main-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Content */
.finder-inner-content {
    position: relative;
}

/* Finder Title */
.finder-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Finder Subtitle */
.finder-desc-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Finder Form Wrapper */
.finder-form-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Style the finder form inputs (if WP Cargo allows custom styling) */
.finder-form-container input[type="text"],
.finder-form-container input[type="email"] {
    width: 100%;
    max-width: 400px;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.finder-form-container input[type="text"]:focus,
.finder-form-container input[type="email"]:focus {
    outline: none;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.finder-form-container input[type="submit"],
.finder-form-container button {
    background: #ffffff;
    color: #0066cc;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 150px;
}

.finder-form-container input[type="submit"]:hover,
.finder-form-container button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Finder Info */
.finder-help-section {
    margin-top: 30px;
}

.help-description {
    font-size: 1rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.support-button {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.support-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Tablet Design */
@media (max-width: 1024px) {
    .cargo-finder-section {
        padding: 60px 15px;
    }
    
    .finder-main-title {
        font-size: 2.2rem;
    }
    
    .finder-desc-text {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }
    
    .finder-form-container {
        padding: 30px 25px;
    }
}

/* Mobile Design */
@media (max-width: 768px) {
    .cargo-finder-section {
        padding: 50px 15px;
    }
    
    .finder-main-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .finder-desc-text {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .finder-form-container {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .finder-form-container input[type="text"],
    .finder-form-container input[type="email"] {
        padding: 12px 18px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .finder-form-container input[type="submit"],
    .finder-form-container button {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
    }
    
    .help-description {
        font-size: 0.9rem;
    }
    
    .support-button {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .cargo-finder-section {
        padding: 40px 10px;
    }
    
    .finder-main-title {
        font-size: 1.6rem;
    }
    
    .finder-desc-text {
        font-size: 0.95rem;
    }
    
    .finder-form-container {
        padding: 20px 15px;
    }
    
    .finder-form-container input[type="text"],
    .finder-form-container input[type="email"] {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .finder-form-container input[type="submit"],
    .finder-form-container button {
        padding: 10px 20px;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d616ff *//* Our Services Section CSS */

.our-services {
    padding: 80px 20px;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Header */
.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Services Grid - Desktop: 4 per row */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* Service Items */
.service-item {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-item:hover {
    border-color: #0066cc;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.1);
}

/* Service Icons */
.service-icon {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.service-icon svg {
    width: 60px;
    height: 60px;
    stroke: #0066cc;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.1);
}

.service-item:hover .service-icon svg {
    stroke: #0052a3;
}

/* Service Names */
.service-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Service Text */
.service-text {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

/* Learn More Links */
.learn-more {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 20px;
    border: 2px solid #0066cc;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.learn-more:hover {
    background: #0066cc;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Large Desktop (keeps 4 per row) */
@media (min-width: 1025px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
}

/* Tablet Design - 2 per row */
@media (max-width: 1024px) {
    .our-services {
        padding: 60px 15px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .service-item {
        padding: 30px 20px;
    }
    
    .service-icon svg {
        width: 50px;
        height: 50px;
    }
    
    .service-name {
        font-size: 1.2rem;
    }
    
    .service-text {
        font-size: 0.95rem;
    }
}

/* Mobile Design - Single Column */
@media (max-width: 768px) {
    .our-services {
        padding: 50px 15px;
    }
    
    .services-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-item {
        padding: 25px 20px;
    }
    
    .service-icon {
        margin-bottom: 20px;
    }
    
    .service-icon svg {
        width: 45px;
        height: 45px;
    }
    
    .service-name {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .service-text {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .learn-more {
        font-size: 0.9rem;
        padding: 8px 18px;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .our-services {
        padding: 40px 10px;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
    }
    
    .service-item {
        padding: 20px 15px;
    }
    
    .service-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .service-name {
        font-size: 1rem;
    }
    
    .service-text {
        font-size: 0.85rem;
    }
    
    .learn-more {
        font-size: 0.85rem;
        padding: 8px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-221be0a *//* Our Warehouses Section CSS */

.our-warehouses {
    padding: 80px 20px;
    background: #f8f9fa;
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Header */
.warehouses-header {
    text-align: center;
    margin-bottom: 60px;
}

.warehouses-header .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.warehouses-header .section-subtitle {
    font-size: 1.1rem;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Warehouses Grid - Desktop: 4 per row */
.warehouses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* Warehouse Items */
.warehouse-item {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.warehouse-item:hover {
    border-color: #0066cc;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.15);
}

/* Warehouse Icons */
.warehouse-icon {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.warehouse-icon svg {
    width: 60px;
    height: 60px;
    stroke: #0066cc;
    transition: all 0.3s ease;
}

.warehouse-item:hover .warehouse-icon {
    transform: scale(1.15) rotate(3deg);
}

.warehouse-item:hover .warehouse-icon svg {
    stroke: #0052a3;
}

/* Warehouse Names */
.warehouse-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Warehouse Text */
.warehouse-text {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

/* Learn More Links */
.warehouse-item .learn-more {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 24px;
    border: 2px solid #0066cc;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: transparent;
}

.warehouse-item .learn-more:hover {
    background: #0066cc;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

/* Add different accent colors for variety */
.warehouse-item:nth-child(1) {
    border-left: 4px solid #0066cc;
}

.warehouse-item:nth-child(2) {
    border-left: 4px solid #28a745;
}

.warehouse-item:nth-child(3) {
    border-left: 4px solid #ffc107;
}

.warehouse-item:nth-child(4) {
    border-left: 4px solid #dc3545;
}

.warehouse-item:nth-child(1):hover {
    border-color: #0066cc;
}

.warehouse-item:nth-child(2):hover {
    border-color: #28a745;
}

.warehouse-item:nth-child(3):hover {
    border-color: #ffc107;
}

.warehouse-item:nth-child(4):hover {
    border-color: #dc3545;
}

/* Large Desktop (keeps 4 per row) */
@media (min-width: 1025px) {
    .warehouses-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
}

/* Tablet Design - 2 per row */
@media (max-width: 1024px) {
    .our-warehouses {
        padding: 60px 15px;
    }
    
    .warehouses-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .warehouses-header .section-title {
        font-size: 2.2rem;
    }
    
    .warehouse-item {
        padding: 30px 20px;
    }
    
    .warehouse-icon svg {
        width: 50px;
        height: 50px;
    }
    
    .warehouse-name {
        font-size: 1.2rem;
    }
    
    .warehouse-text {
        font-size: 0.95rem;
    }
}

/* Mobile Design - Single Column */
@media (max-width: 768px) {
    .our-warehouses {
        padding: 50px 15px;
    }
    
    .warehouses-header {
        margin-bottom: 40px;
    }
    
    .warehouses-header .section-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .warehouses-header .section-subtitle {
        font-size: 1rem;
    }
    
    .warehouses-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .warehouse-item {
        padding: 25px 20px;
    }
    
    .warehouse-icon {
        margin-bottom: 20px;
    }
    
    .warehouse-icon svg {
        width: 45px;
        height: 45px;
    }
    
    .warehouse-name {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .warehouse-text {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .warehouse-item .learn-more {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .our-warehouses {
        padding: 40px 10px;
    }
    
    .warehouses-header .section-title {
        font-size: 1.6rem;
    }
    
    .warehouses-header .section-subtitle {
        font-size: 0.95rem;
    }
    
    .warehouse-item {
        padding: 20px 15px;
    }
    
    .warehouse-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .warehouse-name {
        font-size: 1rem;
    }
    
    .warehouse-text {
        font-size: 0.85rem;
    }
    
    .warehouse-item .learn-more {
        font-size: 0.85rem;
        padding: 8px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff2c071 *//* Company Banner Section CSS */

.company-banner {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 400px;
}

/* Text Column (Left) */
.banner-content {
    padding: 20px 0;
}

.banner-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Banner Features */
.banner-features {
    margin-bottom: 30px;
}

.feature {
    font-size: 1.1rem;
    color: #0066cc;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Banner Button */
.banner-btn {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

/* Image Column (Right) */
.banner-image {
    text-align: center;
    position: relative;
}

.banner-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Tablet Design */
@media (max-width: 1024px) {
    .company-banner {
        padding: 50px 15px;
    }
    
    .banner-container {
        gap: 30px;
        min-height: 350px;
    }
    
    .banner-title {
        font-size: 2.4rem;
    }
    
    .banner-subtitle {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    
    .feature {
        font-size: 1rem;
    }
    
    .banner-btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* Mobile Design */
@media (max-width: 768px) {
    .company-banner {
        padding: 40px 15px;
    }
    
    .banner-container {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: auto;
        text-align: center;
    }
    
    .banner-content {
        order: 1;
        padding: 0;
    }
    
    .banner-image {
        order: 2;
    }
    
    .banner-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .banner-subtitle {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .banner-features {
        margin-bottom: 25px;
    }
    
    .feature {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .banner-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .banner-image img {
        max-width: 300px;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .company-banner {
        padding: 30px 10px;
    }
    
    .banner-container {
        gap: 20px;
    }
    
    .banner-title {
        font-size: 1.7rem;
    }
    
    .banner-subtitle {
        font-size: 1rem;
    }
    
    .feature {
        font-size: 0.95rem;
    }
    
    .banner-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .banner-image img {
        max-width: 250px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-117571d *//* Shipment Locator Section CSS */

.shipment-locator-area {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 50%, #004080 100%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

/* Background Pattern Overlay */
.locator-pattern-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Container */
.locator-wrapper-box {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Content */
.locator-content-block {
    position: relative;
}

/* Locator Title */
.locator-heading-text {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Locator Subtitle */
.locator-sub-heading {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Locator Form Wrapper */
.locator-input-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Style the locator form inputs (if WP Cargo allows custom styling) */
.locator-input-wrapper input[type="text"],
.locator-input-wrapper input[type="email"] {
    width: 100%;
    max-width: 400px;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.locator-input-wrapper input[type="text"]:focus,
.locator-input-wrapper input[type="email"]:focus {
    outline: none;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.locator-input-wrapper input[type="submit"],
.locator-input-wrapper button {
    background: #ffffff;
    color: #0066cc;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 150px;
}

.locator-input-wrapper input[type="submit"]:hover,
.locator-input-wrapper button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Locator Info */
.locator-support-area {
    margin-top: 30px;
}

.support-message-text {
    font-size: 1rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.assistance-link-btn {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.assistance-link-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Tablet Design */
@media (max-width: 1024px) {
    .shipment-locator-area {
        padding: 60px 15px;
    }
    
    .locator-heading-text {
        font-size: 2.2rem;
    }
    
    .locator-sub-heading {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }
    
    .locator-input-wrapper {
        padding: 30px 25px;
    }
}

/* Mobile Design */
@media (max-width: 768px) {
    .shipment-locator-area {
        padding: 50px 15px;
    }
    
    .locator-heading-text {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .locator-sub-heading {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .locator-input-wrapper {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .locator-input-wrapper input[type="text"],
    .locator-input-wrapper input[type="email"] {
        padding: 12px 18px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .locator-input-wrapper input[type="submit"],
    .locator-input-wrapper button {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
    }
    
    .support-message-text {
        font-size: 0.9rem;
    }
    
    .assistance-link-btn {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .shipment-locator-area {
        padding: 40px 10px;
    }
    
    .locator-heading-text {
        font-size: 1.6rem;
    }
    
    .locator-sub-heading {
        font-size: 0.95rem;
    }
    
    .locator-input-wrapper {
        padding: 20px 15px;
    }
    
    .locator-input-wrapper input[type="text"],
    .locator-input-wrapper input[type="email"] {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .locator-input-wrapper input[type="submit"],
    .locator-input-wrapper button {
        padding: 10px 20px;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05a045d *//* Contact Section CSS */

.contact-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    margin: 0;
    padding: 0;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 100vh;
}

/* Form Column (Left) */
.contact-form-column {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    position: relative;
}

.form-content {
    width: 100%;
    max-width: 500px;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-subtitle {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Contact Form */
.contact-form {
    margin-bottom: 40px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #333333;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999999;
}

.form-group select {
    cursor: pointer;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    background: #0066cc;
    color: #ffffff;
    border: none;
    padding: 18px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

/* Contact Info */
.contact-info {
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.info-item {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666666;
}

.info-item strong {
    color: #333333;
    margin-right: 10px;
}

/* Image Column (Right) */
.contact-image-column {
    position: relative;
    overflow: hidden;
}

.contact-image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 82, 163, 0.2) 100%);
    z-index: 1;
}

/* Tablet Design */
@media (max-width: 1024px) {
    .contact-form-column {
        padding: 50px 30px;
    }
    
    .contact-title {
        font-size: 2.2rem;
    }
    
    .contact-subtitle {
        font-size: 1rem;
        margin-bottom: 35px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 18px;
        font-size: 15px;
    }
    
    .submit-btn {
        padding: 15px 25px;
        font-size: 15px;
    }
}

/* Mobile Design */
@media (max-width: 768px) {
    .contact-section {
        min-height: auto;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .contact-form-column {
        padding: 40px 20px;
        min-height: auto;
        order: 1;
    }
    
    .contact-image-column {
        min-height: 300px;
        order: 2;
    }
    
    .contact-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .contact-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 16px;
        font-size: 16px;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
    
    .submit-btn {
        padding: 15px 25px;
        font-size: 14px;
    }
    
    .contact-info {
        padding-top: 25px;
    }
    
    .info-item {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .contact-form-column {
        padding: 30px 15px;
    }
    
    .contact-title {
        font-size: 1.6rem;
    }
    
    .contact-subtitle {
        font-size: 0.95rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .submit-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .contact-image-column {
        min-height: 250px;
    }
}

/* Form Validation Styles */
.form-group input:invalid:not(:placeholder-shown),
.form-group select:invalid:not(:placeholder-shown),
.form-group textarea:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

.form-group input:valid,
.form-group select:valid,
.form-group textarea:valid {
    border-color: #28a745;
}

/* Loading state for submit button */
.submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.submit-btn:disabled:hover {
    background: #6c757d;
    transform: none;
    box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27275c2 *//* Trust Section CSS */

.trust-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background Image */
.trust-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.trust-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Overlay */
.trust-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 102, 204, 0.85) 0%,
        rgba(0, 82, 163, 0.9) 50%,
        rgba(0, 64, 128, 0.95) 100%
    );
    z-index: 2;
}

/* Container */
.trust-container {
    position: relative;
    z-index: 3;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}

/* Content */
.trust-content {
    color: #ffffff;
}

.trust-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.trust-subtitle {
    font-size: 1.4rem;
    margin-bottom: 50px;
    opacity: 0.95;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Trust Stats */
.trust-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Trust Features */
.trust-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-icon {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 5px;
}

.feature-text h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.feature-text p {
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.5;
    margin: 0;
}

/* Trust CTA */
.trust-cta {
    margin-top: 50px;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 25px;
    opacity: 0.95;
    line-height: 1.6;
}

.trust-btn {
    display: inline-block;
    background: #ffffff;
    color: #0066cc;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.trust-btn:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Tablet Design */
@media (max-width: 1024px) {
    .trust-container {
        padding: 60px 15px;
    }
    
    .trust-title {
        font-size: 2.5rem;
    }
    
    .trust-subtitle {
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    
    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-bottom: 50px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .trust-features {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .feature-item {
        padding: 20px;
    }
    
    .cta-text {
        font-size: 1.1rem;
    }
    
    .trust-btn {
        padding: 15px 35px;
        font-size: 1rem;
    }
}

/* Mobile Design */
@media (max-width: 768px) {
    .trust-section {
        min-height: auto;
    }
    
    .trust-container {
        padding: 50px 15px;
    }
    
    .trust-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .trust-subtitle {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }
    
    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 40px;
        padding: 30px 0;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        gap: 15px;
    }
    
    .feature-icon {
        font-size: 2.5rem;
        margin-top: 0;
    }
    
    .feature-text h4 {
        font-size: 1.1rem;
    }
    
    .feature-text p {
        font-size: 0.95rem;
    }
    
    .cta-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .trust-btn {
        padding: 15px 30px;
        font-size: 0.95rem;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .trust-container {
        padding: 40px 10px;
    }
    
    .trust-title {
        font-size: 1.7rem;
    }
    
    .trust-subtitle {
        font-size: 1rem;
    }
    
    .trust-stats {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 25px 0;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .feature-item {
        padding: 15px 10px;
    }
    
    .feature-icon {
        font-size: 2rem;
    }
    
    .feature-text h4 {
        font-size: 1rem;
    }
    
    .feature-text p {
        font-size: 0.9rem;
    }
    
    .trust-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de1df1c *//* FAQ Section CSS */

.faq-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Header */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-subtitle {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* FAQ List */
.faq-list {
    margin-bottom: 50px;
}

/* FAQ Items */
.faq-item {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #0066cc;
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.1);
}

.faq-item.active {
    border-color: #0066cc;
}

/* FAQ Questions */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-item.active .faq-question {
    background: #f8f9fa;
    border-bottom: 1px solid #e2e8f0;
}

.faq-question h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding-right: 20px;
    line-height: 1.4;
}

/* FAQ Toggle */
.faq-toggle {
    font-size: 1.5rem;
    font-weight: 300;
    color: #0066cc;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0066cc;
    border-radius: 50%;
    background: #ffffff;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: #0066cc;
    color: #ffffff;
}

/* FAQ Answers */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Footer */
.faq-footer {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #e2e8f0;
}

.footer-text {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 20px;
}

.contact-btn {
    display: inline-block;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

/* Tablet Design */
@media (max-width: 1024px) {
    .faq-section {
        padding: 60px 15px;
    }
    
    .faq-header {
        margin-bottom: 50px;
    }
    
    .faq-title {
        font-size: 2.2rem;
    }
    
    .faq-subtitle {
        font-size: 1.1rem;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 25px 20px 25px;
    }
    
    .faq-answer p {
        font-size: 0.95rem;
    }
}

/* Mobile Design */
@media (max-width: 768px) {
    .faq-section {
        padding: 50px 15px;
    }
    
    .faq-header {
        margin-bottom: 40px;
    }
    
    .faq-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .faq-subtitle {
        font-size: 1rem;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .faq-question h3 {
        font-size: 1rem;
        padding-right: 15px;
    }
    
    .faq-toggle {
        font-size: 1.3rem;
        width: 25px;
        height: 25px;
    }
    
    .faq-item.active .faq-answer {
        max-height: 400px;
        padding: 0 20px 18px 20px;
    }
    
    .faq-answer p {
        font-size: 0.9rem;
    }
    
    .footer-text {
        font-size: 1rem;
    }
    
    .contact-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

/* Small Mobile Design */
@media (max-width: 480px) {
    .faq-section {
        padding: 40px 10px;
    }
    
    .faq-title {
        font-size: 1.6rem;
    }
    
    .faq-subtitle {
        font-size: 0.95rem;
    }
    
    .faq-question {
        padding: 15px 15px;
    }
    
    .faq-question h3 {
        font-size: 0.95rem;
    }
    
    .faq-toggle {
        font-size: 1.2rem;
        width: 22px;
        height: 22px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 15px 15px 15px;
    }
    
    .faq-answer p {
        font-size: 0.85rem;
    }
    
    .contact-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

/* Animation for FAQ items */
.faq-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }
.faq-item:nth-child(7) { animation-delay: 0.7s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */