@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.gradient-bg {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
}

.gradient-text {
    background: linear-gradient(90deg, #6366F1 0%, #8B5CF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.influencer-card {
    transition: all 0.3s ease;
}

.influencer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.platform-icon {
    transition: all 0.3s ease;
}

.platform-icon:hover {
    transform: scale(1.1);
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.custom-shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.shape-fill {
    fill: #FFFFFF;
}

/* testimonial style */

.swiper-slide {
    position: relative;
}

.testimonial-background {
    margin-top: 65px;

    height: 250px;
    background-color: #E8EAF6;
    z-index: 2;
}

.card-wrap {
    position: absolute;
    top: 0;
}

.profile-image {
    position: absolute;
    width: 69px;
    top: -15%;
    right: -15px;
    padding: 10px;
    background: #fefefe;
    border-radius: 10px;
    transform: rotate(-30deg);
}

.pre,
.post {
    width: 10px;
    height: 10px;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 25px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.pre:hover,
.post:hover {
    background-color: #555;
    transform: scale(1.05);
}

.pre::before {
    content: "";
}

.post::after {
    content: "";
}

.fadeInTop {
    animation: fadeInTop 0.3s ease towards;
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#campaign .swiper-pagination {
    position: absolute !important;
    top: 50% !important;
    left: 25% !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
    width: auto;

}
@media (max-width: 640px) {
    #campaign .swiper-pagination {
            padding: 10px;
            position: static !important;
            transform: translate(-0%, -0%) rotate(0deg) !important;
            width: auto;
            }
            
}
.swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #4f46e5;
}

.wrapper {
    display: table;
    border: 5px solid #111;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    height: 280px;
}

.wrapper .testimonial-top {
    width: 40px;
    position: absolute;
    top: -8%;
    left: 10%;
    transform: rotate(180deg);
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
}

.wrapper .testimonial-bottom {
    width: 40px;
    position: absolute;
    bottom: -8%;
    right: 10%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
}

.influencer {
    position: relative;
}

.influencer h6 {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -10%;
    left: 0%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
}

.influencer .exclusive-inf {
    position: relative;
    border-radius: 25%;
    transition: 1s;
    overflow: hidden;
}

.influencer .exclusive-inf img {
    border-radius: 20px;
}

.influencer .exclusive-inf .content {
    position: absolute;
    margin-top: 100%;
    top: 0px;
    transition: 1s;
    border-radius: 30px;
    text-align: center;
}

.influencer .exclusive-inf .content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.6em;
    margin-bottom: 3rem;
    background-color: rgb(229 231 235 / 1);
}

.influencer .exclusive-inf .content p {
    font-size: 14px;
}

.influencer:hover .exclusive-inf .content {
    background-color: hsla(0, 0%, 7%, 0.9);
    margin-top: 0%;
    padding-top: 5%;
    height: 100%;
    z-index: 1;
}

.influencer:hover .fashion {
    display: none;
}

.influencer:hover .exclusive-inf .content h4 {
    margin-bottom: 1rem;
    z-index: 99;
    color: #f1ebeb;
    background-color: rgb(229 231 235 / 0);
}

.influencer:hover .exclusive-inf .content p {
    color: #e1dada;
    font-weight: 400;
}

.iphone-frame {
    position: relative;
    width: 375px;
    height: 612px;
    margin: 0 auto;
    border: 12px solid #111;
    border-radius: 40px;
    box-shadow: 0 0 0 2px #333, 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #000;
}

.iphone-frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 25px;
    background: #111;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 20;
}

.iphone-frame::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #222;
    border-radius: 4px;
    z-index: 20;
}

.screen-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
}

.video-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Adaptation */
@media (max-width: 500px) {


    .iphone-frame {
        transform: scale(0.95);
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .iphone-frame {
        transform: scale(0.85);
    }
}

@media (max-width: 350px) {
    .iphone-frame {
        transform: scale(0.75);
    }
}

.select2-container--default .select2-selection--multiple {
    background-color: #f9fafb;
    /* Tailwind gray-50 */
    border: 1px solid #d1d5db;
    /* Tailwind gray-300 */
    border-radius: 0.5rem;
    /* rounded-lg */
    min-height: 42px;
    padding: 0.3rem 0.6rem;
    font-size: 0.875rem;
    /* text-sm */
}

/* On focus - blue ring */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3b82f6 !important;
    /* Tailwind blue-500 */
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* Selected tags styling */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dbeafe;
    /* Tailwind blue-200 */
    color: #1e40af;
    /* Tailwind blue-900 */
    border: none;
    border-radius: 0.375rem;
    /* rounded-md */
    /* padding: 0.15rem 0.5rem; */
    /* font-size: 0.75rem;  */
}

/* Cross icon inside tag - default alignment preserved */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #1e40af;
    /* Tailwind blue-900 */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ef4444;
    /* Tailwind red-500 */
}

/* Dropdown styling */
.select2-dropdown {
    border-radius: 0.5rem;
    /* rounded-lg */
    border-color: #d1d5db;
    /* gray-300 */
}

.select2-results__option {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    /* text-sm */
}

.select2-results__option--highlighted {
    background-color: #3b82f6 !important;
    /* blue-500 */
    color: white;
}

.swiper-wrapper {
    transform: translateZ(0);
    will-change: transform;
}

.clientSwiper img {
    width: 100%;
    display: block;
}