.become-partner-text-wrap {
    margin-top: 10px
}

.become-partner-text-wrap h5 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px
}

.become-partner-text-wrap h6 {
    font-size: 20px;
    font-weight: 500;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin-bottom: 20px
}

.become-partner-text-wrap p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px
}

.benefits-list {
    margin: 25px 0
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #555
}

.check-icon {
    font-size: 16px;
    margin-top: 1px
}

.become-partner-modern-outer {
    background: #181d3a;
    padding: 60px 0;
    display: flex;
    justify-content: center
}

.become-partner-modern-card {
    background: #232852;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(22, 130, 196, .1), 0 1.5px 6px rgba(0, 0, 0, .04);
    padding: 48px 48px 40px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.become-partner-modern-grid {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    justify-content: space-between
}

.become-partner-modern-left {
    flex: 1.7 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    gap: 32px
}

.logo-cta-modern {
    flex-shrink: 0;
    margin-right: 24px;
    display: flex;
    align-items: flex-start
}

.logo-cta-modern img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(22, 130, 196, .08);
    object-fit: contain
}

.become-partner-modern-text {
    flex: 1 1;
    min-width: 0
}

.become-partner-modern-text h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #4fc3f7;
    margin-bottom: 8px;
    letter-spacing: 1px
}

.become-partner-modern-text h5 span {
    color: #fff;
    font-weight: 700
}

.become-partner-modern-text h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.2
}

.become-partner-modern-text h2 .highlight {
    color: #4fc3f7
}

.desc-main {
    font-size: 1.1rem;
    color: #e0e6f7;
    margin-bottom: 10px;
    font-weight: 500
}

.desc-sub {
    font-size: 1rem;
    color: #b0b8d9;
    margin-bottom: 22px
}

.modern-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.modern-benefits-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #e0e6f7;
    background: rgba(76, 175, 80, .07);
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(22, 130, 196, .04)
}

.check-icon {
    color: #2ecc71;
    font-size: 1.2em;
    margin-right: 10px;
    flex-shrink: 0
}

.become-partner-modern-right {
    flex: 1 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.modern-btn-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 220px
}

.modern-btn {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background .2s, color .2s, box-shadow .2s;
    box-shadow: 0 2px 8px rgba(22, 130, 196, .08)
}

.modern-btn.primary {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    color: #fff;
    border: none
}

.modern-btn.primary:hover {
    background: #126baf;
    color: #fff
}

.modern-btn.secondary {
    background: transparent;
    color: #4fc3f7;
    border: 2px solid #4fc3f7
}

.modern-btn.secondary:hover {
    background: #232852;
    color: #fff;
    border-color: linear-gradient(to right, #D29D51, #F8CA72)
}

@media (max-width:900px) {
    .become-partner-modern-card {
        padding: 32px 12px 28px
    }

    .become-partner-modern-grid {
        flex-direction: column;
        gap: 32px
    }

    .become-partner-modern-left {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start
    }

    .become-partner-modern-right {
        width: 100%;
        justify-content: flex-start
    }

    .modern-btn-group {
        width: 100%;
        flex-direction: row;
        gap: 12px
    }

    .modern-btn {
        padding: 14px 0;
        font-size: 1rem
    }
}

@media (max-width:600px) {
    .become-partner-modern-card {
        padding: 16px 2vw
    }

    .logo-cta-modern img {
        width: 60px;
        height: 60px
    }

    .become-partner-modern-text h2 {
        font-size: 1.2rem
    }

    .modern-btn-group {
        flex-direction: column;
        gap: 10px;
        width: 100%
    }
}

.become-partner-decent-outer {
    background: linear-gradient(to right, #D29D51, #F8CA72);;
    padding: 60px 0;
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.become-partner-decent-card {
    background: linear-gradient(to right, #ED1B24, #000000);
    border-radius: 20px;
    box-shadow: 0 6px 32px rgba(22, 130, 196, .1), 0 1.5px 6px rgba(0, 0, 0, .04);
    padding: 44px 40px 36px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto
}

.become-partner-decent-flex {
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: space-between
}

.become-partner-decent-logo {
    flex-shrink: 0;
    margin-right: 0;
    margin-left: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.become-partner-decent-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(22, 130, 196, .08);
    object-fit: contain;
    border: 3px solid #232852
}

.become-partner-decent-content {
    flex: 1 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.decent-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -1px
}

.decent-subtitle {
    font-size: 1.1rem;
    color: #b0b8d9;
    font-weight: 500;
    margin-bottom: 18px
}

.decent-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, linear-gradient(to right, #D29D51, #F8CA72) 60%, #fff);
    border-radius: 2px;
    margin-bottom: 22px
}

.decent-desc {
    font-size: 1.05rem;
    color: #e0e6f7;
    margin-bottom: 22px;
    line-height: 1.7;
    font-weight: 400
}

.decent-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 24px;
    gap: 12px 24px;
    width: 100%
}

.decent-benefits-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #e0e6f7;
    background: hsla(0, 0%, 100%, .03);
    border-radius: 7px;
    padding: 8px 16px;
    font-weight: 500;
    letter-spacing: .1px
}

.decent-check {
    color: #2ecc71;
    font-size: 1.1em;
    margin-right: 10px;
    flex-shrink: 0
}

.decent-btn-group {
    display: flex;
    gap: 16px;
    margin-top: 8px
}

.decent-btn {
    display: inline-block;
    min-width: 160px;
    padding: 13px 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background .2s, color .2s, box-shadow .2s;
    box-shadow: 0 2px 8px rgba(22, 130, 196, .08);
    border: none
}

.decent-btn.primary {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    color: #fff
}

.decent-btn.primary:hover {
    background: #126baf;
    color: #fff
}

.decent-btn.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid linear-gradient(to right, #D29D51, #F8CA72)
}

.decent-btn.secondary:hover {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    color: #fff
}

@media (max-width:900px) {
    .become-partner-decent-card {
        padding: 20px 2vw
    }

    .become-partner-decent-flex {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start
    }

    .become-partner-decent-logo {
        margin-left: 0;
        margin-top: 18px;
        justify-content: flex-start;
        width: 100%
    }

    .decent-btn-group {
        flex-direction: column;
        gap: 10px;
        width: 100%
    }

    .decent-btn {
        width: 100%;
        min-width: 0
    }

    .decent-benefits-list {
        grid-template-columns: 1fr;
        gap: 10px
    }
}

.slider-image-text-wraper {
    background-size: cover !important;
    height: 750px;
    padding: 70px 0;
    background-color: linear-gradient(to right, #ED1B24, #000000)
}

.carousel-control-next,
.carousel-control-prev {
    width: 45px;
    height: 45px;
    background-color: #D29D51;
    border-radius: 50%;
    opacity: 1;
    margin: 0 25px;
    position: absolute;
    top: 35%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem
}

.slider-text-main-wraper span {
    font-size: 14px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
    display: block
}

.slider-text-main-wraper span:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    background: #fff;
    width: 25px;
    height: 2px
}

.slider-text-main-wraper h1 {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    letter-spacing: -3px;
    font-weight: 500;
    margin: 10px 0
}

.slider-text-main-wraper h1 strong {
    display: block;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    font-weight: 500
}

.slider-text-main-wraper p {
    font-size: 22px;
    color: #fff;
    line-height: 35px
}

.search-slider-wrap {
    margin-top: 20px;
    width: 90%
}

.search-slider-wrap .col-md-8 {
    padding-right: 0
}

.search-slider-wrap .form-group {
    position: relative
}

.search-slider-wrap .form-group i {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 22px;
    color: #20254b
}

.search-slider-wrap .form-group .form-control {
    height: 60px;
    box-shadow: none;
    border: none;
    outline: none;
    padding-left: 45px;
    font-size: 14px;
    border-radius: 12px
}

.search-slider-wrap .btn-group-search button {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px
}

.inner-slider-wraper {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    padding: 30px 0
}

.inner-slider-wraper h1 {
    color: #fff;
    font-size: 36px
}

.breadcrum-wrap {
    text-align: right;
    margin-top: 10px
}

.breadcrum-wrap a {
    font-size: 14px;
    color: #fff
}

.breadcrum-wrap span {
    color: #fff;
    margin: 0 5px;
    position: relative;
    top: 2px
}

.blog-main-wraper {
    padding: 80px 0
}

.blog-sub-heading {
    font-size: 14px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    display: block;
    margin-bottom: 15px
}

.blog-sub-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    width: 25px;
    height: 2px
}

.blog-main-wraper h2 {
    font-size: 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 15px 0;
    line-height: 45px;
    font-weight: 600
}

.blog-main-wraper p {
    font-size: 16px;
    line-height: 1.6;
    color: #636579;
    margin-bottom: 15px
}

.blog-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin-top: 20px
}

.blog-features {
    list-style: none;
    margin: 15px 0;
    padding-left: 0
}

.blog-features li {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative
}

.blog-features li:before {
    content: "•";
    color: linear-gradient(to right, #D29D51, #F8CA72);
    font-weight: 700;
    position: absolute;
    left: 0
}

.blog-tagline {
    font-size: 18px;
    font-weight: 600;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    font-style: italic;
    margin-top: 20px
}

.blog-decent-outer {
    background: #f4f7fb;
    padding: 70px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.blog-decent-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 32px rgba(22, 130, 196, .08), 0 1.5px 6px rgba(0, 0, 0, .03);
    padding: 48px 48px 40px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto
}

.blog-decent-flex {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    justify-content: space-between
}

.blog-decent-left {
    flex: 1.1 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog-decent-subtitle {
    font-size: 1.1rem;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blog-decent-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin-bottom: 8px;
    letter-spacing: -1px
}

.blog-decent-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, linear-gradient(to right, #D29D51, #F8CA72) 60%, #fff);
    border-radius: 2px;
    margin-bottom: 22px
}

.blog-decent-desc {
    font-size: 1.08rem;
    color: #111;
    margin-bottom: 18px;
    line-height: 1.7;
    font-weight: 400
}

.blog-decent-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 24px;
    gap: 10px 24px;
    margin-bottom: 18px
}

.blog-decent-feature {
    font-size: 1rem;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500
}

.blog-decent-feature i {
    color: #2ecc71;
    font-size: 1.1em
}

.blog-decent-tagline {
    font-size: 1.1rem;
    font-weight: 600;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    font-style: italic;
    margin-top: 18px
}

.blog-decent-right {
    flex: 1.2 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.blog-decent-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: flex-end
}

.blog-decent-tab {
    background: #f4f7fb;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    border: none;
    border-radius: 20px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s, color .18s
}

.blog-decent-tab.active,
.blog-decent-tab:hover {
    background: linear-gradient(to right, #D29D51, #F8CA72);
    color: #fff
}

.blog-decent-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    gap: 32px;
    width: 100%
}

.blog-card {
    background: #f9fbfd;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(22, 130, 196, .07);
    overflow: hidden;
    transition: box-shadow .2s, transform .18s;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.blog-card:hover {
    box-shadow: 0 8px 32px rgba(22, 130, 196, .13);
    transform: translateY(-3px) scale(1.025)
}

.blog-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block
}

.blog-card-meta {
    display: flex;
    gap: 16px;
    font-size: .97rem;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin: 16px 20px 0;
    align-items: center
}

.blog-card-meta i {
    margin-right: 4px
}

.blog-card-title {
    font-size: 1.13rem;
    font-weight: 700;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 12px 20px 20px;
    line-height: 1.4
}

@media (max-width:1100px) {
    .blog-decent-card {
        padding: 28px 8vw
    }

    .blog-decent-flex {
        flex-direction: column;
        gap: 32px
    }

    .blog-decent-right {
        align-items: flex-start;
        width: 100%
    }

    .blog-decent-cards-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .blog-decent-features-grid {
        grid-template-columns: 1fr;
        gap: 10px
    }
}

@media (max-width:700px) {
    .blog-decent-card {
        padding: 14px 2vw
    }

    .blog-decent-title {
        font-size: 1.2rem
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%
}

.carousel-indicators {
    bottom: 165px
}

.certification-main-wraper {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0 25%, #cbd5e1 50%, #94a3b8 75%, #64748b);
    position: relative;
    overflow: hidden;
    min-height: 100vh
}

.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(59, 130, 246, .1), rgba(147, 51, 234, .1));
    animation: float 6s ease-in-out infinite
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s
}

.shape-2 {
    width: 120px;
    height: 120px;
    top: 20%;
    right: 15%;
    animation-delay: 1s
}

.shape-3 {
    width: 60px;
    height: 60px;
    bottom: 30%;
    left: 20%;
    animation-delay: 2s
}

.shape-4 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    right: 10%;
    animation-delay: 3s
}

.shape-5 {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    animation-delay: 4s
}

@keyframes float {

    0%,
    to {
        transform: translateY(0) rotate(0deg)
    }

    50% {
        transform: translateY(-20px) rotate(180deg)
    }
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2
}

.title-container {
    margin-bottom: 40px
}

.title-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, .2);
    border-radius: 50px;
    padding: 15px 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1)
}

.badge-icon {
    font-size: 24px;
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.top-sub-heading {
    font-size: 16px;
    color: #3b82f6;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(59, 130, 246, .3)
}

.gradient-title {
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 30px;
    line-height: 1.1;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6 25%, #ec4899 50%, #f59e0b 75%, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(59, 130, 246, .3);
    animation: glow 3s ease-in-out infinite alternate
}

@keyframes glow {
    0% {
        filter: drop-shadow(0 0 20px rgba(59, 130, 246, .5))
    }

    to {
        filter: drop-shadow(0 0 30px rgba(139, 92, 246, .8))
    }
}

.title-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px
}

.underline-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    border-radius: 2px;
    animation: pulse 2s infinite
}

.underline-dot {
    width: 12px;
    height: 12px;
    background: #ec4899;
    border-radius: 50%;
    animation: pulse 2s .5s infinite
}

@keyframes pulse {

    0%,
    to {
        opacity: .5;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.section-description {
    font-size: 20px;
    line-height: 1.7;
    color: #475569;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.certifications-benefits {
    margin-bottom: 100px;
    position: relative;
    z-index: 2
}

.benefits-hexagon-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 32px 0 0
}

.hexagon-benefit {
    background: #eaf0fb;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(22, 130, 196, .06);
    padding: 18px 18px 12px;
    min-width: 180px;
    max-width: 210px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.5px solid #c7d6ee;
    transition: box-shadow .2s, border .2s
}

.hexagon-benefit:hover {
    box-shadow: 0 6px 24px rgba(22, 130, 196, .13);
    border: 1.5px solid linear-gradient(to right, #D29D51, #F8CA72)
}

.benefit-icon {
    background: linear-gradient(135deg, #5b7cff, #a259ff);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(90, 120, 255, .1)
}

.benefit-icon i {
    color: #fff;
    font-size: 1.3rem
}

.benefit-text {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3a4a;
    text-align: center;
    line-height: 1.3
}

@media (max-width:900px) {
    .benefits-hexagon-grid {
        gap: 18px
    }

    .hexagon-benefit {
        min-width: 140px;
        max-width: 160px;
        min-height: 90px;
        padding: 12px 8px 8px
    }

    .benefit-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 6px
    }

    .benefit-icon i {
        font-size: 1rem
    }

    .benefit-text {
        font-size: .85rem
    }
}

@media (max-width:600px) {
    .benefits-hexagon-grid {
        flex-wrap: wrap;
        gap: 10px
    }

    .hexagon-benefit {
        min-width: 110px;
        max-width: 120px;
        min-height: 70px;
        padding: 8px 4px 4px
    }

    .benefit-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 4px
    }

    .benefit-icon i {
        font-size: .8rem
    }

    .benefit-text {
        font-size: .7rem
    }
}

.certifications-slider-container {
    position: relative;
    z-index: 2
}

.certification-listing-wrap {
    background: hsla(0, 0%, 100%, .95);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, .2);
    border-radius: 25px;
    padding: 40px 30px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column
}

.certification-listing-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b, #10b981);
    transform: scaleX(0);
    transition: transform .5s ease
}

.certification-listing-wrap:hover:before {
    transform: scaleX(1)
}

.certification-listing-wrap:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(59, 130, 246, .1) 0, transparent 70%);
    transform: scale(0);
    transition: transform .5s ease
}

.certification-listing-wrap:hover:after {
    transform: scale(1)
}

.certification-listing-wrap:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(59, 130, 246, .3);
    border-color: rgba(139, 92, 246, .5)
}

.certification-listing-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6 50%, #ec4899);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(59, 130, 246, .4);
    flex-shrink: 0
}

.certification-listing-icon:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, hsla(0, 0%, 100%, .2), transparent);
    transform: rotate(45deg) translateX(-100%);
    transition: transform .6s ease
}

.certification-listing-wrap:hover .certification-listing-icon:before {
    transform: rotate(45deg) translateX(100%)
}

.certification-listing-icon i {
    font-size: 40px;
    color: #fff;
    z-index: 2;
    position: relative
}

.cetification-text-wrap {
    flex: 1 1;
    display: flex;
    flex-direction: column
}

.cetification-text-wrap h5 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 20px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.cetification-text-wrap p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 25px;
    font-weight: 400;
    flex: 1 1
}

.award-image-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: .1;
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: all .4s ease;
    filter: drop-shadow(0 0 10px rgba(59, 130, 246, .5))
}

.certification-listing-wrap:hover .award-image-wrap {
    opacity: .3;
    transform: scale(1.2) rotate(10deg)
}

.swiper {
    padding: 30px 0 80px
}

.swiper-slide {
    height: auto
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(59, 130, 246, .3);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: all .3s ease
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-color: rgba(236, 72, 153, .6);
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(59, 130, 246, .4)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
    font-weight: 700;
    color: #3b82f6
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #fff
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(59, 130, 246, .3);
    opacity: 1;
    transition: all .3s ease;
    border: 2px solid rgba(59, 130, 246, .5)
}

.swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    transform: scale(1.3);
    border-color: #ec4899;
    box-shadow: 0 0 20px rgba(59, 130, 246, .6)
}

@media screen and (max-width:768px) {
    .certification-main-wraper {
        padding: 80px 0 60px
    }

    .gradient-title {
        font-size: 36px
    }

    .section-description {
        font-size: 18px
    }

    .benefits-hexagon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .hexagon-benefit {
        height: 150px
    }

    .certification-listing-wrap {
        padding: 30px 20px 25px;
        height: 350px
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
}

@media screen and (max-width:480px) {
    .gradient-title {
        font-size: 28px
    }

    .section-description {
        font-size: 16px
    }

    .benefits-hexagon-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .certification-listing-icon {
        width: 70px;
        height: 70px
    }

    .certification-listing-icon i {
        font-size: 32px
    }

    .certification-listing-wrap {
        height: 320px
    }
}
