@font-face {
    font-family: Vazir;
    src: url('../assets/fonts/Vazir-Medium.eot');
    src: url('../assets/fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Vazir-Medium.woff2') format('woff2'), url('../assets/fonts/Vazir-Medium.woff') format('woff'), url('../assets/fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../assets/fonts/Vazir-Light.eot');
    src: url('../assets/fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Vazir-Light.woff2') format('woff2'), url('../assets/fonts/Vazir-Light.woff') format('woff'), url('../assets/fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: IranSans;
    src: url('../assets/fonts/iransans/IRANSansWeb_Light.eot');
    src: url('../assets/fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'), url('../assets/fonts/iransans/IRANSansWeb_Light.woff') format('woff'), url('../assets/fonts/iransans/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: IranSans;
    src: url('../assets/fonts/iransans/IRANSansWeb_Medium.eot');
    src: url('../assets/fonts/iransans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/iransans/IRANSansWeb_Medium.woff2') format('woff2'), url('../assets/fonts/iransans/IRANSansWeb_Medium.woff') format('woff'), url('../assets/fonts/iransans/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html.h100,
html.h100 body,
html.h100 header,
html.h100 .view {
    height: 95%;
}

body {
    font-family: IranSans !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important
}

html,
body {
    font-size: 14px !important;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.79em;
}

.display-1 {
    font-size: 3.906em;
}

.display-2 {
    font-size: 3.125em;
}

.display-3 {
    font-size: 2.5em;
}

.display-4 {
    font-size: 2em;
}

@media (min-width: 48em) {
    h1 {
        font-size: 2.441em;
    }

    h2 {
        font-size: 1.953em;
    }

    h3 {
        font-size: 1.563em;
    }

    h4 {
        font-size: 1.25em;
    }

    .normal {
        font-size: 1em;
    }

    .display-1 {
        font-size: 3.25em;
    }

    .display-2 {
        font-size: 2.75em;
    }

    .display-3 {
        font-size: 2.25em;
    }

    .display-4 {
        font-size: 1.75em;
    }

    .display-5 {
        font-size: 1.25em;
    }

    .display-6 {
        font-size: .75em;
    }
}

@media (min-width: 768px) {
    .bad-logo {
        max-height: 150px;
    }


    .hidden-xs {
        display: block !important;

    }

    .shown-xs {
        display: none !important;

    }

}


/* @media (min-width: 62em) {
    html,
    body {
        font-size: 16px !important;
    }
}

@media (min-width: 75em) {
    html,
    body {
        font-size: 18px !important;
    }
} */

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.jumbotron {
    font-size: 16px;
    box-shadow: none;
}


/*@media (min-width: 62em) {
  .jumbotron {
    font-size: 17px;
  }
}*/

.jumbotron h1 {
    border-bottom: 4px solid #0275d8;
}

.jumbotron p.lead {
    border-radius: 4px;
    font-size: 1rem;
}


/* Colors */

.main-color {
    color: #003974;
}

.sub-color {
    color: #d0ad67;
}

.main-bg {
    background-color: #003974;
    color: #fff
}

.bg-light-grey {
    background-color: #d4dce9;
}

.bg-blue {
    background-color: #203260;
}

.dark-bg-blue {
    background-color: #1d2c55;
}

.main-bg:hover {
    color: #fff;
}

.inactive {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background: #eee !important;
    color: #9e9e9e !important;
}


/* WTF??? */

.inactive .tab {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    background: #eee !important;
}

.inactive .desc {
    display: none;
}

.grayscale img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: .2s -webkit-filter linear;
    -moz-transition: .2s -moz-filter linear;
    -moz-transition: .2s filter linear;
    -ms-transition: .2s -ms-filter linear;
    -o-transition: .2s -o-filter linear;
    transition: .2s filter linear, .2s -webkit-filter linear;
}

.grayscale img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


/* I need this fu**in sh*t right now */

.colorful {
    -webkit-filter: grayscale(0%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}


/* Custom */

.blockquote.right {
    padding: .5rem 1rem;
    border-right: .25rem solid #eceeef;
    border-left: none;
}

.no-p-margin p {
    margin: 0 !important;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
}

li.nav-item.dropdown:hover div {
    margin-top: -1px;
    border-top-right-radius: 0;
    z-index: 99;
    visibility: visible;
    opacity: 1;
}

li.nav-item.dropdown:hover .nav-link {
    background: #fff;
    border-radius: 5px;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: black;
    border-bottom: none !important;
}

.dropdown-menu.dropdown-primary.show {
    margin-top: -1px;
    border-top-right-radius: 0;
    z-index: 99;
}

form.gsc-search-box.gsc-search-box-tools {
    display: none;
}

.gsc-control-cse.gsc-control-cse-en {
    border: 0 !important;
    background-color: transparent !important;
}

@media (min-width: 768px) {
    .negative-margin {
        margin-top: -150px;
    }
}

.tab {
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: -40px;
    left: -1px;
    width: 15em;
    z-index: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 0;
    /*border-radius: 15px 15px 0 0;*/
    background: white;
    color: #003974;
}

.tab.right {
    right: -1px;
}

.transition-width {
    --webkit-transition: max-width 1s;
    -o-transition: max-width 1s;
    transition: max-width 1s;
}


/* Transitions */

#services-col,
#solutions-col {
    transition: all 1s;
}


/* Header */

.intro-1 {
    background: url("../assets/img/shutterstock_1351467254.jpg") no-repeat center center;
    background-size: cover;
}

.intro-2 {
    background: url("../assets/img/shutterstock_1490214917.jpg") no-repeat center center;
    background-size: cover;
}

.intro-3 {
    background: url("../assets/img/digital-healthcare-2.jpg") no-repeat center center;
    background-size: cover;
}

.intro-4 {
    background: url("../assets/img/refinery-1.jpg") no-repeat center center;
    background-size: cover;
}

.intro-5 {
    background: url("../assets/img/hero-bg-2.jpg") no-repeat center center;
    background-size: cover;
}

.bc-arrow {
    display: inline;
    width: 16px;
}

.dropdown-toggle::after {
    display: none !important;
}

.breadcrumb {
    border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

#hero {
    margin-top: -100px;
    background: rgb(0, 2, 40);
    background: linear-gradient(180deg, rgba(0, 2, 40, 1) 0%, rgba(13, 15, 98, 1) 50%, rgba(22, 54, 157, 1) 100%);
}

.oblique {
    width: 100%;
    height: 100px;
}

.oblique.top {
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1);
    bottom: 0px;
    left: 0px;
    position: relative;
}

.oblique.bot {
    top: -100px;
    left: 0px;
    position: relative;
}

.oblique.ts-1 {
    transform: scaleY(-1);
    top: -1px;
    position: relative;
}

.oblique.ts-n1 {
    transform: scale(-1);
    position: relative;
    top: 0px;
}

.navbar {
    transition: all .1s linear;
    background: transparent !important;
}

header {
    min-height: 91px;
}

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    right: 0;
}

header.sticky .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

main.sticky {
    margin-top: 85px;
}


/* Gradients */

.g1 {
    background: rgb(212, 220, 233);
    background: linear-gradient(0deg, rgba(212, 220, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.g2 {
    background: rgb(212, 220, 233);
    background: linear-gradient(180deg, rgba(212, 220, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
}


.g3 {
    background: rgb(212, 220, 233);
   background: linear-gradient(0deg, #fb3 0%, rgba(255, 255, 255, 1) 100%);
}

.g4 {
    background: rgb(212, 220, 233);
   background: linear-gradient(0deg, #458204 0%, rgba(255, 255, 255, 1) 100%)
}


/* Flex Classes */

.customer-row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
}
.customer-row > .ourClients {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 50%;
    max-width: 50%;
    vertical-align: middle;

}
.ourClientsText{
    /*position: absolute;*/
    /*bottom:-20px;*/
    margin-top: auto;
    margin-bottom: auto;
text-align: center;
    padding-top:25px;
    vertical-align: middle;
}
.customer-row > div > img {
    /* max-width: 70px; */
    /* max-height: 45px; */
}

#trusted {
    height: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* d3 force */

svg.groups {
    width: 100% !important;
    height: 100% !important;
}

path.link {
    fill: none;
    stroke-width: 2px;
}

.node:not(:hover) .nodetext {
    display: none;
}


/* Groups */

.img-container {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    height: auto;
    min-height: 4em;
}

.parent {
    position: relative;
    width: 934px;
    height: 500px;
    border-radius: 50%;
    -webkit-animation: spin 300s linear infinite;
    -moz-animation: spin 300s linear infinite;
    -ms-animation: spin 300s linear infinite;
    -o-animation: spin 300s linear infinite;
    /* animation: spin 300s linear infinite; */
}

.child {
    transition: width .3s linear, height .3s linear;
    width: 100px;
    height: 100px;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    animation: spin 300s linear infinite reverse;
    display: flex;
    align-items: center;
}

.child:hover {
    width: 150px;
    height: 150px;
}

.child img {
    max-width: 100%;
}

@keyframes spina {
    0% {
    }
    100% {
        transform: translate(741.242px, 75.302px);
    }
}

@keyframes move {
    from {
        transform: rotateZ(0) translateX(250px) rotateZ(0) rotateX(-70deg);
    }
    to {
        transform: rotateZ(360deg) translateX(250px) rotateZ(-360deg) rotateX(-70deg);
    }
}


/* Premium */

@media (min-width: 600px) {
    .navbar.scrolling-navbar {
        transition: background .3s linear, padding .3s linear;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: rgba(255, 255, 255, .1);
}

.top-nav-collapse {
    background-color: #fafafa !important;
    color: #000;
}

.dark-logo {
    display: none;
    transition: display .5s ease-in-out;
}

.light-logo {
    transition: display .5s ease-in-out;
}

.top-nav-collapse .light-logo,
.grey.lighten-5 .light-logo {
    display: none;
}

.top-nav-collapse .dark-logo,
.grey.lighten-5 .dark-logo {
    display: block;
}

.navbar.navbar-dark .breadcrumb .nav-item:hover .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item:hover .nav-link,
.top-nav-collapse.navbar.navbar-dark .navbar-nav .nav-item .nav-link,
.top-nav-collapse.navbar.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, .75);
}
.nav-link:hover{
    color:#aaa !important;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
}

.dropdown .dropdown-menu .dropdown-item:active {
    background: #e0e0e0;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff
}

.btn-floating:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px
}

.btn-email {
    background-color: #4b515d !important;
    color: #fff;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
    margin-right: 2.5rem;
    margin-left: 0;
}

.md-form label {
    right: 0;
    left: auto;
    margin-right: 2.5rem;
    margin-left: 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: none;
}

.card-header {
    min-height: 85px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-container-section {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-section iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*section.team-section .avatar img {
    max-width: 200px;
    height: auto
}

section.team-section .avatar img.rounded-circle {
    max-width: 150px
}*/


/* Footer */

#map-container-google-1 iframe {
    width: 100%;
    height: 100%;
}


/* For mobile devices */

@media (max-width: 575.98px) {
    .jumbotron {
        font-size: 14px;
    }

    #trusted {
        height: unset;
        margin: 2em auto;
    }
}

@media (min-width: 576px) {
    .customer-row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (max-width: 767.98px) {

	.myLogofa{
		height:24px !important;
		margin-right:-14px;
	}
	.vert-tab-fa{
		right:-100px !important;
	}
	.myLogo{
		height:24px !important;
		margin-left:-14px;
	}
    .hidden-xs {
        display: none !important;
    }

    .shown-xs {
        display: block !important;
    }

    .vert-tab {
        top: auto;
        bottom: 40px;
        right: -90px !important;
        transform: rotate(-90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

    .vert-tab-fa {
        right: -90px !important;
        transform: rotate(-90deg);
    }

    .vert-tab-en {
        left: -90px !important;
        transform: rotate(90deg);
    }

    .vert-tab.top {
        top: 49px;
    }

    #hero {
        margin-top: -60px;
    }

    .oblique {
        width: 100%;
        height: 60px;
    }

    .oblique.top {
        -moz-transform: scale(-1);
        -o-transform: scale(-1);
        -webkit-transform: scale(-1);
        transform: scale(-1);
        bottom: 0px;
        left: 0px;
        position: relative;
    }

    .oblique.bot {
        top: -60px;
        left: 0px;
    }

    .oblique.ts-1 {
        transform: scaleY(-1);
        top: -1px;
        position: relative;
    }

    .oblique.ts-n1 {
        transform: scale(-1);
        position: relative;
        top: 0px;
    }

    .sm-text-center {
        text-align: center;
    }
} 

@media (min-width: 768px) {
    .ourClientsParent{
        margin-top:16px;
        margin-bottom:16px;
    }
.myLogo,.myLogofa{
		height:42px;		
	}

    .rotate-text {
        transform: rotate(90deg);
        /* Safari */
        -webkit-transform: rotate(90deg);
        /* Firefox */
        -moz-transform: rotate(90deg);
        /* IE */
        -ms-transform: rotate(90deg);
        /* Opera */
        -o-transform: rotate(90deg);
        float: right;
        white-space: nowrap;
    }

    #map-container-google-1 iframe {
        min-height: 350px;
    }

    .customer-row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .customer-row > .ourClients {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    #trusted {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        /*height: unset;*/
    }
}

@media (min-width: 992px) {
    main.sticky {
        margin-top: 67px;
    }

    .customer-row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .customer-row > .ourClients {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    #trusted {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.padded-li {
    display: block;
    padding-left: 20px;
    color: #ccc;
}

.padded-li-ind {
    display: block;
    padding-left: 20px;
}

.text-muted {
    margin-top: 0px;
    line-height: 2em;
    padding-top: 0px;
}

.display-5 {
    margin-bottom: 0px;
    line-height: 1em;
    padding-bottom: 3px;
}

.non-justify {
    text-justify: none !important;
}
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');

body {
  font-family: 'Vazirmatn', sans-serif;
  background-color: #f0f4f8;
  margin: 0;
  padding: 0;
}
/* کانتینر */
.boxes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 60px 20px;
  direction: rtl; /* باکس‌ها از راست به چپ */
}

/* باکس */
.box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgb(249, 249, 250);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  min-height: 450px; /* ارتفاع یکسان */
  opacity: 0;
  transform: translate(-30px, -50px);
  animation: fadeInDownRight 0.6s forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Hover مدرن با تغییر پس‌زمینه و سایه */
.box:hover {
  transform: scale(1.05); /* کمی بزرگ شدن */
  background: linear-gradient(145deg, #e6f0ff, #d9e4ff); /* تغییر ملایم رنگ پس‌زمینه */
  box-shadow: 0 25px 40px rgba(0,0,0,0.2); /* سایه قوی‌تر */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* اضافه کردن افکت داخلی هنگام hover */
.box:hover .box-content {
  transform: translateY(-5px); /* محتوا کمی بالا بیاید */
  transition: transform 0.3s ease;
}

/* ظاهر شدن ترتیبی */
.box:nth-child(1) { animation-delay: 0s; }
.box:nth-child(2) { animation-delay: 0.2s; }
.box:nth-child(3) { animation-delay: 0.4s; }
.box:nth-child(4) { animation-delay: 0.6s; }
.box:nth-child(5) { animation-delay: 0.8s; }
.box:nth-child(6) { animation-delay: 1s; }

@keyframes fadeInDownRight {
  to { transform: translate(0,0); opacity: 1; }
}

/* Hover بدون تداخل با انیمیشن اولیه */
.box:hover {
  transform: scale(1.05); /* فقط بزرگ شدن بدون rotate */
  box-shadow: 0 25px 40px rgba(0,0,0,0.15);
}

/* محتوای داخلی */
.box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

/* لوگو لینک دار */
.box-content a img {
  max-width: 90px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.box-content a img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* لیست بولت */
.box-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 12px 0;
  width: 100%;
}
.box h3 {
  margin-bottom: 20px;  /* فاصله بین عنوان و لیست */
  text-align: center;    /* وسط چین کردن عنوان */
  min-height: 50px;      /* تراز کردن همه عنوان‌ها */
}
.box-list li {
  position: relative;
  padding-right: 20px; /* فاصله بولت */
  text-align: right;
  color: #00097c;
  font-size: 14px;
  line-height: 1.8;
}

.box-list li::before {
  content: "■";
  position: absolute;
  right: 0;
  top: 0;
  color: #00097c;
  font-size: 14px;
}

/* لینک آبی */
/* لینک آبی به شکل بیضی */
.link-wrapper {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  
}

.blue-box {
  background-color: #00097c;
  color: #fff;
  padding: 10px 40px;        /* عرض بیشتر برای بیضی */
  border-radius: 50px;       /* گرد کامل برای بیضی */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

/* افکت هاور */
.blue-box:hover {
  background-color: #0015a3; /* آبی کمی روشن‌تر موقع هاور */
  transform: translateY(-2px);
}
/* گرادیان آبی از پایین به بالا */
.box {
  background: linear-gradient(to top, #013974 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
