﻿.glow-img-container {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: visible;
    isolation: isolate;
    margin: 50px 12px 20px 0
}

    .glow-img-container::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: url('../img/normal/about_3_1.jpg') no-repeat center/cover;
        border-radius: 20px;
        filter: blur(20px);
        transform: translate(-50%, -50%) scale(1.1);
        z-index: 0;
        opacity: 0.7;
    }

.glow-blue-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: visible;
    isolation: isolate;
}

    .glow-blue-wrapper::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(0, 123, 255, 0.4), transparent 70%);
        border-radius: 20px;
        filter: blur(20px);
        transform: translate(-50%, -50%) scale(1.1);
        z-index: 0;
    }


.glow-img {
    position: relative;
    z-index: 1;
    width: 400px;
    border-radius: 20px;
    display: block;
}

.experience-text-h {
    background-image: url(../img/bg/contact_bg_1.png);
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 4.9em !important;*/
    line-height: 130px;
    font-weight: 800;
    margin-bottom: 25px
}

.experience-text-h24 {
    /*background-image: url(../img/bg/contact_bg_1.png);*/
    background-size: contain;
    background-color: #16497d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 4.9em !important;*/
    line-height: 130px;
    font-weight: 800;
    margin-bottom: 25px
}

.experience-text-h-p {
    padding-top: 20px;
    font-weight: 600;
}

.experience-text-h2 {
    background-image: url(../img/bg/contact_bg_1.png);
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 6.8em !important;*/
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 25px
}

.experience-text2 {
    /*font-size: 2.2em !important;*/
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 25px
}

.glow-rect-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    isolation: isolate;
    overflow: visible;
    margin-top: 30px
}

    .glow-rect-wrapper::before {
        content: "";
        position: absolute;
        bottom: -10%;
        right: -10%;
        width: 110%;
        height: 110%;
        background: linear-gradient(180deg, rgba(0,123,255,0.35) 0%, rgba(0,123,255,0.1) 100%);
        filter: blur(30px);
        border-radius: 20px;
        z-index: 0;
    }

.glow-img-rect {
    position: relative;
    z-index: 1;
    display: block;
    /*width: 300px;*/ /* تنظیم عرض دلخواه */
    /*height: 450px;*/ /* تصویر عمودی */
    object-fit: cover;
    border-radius: 12px;
}


.experience-text-About {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    align-items: center;
    margin: 20px 0;
}

    .experience-text-About h2 {
        background-image: url(../img/bg/contact_bg_1.png);
        background-size: contain;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 90px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
    }

.experience-text-home {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    align-items: center;
    margin: 20px 0;
}

    .experience-text-home h2 {
        background-image: url(../img/bg/contact_bg_1.png);
        background-size: contain;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 90px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
    }
    .experience-text-home h3 {
        border-left: 1px solid #bbb;
        padding-left: 20px;
        line-height: 36px;
        font-size: 18px;
        text-align:justify;
        margin-right:30px;
    }

.experience-text-About-g {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    align-items: center;
    margin: 20px 0;
}

    .experience-text-About-g h2 {
        background-image: url(../img/bg/contact_bg_2.jpg);
        background-size: contain;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 90px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
    }
    .experience-text-About h3 {
        border-left: 1px solid #bbb;
        padding-left: 20px;
        line-height: 36px;
        font-size: 32px;
        margin: 0;
    }

.faq-from {
    position: absolute;
    left: 0;
    top: 90px;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}




.choose-img-box2 {
    position: relative;
    z-index: 2;
    height: 618px
}

@media (max-width: 767px) {
    .choose-img-box2 {
        height: 100%
    }
}

.choose-img-box2 .img1 {
    position: absolute;
    top: 12%;
    left: 7%;
    width: 303px;
    height: 303px;
    border-radius: 294px
}

@media (max-width: 767px) {
    .choose-img-box2 .img1 {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        margin-bottom: 24px
    }
}

.choose-img-box2 .img1 img {
    border-radius: 294px
}

.choose-img-box2 .img2 {
    position: absolute;
    top: 0;
    right: -30px;
    width: 439px;
    height: 439px;
    border-radius: 294px
}

@media (max-width: 767px) {
    .choose-img-box2 .img2 {
        position: relative;
        right: 0;
        width: auto;
        height: auto;
        margin-bottom: 25px
    }
}

.choose-img-box2 .img2 img {
    border-radius: 294px
}

.choose-img-box2 .img3 {
    position: absolute;
    left: 27%;
    bottom: 0;
    width: 280px;
    height: 280px;
    border-radius: 294px
}

@media (max-width: 767px) {
    .choose-img-box2 .img3 {
        position: relative;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.choose-img-box2 .img3 img {
    border-radius: 294px
}


.box-area1 {
    background: rgba(0, 123, 255, 0.4);
    border-radius: 24px;
    padding: 32px;
    margin-top: 90px
}

@media (max-width: 575px) {
    .box-area1 {
        padding: 32px 20px
    }
}


.box-area2 {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    margin-top: 15px
}

@media (max-width: 575px) {
    .box-area2 {
        padding: 32px 20px
    }
}




.feature-card-b {
    background-color: rgba(0,123,255,0.35);
    border-radius: 16px;
    padding: 30px;
    min-height: 85px
}

@media (max-width: 1399px) {
    .feature-card-b {
        padding: 30px
    }
}



.feature-card-b .box-title {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 1500px) {
    .feature-card-b .box-title {
        font-size: 25px
    }
}

@media (max-width: 1399px) {
    .feature-card-b .box-title {
        font-size: 20px
    }
}

.feature-card-b .box-text {
    max-width: 380px;
    color: var(--title-color);
    margin-bottom: 24px
}

.feature-card-b .th-btn {
    padding: 15px 24px
}


.floating-buttons {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 999;
}

.circle-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #2370b8;
    background-color: #ffffff;
    color: #2370b8;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    align-self: flex-end;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.circle-button i {
    color: #2370b8;
    font-size: 18px;
    transition: color 0.3s ease;
}

.button-text {
    opacity: 0;
    margin-left: 10px;
    color: #ffffff;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.circle-button:hover {
    width: 130px;
    border-radius: 25px;
    background-color: #2370b8;
    justify-content: flex-start;
}

    .circle-button:hover .button-text {
        opacity: 1;
    }

    .circle-button:hover i {
        color: #ffffff;
    }


.city-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-button .btn-text {
    display: inline;
    transition: opacity 0.3s ease;
}

.sticky-active .header-button .btn-text {
    display: none;
}



.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2370b8;
}

.custom-tooltip {
    --bs-tooltip-bg: #2370b8;
    --bs-tooltip-color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    z-index: 9999 !important;
}

.header-button a {
    position: relative;
}

.tooltip {
    z-index: 9999 !important;
    position: absolute !important;
}

.text-teal {
    color: #2370b8;
}

.btn-teal {
    background-color: #2370b8;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}

    .btn-teal:hover {
        background-color: #006666;
    }

.newsletter-section input::placeholder {
    color: #999;
}

.logo-back {
    background-color: #2370b8;
    background-image: url('../img/square-pattern1.png');
    background-repeat: repeat;
    /*background-size: 15px;*/
}

.logo-back-2 {
    /*background-color: #0079C1;
    background-color: #00457C;*/
    background-color: #2370b8;
    background-image: url('../img/square-pattern2.png');
    background-repeat: repeat;
    /*background-size: 15px;*/
}
.logo-back-3 {
    background-color: #F2F3FC;
    background-image: url('../img/square-pattern4.png');
    background-repeat: repeat;
    color: #404040 !important
}
.logo-back-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/square-pattern4.png');
    background-repeat: repeat;
    opacity: 0.05; /* مقدار opacity را تنظیم کنید */
    z-index: 1;
}
.logo-back-1 {
    /*background-color: #0079C1;
    background-color: #00457C;*/
    background-color: #2370b8;
    background-image: url('../img/square-pattern1.png');
    background-repeat: repeat;
    /*background-size: 15px;*/
}

.page-content p {
    /*font-size: 20px !important;*/
    text-align: justify !important;
}

.features-list {
    list-style: none
}
   /* .features-list li {
        color: #1b3a6a
    }*/
.page-content .row {
    margin-bottom: 20px;
    margin-top: 15px
}

.page-content .card {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.btn-brand {
    color: #fff;
    background-color: #2370b8;
    border-color: #2370b8;
    font-size:14px
}

    .btn-check:focus + .btn-brand, .btn-brand:focus, .btn-brand:hover {
        color: #2370b8;
        background-color: #fff;
        border-color: #2370b8
    }
.btn-title {
    color: #fff;
    background-color: #1b3a6a;
    border-color: #1b3a6a;
    font-size: 14px
}

    .btn-title:focus, .btn-title:hover {
        color:#1b3a6a;
        background-color: #fff;
        border-color: #1b3a6a;
    }
    .btn-check:focus + .btn-brand, .btn-brand:focus {
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

.btn-outline-brand {
    color: #2370b8;
    border-color: #2370b8;
    font-size: 14px
}

    .btn-outline-brand:hover {
        color: #fff;
        background-color: #2370b8;
        border-color: #2370b8
    }

    .btn-check:focus + .btn-outline-brand, .btn-outline-brand:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
    }

    .btn-check:active + .btn-outline-brand, .btn-check:checked + .btn-outline-brand, .btn-outline-brand.active, .btn-outline-brand.dropdown-toggle.show, .btn-outline-brand:active {
        color: #fff;
        background-color: #2370b8;
        border-color: #2370b8
    }

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}


.btn-brand2 {
    color: #fff;
    background-color: #0e8c8a;
    border-color: #0e8c8a;
    font-size: 14px
}

    .btn-check:focus + .btn-brand2, .btn-brand2:focus, .btn-brand2:hover {
        color: #fff;
        background-color: #0e8c8a;
        border-color: #0e8c8a
    }

    .btn-check:focus + .btn-brand2, .btn-brand2:focus {
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

.btn-outline-brand2 {
    background-color: #fff;
    color: #0e8c8a;
    border-color: #0e8c8a;
    font-size: 14px
}

    .btn-outline-brand2:hover {
        color: #fff;
        background-color: #0e8c8a;
        border-color: #0e8c8a
    }



    .btn-check:focus + .btn-outline-brand2, .btn-outline-brand2:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
    }

    .btn-check:active + .btn-outline-brand2, .btn-check:checked + .btn-outline-brand2, .btn-outline-brand2.active, .btn-outline-brand2.dropdown-toggle.show, .btn-outline-brand2:active {
        color: #fff;
        background-color: #0e8c8a;
        border-color: #0e8c8a
    }

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.custom-btn {
    background-color: white;
    color: #0e8c8a;
    /*border: 1px solid #0e8c8a;*/
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

    .custom-btn:hover {
        background-color: #005d5a;
        color: white;
        border-color: #0e8c8a;
    }

    .custom-btn:active {
        transform: scale(0.98);
    }

    .custom-btn:focus {
        box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
    }



@media (max-width: 1299px) {
    .th-menu-toggle {
        display: inline-block !important;
    }

    .main-menu {
        display: none !important;
    }
}


.btn-outline-gray {
    background-color: #fff;
    color: #666;
    border-color: #666;
    border-radius:0px
}

    .btn-outline-gray:hover {
        color: #fff;
        background-color: #666;
        border-color: #666;
        border-radius: 0px
    }





/* نمایش منوی دسکتاپ و مخفی کردن th-menu-toggle بالای 1300px */
@media (min-width: 1300px) {
    .th-menu-toggle {
        display: none !important;
    }

    .main-menu {
        display: inline-block !important;
    }
}


.standorte-container {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: 100px;
    cursor: pointer;
    margin-left: 35px;
    margin-top: -15px
}

.standorte-slider {
    position: relative;
    height: 100%;
}

.standorte-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .standorte-slide.active {
        opacity: 1;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.standorte-slide p {
    font-size: 12px !important;
    font-weight: 500;
    color: #1b3a6a
}


.table-style {
    width: 100%;
    border-collapse: collapse;
    color: #1b3a6a;
}

    .table-style th {
        background-color: #215d9a;
        padding: 10px;
        text-align: left;
        font-weight: bold;
        color: #f8f8f8;
    }

    .table-style tr:nth-child(odd) {
        background-color: #5087c7;
    }

    .table-style tr:nth-child(even) {
        background-color: #739dd2;
    }

    .table-style td {
        padding: 8px;
        text-align: left;
    }





.accordion-timeline {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color);
    /*border-radius: 0px;*/
    overflow: hidden;
    border-bottom: 1px solid #0e8c8a;
    border-radius: 10px 10px 0px 10px;
    background-image: url("../timages/bg/mask6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



    .accordion-timeline.style4 {
        background-color: #c7d6ee
    }

        .accordion-timeline.style4:nth-child(odd) {
            background-color: #95b6df;
        }

        .accordion-timeline.style4:nth-child(even) {
            background-color: #739dd2;
        }

        .accordion-timeline.style4:hover {
            opacity: 0.9;
        }

        .accordion-timeline.style4.active {
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }



    .accordion-timeline .style3 {
        border-bottom: 1px solid #0e8c8a;
    }


    .accordion-timeline:not(:last-child) {
        margin-bottom: 16px
    }

    .accordion-timeline .accordion-button {
        font-size: 18px;
        font-weight: 600;
        font-family: var(--title-font);
        border: 0;
        color: var(--title-color);
        background-color: transparent;
        padding: 9px 17px 9px 17px;
        min-height: 80px;
        gap: 10px;
        margin-bottom: 0;
        text-align: left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        background-image: url("../timages/bg/bg3.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .accordion-timeline .accordion-button:after {
            content: "\f061";
            height: 100%;
            width: auto;
            line-height: 1;
            background-color: transparent;
            font-family: var(--icon-font);
            color: var(--title-color);
            font-weight: 700;
            font-size: 1em;
            display: grid;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            position: absolute;
            top: 0;
            right: 30px;
            -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
            padding-left: 10px;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out
        }

        .accordion-timeline .accordion-button:focus {
            outline: none;
            box-shadow: none
        }

        .accordion-timeline .accordion-button:not(.collapsed) {
            box-shadow: none;
            border-radius: 0
        }

            .accordion-timeline .accordion-button:not(.collapsed):after {
                content: '\f063';
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0)
            }

    .accordion-timeline .accordion-collapse {
        border: none
    }

    .accordion-timeline .accordion-body {
        border-radius: 0;
        background-color: transparent;
        border: none;
        margin: 25px 40px 30px 40px;
        padding: 0;
    }

    .accordion-timeline .faq-text {
        line-height: 26px;
        margin-top: -0.4rem;
        margin-bottom: -0.48em;
        text-align: justify;
        color: var(--title-color) !important;
        font-weight: 500;
    }

/*.withMaskBack {
    background-color: #c9e9e6;*/
/* background-image: url(../timages/bg1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;*/
/*}*/
.withMaskBack {
    background-image: -webkit-linear-gradient(10deg, rgba(201, 233, 230, 0.1) 0%, rgba(129, 188, 182, 0.15) 23.81%, rgba(201, 233, 230, 0.2) 45.3%, rgba(129, 188, 182, 0.15) 68.4%, rgba(201, 233, 230, 0.1) 99.5%);
    background-image: linear-gradient(80deg, rgba(201, 233, 230, 0.1) 0%, rgba(129, 188, 182, 0.15) 23.81%, rgba(201, 233, 230, 0.2) 45.3%, rgba(129, 188, 182, 0.15) 68.4%, rgba(201, 233, 230, 0.1) 99.5%)
}
.withMaskBackBlue {
    background-image: -webkit-linear-gradient(10deg, rgb(20 25 121 / 0.10) 0%, rgba(20, 25, 121, 0.15) 23.81%, rgba(20, 25, 121, 0.2) 45.3%, rgba(20, 25, 121, 0.15) 68.4%, rgba(20, 25, 121, 0.1) 99.5%);
    background-image: linear-gradient(10deg, rgb(20 25 121 / 0.10) 0%, rgba(20, 25, 121, 0.15) 23.81%, rgba(20, 25, 121, 0.2) 45.3%, rgba(20, 25, 121, 0.15) 68.4%, rgba(20, 25, 121, 0.1) 99.5%);
}

.topFooterBrandStory {
    width: 100%;
    padding: 80px 0px;
    margin-top:0px;
    background-image: url(../timages/bg6-g.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.topFooterBrandStoryBlue {
    width: 100%;
    padding: 80px 0px;
    margin-top: 0px;
    background-image: url(../timages/bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.img-shadow-border {
    /*display: inline-block;*/
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 6px;
    /*background-color: #ffffff;*/
    transition: all 0.3s ease;
}

    /* حالت hover (اختیاری) */
    .img-shadow-border:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }



.download-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .download-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.download-card-img {
    position: relative;
    overflow: hidden;
}

    .download-card-img img {
        transition: transform 0.5s ease;
    }

.download-card:hover .download-card-img img {
    transform: scale(1.05);
}

.download-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color);
}

.download-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.download-card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.download-card-text {
    color: #7f8c8d;
    margin-bottom: 15px;
    flex-grow: 1;
}

.download-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    gap: 15px;
    font-size: 16px;
    color: #7f8c8d;
}

.download-btn {
    width: 100%;
    text-align: center;
}

/* Package Card Specific */
.package-card .download-card-content {
    padding: 25px;
}

.package-contents-title {
    font-size: 1rem;
    margin: 15px 0 10px 0;
    color: #2c3e50;
}

.package-contents ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.package-contents li {
    padding: 5px 0;
    font-size: 16px;
    color: #7f8c8d;
}

    .package-contents li i {
        color: var(--theme-color);
    }

/* Video Card Specific */
.video-card .download-card-content {
    padding: 25px;
}

.video-thumbnail {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 20px;
    transition: all 0.3s ease;
}

.video-card:hover .play-button {
    background: var(--theme-color);
    color: white;
}

.video-info {
    display: flex;
    gap: 15px;
    margin: 10px 0 15px 0;
    font-size: 14px;
    color: #7f8c8d;
}

.video-btn {
    flex-grow: 1;
}

/* CTA Section */
.download-cta {
    padding: 30px;
    border-radius: 10px;
}

.cta-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.cta-text {
    color: #7f8c8d;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .download-cta .text-lg-end {
        text-align: start !important;
        margin-top: 20px;
    }
}
.superscript-tag {
    background-color: #4ea19e;
    color: white;
    font-size: 0.7em;
    padding: 2px 8px;
    border-radius: 8px;
    position: relative;
    top: -0.5em;
    line-height: 1.4;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    white-space: nowrap;
    margin-left:7px
}

.supertag-container {
    display: flex;
    align-items: flex-start;
}
.image-white-frame {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid white; /* White border */
    border-radius: 0px; /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    box-sizing: border-box; /* Ensures border is included in width */
    transition: all 0.3s ease; /* Smooth hover effect */
    background-color: white; /* For transparent PNGs */
    margin: 0 auto; /* Center the image */
}

    /* Optional hover effect */
    .image-white-frame:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-white-frame {
        border-width: 6px;
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    .image-white-frame {
        border-width: 4px;
        border-radius: 8px;
    }
}
.image-green-frame {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: #c8c8c8;
    margin: 0 auto;
}

    /* Optional hover effect */
    .image-green-frame:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }



.image-blue-frame {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #bbb; /* بوردر شیشه‌ای ظریف */
    border-radius: 0px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    /*background: linear-gradient(135deg, #1b3a6a, #4a79b7);*/
    
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    /* نوار نور */
    .image-blue-frame::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%; /* شروع بیرون از تصویر */
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-25deg); /* زاویه نور */
    }

    /* Hover + انیمیشن نور */
    .image-blue-frame:hover::before {
        animation: shine 1s ease forwards;
    }

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

/* تغییر سایه و کمی بزرگ شدن در هاور */
.image-blue-frame:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 6px 16px rgba(0, 0, 0, 0.12);
}




.custom_image_frame2 {
    position: relative;
    z-index: 2;
    margin: 10px 20px 0 auto;
    padding: 7px;
    /*display: table;*/
    background-color: #69aeaa;
    border-radius: 50px 0px;
    max-width: 100%;
}

    .custom_image_frame2 img {
        height: auto;
        max-width: 100%;
        border-radius: inherit;
    }
.custom_image_frame2blue-0 {
    position: relative;
    z-index: 2;
    margin: 10px 20px 0 auto;
    padding: 7px;
    /*display: table;*/
    background-color: #1b3a6a;
    border-radius: 50px 0px;
    max-width: 100%;
}

    .custom_image_frame2blue-0 img {
        height: auto;
        max-width: 100%;
        border-radius: inherit;
    }
.custom_image_frame2blue {
    position: relative;
    z-index: 2;
    margin: 10px 20px;
    padding: 0px;
    /*background: linear-gradient(135deg, #dcdde1, #f5f6fa);*/ /* گرادیان ظریف */
    border-radius: 0px;
    max-width: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1); /* سایه چندلایه و نرم */
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: 1px solid #dcdde1; /* بوردر ظریف شیشه‌ای */
}

    .custom_image_frame2blue img {
        height: auto;
        max-width: 100%;
        border-radius: inherit;
        transition: transform 0.5s ease, filter 0.5s ease;
    }

    /* افکت هاور جدید */
    .custom_image_frame2blue:hover img {
        transform: scale(1.06) rotate(0.5deg); /* زوم + چرخش خیلی ملایم */
        filter: brightness(1.05) contrast(1.05); /* تصویر روشن‌تر و زنده‌تر */
    }

    .custom_image_frame2blue:hover {
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15); /* سایه عمیق‌تر در هاور */
    }

.custom_image_frame3 {
    position: relative;
    z-index: 2;
    margin: 10px;
    padding: 3px;
    /*display: table;*/
    background-color: #69aeaa;
    border-radius: 30px;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .custom_image_frame3 img {
        height: auto;
        max-width: 100%;
        border-radius: inherit;
    }
/* کلاس پایه برای خط زیر عنوان */
.title-underline {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    /* حالت چپ چین */
    .title-underline.left {
        text-align: left;
    }

        .title-underline.left::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            width: 50%;
            background: linear-gradient( 90deg, transparent 0%, transparent 10%, #0e8c8a 20%, #a5d0cc 50%, #0e8c8a 80%, transparent 90%, transparent 100% );
            border-radius: 3px;
        }
    /* حالت چپ چین */
    .title-underline.leftblue {
        text-align: left;
    }

    .title-underline.leftblue::after {
        content: "";
        position: absolute;
        bottom: 0;
        left:-40px;
        height: 1px;
        width: 20%;
        background: linear-gradient( 90deg, transparent 0%, transparent 10%, #1b3a6a 20%, rgb(20 25 121 / 0.10) 50%, #1b3a6a 80%, transparent 90%, transparent 100% );
        
    }

    /* حالت وسط چین */
    .title-underline.center {
        text-align: center;
    }

        .title-underline.center::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 40%;
            background: linear-gradient( 90deg, transparent 0%, transparent 10%, #0e8c8a 20%, #a5d0cc 50%, #0e8c8a 80%, transparent 90%, transparent 100% );
           
        }
    .title-underline.centerblue {
        text-align: center;
    }

        .title-underline.centerblue::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 40%;
            background: linear-gradient( 90deg, transparent 0%, transparent 10%, #1b3a6a 20%, #286fb7 50%, #1b3a6a 80%, transparent 90%, transparent 100% );
        }
    /* حالت‌های رنگی مختلف */
    .title-underline.primary::after {
        background: linear-gradient( 90deg, transparent 0%, transparent 10%, #00706e 20%, #81bcb6 50%, #00706e 80%, transparent 90%, transparent 100% );
    }

    .title-underline.secondary::after {
        background: linear-gradient( 90deg, transparent 0%, transparent 10%, #005d5a 20%, #69aeaa 50%, #005d5a 80%, transparent 90%, transparent 100% );
    }

    .title-underline.light::after {
        background: linear-gradient( 90deg, transparent 0%, transparent 10%, #4ea19e 20%, #c9e9e6 50%, #4ea19e 80%, transparent 90%, transparent 100% );
    }



    /*استایل صفحه کار و حقوق فاخترافته*/
.medeedArbeit-card {
    background: white;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 93, 90, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}

.medeedArbeit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 93, 90, 0.15);
}

/* استایل تصویر */
.medeedArbeit-img-container {
    padding: 15px;
}

.medeedArbeit-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 0px;
    border: 1px solid rgba(0, 112, 110, 0.1);
}

/* باکس عنوان */
.medeedArbeit-title-box {
   
    padding: 12px 20px;
    margin: 0 15px;
    border-radius: 0px;
    border:1px solid #c8c8c8;
    position: relative;
    top: -10px;
    box-shadow: 0 4px 8px rgba(0, 112, 110, 0.2);
}

/*.medeedArbeit-title-box-bl {
    background: linear-gradient(to right, #5087c7, #215d9a);
    padding: 12px 20px;
    margin: 0 15px;
    border-radius: 6px;
    position: relative;
    top: -10px;
    box-shadow: 0 4px 8px rgba(0, 112, 110, 0.2);
}*/
.medeedArbeit-title-box-bl {
    padding: 12px 20px;
    margin: 0 15px;
    position: relative;
    /*top: -10px;*/
    box-shadow: 0 4px 8px rgba(0, 112, 110, 0.2);
    background: white; /* یا هر رنگ دیگری برای محتوا */
    position: relative;
    z-index: 1;
    border: 1px solid #215d9a;
    /*border-image: linear-gradient(to right, #5087c7, ) 1;*/
    border-radius: 0px;
    margin-bottom: 10px
}

   /* .medeedArbeit-title-box-bl::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border: linear-gradient(to right, #5087c7, #215d9a);
        border-radius: 8px;
        z-index: -1;
    }*/
.medeedArbeit-title {
    color: #545454;
    font-size: 1rem;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

/* محتوای کارت */
.medeedArbeit-content {
    padding: 0 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.medeedArbeit-text {
    color: #555;
    font-size:14px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 0;
    flex-grow: 1;
}

/* رسپانسیو */
@media (max-width: 768px) {
    .medeedArbeit-img {
        height: 100px;
    }

    .medeedArbeit-title {
        font-size: 1.1rem;
    }

    .medeedArbeit-content {
        padding: 0 15px 15px;
    }
}

:root {
    --medeed-light-1: #c9e9e6;
    --medeed-light-2: #a5d0cc;
    --medeed-light-3: #81bcb6;
    --medeed-medium-1: #69aeaa;
    --medeed-medium-2: #4ea19e;
    --medeed-medium-3: #0e8c8a;
    --medeed-dark-1: #00706e;
    --medeed-dark-2: #005d5a;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.medeed-benefit-container {
    display: flex;
    flex-direction: column;
    height: 94%;
}

.medeed-benefit-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.medeed-benefit-text {
    flex-grow: 1;
}

/* برای مطابقت باکس‌های تصویر */
.medeed-image-row {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.medeed-benefits-section {
    background: linear-gradient(135deg, var(--medeed-light-1), var(--medeed-light-3));
    padding: 80px 0;
}

.medeed-benefits-section-bl {
    /*background: linear-gradient(135deg, #739dd2, #5087c7);*/
    padding: 50px 0;
    color: #1b3a6a;
}
.medeed-benefits-section-bl p {
   
    color: #1b3a6a;
}
.medeed-section-title {
    text-align: center;
    margin-bottom: 10px;
}

    .medeed-section-title h2 {
        color: var(--medeed-dark-2);
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .medeed-section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 2px;
            background: linear-gradient(to right, var(--medeed-medium-3), var(--medeed-dark-1));
            /*border-radius: 2px;*/
        }

.medeed-section-title-bl {
    text-align: center;
    margin-bottom: 60px;
}

    .medeed-section-title-bl h2 {
        color: #1b3a6a;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .medeed-section-title-bl h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(to right, #215d9a, #16497d);
            border-radius: 2px;
        }

/* استایل جدید برای باکس‌ها */
.medeed-benefit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

    .medeed-benefit-container:hover {
        transform: translateY(-5px);
    }

.medeed-benefit-number-circle {
    width: 50px;
    height: 50px;
    background: white;
    color: var(--medeed-dark-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: -25px;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid var(--medeed-medium-3);
}

.medeed-benefit-number-circle-bl {
    width: 50px;
    height: 50px;
    background: white;
    color: #1b3a6a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: -25px;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid #dddddd;
}
.medeed-benefit-box {
    width: 100%;
    background: white;
    /*border-radius: 15px;*/
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px 25px 15px 25px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}
.medeed-benefit-box ul li {
   font-size:14px !important
}
.medeed-benefit-title {
    color: var(--medeed-dark-2);
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .medeed-benefit-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 105px;
        height: 3px;
        background: linear-gradient(to right, var(--medeed-medium-3), var(--medeed-dark-1));
        border-radius: 3px;
    }
.medeed-benefit-title-bl {
    color: #1b3a6a;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size:16px;
}

    .medeed-benefit-title-bl::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 105px;
        height: 3px;
        background: linear-gradient(to right, #286fb7, #1b3a6a);
        border-radius: 3px;
    }
.medeed-benefit-text {
    color: #555;
    line-height: 1.8;
    text-align: justify;
    font-size:14px
}

.medeed-image-box {
    width: calc(100% - 30px);
    height: 200px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 5px solid white;
    transition: transform 0.3s ease;
}

    .medeed-image-box:hover {
        transform: translateY(-5px);
    }

.medeed-special-card {
    background: linear-gradient(135deg, var(--medeed-medium-2), var(--medeed-dark-1));
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

    .medeed-special-card .medeed-benefit-title::after {
        background: linear-gradient(to right, white, rgba(255,255,255,0.5));
    }

    .medeed-special-card .medeed-benefit-title,
    .medeed-special-card .medeed-benefit-text {
        color: white;
    }

    .medeed-special-card .medeed-benefit-number-circle {
        background: white;
        color: var(--medeed-dark-1);
        border: 2px solid var(--medeed-medium-3);
    }


.medeed-special-box {
    background: linear-gradient(135deg, var(--medeed-medium-2), var(--medeed-dark-1));
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .medeed-special-box:hover {
        transform: translateY(-5px);
    }

.medeed-special-number {
    width: 50px;
    height: 50px;
    background: white;
    color: var(--medeed-dark-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin: -60px auto 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid var(--medeed-medium-3);
}

.medeed-special-title {
    color: white;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .medeed-special-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 105px;
        height: 3px;
        background: linear-gradient(to right, white, rgba(255,255,255,0.5));
        border-radius: 3px;
    }

.medeed-special-text {
    color: white;
    line-height: 1.8;
    opacity: 0.9;
    text-align:justify
}

/* تنظیمات ریسپانسیو */
@media (max-width: 768px) {
    .medeed-benefit-box {
        padding: 35px 20px 20px;
    }

    .medeed-image-box {
        height: 150px;
        width: calc(100% - 20px);
    }
}

.medeed-image-column {
    display: flex;
    align-items: center;
    /*padding: 0 5px;
    margin-bottom: 15px;
    margin-top: 15px;*/

}

.medeed-image-wrapper {
    width: 100%;
    height: 90%;
    border: 5px solid white;
    border-radius: 0px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    margin:0px;
}

    .medeed-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .medeed-image-wrapper:hover img {
        transform: scale(1.03);
    }

.border-box {
    border: 1px solid #eaeaea;
    border-radius: 0px;
    padding: 16px;
}
.border-box-blue {
    border: 1px solid #eaeaea;
    border-radius: 0px;
    background-color:#ffffff;
    padding: 16px;
    font-size:14px
}
.border-box-blue h2 {
    font-size: 16px
}
.image-section {
    position: relative;
    width: 100%;
    max-width: 100%;
}

    .image-section .main-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        border: 1px solid #c8c8c8;
    }

    .image-section .circle {
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #c8c8c8;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .image-section .main-image-blue {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        border: 1px solid #878787;
    }

    .image-section .circle-blue {
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #878787;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .image-section .circle:hover, .image-section .circle-blue:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }

    /* موقعیت‌ها در دسکتاپ */
    .image-section .below-top-left {
        bottom: 210px;
        left: 12px;
    }

    .image-section .bottom-right {
        bottom: 12px;
        left: 12px;
    }

    .image-section .left-of-bottom-right {
        bottom: 12px;
        left: 210px;
    }

/* 📱 ریسپانسیو برای صفحه‌های کوچیک‌تر */
@media (max-width: 768px) {
    .image-section .circle, .image-section .circle-blue {
        width: 100px;
        height: 100px;
        border-width: 2px;
    }

    .image-section .below-top-left {
        bottom: 120px;
        left: 8px;
    }

    .image-section .bottom-right {
        bottom: 8px;
        left: 8px;
    }

    .image-section .left-of-bottom-right {
        bottom: 8px;
        left: 120px;
    }
}

@media (max-width: 480px) {
    .image-section .circle, .image-section .circle-blue {
        width: 80px;
        height: 80px;
    }

    .image-section .below-top-left {
        bottom: 100px;
        left: 6px;
    }

    .image-section .bottom-right {
        bottom: 6px;
        left: 6px;
    }

    .image-section .left-of-bottom-right {
        bottom: 6px;
        left: 100px;
    }
}

.image-column-3img {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.large-image-3img img {
    width: 100%;
    border: 5px solid #00706e;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='white'/%3E%3Cpath d='M10,0 H90 L85,10 H15 L10,0 Z M0,10 V90 L10,85 V15 L0,10 Z M90,100 H10 L15,90 H85 L90,100 Z M100,90 V10 L90,15 V85 L100,90 Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='white'/%3E%3Cpath d='M10,0 H90 L85,10 H15 L10,0 Z M0,10 V90 L10,85 V15 L0,10 Z M90,100 H10 L15,90 H85 L90,100 Z M100,90 V10 L90,15 V85 L100,90 Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
}

.hex-image-wrapper {
    position: absolute;
    width: 250px;
    height: 250px;
}

.hex-image-border {
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: #00706e;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,0 93,25 93,75 50,100 7,75 7,25' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,0 93,25 93,75 50,100 7,75 7,25' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
}

    .hex-image-border img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-mask-image: inherit;
        mask-image: inherit;
        -webkit-mask-repeat: inherit;
        mask-repeat: inherit;
        -webkit-mask-size: inherit;
        mask-size: inherit;
        -webkit-mask-position: inherit;
        mask-position: inherit;
    }
.hex-image-wrapper:hover {
    transform: scale(1.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 2;
}

.hex-image-border:hover {
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);*/
}
.large-image-3img img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .large-image-3img img:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    }




/*طرح سی اس اس برای تصاویر */




.container-curve {
    position: relative; /* برای موقعیت‌دهی مطلق تصویر دایره‌ای */
}

.inner-curve-wrapper {
    padding: 10px;
    background-color: #215d9a;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: visible;
    position: relative;
}

.inner-curve {
    --r: 30px; /* افزایش انحنای گوشه‌ها */
    --s: 120px; /* افزایش اندازه برش */
    --a: 5deg; /* افزایش عمق انحنا */
    --p: 50%; /* کنترل موقعیت */
    height: auto;
    width: 100%;
    background-color: #215d9a;
    border-radius: var(--r);
    --_m: var(--r),#000 calc(100% - 1px),#0000;
    --_d: (var(--s) + var(--r))*cos(var(--a));
    mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)), #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat, linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*display: block;*/
}

.circle-image-container {
    --size: 220px;
    position: absolute;
    top: -80px; /* موقعیت عمودی نسبت به کل container */
    left: 50%;
    transform: translateX(-50%);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index:2; /* z-index بالاتر برای نمایش روی تصویر پس‌زمینه */
}

    .circle-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.inner-curve-wrapper {
    padding: 10px;
    background-color: #215d9a;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: visible;
}


/*2*/

.boximgtoin {
    
    display: block;
    max-width: 100%;
    height: auto;
    border: 8px solid #1b3a6a;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: #1b3a6a;
    margin: 0 auto;
    mask: radial-gradient(30px at 30px 30px,#0000 98%,#000) -30px -30px;

}

    /* Optional hover effect */
    .boximgtoin:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    /*3*/

.octagon {
    aspect-ratio: 1;
    --o: calc(50% * tan(-22.5deg));
    clip-path: polygon( var(--o) 50%, 50% var(--o), calc(100% - var(--o)) 50%, 50% calc(100% - var(--o)) );
    background: #3B8686;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.octagon::before {
    content: "";
    position: absolute;
    inset: -4px;
    --o: calc(50% * tan(-22.5deg));
    clip-path: polygon( var(--o) 50%, 50% var(--o), calc(100% - var(--o)) 50%, 50% calc(100% - var(--o)) );
    background: #215d9a;
    z-index: -1;
    transition: all 0.3s ease;
}

.octagon:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(33, 93, 154, 0.5);
}

    .octagon:hover::before {
        inset: -6px;
        background: #1a4a7a;
    }

.bgbluerectangle {
    --s: 74px; /* control the size*/
    --c1: #6a96ce;
    --c2: #739dd2;
    --_g: #0000 8%,var(--c1) 0 17%,#0000 0 58%;
    background: linear-gradient(135deg,#0000 20.5%,var(--c1) 0 29.5%,#0000 0) 0 calc(var(--s)/4), linear-gradient( 45deg,var(--_g)) calc(var(--s)/2) 0, linear-gradient(135deg,var(--_g),var(--c1) 0 67%,#0000 0), linear-gradient( 45deg,var(--_g),var(--c1) 0 67%,#0000 0 83%,var(--c1) 0 92%,#0000 0), var(--c2);
    background-size: var(--s) var(--s);
}
.bgbluerectangle2 {
    --s: 22px; /* control the size*/
    --c1: #95b6df;
    --c2: #739dd2;
    --l1: #0000 48%,var(--c1) 0 52%,#0000 0;
    --l2: #0000 1.3%,var(--c2) 0 32%,#0000 0;
    background: linear-gradient(-45deg,var(--l2)), linear-gradient( 45deg,var(--l1)), linear-gradient( 45deg,var(--l2)) calc(var(--s)/2) calc(var(--s)/2), linear-gradient(-45deg,var(--l1)) var(--c2);
    background-size: calc(2*var(--s)) var(--s),var(--s) var(--s);
}
.bgbluerectangle3 {
    --s: 32px; /* control the size*/
    --c1: #95b6df;
    --c2: #739dd2;
    --_g: conic-gradient(var(--c1) 25%,#0000 0) 0 0;
    background: var(--_g)/calc(2*var(--s)) calc(var(--s)/9.5), var(--_g)/calc(var(--s)/9.5) calc(2*var(--s)), repeating-conic-gradient(#0000 0 25%,var(--c1) 0 50%) var(--s) 0 /calc(2*var(--s)) calc(2*var(--s)), radial-gradient(50% 50%,var(--c2) 98%,var(--c1)) 0 0/var(--s) var(--s);
}

.bgdayere {
    --s: 50px;
    --c: #9bbee9;
    --c1: #95b6df;
    --_s: calc(2*var(--s)) calc(2*var(--s));
    --_g: 35.36% 35.36% at;
    --_c: #0000 66%, var(--c1) 68% 70%, #0000 72%;
    background: radial-gradient(var(--_g) 100% 25%, var(--_c)) var(--s) var(--s) / var(--_s), radial-gradient(var(--_g) 0 75%, var(--_c)) var(--s) var(--s) / var(--_s), radial-gradient(var(--_g) 100% 25%, var(--_c)) 0 0 / var(--_s), radial-gradient(var(--_g) 0 75%, var(--_c)) 0 0 / var(--_s), repeating-conic-gradient(var(--c) 0 25%, #0000 0 50%) 0 0 / var(--_s), radial-gradient(var(--c) 66%, var(--c1) 68% 70%, var(--c) 72%) 0 calc(var(--s) / 2) / var(--s) var(--s) var(--c);
    background-attachment: fixed;
    font-size: 18px;
}




.inverted-radius-wrapper {
    padding: 10px;
    /*background-color: #215d9a;*/
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 30px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
    overflow: visible;
    position: relative;
}

.inverted-radius {
    --r: 20px; /* the radius */
    --s: 160px; /* size of inner curve */
    --x: 20px; /* horizontal offset (no percentage) */
    --y: 10px; /* vertical offset (no percentage) */

   
    /*aspect-ratio: 1;*/
    background: #3FB8AF;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1*var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}



.circle-inverted-container {
    --size: 260px;
    position: absolute;
    top: -80px; /* موقعیت عمودی نسبت به کل container */
    right: 0;
    transform: translateX(20%);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 2; /* z-index بالاتر برای نمایش روی تصویر پس‌زمینه */
}

    .circle-inverted-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }



.inverted-wrapper {
    padding: 10px;
    background-color: #215d9a;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: visible;
}





.inverted-radius-xl {
    --r: 20px; /* the radius */
    --s: 250px; /* size of inner curve */
    --x: 50px; /* horizontal offset (no percentage) */
    --y: 50px; /* vertical offset (no percentage) */
    /*aspect-ratio: 1;*/
    background: #3FB8AF;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1*var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}



.circle-inverted-container-xl {
    --size: 420px;
    position: absolute;
    top: -110px; /* موقعیت عمودی نسبت به کل container */
    right: -10px;
    transform: translateX(20%);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 2; /* z-index بالاتر برای نمایش روی تصویر پس‌زمینه */
}

    .circle-inverted-container-xl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
/*////*/

/* قاب کلی */
.modern-frame-container {
    position: relative;
    max-width: 600px;
    margin: 60px auto;
}

/* تصویر اصلی */
.modern-frame-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #215d9a, #4a90e2);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1); /* سایه چندلایه شیک */
}

    .modern-frame-main img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: inherit;
        transition: transform 0.5s ease;
    }

    /* افکت shine */
    .modern-frame-main::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-25deg);
    }

    .modern-frame-main:hover::before {
        animation: modern-frame-shine 1s ease forwards;
    }

@keyframes modern-frame-shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.modern-frame-main:hover img {
    transform: scale(1.05);
}

/* تصویر دایره‌ای */
.modern-frame-thumb {
    --size: 180px; /* بزرگ‌تر از قبل */
    position: absolute;
    top: -60px; /* به بالای قاب منتقل شد */
    right: 0%;
    transform: translateX(-10%);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 6px solid #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    transition: all 0.4s ease-in-out;
    background: #fff;
    z-index: 2;
}

    .modern-frame-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

    /* افکت هاور روی تصویر دایره‌ای */
    .modern-frame-thumb:hover {
        transform: translateX(-10%) scale(1.08);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4), 0 0 20px rgba(74, 144, 226, 0.6);
    }

        .modern-frame-thumb:hover img {
            transform: scale(1.1);
        }


        /*بک گراند*/

.modern-bg-section {
    position: relative;
    background: linear-gradient(135deg, #4a90e2 0%, #1b3a6a 100%);
    overflow: hidden;
    z-index: 0;
}

    /* Optional: animation subtle for floating shapes */
    .modern-bg-section::before,
    .modern-bg-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        opacity: 0.15;
        z-index: -1;
        background: radial-gradient(circle at center, rgba(255,255,255,0.3), transparent 70%);
    }

    .modern-bg-section::before {
        width: 400px;
        height: 400px;
        top: -100px;
        left: -50px;
        animation: float-shape 20s linear infinite;
    }

    .modern-bg-section::after {
        width: 300px;
        height: 300px;
        bottom: -80px;
        right: -60px;
        animation: float-shape-reverse 25s linear infinite;
    }

@keyframes float-shape {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(20px) rotate(45deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes float-shape-reverse {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(-45deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}


/**/

.luxury-bg-section {
    position: relative;
    background: linear-gradient(135deg, #c7d6ee 0%, #95b6df 40%, #739dd2 70%, #5087c7 100%);
    overflow: hidden;
    z-index: 0;
}

    /* اشکال نیمه‌شفاف برای عمق */
    .luxury-bg-section::before,
    .luxury-bg-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        opacity: 0.2;
        z-index: -1;
        background: radial-gradient(circle at center, rgba(255,255,255,0.35), transparent 70%);
    }

    .luxury-bg-section::before {
        width: 450px;
        height: 450px;
        top: -120px;
        left: -80px;
        animation: float-luxury 22s linear infinite;
    }

    .luxury-bg-section::after {
        width: 350px;
        height: 350px;
        bottom: -100px;
        right: -60px;
        animation: float-luxury-reverse 28s linear infinite;
    }

/* انیمیشن ملایم حرکت اشکال */
@keyframes float-luxury {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(25px) rotate(45deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes float-luxury-reverse {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(-45deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}





.luxury-bg-visible {
    position: relative;
    background: linear-gradient(135deg, #c7d6ee 0%, #95b6df 35%, #739dd2 65%, #5087c7 100%);
    overflow: hidden;
    min-height: 250px;
}

    /* خطوط مورب */
    .luxury-bg-visible::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: repeating-linear-gradient( 45deg, rgba(255,255,255,0.05), rgba(255,255,255,0.05) 1px, transparent 1px, transparent 20px );
        z-index: 1;
    }

    /* دایره‌های متحرک */
    .luxury-bg-visible .floating-circle {
        position: absolute;
        border-radius: 50%;
        background: radial-gradient(circle at center, rgba(255,255,255,0.3), transparent 60%);
        box-shadow: 0 0 10px rgba(255,255,255,0.1);
        z-index: 0;
        animation: float-visible linear infinite;
    }

/* سایز، موقعیت و زمان‌بندی متفاوت برای چند دایره */
.floating-circle:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 50px;
    left: 20%;
    animation-duration: 8s;
}

.floating-circle:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 150px;
    left: 60%;
    animation-duration: 10s;
}

.floating-circle:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 250px;
    left: 35%;
    animation-duration: 9s;
}

.floating-circle:nth-child(4) {
    width: 60px;
    height: 60px;
    top: 80px;
    left: 75%;
    animation-duration: 7s;
}

.floating-circle:nth-child(5) {
    width: 90px;
    height: 90px;
    top: 200px;
    left: 15%;
    animation-duration: 11s;
}

@keyframes float-visible {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(30px) translateX(20px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

.luxury-bg-subtle {
    position: relative;
    background: linear-gradient(135deg, #c7d6ee 0%, #95b6df 35%, #739dd2 65%, #5087c7 100%);
    overflow: hidden;
}

    /* خطوط مورب خیلی subtle */
    .luxury-bg-subtle::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: repeating-linear-gradient( 45deg, rgba(255,255,255,0.02), rgba(255,255,255,0.02) 1px, transparent 1px, transparent 20px );
        z-index: 1;
    }

    /* دایره‌های بسیار subtle */
    .luxury-bg-subtle .floating-circle {
        position: absolute;
        border-radius: 50%;
        background: radial-gradient(circle at center, rgba(255,255,255,0.07), transparent 70%);
        z-index: 0;
        animation: float-subtle linear infinite;
    }
    .luxury-bg-subtle p {
        color: #1b3a6a
    }
        /* سایز و موقعیت پراکنده و آرام */
        .floating-circle:nth-child(1) {
            width: 300px;
            height: 300px;
            top: 30px;
            left: 10%;
            animation-duration: 35s;
        }

.floating-circle:nth-child(2) {
    width: 250px;
    height: 250px;
    top: 200px;
    left: 60%;
    animation-duration: 40s;
}

.floating-circle:nth-child(3) {
    width: 180px;
    height: 180px;
    top: 120px;
    left: 35%;
    animation-duration: 30s;
}

@keyframes float-subtle {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(15px) translateX(10px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}



.luxury-grid {
    display: grid;
    grid-template-areas:
        "big small1"
        "big small2";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    position: relative;
}

.lux-img {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
   
}

    /* تصویر */
    .lux-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #949494;
        display: block;
    }

   

        .lux-img:hover img {
            filter: brightness(1.05) contrast(1.03);
        }

    /* شاین مورب */
    .lux-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 80%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100% );
        transform: skewX(-20deg);
        transition: left 1s ease;
        pointer-events: none;
    }

    .lux-img:hover::after {
        left: 150%;
    }

    /* جایگذاری‌ها */
    .lux-img.big {
        grid-area: big;
        /*border: 1px solid #eaeaea;*/
        border-radius: 0px;
    }

    .lux-img.small:nth-of-type(2) {
        grid-area: small1;
    }

    .lux-img.small:nth-of-type(3) {
        grid-area: small2;
    }
