/* ==========================================================================
   Guidelines: Scroll Reveal and Elementor Editor Preview rendering
   ========================================================================== */
.elementor-editor-active .reveal,
.elementor-edit-mode .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* ==========================================================================
   General Layout Helpers (Theme-independent fallback)
   ========================================================================== */
.banner-one *,
.banner-one *::before,
.banner-one *::after {
    box-sizing: border-box;
}

.banner-one .container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}

.banner-one .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.banner-one .justify-content-center {
    justify-content: center;
}

.banner-one .align-items-center {
    align-items: center;
}

.banner-one .col-lg-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .banner-one .col-lg-7 {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

.banner-one .text-center {
    text-align: center;
}

/* ==========================================================================
   Hero Banner One Styles
   ========================================================================== */
.banner-one {
    position: relative;
    padding: 130px 0 100px;
    background-color: #061121;
    overflow: hidden;
    z-index: 1;
}

.banner-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.banner-one__inner {
    position: relative;
    width: 100%;
    z-index: 2;
}

.banner-one__left {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.banner-one__title-box {
    margin-bottom: 22px;
}

/* Subtitle Pill / Badge */
.banner-one__sub-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.banner-one__sub-title p {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 168, 150, 0.12);
    border: 1px solid rgba(0, 229, 200, 0.25);
    color: #00e5c8;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.banner-one__sub-title p i,
.banner-one__sub-title p svg {
    color: #00e5c8;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    transition: transform 0.3s ease;
}

.banner-one__sub-title p:hover i,
.banner-one__sub-title p:hover svg {
    transform: scale(1.15) rotate(-6deg);
}

/* Title */
.banner-one__title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.banner-one__title br {
    display: block;
}

.banner-one__title span {
    color: #00e5c8;
    background: linear-gradient(135deg, #00e5c8 0%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Description Text */
.banner-one__text {
    font-size: 17.5px;
    color: #a0aec0;
    line-height: 1.7;
    margin: 0 auto 35px auto;
    max-width: 660px;
    font-weight: 400;
}

/* Action Theme Button */
.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 38px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(0, 119, 182, 0.35);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.theme-btn:hover {
    background: linear-gradient(135deg, #0096c7 0%, #023e8a 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 119, 182, 0.5);
}

.theme-btn i,
.theme-btn svg {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.theme-btn:hover i,
.theme-btn:hover svg {
    transform: translateX(4px);
}

/* ==========================================================================
   Solutions Grid Styles
   ========================================================================== */
.solutions-grid-wrapper {
    margin-top: 65px;
    width: 100%;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
}

.solution-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 229, 200, 0.08), rgba(0, 119, 182, 0.08));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 229, 200, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.solution-card:hover::before {
    opacity: 1;
}

.solution-card > * {
    position: relative;
    z-index: 1;
}

.solution-card__icon-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(0, 229, 200, 0.1);
    border: 1px solid rgba(0, 229, 200, 0.25);
    color: #00e5c8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.35s ease;
}

.solution-card:hover .solution-card__icon-wrap {
    transform: scale(1.1) rotate(6deg);
    background: #0077b6;
    border-color: #00e5c8;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 229, 200, 0.45);
}

.solution-card__icon-wrap i,
.solution-card__icon-wrap svg {
    font-size: 26px;
    line-height: 1;
    display: block;
}

.solution-card__title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: 0.3px;
}

.solution-card__desc {
    font-size: 14.5px;
    color: #a0aec0;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .banner-one {
        padding: 95px 0 75px;
    }
    .banner-one__title {
        font-size: 40px;
    }
    .banner-one__text {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .banner-one {
        padding: 75px 0 55px;
    }
    .banner-one__title {
        font-size: 32px;
    }
    .banner-one__text {
        font-size: 15px;
    }
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    .theme-btn {
        padding: 14px 30px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Auto Coverages Types Widget Styles
   ========================================================================== */
.auto-coverages-section {
    padding: 60px 0;
    position: relative;
}

.stars-divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.stars-divider .line {
    height: 1px;
    flex-grow: 1;
    max-width: 120px;
}

.stars-divider .blue-line {
    background: linear-gradient(to left, rgba(0, 40, 85, 0.8), transparent);
}

.stars-divider .blue-line:last-child {
    background: linear-gradient(to right, rgba(0, 40, 85, 0.8), transparent);
}

.stars-divider .stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stars-divider .star {
    font-size: 14px;
    line-height: 1;
}

.stars-divider .star.blue {
    color: #4a90e2;
}

.stars-divider .star.red {
    color: #ff4d4d;
}

.section-title-wrap {
    margin-bottom: 45px;
}

.section-title-main {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: 1px;
}

.section-subtitle {
    font-size: 16px;
    color: #a0aec0;
    line-height: 1.6;
    margin: 15px auto 0 auto;
}

.auto-coverages-grid {
    display: grid;
    gap: 25px;
    width: 100%;
}

.coverage-type-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.coverage-type-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.coverage-type-card .coverage-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.coverage-type-card .coverage-icon-circle.bg-blue {
    background: rgba(0, 40, 85, 0.2);
    border: 1px solid rgba(0, 40, 85, 0.4);
    color: #4a90e2;
}

.coverage-type-card .coverage-icon-circle.bg-red {
    background: rgba(208, 10, 20, 0.15);
    border: 1px solid rgba(208, 10, 20, 0.3);
    color: #ff4d4d;
}

.coverage-type-card:hover .coverage-icon-circle {
    transform: scale(1.1) rotate(5deg);
}

.coverage-type-card .coverage-type-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.coverage-type-card .coverage-type-desc {
    font-size: 14.5px;
    color: #a0aec0;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
}
