.bg-of-body {
    background-color: #EEF2F6;
    margin: 0;
}

body {
    margin: 0;
    background-color: #EEF2F6;
    font-family: 'Noto Sans Georgian', sans-serif;

    color: #1A1A1A;
}


.hero-header {
    position: relative;
    height: 100vh;
    overflow: hidden;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    position: relative;
    z-index: 10;
}

.logo {
    font-size: 26px;
    font-weight: bold;
    color: #4A6CF7;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #1A1A1A;
    font-size: 16px;
}

.btn-primary {
    padding: 10px 18px;
    background: #4A6CF7;
    color: white !important;
    border-radius: 6px;
}


.logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: default;
    animation: logoFade 1s ease forwards;
}

.logo-primary {
    color: #4A6CF7;
    /* آبی اصلی */
}

.logo-secondary {
    color: #00C8A0;
    /* سبز روشن ثانویه */
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 48px;
    max-width: 700px;
    line-height: 1.4;
    margin: 0 auto 20px;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #4A6CF7;
}

.cta-btn {
    padding: 14px 28px;
    background: #4A6CF7;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
}

/* particles.js */
#particles-js {

    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
}


/* ————————————————————— */
/*            ریسپانسیو   */
/* ————————————————————— */

/* لپ‌تاپ کوچک */
@media (max-width: 1200px) {
    .navbar {
        padding: 20px 40px;
    }

    .hero-content h1 {
        font-size: 42px;
    }
}

/* تبلت */
@media (max-width: 992px) {
    .navbar {
        padding: 15px 30px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 18px;
    }
}

/* موبایل — هدر جمع‌شونده */
@media (max-width: 768px) {

    .navbar {
        padding: 15px 20px;
    }

    /* منو مخفی */
    .nav-links {
        display: none;
    }

    /* لوگو وسط */
    .logo {
        font-size: 22px;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.5;
    }

    .hero-content p {
        font-size: 16px;
    }

    .cta-btn {
        padding: 12px 22px;
        font-size: 16px;
    }
}

/* موبایل کوچک */
@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 15px;
    }
}


main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}

.github-icon {
    color: #000;

}

.mt-of-login {
    margin-top: 35%;
}

.mt-of-reg {
    margin-top: 25%;
}

@media (min-width:992px) {


    .custom-margin-left {
        margin-left: 27%;
    }
}

.ml-mobile {
    margin-left: 95px !important;

}

.ml-mbobile-sign {
    margin-left: 160px;
}


.card-price {
    width: 18rem;

}

.card.middle {
    height: 13.75rem;

}

.text-height-desc {
    line-height: 1.5;
}

.form-control-home {
    box-shadow: 0 0 15px 4px rgba(0, 123, 255, 0.8);
    border-color: #007bff;
    outline: none;
    transition: box-shadow 0.3s ease;
}

.form-control-home:focus {
    box-shadow: 0 0 18px 5px rgba(0, 123, 255, 1);
    border-color: #0056b3;
}

#carouselExample img {
    height: 300px;
    /* ارتفاع ثابت */
    object-fit: cover;

    width: 100%;

}

.style-particles {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.card-body {
    text-align: right;
}

.card-img-top {
    object-fit: cover;
    height: 160px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: none;
    background-color: rgb(0, 0, 0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}


#desktopCarousel {
    position: relative;
    padding: 0 60px;

}


#desktopCarousel .carousel-control-prev,
#desktopCarousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

#desktopCarousel .carousel-control-prev {
    left: -60px;

}

#desktopCarousel .carousel-control-next {
    right: -60px;

}


.card-slider-home {
    border-radius: 15px;
    border: 1.5px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    height: 200px;
}

.card-body-slider {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.unique-carousel-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin: 20px auto;
}

.unique-carousel-inner img {
    border-radius: 15px;
    object-fit: cover;
    height: 300px;
    transition: transform 0.5s ease;
}

.unique-carousel-inner .carousel-item.active img {
    transform: scale(1.05);
}

.unique-carousel-control-prev,
.unique-carousel-control-next {
    top: 50% !important;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    opacity: 1;
}

.btn-small-text {
    font-size: 0.8rem;

    padding: 0.7rem 1rem;

    line-height: 1.2;

    white-space: nowrap;

}

@media (min-width: 992px) {
    .unique-carousel-container {
        max-width: 1000px;
        margin: 20px auto;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }


    .unique-carousel-inner img {
        height: 450px;
    }
}







/* Services */

#services {
    padding: 80px 20px;
    text-align: center;
    background: #f7f9fc;
}

#services h2 {
    font-size: 36px;
    color: #4A6CF7;
    margin-bottom: 50px;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    max-width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card h3 {
    color: #00C8A0;
    margin-bottom: 15px;
    font-size: 22px;
}

.card p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}




/* Portfolio */
#portfolio {
    padding: 80px 20px;
    background: #eef2f6;
    text-align: center;
}

#portfolio h2 {
    font-size: 36px;
    color: #4A6CF7;
    margin-bottom: 50px;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.project-card {
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.project-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.project-card img {
    width: 100%;
    display: block;
}

.project-card h3 {
    background: #4A6CF7;
    color: white;
    margin: 0;
    padding: 15px 0;
    font-size: 20px;
}



/* Blog */
#blog {
    padding: 80px 20px;
    background: white;
    text-align: center;
}

#blog h2 {
    font-size: 36px;
    color: #4A6CF7;
    margin-bottom: 50px;
}

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.post-card {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 25px;
    max-width: 300px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.post-card:hover {
    transform: translateY(-10px);
}

.post-card h3 {
    color: #00C8A0;
    margin-bottom: 10px;
    font-size: 20px;
}

.post-card p {
    color: #555;
    font-size: 16px;
}







/* Contact */
#contact {
    padding: 80px 20px;
    background: #eef2f6;
    text-align: center;
}

#contact h2 {
    font-size: 36px;
    color: #4A6CF7;
    margin-bottom: 20px;
}

#contact p {
    font-size: 18px;
    margin-bottom: 30px;
}

#contact form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#contact input,
#contact textarea {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
}

#contact button {
    background: #4A6CF7;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

#contact button:hover {
    background: #00C8A0;
}

</style><style>* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #EEF2F6;
}

header {
    width: 100%;
    background-color: #EEF2F6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #00C8A0;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
}

.nav-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #00C8A0;
    transition: width 0.3s;
}

.nav-menu ul li a:hover::after,
.nav-menu ul li.active a::after {
    width: 100%;
}

.cta-btn {
    background-color: #00C8A0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-btn:hover {
    background-color: #00A887;
    transform: translateY(-2px);
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1100;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #00C8A0;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Close button inside menu */
.close-btn {
    display: none;
    font-size: 30px;
    color: #00C8A0;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #008f7a;
}

/* Responsive */
@media (max-width: 992px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100%;
        background-color: #EEF2F6;
        display: flex;
        flex-direction: column;
        padding-top: 80px;
        gap: 20px;
        transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 20px;
        padding-left: 20px;
    }

    .hamburger {
        display: flex;
    }

    .close-btn {
        display: block;
    }
}

.p-mt-head {
    margin-top: 135px !important;
    margin-bottom: 25px;
}

.m-footer {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
    font-size: 14px;
}

.m-social {
    margin: 0 10px;
    color: #fff;
    font-size: 18px;
}

.display-footer {
    position: relative;
    z-index: 1000 !important;

}

.div-footer {
    position: relative;
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    z-index: 1000 !important;
}















/* about */
/* استایل‌ها برای Hero Section */
.hero-section-myproject {
    background-color: #f5f5f5;
    padding: 60px 20px;
    text-align: center;
}

.hero-section-myproject h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.hero-section-myproject p {
    font-size: 18px;
    color: #777;
}

/* استایل‌ها برای About Us Section */
.about-us-section-myproject {
    padding: 40px 20px;
    background-color: #ffffff;
}

.container-myproject {
    width: 80%;
    margin: 0 auto;
}

/* استایل‌ها برای عنوان بخش */
.section-title-myproject {
    text-align: center;
    margin-bottom: 40px;
}

.section-title-myproject h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.section-title-myproject p {
    font-size: 18px;
    color: #555;
}

/* استایل‌ها برای بخش‌های Mission و Vision */
.section-content-myproject {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mission-myproject,
.vision-myproject {
    flex: 1;
    padding: 20px;
    background-color: #f8f8f8;
    margin-right: 20px;
    border-radius: 8px;
}

.mission-myproject h3,
.vision-myproject h3 {
    font-size: 22px;
    color: #333;
}

.mission-myproject p,
.vision-myproject p {
    font-size: 16px;
    color: #555;
}

.mission-myproject:last-child,
.vision-myproject:last-child {
    margin-right: 0;
}

/* استایل‌ها برای لیست ارزش‌ها */
.values-list-myproject {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.values-list-myproject li {
    font-size: 18px;
    color: #555;
    margin: 10px 0;
}

/* استایل‌ها برای Contact Section */
.contact-section-myproject {
    background-color: #f5f5f5;
    padding: 40px 20px;
    text-align: center;
}

.contact-section-myproject h2 {
    font-size: 28px;
    color: #333;
}

.contact-section-myproject p {
    font-size: 18px;
    color: #555;
}

.contact-section-myproject a {
    font-size: 18px;
    color: #007bff;
    text-decoration: none;
}

.w-img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}



.lux-cta-wrapper {
    max-width: 720px;
    margin: 90px auto;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #141414;
}

.lux-cta-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.lux-cta-desc {
    font-size: 18px;
    opacity: .7;
    margin-bottom: 45px;
    line-height: 1.75;
}

.lux-cta-form {
    background: #ffffff;
    padding: 45px;
    border-radius: 26px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
    text-align: left;
    backdrop-filter: blur(12px);
}

.lux-cta-label {
    font-weight: 600;
    opacity: .85;
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
}

.lux-cta-input,
.lux-cta-textarea {
    width: 100%;
    padding: 15px 18px;
    border-radius: 16px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all .25s ease;
    margin-bottom: 22px;
    background: #fafafa;
}

.lux-cta-input:focus,
.lux-cta-textarea:focus {
    border-color: #000;
    transform: scale(1.01);
    outline: none;
    background: #fff;
}

.lux-cta-button {
    width: 100%;
    padding: 17px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .6px;
    transition: .25s ease;
    cursor: pointer;
    margin-top: 10px;
}

.lux-cta-button:hover {
    background: #2c2c2c;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.lux-cta-alt {
    margin-top: 32px;
    font-size: 16px;
    opacity: .75;
}

.lux-cta-alt a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.lux-cta-alt a:hover {
    opacity: .5;
}

