/*  SECTION HOW IT WORKS */

body,
html {
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth !important;
}

.menu-dropdown {
    position: relative;
}

.menu-dropdown .dropdown-menu {
    position: absolute;
    bottom: 100%; /* yuxarıda açılsın */
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    display: none; /* əvvəlcə gizli olsun */
    z-index: 1000;
}
.menu-dropdown .dropdown-menu li a {
    color: #000 !important;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.menu-dropdown .dropdown-menu li a:hover {
    background-color: #f0f0f0;
}


.landing-dark-bg{
    background: #17263A;
}

.button_container a {
    margin: 0 5px;
}

.banner-container {
    margin-bottom: 20px;
}

#desktop {
    display: block;
}

#mobile {
    display: none;
}

#how_it_works {
    padding: 80px 0;

}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
}

.step-container {
    text-align: center;
    padding: 20px;
    max-width: 361px;
    width: 100%;
    margin: 0 auto;
    background: #F5F9FF;

    margin-bottom: 40px;
    border-radius: 20px;
}

.step-number {
    font-size:45px;
    font-weight: 600;
    color:  #1347F5;
    font-family: 'Clash', sans-serif;
    margin-bottom: 1rem;
    position: relative;
}

.step-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 2rem;
    color: #2563eb;
}

.step-icon-special {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 2.5rem;
    color: #2563eb;
    transform: rotate(45deg);
}

.step-title {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;

}

.step-description {
    font-family: 'Inter', sans-serif;
    color: #7B7B7B;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}

.step-1 {
    position: relative;
}

.step-1 .step_star {
    position: absolute;
    max-width: 78px;
    height: 78px;
    left: 7%;
    top: 3%;
}

.step-1 .step_star img {
    width: 100%;

}

.step-1 .step_star6 {
    position: absolute;
    max-width: 95px;
    height: 95px;
   left: 50%;
    top: 8%;
    transform: translateX(-50%);
    z-index: -1;
}

.step-1 .step_star6 img {
    width: 100%;

}

/* Special styling for step 1 star */
/* .step-1 .step-number::before {
    content: '✦';
    position: absolute;
    top: -30px;
    left: -25px;
    font-size: 4rem;
    color: #2563eb;
} */
.step-6 .step-number {
    position: relative;
    color: #fff;
    z-index: 1;
}

.step-6 .step-number .step_star {
    position: absolute;
    max-width: 86px;
    height: 86px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.step-6 .step_star img {
    width: 100%;

}

/* Special styling for step 6 diamond */
.step-6 .step-number {
    position: relative;
}

/* .step-6 .step-number::after {
    content: '◆';
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 2.5rem;
    color: #2563eb;
    transform: rotate(45deg);
} */

#our_projects {
    padding: 80px 0;
    /* background-color: #f8f9fa; */

}

#our_projects .our_items .our_item {
    position: relative;
    z-index: -1;


}


#our_projects .our_items .our_item {
    max-width: 456px !important;
    width: 100%;

}

#our_projects .our_items .our_item img {
    width: 100%;
}

#our_projects .our_items .our_item .our_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    background: linear-gradient(182.4deg, rgba(0, 0, 0, 0) 1.87%, #000000 97.85%);
    transform: translateX(-50%);
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 6px;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
}

.project-carousel {
    position: relative;
    overflow: hidden;
    cursor: grab;
}

.project-carousel:active {
    cursor: grabbing;
}

.project-slide {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.project-slide:hover {
    transform: scale(1.02);
}

.project-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.project-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
}

.project-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
}

/* Individual slide backgrounds */
.slide-1 {
    background-image: linear-gradient(45deg, #d4a574, #e8c4a0), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjMwMCIgdmlld0JveD0iMCAwIDQwMCAzMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjZDRhNTc0Ii8+CjxjaXJjbGUgY3g9IjIwMCIgY3k9IjE1MCIgcj0iNTAiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuMyIvPgo8L3N2Zz4K');
    background-blend-mode: multiply;
}

.slide-2 {
    background-image: linear-gradient(45deg, #c4c4c4, #e0e0e0), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjMwMCIgdmlld0JveD0iMCAwIDQwMCAzMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjYzRjNGM0Ii8+CjxyZWN0IHg9IjEwMCIgeT0iNTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjIiLz4KPC9zdmc+Cg==');
    background-blend-mode: multiply;
}

.slide-3 {
    background-image: linear-gradient(45deg, #8db4d6, #b8d4ea), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjMwMCIgdmlld0JveD0iMCAwIDQwMCAzMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjOGRiNGQ2Ii8+Cjxwb2x5Z29uIHBvaW50cz0iMjAwLDUwIDMwMCwyNTAgMTAwLDI1MCIgZmlsbD0iI2ZmZmZmZiIgb3BhY2l0eT0iMC4zIi8+Cjwvc3ZnPgo=');
    background-blend-mode: multiply;
}

.slide-4 {
    background-image: linear-gradient(45deg, #a8c686, #c9dba9), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjMwMCIgdmlld0JveD0iMCAwIDQwMCAzMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjYThjNjg2Ii8+CjxlbGxpcHNlIGN4PSIyMDAiIGN5PSIxNTAiIHJ4PSI4MCIgcnk9IjQwIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjMiLz4KPC9zdmc+Cg==');
    background-blend-mode: multiply;
}

/* Hide carousel controls */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
    .project-slide {
        height: 250px;
        margin: 0 5px;
    }

    .project-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .project-title {
        font-size: 1rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
} */

/* Custom carousel indicators */
.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #2563eb;
}

/* @media (max-width: 767px) {
    .step-container {
        margin-bottom: 50px;
    }

    .step-number {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
} */


#bussiness_grow_faster {
    padding: 80px 0;
    position: relative;
}

.busssiness_grow_star {
    position: absolute;
    max-width: 62px;
    height: 62px;
    right: 5%;
    bottom: 0%;
}

.busssiness_grow_star img {
    width: 100%;
}

#bussiness_grow_faster .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
    line-height: 1.2;
}

.feature-item {
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.feature_star {
    position: absolute;
    top: -10%;
    left: 35%;
}

.feature-icon {
    width: 120px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* .feature-icon::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #64b5f6, #42a5f5);
            border-radius: 50%;
            opacity: 0.3;
        } */

.feature-icon i {
    font-size: 2rem;
    color: #1976d2;
    z-index: 2;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 12px;
}

.feature-description {
    color: #000;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-family: 400;
    line-height:20px;
    max-width: 280px;
    margin: 0 auto;
}

/* Special styling for first icon (Professional Team) */
.feature-item:first-child .feature-icon::before {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #81c784, #66bb6a);
    border-radius: 20px;
    transform: rotate(45deg);
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .feature-item {
        margin-bottom: 3rem;
    }

    .feature-icon {
        width: 100px;
        height: 70px;
        margin-bottom: 1.5rem;
    }

    .feature-icon i {
        font-size: 1.7rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }

    .feature-description {
        font-size: 0.95rem;
    }
} */

#our_partner {
    padding: 80px 0;
    /* background-color: #f8f9fa; */
}

#right_star {
    position: relative;


}

#right_star img {
    max-width: 502px;
    height: 496px;
    position: absolute;
    right: 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
}

/* .partner-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 120px;
            padding: 20px;
            margin-bottom: 2rem;
            transition: transform 0.3s ease, opacity 0.3s ease;
            opacity: 0.7;
        } */

.partner-logo:hover {
    transform: scale(1.05);
    opacity: 1;
}



.hero_title {
    font-family: 'Clash', sans-serif;
    line-height: 58px;
    font-size: 50px;
    max-width: 600px;
}

.logo-ecco {
    font-family: 'Arial', sans-serif;
    color: #666;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: lowercase;
}

.logo-ecco sup {
    font-size: 0.7rem;
    vertical-align: top;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .partner-logo {
        height: 100px;
        margin-bottom: 1.5rem;
    }

    .partner-logo img {
        max-height: 60px;
    }
}


#get_started_section {
    position: relative;


}

.get_started_star {
    position: absolute;
    max-width: 80px;
    height: 80px;
    right: 5%;
    top: -20%;
}

.star_container {
    position: relative;

}

.star_container_image {
    max-width: 56px;
    height: 56px;
    position: absolute;
    right: -5%;
    bottom: 5%;
}

.star_container_image img {
    width: 100%;
}

.get_started_star img {
    width: 100%;
}

#get_started {
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%);
    padding: 60px 57px;
    /* border-radius: 20px; */
    position: relative;
    overflow: hidden;
    /* max-width: 1080px; */

    margin: 0 auto;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); */
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.cta-text {
    flex: 1;
    margin-right: 40px;
}

.cta-text h2 {
    font-size: 24px;

    color: #6b7280;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    margin: 0;
}

.cta-button {
    background: linear-gradient(270deg, #0391FE 0%, #1340A5 100%);
    color: white;
    padding: 18px 32px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.cta-button:active {
    transform: translateY(0);
}

.cta-button::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;
}

.cta-button:hover::before {
    left: 100%;
}

.plus-icon {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Decorative elements */
.decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.1);
}

.decoration-1 {
    width: 120px;
    height: 120px;
    top: -30px;
    right: 20%;
    animation: float 6s ease-in-out infinite;
}

.decoration-2 {
    width: 80px;
    height: 80px;
    bottom: -20px;
    left: 15%;
    animation: float 4s ease-in-out infinite reverse;
}

.decoration-3 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 10%;
    animation: float 5s ease-in-out infinite;
}

/* Star decoration */
.star {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    color: #2563eb;
    font-size: 2rem;
    animation: sparkle 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes sparkle {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 1;
    }
}

/* Background pattern */
#get_started::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(37, 99, 235, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Responsive Design */
/* @media (max-width: 768px) {
    #get_started {
        padding: 60px 30px;
    }

    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .cta-text {
        margin-right: 0;
    }

    .cta-text h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .star {
        top: 20px;
        right: 20px;
        font-size: 1.5rem;
    }

    .decoration-1,
    .decoration-2,
    .decoration-3 {
        display: none;
    }
} */

/* @media (max-width: 480px) {
    #get_started {
        padding: 40px 20px;
    }

    .cta-text h2 {
        font-size: 1.3rem;
    }

    .cta-button {
        padding: 16px 28px;
        font-size: 1rem;
    }
} */

.last-news-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
    letter-spacing: -1px;
}

.news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    padding: 15px;
    border: 1px solid #f0f0f0;
}

.news-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.news-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-image-1 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect width="300" height="200" fill="%23f8f9fa"/><rect x="20" y="20" width="80" height="60" rx="4" fill="%23e9ecef"/><rect x="20" y="90" width="260" height="8" rx="4" fill="%23dee2e6"/><rect x="20" y="110" width="200" height="8" rx="4" fill="%23dee2e6"/><rect x="20" y="130" width="150" height="8" rx="4" fill="%23dee2e6"/><circle cx="240" cy="40" r="15" fill="%23ff6b6b"/><rect x="200" y="160" width="80" height="20" rx="10" fill="%23feca57"/></svg>');
}

.news-image-2 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect width="300" height="200" fill="%23fff5f5"/><circle cx="150" cy="80" r="30" fill="%23ff8a80"/><rect x="50" y="130" width="200" height="8" rx="4" fill="%23ffab91"/><rect x="80" y="150" width="140" height="8" rx="4" fill="%23ffab91"/><path d="M120 60 Q150 40 180 60 Q150 80 120 60" fill="%23ff5722"/></svg>');
}

.news-image-3 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%236c5ce7;stop-opacity:1" /><stop offset="100%" style="stop-color:%23a8e6cf;stop-opacity:1" /></linearGradient></defs><rect width="300" height="200" fill="url(%23grad)"/><circle cx="80" cy="60" r="20" fill="white" opacity="0.3"/><circle cx="220" cy="140" r="15" fill="white" opacity="0.2"/><rect x="100" y="160" width="100" height="20" rx="10" fill="white" opacity="0.4"/></svg>');
}

.news-content {
    padding: 24px;
}

.news-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
    line-height: 1.4;
}

.news-date {
    color: #8e8e93;
    font-size: 0.875rem;
    margin-bottom: 16px;
    font-weight: 400;
}

.news-description {
    color: #6c757d;
    line-height: 1.6;
    /* margin-bottom: 20px; */
    font-size: 0.95rem;
}

.read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    transition: all 0.2s ease;
}

.read-more:hover {
    color: #0056b3;
}

.read-more::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.2s ease;
    font-size: 1.8rem;
}

.read-more:hover::after {
    transform: translateX(3px);
}

/* @media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .last-news-section {
        padding: 60px 0;
    }

    .news-image {
        height: 180px;
    }
} */



/* #faq .container {
 margin: 0 auto;
 padding: 4rem;
 width: 48rem;
} */

#faq .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

#faq .accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
}

#faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

#faq .accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

#faq .accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

#faq .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

#faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

#faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

#faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

#faq .accordion button[aria-expanded="true"] {
    color: #03b5d2;
}

#faq .accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

#faq .accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

#faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

#faq .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.btn-sign-in {
    color: #fff !important;
    border: none !important;
    font-weight: 900;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.btn-sign-in:hover {
    background-color: none !important;
}


.btn-get-started {
    width: 135px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    background: linear-gradient(270deg, #0391FE 0%, #1340A5 100%);

    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    /* box-shadow:
        0 8px 0 #0a2d80,
        0 12px 20px rgba(0, 0, 0, 0.3); */
    position: relative;
}

/* .btn-get-started:hover {
    transform: translateY(4px);
    box-shadow:
        0 4px 0 #0a2d80,
        0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-get-started:active {
    transform: translateY(8px);
    box-shadow:
        0 0 0 #0a2d80,
        0 4px 10px rgba(0, 0, 0, 0.3);
} */

.btn-for-company {
    width: 254px;
    height: 50px;
    /* position: relative;
    top: 544px;
    left: 155px; */
    background: none;
    border: 1px solid #FFFFFF;

    display: inline;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
    text-transform: capitalize;
}


.btn-for-blogger {
    width: 254px;
    height: 50px;
    display: inline;
    /* position: relative;
    top: 544px;
    left: 155px; */
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
}

.active_company_blogger {
    color: #14399D;
    background: #D6EDFF;
}

.menu-item a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;

}






.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.mobile-menu-btn span i {
    font-size: 20px;
}

.mobile-menu-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* User Dropdown */
.user-section {
    position: relative;
}

.user-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.user-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.user-icon {
    width: 24px;
    height: 24px;
    background: #9AD1ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #071437;
    font-size: 12px;
    font-weight: bold;
}

/* Dropdown Menu */
/* .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 10px;
} */

/* .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
} */

.dropdown-item {
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:hover {
    background: #f8f9fa;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item.sign-in {
    color: #14399D;
    font-weight: 600;
}

.dropdown-item.get-started {
    background: #14399D;
    color: white;
    margin: 10px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}

.dropdown-item.get-started:hover {
    background: #0f2d7a;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: linear-gradient(180deg, #071437 0%, #14399D 100%);
    z-index: 9999;
    transition: left 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.mobile-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
}

.mobile-nav-menu {
    list-style: none;
    display: contents;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav-menu li {
    margin-bottom: 15px;
}

.mobile-nav-menu li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 12px 0;
    transition: color 0.3s ease;
}

.mobile-nav-menu li a:hover {
    color: #9AD1ED;
}

/* Backdrop */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Hero Section */
.hero {
    padding: 80px 0;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn {
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-company {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-blogger {
    background: #9AD1ED;
    color: #071437;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
/* @media (max-width: 988px) {
    .button_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero_title {
        text-align: center;
        font-weight: 600;
        max-width: 250px;

        margin: auto;
        line-height: 26px;
        margin-bottom: 15px !important;
    }

    .header_section {
        justify-content: space-between;
    }


    #kt_header_nav_wrapper {
        display: none;
    }

    .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }


    .mobile-menu-btn {
        display: block;
        margin-right: 15px;
    }


    .logo {
        order: 2;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .user-section {
        order: 3;
    }

    .nav-menu {
        display: none;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 200px;
        text-align: center;
    }
} */

/* @media (max-width: 480px) {

    .user_btn i {
        color: #fff;
        font-size: 18px;
    }

    .banner-media {
        display: none;
    }

    #kt_header_nav_wrapper {
        display: none;
    }


    .hero h1 {
        font-size: 1.5rem;
    }


    .logo {
        font-size: 20px;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
    }

    .user-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .user-icon {
        width: 20px;
        height: 20px;
    }
} */

flex-equal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.25rem;
    position: relative;
}

.btn-sign-in,
.btn-get-started {
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid #007bff;
    background: transparent;
    color: #007bff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-get-started {
    background: #007bff;
    color: white;
}



.btn-get-started:hover {
    background: #0056b3;
}

.user_btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s ease;
}



.user_btn i {
    font-size: 16px;
    color: #6c757d;
}

/*
@media (max-width: 768px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .btn-sign-in,
    .btn-get-started {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        margin: 5px 0;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border: 1px solid #dee2e6;
        color: #333;
        width: 120px;
        text-align: center;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .btn-sign-in {
        top: 50px;
    }

    .btn-get-started {
        top: 95px;
        background: #007bff;
        color: white;
    }

    .btn-sign-in.show,
    .btn-get-started.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .user_btn {
        background: none;
    }

    .user_btn i {
        color: white;
    }


    .mobile-dropdown {
        position: absolute;
        top: 50px;
        right: 0;
        background: white;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        padding: 10px;
        display: none;
        flex-direction: column;
        gap: 8px;
        min-width: 160px;
        z-index: 1000;


        opacity: 0;
        transform: translateY(-15px) scale(0.9);
        transition: opacity 0.35s ease, transform 0.35s ease;
        transform-origin: top right;

    }

    .mobile-dropdown.show {
        display: flex;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .mobile-dropdown a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.2s ease;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .mobile-dropdown .btn-sign-in {
        position: relative;
        top: auto;
        margin: 0;
        width: auto;
        box-shadow: none;
        border: 1px solid #007bff;
        color: #007bff;
        background: #007bff;
        opacity: 1;
        transform: none;
    }

    .mobile-dropdown .btn-get-started {
        position: relative;
        top: auto;
        margin: 0;
        width: auto;
        box-shadow: none;
        background: #007bff;
        color: white;
        opacity: 1;
        transform: none;
        border: 1px solid #007bff;
    }

    .mobile-dropdown .btn-sign-in:hover {
        background: #007bff;
        color: white;
    }

    .mobile-dropdown .btn-get-started:hover {
        background: #0056b3;
        border-color: #0056b3;
    }
} */

/* Desktop görünüş - 769px və yuxarı */
/* @media (min-width: 769px) {
    .mobile-dropdown {
        display: none !important;
    }

    .user_btn {
        display: none;
    }
} */


#client_says {
    margin: 50px 0;
}

.our_client {

    /* max-width: 363px; */
    width: 100%;
    background: #F8F8F8;
    border-radius: 45px;
    max-height: 201px;
    padding: 30px;
}

.our_header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.our_header .image img {
    max-width: 45px;
    width: 100%;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.our_header .our_title {
    display: flex;
    flex-direction: column;
}

.our_header .our_title h4 {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px;
}

.our_header .our_title span {
    font-weight: 500;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    color: #B0B0B0;

    margin-bottom: 16px;
}

.our_header .icon {
    /* font-size: 130px;
    color: #0392FF; */
    width: 51px;
    /* height: 91px; */

}

.our_client .our_content p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

#client_says .title {
    font-family: 'Clash', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;

}

.mobile {
    display: none;
}

/* @media (max-width: 600px) {
    #hot_deals .hot_deals_title {
        flex-direction: column;
    }

    #hot_deals .hot_deals_title h2 {
        font-size: 20px;
    }

    .phone-anivation__wrapper {
        display: none;
    }

    .our_client {
        margin: 0 auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

} */



.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.special-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 456px;
    height: 300px;
    border-radius: 45px;
    overflow: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.special-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 🔥 ortadakı böyüsün */
.special-swiper .swiper-slide.center-slide {
    transform: scale(1.2);
    opacity: 1;
    z-index: 2;
}



/* FAQ */

#custom_faq {
    /* max-width: 1200px; */
    margin: 0 auto;
}

#custom_faq .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 60px;
}

#custom_faq .faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

#custom_faq .faq-column {
    /* background: white; */
    border-radius: 16px;
    /* padding: 30px; */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

#custom_faq .custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#custom_faq .custom-accordion-item {
    border-bottom: 1px solid #DCDCDC;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#custom_faq .custom-accordion-item:hover {
    /* border-color: #007bff; */
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1);
}

#custom_faq .custom-accordion-button {
    width: 100%;
    padding: 20px 25px;
    background: white;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}

#custom_faq .custom-accordion-button:hover {
    background: #f8f9fa;
    color: #007bff;
}

/* #custom_faq .custom-accordion-button.active {
            background: #007bff;
            color: white;
        } */

#custom_faq .custom-accordion-title {
    flex: 1;
    line-height: 1.5;
    margin-right: 15px;
}

#custom_faq .custom-accordion-icon {
    width: 24px;
    height: 24px;
    border: 2px solid currentColor;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

#custom_faq .custom-accordion-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

#custom_faq .custom-accordion-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

#custom_faq .custom-accordion-button.active .custom-accordion-icon::after {
    height: 0;
    opacity: 0;
}

#custom_faq .custom-accordion-button.active .custom-accordion-icon {
    transform: rotate(180deg);
}

#custom_faq .custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    /* background: #f8f9fa; */
}

#custom_faq .custom-accordion-content.active {
    max-height: 300px;
    padding: 20px 25px;
}

#custom_faq .custom-accordion-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #8D8D8D;
    font-size: 14px;
    margin: 0;
}

/* Responsive Design */
/* @media (max-width: 768px) {
    #custom_faq .faq-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .special-swiper .swiper-wrapper {
        height: 250px;
        width: 100%;

    }

    .special-swiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    #custom_faq .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    #custom_faq .faq-column {
        padding: 20px;
    }

    #custom_faq .custom-accordion-button {
        padding: 15px 20px;
        font-size: 14px;
    }

    #custom_faq .custom-accordion-content.active {
        padding: 15px 20px;
    }
} */

#pricing_plan {
    position: relative;
    height: auto;
    margin-top: 150px;
    margin-bottom: 450px;
}

#pricing_plan .pricing_plan_background {
    position: relative;
    background-color: #D6EDFF;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    z-index: 0;
    height: 500px;
    /* sadəcə mavi hissə */
    /* position: relative; */
}

#pricing_plan .pricing_plan_background .line_svg {
    position: absolute;
    z-index: 0;
    top: 25%;
}

#pricing_plan .pricing_plan_background .line_star {
    position: absolute;
    max-width: 62px;
    height: 62px;
    right: 5%;
    top: 17%;
}

#pricing_plan .pricing_plan_background .line_star img {
    width: 100%;
}

#pricing_plan .pricing_plan_background .pricing_plan_items {

    /* position: absolute;
    top: 150px; */
    /* z-index: 1; */
    /* left: 50%;
    transform: translateX(-50%); */
    display: flex;
    /* align-items: flex-start; */
    align-items: stretch;
    justify-content: center;
    gap: 38px;
    z-index: 1;
    position: relative;
    width: 100%;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item {
       flex: 1;
    height: 100%;
    max-width: 360px;
    box-shadow: 2px 2px 20px 0px #0392FF29;
    background-color: #fff;
    border-radius: 45px;

}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .contents_plan {
    padding: 32px 38px;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item:nth-child(2) {
    transform: scale(1.1);
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item h4 {
    font-family: "Inter", sans-serif;
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 18px;

}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item p {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #14399D;
    line-height: 18px;

}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .blue_title {
    background: #14399D;
    width: 100%;
    margin-top: -10px;
    padding: 12px 0;
    /* yazının yerləşməsi üçün */
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    text-align: center;

}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .blue_title span {
    font-family: "Clash", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #fff;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item span {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px;
    color: #000;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .hr {
    border: 1px solid #D2D2D2;

}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .pricing_plan_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .pricing_plan_button a {
    max-width: 262px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0392FF;
    border-radius: 6px;
    padding: 15px 86px;
    text-decoration: none;
    /* box-shadow: 2px 2px 20px 0px #0392FF29; */
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 26px 0;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item label {
    display: flex;
    align-items: center;

    gap: 8px;
    font-size: 16px;
}

#pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item input[type="checkbox"] {
    width: 13px;
    height: 13px;
    accent-color: #0392FF;

}

#pricing_plan .pricing_plan_background {
    padding-top: 40px;

}

#pricing_plan .pricing_plan_background .pricing_plan_title_header {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#pricing_plan .pricing_plan_background .pricing_plan_title_header h4 {
    font-family: "Clash", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 20px;
}

#pricing_plan .pricing_plan_background .pricing_plan_title_header span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #000;
}

#hot_deals .hot_deals_title {
    background: #4C76FF;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
}

#hot_deals .hot_deals_title .hot_deals_blue_star {
    position: absolute;
    top: -25%;
    right: 40%;
}

#hot_deals .hot_deals_title .hot_deals_star_left {
    left: 18%;
    position: absolute;
}

#hot_deals .hot_deals_title .hot_deals_star_right {
    right: 4%;
    position: absolute;
}

#hot_deals .hot_deals_title h2 {
    font-family: "Clash", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 18px;
    color: #fff;
}

#hot_deals .hot_deals_title span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 0 5px;
}

.hot_deals_container .hot_deals_items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    margin-top: 35px;

}


.hot_deals_container .hot_deals_items .hot_deals_item {
    /* max-width: 360px; */
    width: 100%;
    border-radius: 45px;
    box-shadow: 2px 2px 20px 0px #0392FF29;
    padding: 29px 30px;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_item_header {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_item_header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_item_header .content_hot_deals {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_item_header .content_hot_deals h4 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 18px;
    color: #000;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_item_header .content_hot_deals span {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_deadline {
    padding: 20px 0;
    border-bottom: 1px solid #D2D2D2;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_deadline p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_deals_container .hot_deals_items .hot_deals_item .hot_deals_deadline span {
    color: #000;
}

.hot_deals_container .hot_deals_items .hot_deals_item .timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}

.hot_deals_container .hot_deals_items .hot_deals_item .timeline .price span {
    color: #14399D;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 18px;

}

.hot_deals_container .hot_deals_items .hot_deals_item .countdown {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #DD0000;

}

.hot_deals_container .hot_deals_items .hot_deals_item .order_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_deals_container .hot_deals_items .hot_deals_item .order_button a {
    max-width: 284px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background: #0392FF;
    padding: 15px 40px;
    text-align: center;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    /* margin-top: 80px; */
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;

}

/*
@media (max-width: 900px) {
    .hot_deals_container .hot_deals_items {
        flex-wrap: wrap;
        gap: 15px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

} */

/* @media (max-width: 768px) {

    .special-swiper .swiper-slide {
        height: 100%;
        max-width: 173px;
    }

    .special-swiper .swiper-slide img {
        border-radius: 28px;

        width: 100%;
    }

    #pricing_plan .pricing_plan_background .pricing_plan_title_header {
        margin-bottom: 15px;
    }

    #hot_deals .hot_deals_title h2 {
        font-size: 20px;
    }

    #hot_deals .hot_deals_title span {
        font-size: 16px;
        margin-top: 15px;
    }
} */

.star_header_position {
    position: relative;
}

.star_header_position .star_header {
    position: absolute;
    max-width: 38px;
    height: 38px;
    right: -18%;

}

.star_header_position .star_header img {
    width: 100%;
}

#how-it-works {
    padding: 80px 0;

}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
}

/*.step-container {*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*    max-width: 361px;*/
/*    min-height: 300px;*/
/*    max-height: 300px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    background: #F5F9FF;*/

/*    margin-bottom: 40px;*/
/*    border-radius: 20px;*/
/*}*/
.step-container {
    text-align: center;
    padding: 20px;
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 361px;
    margin: 0 auto 40px;
    background: #F5F9FF;
    border-radius: 20px;
}

.step-number {
    font-size: 4rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 1rem;
    position: relative;
}

.step-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 2rem;
    color: #2563eb;
}

.step-description {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}

.step-container {
    position: relative;
    color: #fff;
    z-index: 1;
}

.step_star {
    position: absolute;
    max-width: 96px;
    height: 96px;
    left: 50%;
    top: 29%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.step_star img {
    width: 100%;

}

.step_first {
    top: 5%;
    left: 5%;
}


/* bussines to grow section */

#bussiness_grow_faster {
    padding: 80px 0;
    position: relative;
}

.busssiness_grow_star {
    position: absolute;
    max-width: 62px;
    height: 62px;
    right: 5%;
    bottom: 0%;
}

.busssiness_grow_star img {
    width: 100%;
}


.feature-item {
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.feature_star {
    position: absolute;
    top: -10%;
    left: 35%;
}

.feature-icon {
    width: 120px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
} */

.feature-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
}
.menu-title-gray-600 .menu-item .menu-link{
    color: #fff;
}

#our_partner {
    padding: 80px 0;

    /* margin-top: 450px; */
}

.partner-logo {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.partner-logo:hover {
    transform: scale(1.05);
    opacity: 1;
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(50%);
    transition: filter 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
}

.logo-merchant {
    max-width: 264px;
    /* width: 100%; */
    height: 264px;
    opacity: 1;
    top: 3489px;
    left: 1020px;
    border-width: 1px;
    border: 1px solid #EBEBEB;
    border-radius: 45px;
    text-align: center;
    padding: 20px 0;

}


.desktop {
    display: block;
}

.mobile {
    display: none;
}


@media (max-width: 900px) {
    .hot_deals_container .hot_deals_items {
        flex-wrap: wrap;
        gap: 15px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .partner-logo {
        height: 100px;
        margin-bottom: 1.5rem;
    }

    .partner-logo img {
        max-height: 60px;
    }
}
