.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__images {
    height: var(--carousel-height);
}
.slider__images .slider__image img {
    transition: 3s;
}
.slider__images .slider__image:hover img {
    transform: scale(1.1);
}
.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider__image:after {
    content: "";
    background-color: #0000002b;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 20px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 12px;
    height: 12px;
    transition: linear .5s all;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    width: 28px;
    border-radius: 28px;
}
.slider_content {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    padding: 40px;
    z-index: 1;
}
.slider-content-details {
    max-width: 55%;
    /* margin: auto;
    text-align: center; */
}
.slider_content h2 {
    font-size: 68px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}
.slider_content .btn {
    transition: linear .5s all;
    max-width: max-content;
    min-width: 190px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.8px;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.slider_content h2:nth-child(1).fade-in {
    animation: fadeInLeft 0.8s ease-out both;
}
.slider_content h2:nth-child(2).fade-in {
    animation: fadeInLeft 1s ease-out both;
}
.slider_content p.fade-in {
    animation: fadeInLeft 1.2s ease-out both;
}
.slider_content .slider_buttons.fade-in {
    animation: fadeInLeft 1.4s ease-out both;
}
.custom-swiper-navigation {
    font-size: 18px;
    font-family: 'Geom';
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 20;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    transition: transform 0.4s ease-in-out;
}
.swiper-button-prev-custom:before, .swiper-button-next-custom:before {
    content: "";
    border: 1px solid #ffffffbd;
    border-radius: 12px;
    position: absolute;
    width: 45px;
    height: 45px;
    transform: translateX(-10px);
    transition: width 0.4s ease-in-out; /* Transition on width */
}
.swiper-button-next-custom:before {
    right: 0;
}
.swiper-button-prev-custom:hover:before, .swiper-button-next-custom:hover:before {
    width: calc(100% - 25px);
}
.arrow-line {
    width: 48px;
    transition: transform 0.4s ease-in-out;
}
.swiper-button-prev-custom .arrow-text, .swiper-button-next-custom .arrow-text {
    transition: transform 0.4s ease-in-out;
}
.swiper-button-prev-custom:hover .arrow-text {
    transform: translateX(-70%);
}
.swiper-button-next-custom:hover .arrow-text {
    transform: translateX(50px);
}
.swiper-button-prev-custom:hover .arrow-line {
    transform: translateX(82px);
}
.swiper-button-next-custom:hover .arrow-line {
    transform: translateX(-48px);
}
.title {
    font-size: 40px;
    font-weight: 800;
    font-family: "Cormorant", serif;
    -webkit-text-stroke: 0.5px;
    letter-spacing: 0.85px;
}
.sub-title {
    color: var(--third-color);
    font-size: 16px;
}
/******** [BEGIN]: FEATURED ************/
.world-map-bg {
    background-image: var(--world-map-bg);
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100px;
    filter: brightness(0.5) drop-shadow(2px 4px 6px black);
}
.featured-banner {
    color: #fff;
    min-height: 325px;
    position: relative;
}
.featured-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--products-bg);
    transition: transform 1.2s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
}
/* .featured-banner:hover::before {
    transform: scale(1.1);
} */
.featured-banner * {
    z-index: 1;
}
.featured-banner-img {
    margin: -150px 0px 0px 0px;
}
.fetured-bg-shape {
    background-image: var(--fetured-bg-shape);
    background-size: cover;
    display: block;
    background-position: center;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    position: absolute;
}
.featured-banner-img img {
    width: 90%;
    margin-inline: 5%;
}
.featured-banner .sub-title {
    color: #ffffffd6;
}
.featured-banner .main-btn {
    padding: 14px 25px !important;
    max-width: max-content;
}
.featured-banner .overlay {
    border-radius: 14px;
    background-color: rgb(57 44 1 / 49%);
}
/******** [END]: FEATURED ************/

.category-circle {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.category-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 28%;
}
.wrapper-category:hover .category-circle {
    transform: scale(1.05);
}
.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}
.section-products {
    margin-top: -110px;
}
/* WHY GO WITH FOTOALI SECTION */
.fotoali-showcase {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8fafccf, #f8fafc);
    position: relative;
    overflow: hidden;
}

.fotoali-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(15,115,238,0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.showcase-header {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.showcase-header h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: var(--second-color);
    margin-bottom: 1.5rem;
}

.showcase-header .lead {
    font-size: 1.2rem;
    color: var(--third-color);
    line-height: 1.6;
}

/* Features Grid with improved card backgrounds */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.feature-card {
    background: linear-gradient(145deg, #ffffff, #f8faff);
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(15,115,238,0.1);
    position: relative;
    overflow: hidden;
}

/* Subtle decorative element */
.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(15,115,238,0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 50px -15px rgba(15,115,238,0.2);
    border-color: var(--main-color);
    background: linear-gradient(145deg, #ffffff, #f0f7ff);
}

.feature-card.featured {
    background: linear-gradient(145deg, var(--second-color) 0%, #0e1a3a 100%);
    color: white;
    border: none;
    box-shadow: 0 25px 40px -15px rgba(8,16,45,0.4);
}

.feature-card.featured::after {
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
}

.feature-card.featured:hover {
    background: linear-gradient(145deg, var(--second-color) 0%, #12204a 100%);
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 35px 50px -15px hsla(213, 88%, 50%, 0.30);
}

.feature-icon {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.feature-icon svg {
    color: var(--main-color);
    stroke: var(--main-color);
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 4px 8px rgba(15,115,238,0.2));
}

.feature-card.featured .feature-icon svg {
    filter: drop-shadow(0 4px 12px rgba(255,255,255,0.3));
}

.feature-card h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Geom', sans-serif;
    position: relative;
    z-index: 1;
}

.feature-card p {
    color: var(--third-color);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.feature-card.featured p {
    color: rgba(255,255,255,0.8);
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
    position: relative;
    z-index: 1;
}

.feature-link:hover {
    gap: 12px;
    color: var(--second-color);
}

.feature-card.featured .feature-link {
    color: var(--main-color);
}

.feature-link svg {
    stroke: currentColor;
    stroke-width: 2;
}

/* Responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .fotoali-showcase {
        padding: 50px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-card h3 {
        font-size: 1.4rem;
    }
}

/* Background image overlay */
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://images.pexels.com/photos/2387873/pexels-photo-2387873.jpeg?auto=compress&cs=tinysrgb&w=600&h=800&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 0.15;
}

/* Different images for each card */
.feature-card:nth-child(1)::before {
    background-image: url('https://images.pexels.com/photos/196644/pexels-photo-196644.jpeg?auto=compress&cs=tinysrgb&w=600&h=400&fit=crop');
}

.feature-card:nth-child(2)::before {
    background-image: url('https://images.pexels.com/photos/2086361/pexels-photo-2086361.jpeg?auto=compress&cs=tinysrgb&w=600&h=900&fit=crop');
}

/* Content stays above background */
.feature-icon, 
.feature-card h3, 
.feature-card p, 
.feature-link {
    position: relative;
    z-index: 1;
}

/******** [BEGIN]: BOX ICON ************/
.box-icon .icon svg{
    width: 50px;
    height: 50px;
}
/******** [END]: BOX ICON ************/

.brands-carousel img {
    max-height: 50px;
    width: auto;
}
.rtl .slider_content h2 {
    font-size: 50px;
    font-weight: 800;
}
.rtl .slider_content .btn {
    font-size: 16px;
}
.rtl .swiper-button-prev-custom svg, .rtl .swiper-button-next-custom svg {
    transform: rotate(180deg) translate(0) !important;
}
.rtl .swiper-button-prev-custom:hover .arrow-text {
    transform: translateX(-10%);
}
.rtl .swiper-button-prev-custom:hover:before, .rtl .swiper-button-next-custom:hover:before {
    width: calc(100% - 35px);
}
.rtl .swiper-button-next-custom:before {
    left: 42px;
    right: auto;
}
.rtl .swiper-button-next-custom:hover .arrow-text {
    transform: translateX(6px);
}

@media (max-width: 1440px) {
    .title {
        font-size: 38px;
    }
}
@media screen and (max-width: 1300px) {
    .slider-content-details {
        max-width: 60%;
    }
    .title {
        font-size: 38px !important;
    }
    .sub-title {
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .slider-content-details {
        max-width: 65%;
    }
    .slider_content h2 {
        font-size: 62px;
    }
    .slider_content .btn {
        font-size: 18px;
    }
    .slider__images {
        --carousel-height: 650px;
    }
}
@media screen and (max-width: 1024px) {
    .slider_content h2 {
        font-size: 58px;
    }
    .slider__images {
        --carousel-height: 600px;
    }
}
@media (max-width: 991.98px) {
    .slider__images {
        --carousel-height: 490px;
    }
    .title {
        font-size: 36px !important;
    }
    .slider-content-details {
        max-width: 76%;
    }
    .slider_content h2 {
        font-size: 48px;
    }
    .slider-content-details p {
        font-size: 15px;
    }
    .slider_content .btn {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }
    .slider__images {
        width: 100%;
        --carousel-height: 520px;
    }
    .slider_content {
        position: relative;
        top: -100%;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .slider_content img {
        margin: auto;
    }
    .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .swiper-pagination-bullet-active {
        width: 32px;
        height: 12px;
    }
    .slider_buttons{
        margin-inline: 20px;
    }
    .slider_content h2 {
        font-size: 48px !important;
    }
    .title {
        font-size: 32px !important;
    }
    .slider-content-details {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .section-products {
        margin-top: -90px;
    }
    .sub-title {
        font-size: 14px;
    }
    .slider_content {
        padding: 20px;
    }
    .slider_content img {
        max-width: 125px;
    }
    .slider_content h2 {
        font-size: 36px !important;
    }
    .slider_content .btn {
        font-size: 16px;
        padding: 12px !important;
    }
    .slider-content-details p {
        font-size: 14px;
    }
    .swiper-button-prev-custom:before, .swiper-button-next-custom:before {
        width: 35px;
        height: 35px;
    }
    .arrow-line {
        width: 0;
    }
    .arrow-text {
        font-size: 13px;
    }
    .swiper-button-prev-custom:hover .arrow-text, .swiper-button-next-custom:hover .arrow-text  {
        transform: translateX(0);
    }
}

/* GROW YOUR AUDIENCE SECTION */
.audience-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #0B1120 0%, #0F1A2F 100%);
    position: relative;
    overflow: hidden;
}

/* Abstract background elements - subtle glow */
.audience-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--social_media_bg);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.audience-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(15,115,238,0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(40px);
}

.audience-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Left Content */
.audience-badge {
    display: inline-block;
    background: rgba(15,115,238,0.15);
    color: #4a9eff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 40px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(15,115,238,0.2);
    backdrop-filter: blur(5px);
}

.audience-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-family: 'Geom', sans-serif;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.audience-content .lead {
    font-size: 1.1rem;
    color: #9BA9C5;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* Feature List */
.audience-content .feature-list {
    margin-bottom: 40px;
}

.audience-content .feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.audience-content .feature-icon {
    width: 24px;
    height: 24px;
    background: rgba(15,115,238,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a9eff;
    border: 1px solid rgba(15,115,238,0.2);
    margin-bottom: 0;
}

.audience-content .feature-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
}

.audience-content .feature-item span {
    font-size: 1rem;
    color: #E5E9F0;
    font-weight: 500;
}

/* CTA Button */
.audience-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--main-color) 0%, #2d7aff 100%);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px -8px rgba(15,115,238,0.4);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
}

.audience-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.audience-cta:hover {
    background: linear-gradient(135deg, #2d7aff 0%, var(--main-color) 100%);
    gap: 15px;
    box-shadow: 0 20px 35px -8px rgba(15,115,238,0.6);
    transform: translateY(-2px);
}

.audience-cta:hover::before {
    left: 100%;
}

.audience-cta svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    transition: transform 0.3s ease;
    fill: none;
    stroke-width: 1.8;
}

.audience-cta:hover svg {
    transform: translateX(5px);
}

/* Right Side */
.audience-visual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 550px;
}

.visual-wrapper {
    position: relative;
    width: 90%;
}

/* Main Large Image */
.main-image-container {
    width: 100%;
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.1);
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Smaller Overlapping Image (Top Left) */
.overlap-image-container {
    position: absolute;
    top: -40px;
    left: -60px;
    width: 240px;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 5;
    border: 6px solid #fff;
    box-shadow: 0 20px 40px #293c7480;
}

.overlap-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .audience-visual { min-height: auto; padding-top: 60px; }
    .overlap-image-container { width: 180px; height: 180px; left: -20px; }
}

/* Floating Stats Card - Dark Theme */
.floating-card {
    position: absolute;
    bottom: -30px;
    left: 0;
    transform: translateX(-50%);
    background: rgba(18, 26, 40, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 30px 50px -15px #293c7480;
    z-index: 10;
    min-width: 280px;
    border: 1px solid rgba(255,255,255,0.08);
}

.floating-card .card-title {
    font-size: 0.9rem;
    color: #9BA9C5;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.floating-card .card-stats {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 15px;
}

.floating-card .stat-number {
    font-size: 2.4rem;
    font-weight: 700;
    color: white;
    font-family: 'Geom', sans-serif;
    line-height: 1;
}

.floating-card .stat-label {
    color: #4a9eff;
    font-weight: 600;
    font-size: 0.95rem;
    background: rgba(15,115,238,0.15);
    padding: 4px 10px;
    border-radius: 30px;
    border: 1px solid rgba(15,115,238,0.2);
}

.floating-card .progress-bar {
    margin-top: 15px;
    height: 6px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    overflow: hidden;
}

.floating-card .progress-fill {
    height: 100%;
    width: 75%;
    background: linear-gradient(90deg, var(--main-color), #4a9eff);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(15,115,238,0.5);
}

.floating-card .card-footer {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #7c8aa5;
    display: flex;
    align-items: center;
    gap: 6px;
}

.floating-card .card-footer svg {
    width: 14px;
    height: 14px;
    stroke: #4a9eff;
}


@media (max-width: 992px) {
    .audience-container {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    
    .audience-content {
        max-width: 100%;
        text-align: center;
    }
    
    .feature-item {
        justify-content: center;
    }
    
    .audience-visual {
        height: 550px;
    }
    
    .floating-card {
        bottom: -50px;
    }
}

@media (max-width: 768px) {
    .audience-section {
        padding: 60px 0;
    }
    
    .audience-content h2 {
        font-size: 2.2rem;
    }
    
    .audience-visual {
        height: 500px;
    }
}

@media (max-width: 576px) {
    .audience-visual {
        height: 400px;
    }
            
    .floating-card {
        min-width: 240px;
        padding: 15px 20px;
    }
    
    .floating-card .stat-number {
        font-size: 2rem;
    }
}