.elementor-3841 .elementor-element.elementor-element-02edef6 > .elementor-container{max-width:1170px;}@media(max-width:1024px) and (min-width:768px){.elementor-3841 .elementor-element.elementor-element-c70687b{width:100%;}}/* Start custom CSS */.gc-delivery {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    line-height: 1.6;
}

.gc-delivery__frame {
    position: relative;
    padding: 60px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 20px solid;
    border-image: linear-gradient(145deg,
        #275292 0%,
        #3a6bb5 15%,
        #4d7fcf 30%,
        #6092e0 45%,
        #4d7fcf 60%,
        #3a6bb5 75%,
        #275292 100%) 1;
    box-shadow:
        inset 0 0 60px rgba(255, 255, 255, 0.1),
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 2px 4px rgba(255, 255, 255, 0.3),
        0 0 0 2px rgba(39, 82, 146, 0.5);
    animation: gcFrameGlow 3s ease-in-out infinite;
}

@keyframes gcFrameGlow {
    0%, 100% {
        box-shadow:
            inset 0 0 60px rgba(255, 255, 255, 0.1),
            0 20px 60px rgba(0, 0, 0, 0.3),
            inset 0 2px 4px rgba(255, 255, 255, 0.3),
            0 0 0 2px rgba(39, 82, 146, 0.5);
    }
    50% {
        box-shadow:
            inset 0 0 80px rgba(255, 255, 255, 0.15),
            0 25px 70px rgba(0, 0, 0, 0.4),
            inset 0 2px 4px rgba(255, 255, 255, 0.4),
            0 0 0 2px rgba(39, 82, 146, 0.6);
    }
}

.gc-delivery__header {
    text-align: center;
    margin-bottom: 60px;
    animation: gcFadeInUp 0.8s ease-out 0.2s both;
}

@keyframes gcFadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.gc-delivery__title {
    font-size: 3.5em;
    background: linear-gradient(135deg, #275292, #3a6bb5, #4d7fcf, #3a6bb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
}

.gc-delivery__intro {
    font-size: 1.4em;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 600;
    animation: gcFadeInUp 0.8s ease-out 0.4s both;
    line-height: 1.8;
}

.gc-delivery__divider {
    height: 3px;
    background: linear-gradient(90deg,
        transparent,
        rgba(39, 82, 146, 0.5),
        rgba(77, 127, 207, 0.5),
        rgba(39, 82, 146, 0.5),
        transparent);
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

.gc-delivery__divider::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: gcShimmer 3s infinite;
}

@keyframes gcShimmer {
    0% { left: -100%; }
    100% { left: 200%; }
}

.gc-delivery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    margin: 50px 0;
}

.gc-delivery__card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 40px 35px;
    border-radius: 20px;
    border: 3px solid rgba(39, 82, 146, 0.3);
    transition: all 0.4s ease;
    animation: gcFadeInUp 0.8s ease-out both;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.gc-delivery__card:nth-child(1) { animation-delay: 0.6s; }
.gc-delivery__card:nth-child(2) { animation-delay: 0.8s; }
.gc-delivery__card:nth-child(3) { animation-delay: 1s; }

.gc-delivery__card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.gc-delivery__card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 50px rgba(39, 82, 146, 0.4);
    border-color: rgba(39, 82, 146, 0.6);
}

.gc-delivery__card:hover::before {
    left: 100%;
    top: 100%;
}

.gc-delivery__icon {
    font-size: 4em;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.gc-delivery__card:hover .gc-delivery__icon {
    transform: scale(1.15) rotate(-5deg);
}

.gc-delivery__card h2 {
    font-size: 1.8em;
    color: #275292;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.gc-delivery__card p {
    font-size: 1.1em;
    color: #2c3e50;
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
}

.gc-delivery__price {
    background: linear-gradient(135deg, rgba(39, 82, 146, 0.25), rgba(77, 127, 207, 0.25));
    border: 3px solid rgba(39, 82, 146, 0.5);
    padding: 40px;
    border-radius: 20px;
    animation: gcFadeInUp 0.8s ease-out 1.2s both;
    box-shadow: 0 8px 32px rgba(39, 82, 146, 0.3);
    text-align: center;
}

.gc-delivery__price h2 {
    font-size: 2em;
    color: #275292;
    font-weight: 700;
}

.gc-delivery__features {
    background: linear-gradient(135deg, rgba(39, 82, 146, 0.15), rgba(77, 127, 207, 0.15));
    backdrop-filter: blur(15px);
    padding: 50px 40px;
    border-radius: 20px;
    border: 3px solid rgba(39, 82, 146, 0.4);
    animation: gcFadeInUp 0.8s ease-out 1.8s both;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.gc-delivery__features h2 {
    text-align: center;
    font-size: 2.2em;
    color: #275292;
    margin-bottom: 40px;
    font-weight: 700;
}

.gc-delivery__features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.gc-delivery__feature-item {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.gc-delivery__feature-item:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(39, 82, 146, 0.2);
}

.gc-delivery__feature-item i {
    font-size: 2em;
    color: #275292;
    min-width: 40px;
}

.gc-delivery__feature-item span {
    font-size: 1.05em;
    font-weight: 500;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .gc-delivery__frame {
        padding: 30px 20px;
        border-width: 15px;
    }

    .gc-delivery__title {
        font-size: 2.2em;
    }

    .gc-delivery__intro {
        font-size: 1.1em;
    }

    .gc-delivery__grid {
        grid-template-columns: 1fr;
    }

    .gc-delivery__features-list {
        grid-template-columns: 1fr;
    }

    .gc-delivery__icon {
        font-size: 3em;
    }
}/* End custom CSS */