/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}



/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace,"Inter";
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace,"Inter";
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit,"Inter";
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
   * Remove the inner border and padding in Firefox.
   */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
   * Restore the focus styles unset by the previous rule.
   */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignright {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignnone {
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 0 20px 20px;
    }

.gallery-caption {
    position: relative;
}

.bypostauthor {
    position: relative;
}


.wp-caption.alignleft {
    margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
    margin: 5px 20px 20px 0;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}


    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        right: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

table {
    width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
    clear: both;
    content: '';
    overflow: auto;
}

.widgets_grid_box ul ul.children {
    padding: 0px 5px 0px 0px !important;
    border-radius: 0px;
    border: 0px !important;
}

.logo_default,
.logo__sticky {
    max-width: 100px;
    height: auto;
}

@media (max-width: 768px) {

    .logo_default,
    .logo__sticky {
        max-width: 80px;
    }
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
    text-align: left;
}

    .widgets_grid_box .widget_categories ul li a,
    .widgets_grid_box .widget_archive ul li a {
        float: right;
    }

.post-password-form label {
    width: 100%;
}

input[type="password"] {
    width: 100%;
}

.wp-block-button {
    margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
    color: #fff;
}

.col-lg-12.padding_zero {
    padding: 0px;
}

.sec_comments .col-lg-12 {
    padding: 0px;
}




.custom-caption {
    font-size: 22px;
    color: black;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    display: inline;
    white-space: nowrap;
}





/* 
این برای بنر صفحه اصلی */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: sans-serif,"Inter";
}
    /* this is the overlay on the image in hero section of index */
    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1000;
    }

/* this is the overlay on the image in hero section of index */
/*.banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;

}*/
.hero-image {
    position: absolute;
    z-index: 2;
    top: 340px;
    /* متن رو میاره بالا */
    left: 240px;
    /* کمی فاصله از لبه سمت چپ */
    font-size: 48px;
    font-family: 'IRANSansWeb',"Albert Sans",, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #d3d3d3;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.185);
    font-weight: 900;
    z-index: 9999999;
}

.hero-text {
    position: absolute;
    z-index: 2;
    top: 340px;
    /* متن رو میاره بالا */
    left: 140px;
    /* کمی فاصله از لبه سمت چپ */
    font-size: 48px;
    font-family: 'IRANSansWeb',"Albert Sans",, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #d3d3d3;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.185);
    font-weight: 900;
    z-index: 9999999;
}

.background-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
    transform: scale(1);
    z-index: 0;
}

    .slide.active {
        opacity: 1;
        animation: zoomEffect 6s ease forwards;
        z-index: 1;
    }

@keyframes zoomEffect {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



/* برای بنر */
.map-section {
    margin: 60px auto;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.map-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #222;
    font-weight: 600;
    position: relative;
}

    .map-title::after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background-color: #fbb034;
        /* رنگ زرد یا طلایی ملایم */
        margin: 12px auto 0;
        border-radius: 2px;
    }

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .map-container:hover {
        transform: scale(1.01);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    }

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        pointer-events: none;
        /* 👈 جلوگیری از تعامل کاربر با iframe */
        filter: grayscale(30%) brightness(95%);
        transition: filter 0.3s ease;
    }

    .map-container:hover iframe {
        filter: grayscale(0%) brightness(100%);
    }

.bold-label {
    font-weight: bold;
    font-size: 36px;
    color: #111;
}

/* جدید */
.certificate-slider {
    padding: 50px 0;
    background-color: #111;
}

.swiper {
    width: 100%;
    max-width: 1000px;
    height: 400px;
    perspective: 1000px;
}

.swiper-slide {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

    .swiper-slide img {
        width: 300px;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.swiper-slide-prev {
    transform: translateX(-60%) scale(0.8) rotateY(30deg);
    opacity: 0.7;
    z-index: 1;
}

.swiper-slide-next {
    transform: translateX(60%) scale(0.8) rotateY(-30deg);
    opacity: 0.7;
    z-index: 1;
}

.swiper-slide-active {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 3;
}

/* کافرمااین */
.employer-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

    .employer-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }

.img-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    transition: transform 0.4s ease;
}

.employer-card:hover .img-container {
    transform: translateY(-10px);
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.employer-card:hover img {
    transform: scale(1.05);
}

.title-box {
    display: none;
}

label {
    font-weight: bold !important;
    font-size: 18px !important;
}

/* فعالیت ایندکس */
.title-item {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* برای چرا ما ایندکس */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    color: #111;
    cursor: pointer;
}

    .feature-card:hover,
    .feature-card.active {
        background-color: rgba(7, 133, 134, 0.6);
        box-shadow: 0 8px 20px rgba(7, 133, 134, 0.5);
        transform: translateY(-5px);
        color: white;
    }

.feature-icon {
    max-width: 60px;
    margin-bottom: 15px;
}

.feature-title {
    font-weight: bold;
}


/* /\* کادر کارت: بدون سایه، بدون border اضافی */ */
.swiper-slide > div {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: none !important;
    /* تاکید بر حذف کامل سایه \*/
    transition: transform 0.3s ease;
}

.swiper-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    box-shadow: none !important;
    /* حذف سایه احتمالی از عکس \*/
    border-radius: 0;
}

.swiper-slide p {
    font-size: 14px;
    color: #111;
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    background: #ffffff;
    font-weight: 500;
    line-height: 1.7;
    border-top: 1px solid #eee;
}

.swiper-slide > div\:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
}

/\* دکمه‌های سبز چرخشی \*/
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
}

.swiper-button-next\:hover,
.swiper-button-prev\:hover {
    background-color: #055f60;
}

.swiper-slide {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #078586;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(7, 133, 134, 0.3);
}



/* برا بنر */
.work-experience-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}

.inline-field {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

    .form-group label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .form-group input {
        font-size: 13px;
        padding: 5px 8px;
        height: 32px;
        width: 160px;
    }

.add-field-btn {
    width: 28px;
    height: 28px;
    background-color: #078586;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 1;
}

    .add-field-btn:hover {
        background-color: #056d6c;
    }

@media (max-width: 768px) {
    .work-experience-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}



/* برای تماس با ما سه تا عکس */
.team-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.4s ease-in-out;
    color: #333;
}

.team-img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: none;
}

.team-card h5,
.team-card p,
.team-card .text-muted,
.team-card .text-secondary {
    transition: color 0.3s ease-in-out;
    color: #333;
}
/* ✨ افکت هنگام هاور */
.team-card:hover {
    background-color: #078586;
    color: #ffffff;
    border-color: #078586;
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(7, 133, 134, 0.4);
}

    .team-card:hover .team-img {
        filter: brightness(0) invert(1); /* آیکن سفید بشه */
    }

    .team-card:hover h5,
    .team-card:hover p,
    .team-card:hover .text-muted,
    .team-card:hover .text-secondary {
        color: #ffffff !important;
    }
/*    قسمت ایندکس استایلش ارور داشت*/
.service_all_styles {
    gap: 20px;
}

.service_box.type_one {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service_box.type_one img {
        width: 150px;
        height: 150px;
        object-fit: contain;
        background: none;
        border-radius: 0;
        box-shadow: none;
        display: block;
    }

@media (max-width: 767px) {
    .service_all_styles {
        flex-wrap: wrap;
        gap: 10px;
    }

    .service_box.type_one img {
        width: 100px;
        height: 100px;
    }
}

/*
اقا اینم الان تو ویژوال برای ایندکس ارور داشت*/
.activity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.activity-card {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    height: 360px;
    /* بزرگ‌تر شد */
    cursor: pointer;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

    .activity-card:hover {
        transform: rotateY(5deg) scale(1.03);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

.stacked-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .stacked-cards .activity-card {
        height: 170px;
        /* بزرگ‌تر شد */
    }

.activity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    filter: brightness(0.85);
}

.activity-card:hover img {
    filter: brightness(1);
    transform: scale(1.05);
}

.activity-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 70%;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
}

.activity-card:hover .activity-overlay {
    background: #078586;
    border-color: #078586;
    color: #fff;
}

.activity-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: color 0.3s ease;
    color: inherit;
}

.activity-desc {
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .activity-grid {
        grid-template-columns: 1fr;
    }

    .stacked-cards .activity-card {
        height: 300px;
    }
}


/*برای تکس روی بنر*/
.page_header_content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.title_page {
    color: white;
    font-size: 46px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.green-underline {
    height: 4px;
    width: 100%;
    background-color: #078586;
    margin: 8px auto 0 auto;
    border-radius: 2px;
}

.breadcrumbs.creote {
    color: white;
    margin-top: 10px;
}

    .breadcrumbs.creote ul.breadcrumb {
        list-style: none;
        padding: 0;
        display: inline-flex;
        gap: 8px;
    }

        .breadcrumbs.creote ul.breadcrumb li,
        .breadcrumbs.creote ul.breadcrumb li.active {
            color: white;
        }



/*   برای قسمت منشور اخلای*/
.ethics-section {
    background: #f4f6f9;
    padding: 100px 0;
    direction: rtl;
}
/*   برای قسمت منشور اخلای*/
.ethics-section-ltr {
    background: #f4f6f9;
    padding: 100px 0;
    direction: ltr;
}

.section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 40px;
}

.ethics-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    cursor: pointer;
}

    .ethics-card h3 {
        font-size: 22px;
        color: #004085;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .ethics-card ul {
        padding: 0;
        list-style: none;
        font-size: 17px;
        line-height: 2;
        color: #333;
    }

    .ethics-card li::before {
        content: "✔";
        margin-left: 10px;
        color: #28a745;
    }

    .ethics-card:hover {
        transform: scale(1.03);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

@media (max-width: 768px) {
    .ethics-card {
        padding: 20px;
    }

    .section-title {
        font-size: 28px;
    }
}

.banner-section {
    position: relative;
    width: 100%;
    height: 500px; /* یا هر ارتفاعی که داری */
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.banner-image {
    background-image: url('/assets/images/Aks/pic/kabiur-rahman-riyad-HstluONFtXQ-unsplash.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35); /* مقدار سایه */
    z-index: 1;
    pointer-events: none; /* تا کلیک‌ها رو نبنده */
    height: 500px !important;
}


.page_header_content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 2; /* بالاتر از سایه */
    color: white;
}

/*برای فوتر*/
.menu li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%; /* یا یک عدد ثابت مثلا 180px */
}




