* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
    overflow-x: hidden;
    max-width: 100vw;
}

:root {

    --color-dark: #101010;
    --color-light: #F1F1F1;

    --color-primary: #0E1C57;
    --color-primary-1: #1A2980;
    --color-primary-2: #2E45AB;
    --color-primary-3: #7A8AD3;
    --color-primary-4: #BAC1E0;
    --color-primary-5: #DBDFF1;
    --color-primary-6: #F3F4FC;

    --color-secondary: #083A5A;
    --color-secondary-1: #0D5283;
    --color-secondary-2: #1480C4;
    --color-secondary-3: #26C2F3;
    --color-secondary-4: #9EE3F9;
    --color-secondary-5: #C8EFF9;
    --color-secondary-6: #E6F7FC;

    --color-tertiary: #665103;
    --color-tertiary-1: #997A05;
    --color-tertiary-2: #CCA206;
    --color-tertiary-3: #FFCB08;
    --color-tertiary-4: #FFE06B;
    --color-tertiary-5: #FFEFB5;
    --color-tertiary-6: #FFFAE6;

    --color-quaternary: #E84A5A;

    --color-other-1: #A6FFCB;
    --color-other-2: #40E3E1;
    --color-other-3: #2BC0E4;
    --color-other-4: #2490D3;
    --color-other-5: #044891;
    --color-other-6: #28BBED;
    --color-other-7: #25C2F3;


    --color-gray: #313131;
    --color-gray-1: #535353;
    --color-gray-2: #7F7F7F;
    --color-gray-3: #ADADAD;
    --color-gray-4: #CFCFCF;
    --color-gray-5: #E5E5E5;
    --color-gray-6: #F0F0F0;

    --linear-gradient-02: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
}

body {
    direction: rtl;
    overflow-x: hidden !important;
    font-family: "IranYekan";
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) -67.74%, rgba(64, 227, 225, 0.15) 100%); */
    background: linear-gradient(180deg, rgba(64, 227, 225, 0.15) 0%, rgba(217, 217, 217, 0.00) 14%);
    background-color: #F8F8F8;
    color: var(--color-primary-1);
    position: relative;
    max-width: 100vw;
}

/* جلوگیری از اسکرول افقی هنگام باز بودن offcanvas */
body.offcanvas-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    list-style: none;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
p, ul, li, span {
	font-family: "IranYekan-Light";
}
/* .color-white {

} */

.color-primary {
    color: var(--color-primary);
}

.color-primary-1 {
    color: var(--color-primary-1);
}

.color-primary-2 {
    color: var(--color-primary-2);
}

.color-primary-6 {
    color: var(--color-primary-6);
}

.color-secondary-2 {
    color: var(--color-secondary-2);
}
.ms-lg-30 {
	margin-right: 30px;
}
.color-tertiary-3 {
    color: var(--color-tertiary-3);
}

.color-quaternary {
    color: var(--color-quaternary);
}

.color-gray-2 {
    color: var(--color-gray-2);
}

.color-other-7 {
    color: var(--color-other-7);
}

.text-gradient {
    background: linear-gradient(261deg, #FFE06B -1.59%, #49EFE5 95.52%, #28BBED 95.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gradient-tertiary-4-to-other-5 {
    background: linear-gradient(261deg, #FFE06B -1.59%, #49EFE5 95.52%, #28BBED 95.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.color-gradient-primary-to-primary-2 {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.bg-white {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.only-so-big {
    position: relative;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: max-height .75s;
    transition: max-height .75s;
}

.only-so-big.collapsed:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 100px, #edf6f6);
}
header.header {
	transition: transform 0.4s ease-in-out;
	z-index: 9999;
	position: sticky;
}

header.hide-header {
	transform: translateY(calc(-100% - 15px));
}
/* وقتی استیکی فعال شد */
.header.sticky  {
	position: fixed;
	top: 15px;
	z-index: 9999;
	width: 100%;
	max-width: 100vw;
}
.header.sticky .container {
	box-shadow: 0px 9px 100px -11px #FFE06B73;
	background: #FFFFFF4D;
	margin: 0 auto;
	border-radius: 15px;
	max-width: 1320px;
}
.navbar {
	backdrop-filter: blur(40px);
}
/* جلوگیری از overflow در موبایل */
@media (max-width: 991px) {
	.header.sticky {
		left: 0;
		right: 0;
	}
	
	.header.sticky .container {
		padding: 0 10px;
	}
}
.read-more {
    position: relative;
    border-radius: 15px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    border: none;
    padding: 20px 10px;
    background: var(--linear-gradient-02);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .4s ease;
}

.read-more .symbol {
    transition: all .4s ease;
}

.read-more.less .symbol {
    transform: rotate(180deg);
}

.hid {
    display: none;
}

.form-container-1 {
    border-radius: 48px;
    border: 1px solid var(--color-secondary-6);
    background: #FFFFFF;
    box-shadow: 0px 56px 250px -11px rgba(200, 239, 249, 0.60);
    padding: 30px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
	/* height: 40px; */
	padding: 10px 30px;
	border-radius: 12px;
	border: 1px solid var(--color-secondary-5);
	box-shadow: 0px 7px 200px -11px rgba(64, 227, 225, 0.20);
	background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
}

.form-container-1 .form-control {
    border-radius: 15px;
    border: 1px solid var(--color-primary-1);
    background-color: #FFFFFF;
}

.form-container-1 .form-label {
    font-family: "IranYekan";
    font-size: 18px;
}

.form-container-1 .form-control:not(textarea) {
    height: 40px;
}

.ltsp-n5 {
    letter-spacing: -5px;
}

.section-title-1 {
    font-size: 36px;
}

.section-title-2 {
    font-family: "Rokh-Bold";
    font-size: 48px;
}

.section-title-2-1 {
    font-family: "Rokh-Bold";
    font-size: 44px;
}

.section-title-3 {
    font-size: 56px;
}

.section-title-4 {
    font-family: "Rokh-Bold";
    font-size: 80px;
}

.section-subtitle { 
    font-size: 20px;
    font-family: "IranYekan";
}

.section-subtitle-2 {
    font-size: 24px;
     font-family: "Rokh-Bold";
}

.section-subtitle-3 {
    font-size: 32px;
    font-family: "Rokh-Bold";
}
.header .title-box {
	background: #FFFFFF;
	padding: 8px 19px;
	border-radius: 12px;
	margin-right: 15px;
}
.action-title-1 {
    font-size: 16px;
     font-family: "Rokh-Bold";
}

.action-title-2 {
    font-size: 16px;
    font-family: "Rokh-Bold";
}

.action-title-3 {
    font-size: 16px;
    font-family: "Rokh-Bold";
}

.action-title-4 {
    font-size: 18px;
     font-family: "Rokh-Bold";
}

.text-0 {
    font-family: "IranYekan";
    font-size: 14px;
}

.text-1 {
    font-size: 14px;
    font-family: "IranYekan";
}

.text-1-1 {
    font-size: 16px;
    font-family: "IranYekan";
}

.text-2 {
    font-family: "IranYekan-Light";
    font-size: 16px;
}

.text-2-1 {
    font-family: "IranYekan-Light";
    font-size: 18px;
}

.text-3 {
    font-size: 16px;
    font-family: "IranYekan";
}

.text-4 {
    font-size: 18px;
    font-family: "IranYekan";
}

.text-5 {
    font-size: 18px;
    font-family: "IranYekan";
}

.digit {
    font-size: 28px;
    font-family: "IranYekan-Light";
}

.digit-1 {
	font-size: 42px;
	font-family: "IranYekan-Light";
	font-weight: 700;
}



.custom-box-model.model-1 .custom-box {
	padding: 50px 90px 50px 68px;
	clip-path: polygon( 0.00% 90.40%, 0.08% 91.65%, 0.33% 92.88%, 0.73% 94.07%, 1.29% 95.20%, 1.98% 96.24%, 2.81% 97.19%, 3.76% 98.02%, 4.80% 98.71%, 5.93% 99.27%, 7.12% 99.67%, 8.35% 99.92%, 9.60% 100.00%, 90.40% 100.00%, 91.65% 99.92%, 92.88% 99.67%, 94.07% 99.27%, 95.20% 98.71%, 96.24% 98.02%, 97.19% 97.19%, 98.02% 96.24%, 98.71% 95.20%, 99.27% 94.07%, 99.67% 92.88%, 99.92% 91.65%, 100.00% 90.40%, 100.00% 9.60%, 99.92% 8.35%, 99.67% 7.12%, 99.27% 5.93%, 98.71% 4.80%, 98.02% 3.76%, 97.19% 2.81%, 96.24% 1.98%, 95.20% 1.29%, 94.07% 0.73%, 92.88% 0.33%, 91.65% 0.08%, 90.40% 0.00%, 9.60% 30.00%, 8.35% 30.08%, 7.12% 30.33%, 5.93% 30.73%, 4.80% 31.29%, 3.76% 31.98%, 2.81% 32.81%, 1.98% 33.76%, 1.29% 34.80%, 0.73% 35.93%, 0.33% 37.12%, 0.08% 38.35%, 0.00% 39.60% );
	border-radius: 48px;
    padding: 40px 40px 90px 40px;
}

.custom-box-model.model-2 .custom-box {
    	clip-path: polygon( 100.00% 9.60%, 99.92% 8.35%, 99.67% 7.12%, 99.27% 5.93%, 98.71% 4.80%, 98.02% 3.76%, 97.19% 2.81%, 96.24% 1.98%, 95.20% 1.29%, 94.07% 0.73%, 92.88% 0.33%, 91.65% 0.08%, 90.40% 0.00%, 9.60% 0.00%, 8.35% 0.08%, 7.12% 0.33%, 5.93% 0.73%, 4.80% 1.29%, 3.76% 1.98%, 2.81% 2.81%, 1.98% 3.76%, 1.29% 4.80%, 0.73% 5.93%, 0.33% 7.12%, 0.08% 8.35%, 0.00% 9.60%, 0.00% 90.40%, 0.08% 91.65%, 0.33% 92.88%, 0.73% 94.07%, 1.29% 95.20%, 1.98% 96.24%, 2.81% 97.19%, 3.76% 98.02%, 4.80% 98.71%, 5.93% 99.27%, 7.12% 99.67%, 8.35% 99.92%, 9.60% 100.00%, 90.40% 70.00%, 91.65% 69.92%, 92.88% 69.67%, 94.07% 69.27%, 95.20% 68.71%, 96.24% 68.02%, 97.19% 67.19%, 98.02% 66.24%, 98.71% 65.20%, 99.27% 64.07%, 99.67% 62.88%, 99.92% 61.65%, 100.00% 60.40% );
	border-radius: 48px;
    padding: 50px 40px 50px 40px;
}

@media screen and (min-width: 992px) {
    .section-title-1 {
        font-size: 48px;
    }

    .section-title-2 {
        font-size: 60px;
    }

    .section-title-2-1 {
        font-size: 60px;
    }

    .section-title-3 {
        font-size: 72px;
    }

    .section-title-4 {
        font-size: 120px;
    }

    .section-subtitle {
        font-size: 24px;
    }

    .action-title-3 {
        font-size: 18px;

    }

    .action-title-4 {
        font-size: 20px;
       
    }

    .text-3 {
        font-size: 18px;
        font-family: "IranYekan";
    }
}

.navbar {
    background-color: transparent !important;
}

.navbar .navbar-brand .title-box {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background-color: #ffffff;
    margin-right: 14px;
}

.navbar .navbar-brand .title-box .title {
    font-family: "IranYekan";
    font-size: 16px;
    background: var(--linear-gradient-02);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-family: "IranYekan";
    font-size: 16px;
    background: var(--linear-gradient-02);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    transition: all .4s ease;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    font-family: "IranYekan";
}

.navbar .navbar-nav .nav-item>.nav-link {
    padding-left: 1em;
    padding-right: 1em;
}

.navbar .navbar-nav .has-children {
    position: relative;
    z-index:1;
}

.navbar .navbar-nav .has-children>.nav-link {
    position: relative;
}

/* .navbar .navbar-nav .has-children>.nav-link:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
} */

.navbar .navbar-nav .has-children .dropdown {
    /* display: none; */
    visibility: hidden;
    height: 0;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: right;
    border-top: 2px solid var(--color-primary);
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    padding: .5em;
    border-radius: 8px;
    background: #FFFFFF;
    z-index: 9;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: all .4s ease;
}

.navbar .navbar-nav .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
}

.navbar .navbar-nav .has-children:hover>.dropdown,
.navbar .navbar-nav .has-children:focus>.dropdown,
.navbar .navbar-nav .has-children:active>.dropdown {
    /* display: block; */
    height: auto;
    /* -webkit-transition-delay: 0s; */
    /* -o-transition-delay: 0s; */
    /* transition-delay: 0s; */
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.navbar .navbar-nav .has-children .dropdown>li.has-children>.dropdown,
.navbar .navbar-nav .has-children .dropdown>li.has-children>ul {
    right: 100%;
    top: 0;
}

.hamburger {
    display: flex;
    cursor: pointer;
    width: 30px;
    height: 20px;
    flex-direction: column;
    align-items: center;
    /* row-gap: 6px; */
    justify-content: space-between;
    border: none;
    background-color: transparent;
    /* aspect-ratio: 1; */
}

.hamburger .bar {
    height: 2px;
    width: 30px;
    background-color: var(--color-primary);
    transition: all 0.3s ease-in-out;
}

header .offcanvas {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(8, 58, 90, 0.55);
    backdrop-filter: blur(10px);
    padding: 20px 22px 32px;
    max-width: 100vw;
    width: 285px;
}

header .offcanvas .offcanvas-header {
    display: flex;
    height: 60px;
    padding: 0px 12px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 15px;
    background-color: #FFFFFF;
    width: 100%;
}

/* header .offcanvas .offcanvas-header {
    display: flex;
    height: 60px;
    padding: 23px 21px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 15px;
    background: var(--BW-BW00, #FFF);
} */

header .offcanvas .offcanvas-header .input-group .form-control,
header .offcanvas .offcanvas-header .input-group .input-group-text {
    background-color: transparent;
    border: none;
}

header .offcanvas .offcanvas-header .btn_close {
    background-color: transparent;
    border: none;
}

header .offcanvas .offcanvas-body {
	display: flex;
	width: 100%;
	max-width: 285px;
	padding: 40px 20px;
	margin-top: 20px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	flex: 1 0 0;
	border-radius: 15px;
	background: var(--BW-BW00, #FFF);
	height: calc(68vh - 80px);
}

header .offcanvas .offcanvas-footer {
	width: 100%;
	max-width: 285px;
	min-height: calc(32vh - 80px);
}

.accordionMenu {
    width: 100%;
}

.accordionMenu .accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* آیکون فقط برای منوهایی که زیرمنو دارند */
.accordionMenu .accordion-button.has-submenu::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="9" viewBox="0 0 5 9" fill="none"><path d="M4.22644 7.72644L1 4.5L4.22644 1.27356" stroke="url(%23paint0_linear_403_5063)" stroke-linejoin="bevel"/><defs><linearGradient id="paint0_linear_403_5063" x1="4.22644" y1="4.5" x2="1" y2="4.5" gradientUnits="userSpaceOnUse"><stop stop-color="%230E1C57"/><stop offset="1" stop-color="%232E45AB"/></linearGradient></defs></svg>');
    background-size: contain;
    transform: rotate(0deg);
}

/* مخفی کردن آیکون برای منوهایی که زیرمنو ندارند */
.accordionMenu .accordion-button:not(.has-submenu)::after {
    display: none;
}

.accordionMenu .accordion-button.has-submenu:not(.collapsed)::after {
    transform: rotate(-90deg) translateX(3px);
}

.accordionMenu .accordion-button {
    background: var(--G02, linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn {
	/* height: 40px; */
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	transition: all 0.4s ease-out 0s;
	border: none;
	max-width: 280px;
}

.btn-gradient-tertiary-5-to-3 {
    border-radius: 15px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
}

.btn-gradient-tertiary-5-to-3:hover {
    background: linear-gradient(-206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
}

.btn-gradient-tertiary-5-to-3 .title {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-main {
	border-radius: 12px;
	/* background: linear-gradient(100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%); */
	background: linear-gradient(100deg, var(--color-other-5) 16.05%, var(--color-other-4) 68.38%);
	background-size: 200%;
	box-shadow: 0px 5px 20px 0px rgba(0, 62, 150, 0.30);
	color: #FFFFFF !important;
}

.btn-main:hover {
    background: linear-gradient(-100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%);
    /* background-position: right center; */
}

.hero-section {
    position: relative;
    padding-bottom: 48px;
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/wave-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
}

.hero-section::before {
    top: 0;
}

.hero-section::after {
    bottom: 0;
    transform: scaleX(-1) scaleY(-1);
}

.hero-section .grimace {
    position: absolute;
    right: 0;
    bottom: -32px;
}

.hero-wrapper {
    position: relative;
}

/* .hero-wrapper::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    fill: linear-gradient(180deg, var(--color-tertiary-5) 0%, var(--color-other-3) 100%);
    opacity: 0.2;
    filter: blur(72.4000015258789px);
} */

.owl-hero .owl-item {
    /* padding: 32px; */
}

.owl-carousel .nav-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: 25%;
    transform: translateY(-25%) rotate(-45deg);
    transition: transform .2s ease;
    /* top: 100px !important; */
}

.owl-carousel .prev-slide {
    /* background: url(../images/arrow.svg) no-repeat scroll 0 0; */
    left: -30px;
    border-top: 2px solid var(--color-primary-2);
    border-left: 2px solid var(--color-primary-2);
}

.owl-carousel .next-slide {
    /* background: url(../images/arrow.svg) no-repeat scroll 0 0; */
    right: -30px;
    border-right: 2px solid var(--color-primary-2);
    border-bottom: 2px solid var(--color-primary-2);
}

.owl-dots .owl-dot {
    padding: 2px;
}

.owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background-color: var(--color-gray-5) !important;
}

.owl-dots .owl-dot.active span {
    width: 15px !important;
    height: 15px !important;
    background: linear-gradient(100deg, #044891 -0.05%, #2490D3 127.32%) !important;
}

.reasons {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 15px;
}

.reasons .reason-item {
    gap: 20px;
    border-radius: 36px;
    border: 1px solid var(--color-secondary-6);
    background-color: #FFFFFF;
    box-shadow: 0px 56px 150px -11px rgba(64, 227, 225, 0.30);
    padding: 30px;
    cursor: pointer;
}

.reasons .item-1 {
    box-shadow: 0px 56px 150px -11px rgba(64, 227, 225, 0.30);
}

.reasons .item-2 {
	box-shadow: 0px 7px 200px -11px rgba(64, 227, 225, 0.30);
	padding-top: 0;
}
.reasons .item-3 {
	box-shadow: 0px 56px 150px -11px rgba(255, 239, 181, 0.60);
	padding-bottom: 0;
}

.reasons .reason-item .symbol-wrapper {}

.features {
    padding: 50px 30px;
    border-radius: 36px;
    background: linear-gradient(100deg, var(--color-other-5) -0.05%, var(--color-other-4) 127.32%);
}

.features-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}

.features .feature-item .title {
    background: linear-gradient(261deg, var(--color-tertiary-4) -1.59%, #49EFE5 95.52%, var(--color-other-6) 95.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -5px;
}

.features .feature-item .sub-title {
    position: relative;
    padding-right: 15px;
}

.features .feature-item .sub-title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
    background-color: #FFFFFF;
}

.features .feature-item .sub-title,
.features .feature-item .description {
    color: var(--color-primary-6);
    text-align: right;
}

.service-svg {
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
}

.service-card-wrapper {
    position: relative;
}

.service-card-container {
	border-radius: 16px;
	transition: all .3s ease-out;
	will-change: transform, box-shadow;
	filter: drop-shadow(0px 0px 38px rgba(64, 227, 225, 0.4));
}

.service-card-container .service-card {
	background: #fff;
	padding: 30px 40px;
	transition: transform .3s ease-out, box-shadow .3s ease-out;
	will-change: transform, box-shadow;
	border-radius: 48px;
}

/* انیمیشن hover خیلی روان‌تر */
.service-card-container .service-card:hover {
    transform: translateY(-10px); /* حرکت نرم بالا */
    box-shadow: 0px 20px 60px rgba(64, 227, 225, 0.35);
}

.service-card-wrapper .tail {
    position: absolute;
    width: 48px;
    height: 60px;
    background-image: url('../images/tail-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* تنظیمات موقعیت مثل قبل */
.service-card-wrapper .service-card-container.odd + .tail {
    right: 74px;
    bottom: -16px;
}

.service-card-wrapper .service-card-container.even + .tail {
    left: 74px;
    top: -48px;
}

/* .about:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    background-color: #9EE3F9;
} */

/* .about:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 100%, 100% 30%, 100% 100%, 0 100%);
    background-color: #FFEFB5;
} */

.owl-carousel .owl-stage {
    padding-right: 0 !important;
}

.products-wrapper {
    border-radius: 72px;
    border: 1px solid var(--color-secondary-6);
    background-color: #FFFFFF;
    padding: 34px 30px;
}

.product-card {
    border: 1px solid var(--color-gray-5);
    border-radius: 36px;
    padding-bottom: 30px;
}

.product-card .card-top {
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    /* background: linear-gradient(180deg, rgba(81, 227, 214, 0.70) 0%, rgba(18, 33, 97, 0.70) 100%), url("../images/service-img-1.png"), lightgray 0px 0px / 154.073% 100% no-repeat; */
    /* background-blend-mode: overlay, normal; */
    border-radius: 36px 36px 48px 0;
    padding-bottom: 0.5em;
}

.product-card .card-top>img {
    border-radius: 36px;
}

.product-card .card-body {
    margin-top: -20px;
}

.product-card .card-body .btn {
    height: 40px;
    border-radius: 15px 0px 0px 15px;
    background: linear-gradient(100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%);
    box-shadow: none;
    transition: all .4s ease-out;
}

.product-card .card-body .btn:hover {
    background: linear-gradient(-100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%);
}

.product-card .card-body .title {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 14px;
}

.customers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    align-items: center;
    justify-items: center;
    margin-top: 30px;
}

.customers-grid .customer-item {
    cursor: pointer;
    transition: all .4s ease;
}

.customers-grid .customer-item:hover {
    transform: scale(1.2);
}

.customers-wrapper {
    padding: 24px 16px;
}

.customer-card {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
}

.owl-item.center .item .customer-card {
    border: 1px solid var(--color-secondary-6);
    background-color: #FFFFFF;
    box-shadow: 0px 7px 200px -11px var(--color-secondary-5);
    padding: 32px;
}

.box {
    background-color: #faebd7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 92px, 100% 0%);
    margin: 0 auto;
    padding: 100px 36px 36px 36px;
    /* background-image: url("../images/product-1.png"); */
    background-repeat: no-repeat;
    background-size: contain;
    background: linear-gradient(212deg, rgba(17, 32, 96, 0.85) 28.18%, rgba(85, 238, 221, 0.85) 90.46%), url("../images/product-1.png") lightgray -57.417px 0px / 114.068% 94.346%;
}

.flt_svg {
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
}
.customer-card .title {
    visibility: hidden;
    font-size: 0;
}

.owl-item.center .item .customer-card .title {
    visibility: visible;
    font-size: 48px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item {
	border: none;
	filter: drop-shadow(0px 0px 38px rgba(64, 227, 225, 0.4));
}



.accordion-faq .accordion-item.open .accordion-container {
	background-color: #FFFFFF;
	min-height: 267px;
	padding: 30px 30px 85px 30px;
	clip-path: polygon( 0.00% 9.60%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.80%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.80% 1.29%, 5.93% 0.73%, 7.12% 0.33%, 8.35% 0.08%, 9.60% 0.00%, 90.40% 0.00%, 91.65% 0.08%, 92.88% 0.33%, 94.07% 0.73%, 95.20% 1.29%, 96.24% 1.98%, 97.19% 2.81%, 98.02% 3.76%, 98.71% 4.80%, 99.27% 5.93%, 99.67% 7.12%, 99.92% 8.35%, 100.00% 9.60%, 100.00% 90.40%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.20%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.20% 98.71%, 94.07% 99.27%, 91.88% 99.67%, 91.65% 99.92%, 90.4% 100.00%, 8.6% 69%, 8.35% 68.96%, 6.12% 67.67%, 6.93% 68.07%, 4.8% 66.71%, 3.76% 66.02%, 2.81% 65.19%, 1.98% 64.24%, 1.29% 63.20%, 0.73% 62.07%, 0.33% 60.88%, 0.08% 59.65% );
}

.accordion-item,
.accordion-header {
    width: 100%;
    background-color: transparent;
}

.accordion-header {
    position: relative;
}

.accordion-item .accordion-header .shape {
    display: block;
    opacity: 0;
    height: 0;
}

.accordion-item.open .accordion-header .shape {
    opacity: 1;
    position: absolute;
    height: 64px;
    top: -8px;
    right: -16px;
}

.accordion-button {
    width: 100%;
    display: inline-flex;
    min-height: 40px;
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.accordion-faq .accordion-button:not(.collapsed) {
    border-radius: 12px !important;
    background: linear-gradient(100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%);
    box-shadow: 0px 21px 40px 0px rgba(0, 62, 150, 0.30) !important;
    color: #FFFFFF !important;
}

.accordion-faq .accordion-button.collapsed {
    border-radius: 15px !important;
    background: linear-gradient(180deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    box-shadow: none;
    color: var(--color-primary-1) !important;
}

.accordion-faq .accordion-button::after {
    display: none;
}

.accordion-faq .accordion-button:not(.collapsed) svg {
    transform: rotate(180deg);
}

.footer {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(64, 227, 225, 0.15) 32%);
}

.footer .title {
    position: relative;
    background-color: transparent;
    color: var(--color-primary-2);
    margin-right: 16px;
}

.footer .title .shape {
    position: absolute;
    z-index: -1;
    right: -16px;
    top: -6px;
}

.footer .contact-items,
.offcanvas .contact-items {
    gap: 40px;
}

.footer .contact-items .contact-item,
.offcanvas .contact-items .contact-item {
    display: flex;
    height: 60px;
    padding: 6px 20px 0px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 18px;
    border: 1px solid var(--color-secondary-6);
    background-color: #FFF;
}

.footer .contact-items .contact-item .icon {}

.footer .social-items .social-item .link-body-emphasis,
.offcanvas .social-items .social-item .link-body-emphasis {
    display: flex;
    width: 60px;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 1px solid var(--color-secondary-6);
    background-color: #FFFFFF;
}

.footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer .footer-menu .menu-item {
    position: relative;
}

.footer .footer-menu .menu-item .link {
    display: flex;
    padding: 10px 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    color: var(--color-primary-1);
}

.footer .footer-menu .menu-item .dropdown {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: right;
    border-top: 2px solid var(--color-primary);
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    padding: .5em;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.footer .footer-menu .menu-item .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
}

.footer .footer-menu .menu-item:hover>.dropdown,
.footer .footer-menu .menu-item:focus>.dropdown,
.footer .footer-menu .menu-item:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 4px;
    visibility: visible;
    opacity: 1;
}

.footer .footer-menu .menu-item .dropdown>li.has-children>.dropdown,
.footer .footer-menu .menu-item .dropdown>li.has-children>ul {
    right: 100%;
    top: 0;
}

.footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer .footer-links .footer-link .link {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    border-radius: 18px;
    background-color: #FFFFFF;
    color: var(--color-primary-1);
}

.footer .lisence {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer .lisence img {
    max-width: 118px;
}

.footer .copy-right {
    height: 40px;
    position: relative;
    display: inline-flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: #FFFFFF;
}

.footer-wrapper {
    position: relative;
    padding-top: 40px;
    /* padding-bottom: 48px; */
}

.footer-wrapper::before,
.footer-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    z-index: 1;
}

.footer-wrapper::before {
    /* display: none; */
    top: -40px;
    background-image: url("../images/Group8826.svg");
    background-position: top;

    /* background-color: #FFFFFF; */
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="577" viewBox="0 0 1440 577" fill="none"><g filter="url(%23filter0_d_104_312)"><path d="M-9.94673 330.574C-10.3452 326.174 -14.2353 322.93 -18.6357 323.328C-23.036 323.727 -26.28 327.617 -25.8815 332.017C-25.483 336.417 -21.5929 339.661 -17.1926 339.263C-12.7923 338.864 -9.54823 334.974 -9.94673 330.574ZM1457.44 206.605C1457.04 202.205 1453.15 198.961 1448.75 199.359C1444.35 199.758 1441.1 203.648 1441.5 208.048C1441.9 212.449 1445.79 215.693 1450.19 215.294C1454.59 214.896 1457.83 211.005 1457.44 206.605ZM-17.5081 332.74C64.944 309.551 154.426 308.208 253.227 314.782C302.623 318.068 354.315 323.331 408.606 328.82C462.888 334.309 519.758 340.024 579.471 344.209C818.362 360.954 1102.76 353.216 1450.04 208.712L1448.89 205.942C1102.17 350.211 818.279 357.94 579.681 341.217C520.02 337.035 463.194 331.325 408.908 325.836C354.63 320.347 302.884 315.079 253.426 311.788C154.518 305.207 64.6282 306.523 -18.3202 329.852L-17.5081 332.74Z" fill="white"/><path d="M-11.3312 315.287C-11.7297 310.886 -15.6198 307.642 -20.0202 308.041C-24.4205 308.439 -27.6645 312.329 -27.266 316.73C-26.8675 321.13 -22.9774 324.374 -18.5771 323.976C-14.1768 323.577 -10.9327 319.687 -11.3312 315.287ZM1455.92 189.826C1455.52 185.426 1451.63 182.182 1447.23 182.58C1442.83 182.979 1439.58 186.869 1439.98 191.269C1440.38 195.67 1444.27 198.914 1448.67 198.515C1453.07 198.117 1456.31 194.226 1455.92 189.826ZM-18.9367 317.464C63.7941 296.894 153.208 294.422 251.782 298.401C301.066 300.39 352.612 303.99 406.744 307.739C460.868 311.488 517.571 315.386 577.134 317.967C815.419 328.292 1099.5 317.543 1448.46 191.959L1447.44 189.136C1098.97 314.546 815.306 325.284 577.264 314.969C517.745 312.39 461.079 308.495 406.951 304.746C352.83 300.997 301.239 297.394 251.903 295.403C153.239 291.421 63.4867 293.879 -19.6605 314.553L-18.9367 317.464Z" fill="white"/><path d="M-8.42052 347.427C-8.81901 343.027 -12.7091 339.783 -17.1095 340.182C-21.5098 340.58 -24.7538 344.47 -24.3553 348.871C-23.9568 353.271 -20.0667 356.515 -15.6664 356.116C-11.266 355.718 -8.02202 351.828 -8.42052 347.427ZM1459.08 224.755C1458.68 220.355 1454.79 217.111 1450.39 217.509C1445.99 217.908 1442.75 221.798 1443.14 226.198C1443.54 230.598 1447.43 233.842 1451.83 233.444C1456.23 233.045 1459.48 229.155 1459.08 224.755ZM-15.9441 349.582C66.2663 324.119 155.808 323.756 254.806 332.585C304.3 336.999 356.12 343.706 410.548 350.708C464.967 357.709 521.983 365.003 581.825 370.583C821.244 392.907 1105.91 387.787 1451.74 226.837L1450.48 224.117C1105.28 384.773 821.184 389.888 582.104 367.596C522.321 362.022 465.354 354.734 410.931 347.733C356.517 340.732 304.636 334.017 255.072 329.597C155.953 320.757 65.9432 321.078 -16.8317 346.716L-15.9441 349.582Z" fill="white"/></g><defs><filter id="filter0_d_104_312" x="-216.299" y="0.547363" width="1864.41" height="575.631" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feMorphology radius="11" operator="erode" in="SourceAlpha" result="effect1_dropShadow_104_312"/><feOffset dy="7"/><feGaussianBlur stdDeviation="100"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.252639 0 0 0 0 0.891667 0 0 0 0 0.884149 0 0 0 0.2 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_104_312"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_104_312" result="shape"/></filter></defs></svg>'); */
    /* background-attachment: fixed | scroll; */
    /* background-size: auto | cover | contain | 500px 250px; */
    /* background-position: center | right 30px bottom 15px; */
    /* background-repeat: no-repeat | repeat | repeat-x; */
    /* background-origin: border-box | padding-box | content-box; */
    /* background-clip: border-box | padding-box | content-box; */
    /* background-blend-mode: multiply | screen | overlay; */
    /* transform: rotateX(180deg) scaleX(-1); */
}

.footer-wrapper:after {
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="224" viewBox="0 0 1440 224" fill="none"><path d="M1434.01 9.0967C1433.56 4.70143 1436.76 0.773302 1441.16 0.322958C1445.55 -0.127386 1449.48 3.07061 1449.93 7.46588C1450.38 11.8612 1447.18 15.7893 1442.79 16.2396C1438.39 16.69 1434.46 13.492 1434.01 9.0967ZM-29.8309 169.631C-30.2812 165.236 -27.0832 161.308 -22.688 160.857C-18.2927 160.407 -14.3646 163.605 -13.9142 168C-13.4639 172.395 -16.6619 176.324 -21.0571 176.774C-25.4524 177.224 -29.3806 174.026 -29.8309 169.631ZM1441.8 9.77153C1356.19 -0.0401062 1268.26 16.9579 1172.84 45.0892C1125.13 59.1536 1075.58 75.9884 1023.54 93.628C971.497 111.264 916.965 129.702 859.328 146.953C628.727 215.972 348.387 266.006 -22.2477 170.268L-21.4974 167.363C348.445 262.923 628.202 212.998 858.467 144.079C916.046 126.845 970.529 108.425 1022.57 90.7867C1074.61 73.1521 1124.21 56.2964 1171.99 42.2117C1267.53 14.0449 1355.93 -3.08988 1442.14 6.79105L1441.8 9.77153Z" fill="white"/></svg>'); */
    background-image: url("../images/Vector8.svg");
    bottom: 0;
    background-position: bottom;
    /* background-attachment: fixed | scroll; */
    /* background-size: auto | cover | contain | 500px 250px; */
    /* background-position: center | right 30px bottom 15px; */
    /* background-repeat: no-repeat | repeat | repeat-x; */
    /* background-origin: border-box | padding-box | content-box; */
    /* background-clip: border-box | padding-box | content-box; */
    /* background-blend-mode: multiply | screen | overlay; */
}

/* .footer-wrapper::before {
    top: 0;
}

.footer-wrapper::after {
    bottom: 0;
} */

.section-title {
    position: relative;
}

.section-title .shape {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-title .shape.text-shape {
	z-index: 0;
}
.section-title .title-text {
	position: relative;
	z-index: 1;
}
.projects {
    /* display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 60px repeat(3, 1fr) 42px;
    grid-column-gap: 0px;
    grid-row-gap: 0px; */
}

.projects .section-title {
    display: flex;
    align-items: center;
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    position: relative;
    background-color: transparent;
    margin-right: 16px;
}

.projects .section-title .shape {
    position: absolute;
    z-index: -1;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.projects .action {
    display: flex;
    align-items: center;
    grid-column: 1 / 1;
    grid-row: 5 / 6;
    margin-top: 20px;
}

.projects .action .btn {
    width: 100%;
}

.projects .project-card .btn {
	width: fit-content;
	margin-top: 15px;
}

.projects .project-card .btn .title {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.projects .item-1 .project-card .btn {
    margin-bottom: 0px;
}

.projects .item-2 .project-card .btn {
	margin-bottom: 30px;
	margin-top: 15px;
}

.projects .item-1 {
    /* grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 4;
    grid-column-end: 7; */
    grid-column: 1 / 1;
    grid-row: 2 / 3;
    margin-top: -32px;
}

.projects .item-2 {
    /* grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 4;
    grid-column-end: 7; */
    grid-column: 1 / 1;
    grid-row: 3 / 4;
    margin-top: 20px;
}

.projects .item-3 {
	/* grid-row-start: 1; */
	/* grid-row-end: 4; */
	/* grid-column-start: 4; */
	/* grid-column-end: 7; */
	grid-column: 1 / 1;
	grid-row: 4 / 5;
	margin-top: -78px;
}

.projects .item-1 .box {
	min-height: 340px;
	height: 300px;
	background-color: #faebd7;
	clip-path: polygon(100% 90.4%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.2%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.2% 98.71%, 94.07% 99.27%, 92.88% 99.67%, 91.65% 99.92%, 90.4% 100%, 9.6% 100%, 8.35% 99.92%, 7.12% 99.67%, 5.93% 99.27%, 4.8% 98.71%, 3.76% 98.02%, 2.81% 97.19%, 1.98% 96.24%, 1.29% 95.2%, 0.73% 94.07%, 0.33% 92.88%, 0.08% 91.65%, 0% 90.4%, 0% 9.6%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.8%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.8% 1.29%, 5.93% 0.73%, 7.35% 0.33%, 8.35% 0.41%, 9.60% 0.67%, 91.4% 31%, 91.65% 31.04%, 93.88% 32.33%, 93.07% 31.93%, 95.2% 33.29%, 96.24% 33.98%, 97.19% 34.81%, 98.02% 35.76%, 98.71% 36.8%, 99.27% 37.93%, 99.67% 39.12%, 99.92% 40.35%);
	margin: 0 auto;
	padding: 136px 42px 64px 42px;
	background-repeat: no-repeat;
	background-size: contain;
	background: linear-gradient(212deg, rgba(17, 32, 96, 0.85) 28.18%, rgba(85, 238, 221, 0.85) 90.46%), url("../images/product-1.png") lightgray -57.417px 0px / 114.068% 94.346%;
}

.projects .item-2 .box {
	min-height: 340px;
	height: 300px;
	background-color: #faebd7;
	margin: 0 auto;
	padding: 50px 36px 100px 36px;
	background-repeat: no-repeat;
	background-size: contain;
	background: linear-gradient(212deg, rgba(17, 32, 96, 0.85) 28.18%, rgba(85, 238, 221, 0.85) 90.46%), url("../images/product-1.png") lightgray -57.417px 0px / 114.068% 94.346%;
	clip-path: polygon(0% 9.6%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.8%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.8% 1.29%, 5.93% 0.73%, 7.12% 0.33%, 8.35% 0.08%, 9.6% 0%, 90.4% 0%, 91.65% 0.08%, 92.88% 0.33%, 94.07% 0.73%, 95.2% 1.29%, 96.24% 1.98%, 97.19% 2.81%, 98.02% 3.76%, 98.71% 4.8%, 99.27% 5.93%, 99.67% 7.12%, 99.92% 8.35%, 100% 9.6%, 100% 90.4%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.2%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.2% 98.71%, 94.07% 99.27%, 92.65% 99.67%, 91.65% 99.59%, 90.66% 99.33%, 8.6% 69%, 8.35% 68.96%, 6.12% 67.67%, 6.93% 68.07%, 4.8% 66.71%, 3.76% 66.02%, 2.81% 65.19%, 1.98% 64.24%, 1.29% 63.2%, 0.73% 62.07%, 0.33% 60.88%, 0.08% 59.65%);
}

.projects .item-3 .box {
	min-height: 300px;
	height: 300px;
	background-color: #faebd7;
	clip-path: polygon(100% 90.4%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.2%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.2% 98.71%, 94.07% 99.27%, 92.88% 99.67%, 91.65% 99.92%, 90.4% 100%, 9.6% 100%, 8.35% 99.92%, 7.12% 99.67%, 5.93% 99.27%, 4.8% 98.71%, 3.76% 98.02%, 2.81% 97.19%, 1.98% 96.24%, 1.29% 95.2%, 0.73% 94.07%, 0.33% 92.88%, 0.08% 91.65%, 0% 90.4%, 0% 9.6%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.8%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.8% 1.54%, 5.93% 1.23%, 8.38% 1.58%, 7.06% 1.33%, 9.6% 2.25%, 91.4% 31%, 91.65% 31.04%, 93.88% 32.33%, 93.07% 31.93%, 95.2% 33.29%, 96.24% 33.98%, 97.19% 34.81%, 98.02% 35.76%, 98.71% 36.8%, 99.27% 37.93%, 99.67% 39.12%, 99.92% 40.35%);
	margin: 0 auto;
	padding: 140px 36px 36px 36px;
	background-repeat: no-repeat;
	background-size: contain;
	background: linear-gradient(212deg, rgba(17, 32, 96, 0.85) 28.18%, rgba(85, 238, 221, 0.85) 90.46%), url("../images/product-1.png") lightgray -57.417px 0px / 114.068% 94.346%;
}
    margin: 0 auto;
    padding: 140px 36px 36px 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background: linear-gradient(212deg, rgba(17, 32, 96, 0.85) 28.18%, rgba(85, 238, 221, 0.85) 90.46%), url("../images/product-1.png") lightgray -57.417px 0px / 114.068% 94.346%;
}

.projects .project-card {
    height: 100%;
}

.projects .project-card .category {
    width: fit-content;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 32px;
    padding-bottom: 4px;
}

.projects .item-2 .project-card .category {
    padding-right: 32px;
    padding-left: 0;
}

.projects .project-card .feature-items {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.projects .project-card .feature-items .feature-item {
    height: 25px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    background: #FFF;
}

.w-fit {
    width: fit-content;
}

.separator-wrapper {
    position: relative;
}

.separator-wrapper.wrapper-1 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-2 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-4 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-5 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-6 {
    padding-bottom: 50px;
}

.separator-wrapper.services-hero-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
}

.separator-wrapper.wrapper-7 {
    padding-bottom: 0px;
}

.separator-wrapper.wrapper-8 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-9 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-10 {
    padding-bottom: 50px;
}

.separator-wrapper.wrapper-hero {
    padding-bottom: 60px;
    padding-top: 0;
}

.separator {
    display: block;
    width: 100%;
    /* height: 60px; */
    /* max-height: 60px; */
    margin: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    left: 0px;
    float: left;
}

.separator.separator-1 {
    display: none;
}

.separator.mobile {
    display: block;
}

.separator.top {
    top: 0;
    bottom: 100%;
}

.has-wavy {
    position: relative;
}

.bg-gradient-other-5-to-4 {
    border-radius: 36px;
    background: linear-gradient(100deg, #044891 -0.05%, #2490D3 127.32%);
    padding: 30px 30px;
}

/* Services Page Styles Start */

.service-features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
}
.service-feature-item img {
	max-width: 76px;
	max-height: 76px;
}
.service-features .service-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all .4s ease;
}

.service-features .service-feature-item .title {
    color: var(--color-secondary-2);
}

.service-features .service-feature-item:hover .title {
    color: var(--color-tertiary-1);
}

.service-features .service-feature-item:hover .symbol svg circle {
    fill: #FFFAE6;
    stroke: #FFCB08;
}

.service-features .service-feature-item:hover .symbol svg path {
    fill: url(#paint0_linear_153_4753);
}

.services-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
}

.services-box .service-item {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 36px;
    border: 1px solid var(--color-secondary-6);
    background: var(--BW-BW00, #FFF);
    box-shadow: 0px 7px 200px -11px rgba(64, 227, 225, 0.30);
}

.services-box .service-item .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-box .service-item .top .image {
    max-width: 75px;
}

.advantage-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 36px;
    border: 1px solid var(--color-secondary-6);
    background-color: #FFFFFF;
    box-shadow: 0px 56px 150px -11px rgba(255, 239, 181, 0.60);
    padding: 28px 28px 21px;
}

.advantage-card .title {
    line-height: 1.29;
}

.advantage-card .image {
    max-width: 80px;
}

.plan-card {
    display: flex;
    padding: 50px 30px 30px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 36px;
    border: 1px solid var(--color-secondary-6);
    background: #FFFFFF;
}

.plan-card .title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    line-height: 0.9;
}

.plan-card .title::after {
    content: "";
    position: absolute;
    width: 137.181px;
    height: 137.181px;
    border-radius: 50%;
    z-index: -1;
}
.plans-box {
	background: linear-gradient( to bottom, #F8F8F8 0%, #FFEFB599 50%, #F8F8F8 100% );
}
.plan-card.economy .title::after {
	background-color: var(--after-back);
}

.plan-card.gold .title:after {
    background-color: var(--color-tertiary-5);
}

.plan-card.diamond .title:after {
    background-color: var(--color-secondary-6);
}

.plan-card.economy {
    color: var(--color-primary-1);
}

.plan-card.gold {
    color: var(--color-tertiary-1);
}

.plan-card.diamond {
    color: var(--color-other-7);
}

.plan-card .options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
}

.plan-card .options .option {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Services Page Styles End */

/* Product Page Styles Start */

.product-features-accordion {
    gap: 0;
    background-color: var(--color-tertiary-5);
    border-radius: 36px;
    border: 1px solid var(--color-tertiary-4);
    /* filter: drop-shadow(0 0 0.75rem #C19900); */
    box-shadow: 0px 0px 70px 4px rgba(255, 239, 181, 0.80);
}

.product-features-accordion .accordion-button {
    width: 100%;
    background-color: var(--color-tertiary-5);
    border: 1px solid var(--color-tertiary-4);
    border-bottom: none;
    border-radius: 36px 36px 0 0;
    padding: 18px 50px;
}

.product-features-accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M9.39453 0.723634L5.39453 4.72363L1.39453 0.723633" stroke="%232E45AB" stroke-width="1" stroke-linejoin="bevel"/></svg>');
    transform: translateY(5px);
}

.product-features-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M9.39453 4.72363L5.39453 0.723632L1.39453 4.72363" stroke="%232E45AB" stroke-width="1" stroke-linejoin="bevel"/></svg>');
    transform: rotate(0deg) translateY(5px);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--color-primary-2);
    background-color: var(--color-tertiary-6);
}

.product-features-accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 36px 36px 0 0;
}

.product-features-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 36px;
}

.product-features-accordion .accordion-body {
    padding-top: 0;
    background-color: var(--color-tertiary-6);
}

.product-features-accordion .accordion-collapse.collapse.show {
    position: relative;
    background-color: var(--color-tertiary-6);
    border-right: 1px solid var(--color-tertiary-4);
    border-left: 1px solid var(--color-tertiary-4);
    border-top: none;
    border-bottom: none;
}

.product-features-accordion .accordion-collapse.collapse.show:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: var(--color-tertiary-6);
}

.product-features-accordion .accordion-item:last-child .accordion-collapse:after {
    display: none;
}

.product-features-accordion .accordion-item:last-child .accordion-body,
.product-features-accordion .accordion-item:last-child .accordion-collapse {
    border-radius: 0 0 36px 36px;
}

.before-purchase-notes-tabs .nav-link {
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    color: var(--color-primary-2);
}

.before-purchase-notes-tabs .nav-link:hover {
    background: linear-gradient(-206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);

}

.before-purchase-notes-tabs .nav-link.active {
    background: linear-gradient(100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%);
    /* background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%); */
    background-size: 200%;
    box-shadow: 0px 21px 40px 0px rgba(0, 62, 150, 0.30);
    color: #FFFFFF !important;
}

.before-purchase-notes-tabs .nav-link.active:hover {
    background: linear-gradient(-100deg, var(--color-other-5) 16.05%, var(--color-other-4) 113.38%);
}

.before-purchase-notes-tab-content {}

.before-purchase-notes-tab-content .items {
    row-gap: 10px;
}

.before-purchase-notes-tab-content .items .item {
    position: relative;
    min-height: 40px;
    background-color: #FFFFFF;
    border: 1px solid var(--color-secondary-6);
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 56px 150px -11px rgba(255, 239, 181, 0.60);
}

.before-purchase-notes-tab-content .items .item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-primary-1);
    margin-left: 10px;
}
.mobile-sub-menu .sub-menu {
	display: none;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	min-width: 200px;
	z-index: 99;
	border-radius: 15px;
	padding: 15px;
	top: calc(100% + 15px);
}
.mobile-sub-menu li.menu-item-has-children > a svg {
    margin-right: 8px; /* فاصله از متن */
    transition: transform 0.3s;
}
.footer .contact-items .contact-item.envelpo .icon {
	margin-right: -37px;
}
.footer .contact-items .contact-item.location .icon {
	margin-right: -21px;
}
/* وقتی زیرمنو باز شد، فلش برگرده */
.mobile-sub-menu li.menu-item-has-children.active > a svg {
    transform: rotate(180deg);
}
.mobile-sub-menu .sub-menu li {
	margin-bottom: 12px;
}
.mobile-sub-menu li.menu-item-has-children {
    position: relative;
}

.mobile-sub-menu li.menu-item-has-children.active > .sub-menu {
    display: block;
}
.mobile-header-left {
	display: flex;
	width: 100%;
	justify-content: left;
	align-items: center;
	gap: 12px;
}
/* Product Page Styles End */

@media screen and (min-width: 992px) {

    .hero-section {
        padding-top: 100px;
    }

    .hero-section .grimace {
        right: 25%;
        bottom: -32px;
    }

    .owl-carousel .nav-btn {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .owl-carousel .prev-slide {
        left: 0;
    }

    .owl-carousel .next-slide {
        right: 0;
    }

    .products-wrapper .owl-carousel .prev-slide {
        left: -40px;
    }

    .products-wrapper .owl-carousel .next-slide {
        right: -40px;
    }

    .reasons {
        grid-template-columns: 1fr 1.5fr 1fr;
    }

    .features-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .features {
        padding: 50px;
    }

    .service-card-container .service-card {
        padding: 30px 54px 20% 54px;
    }

.service-card-container.odd .service-card {
	clip-path: polygon(0% 9.6%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.8%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.8% 1.29%, 5.93% 0.73%, 7.12% 0.33%, 8.35% 0.08%, 9.6% 0%, 90.4% 0%, 91.65% 0.08%, 92.88% 0.33%, 94.07% 0.73%, 95.2% 1.29%, 96.24% 1.98%, 97.19% 2.81%, 98.02% 3.76%, 98.71% 4.8%, 99.27% 5.93%, 99.67% 7.12%, 99.92% 8.35%, 100% 9.6%, 100% 90.4%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.2%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.2% 98.71%, 94.07% 99.27%, 92.88% 99.67%, 91.65% 99.92%, 90.4% 100%, 10.60% 66.43%, 8.35% 64.92%, 7.12% 63.67%, 5.93% 62.27%, 4.8% 60.71%, 3.76% 59.02%, 2.81% 57.19%, 1.98% 55.24%, 1.29% 53%, 0.73% 51.07%, 0.33% 48.88%, 0.08% 46.65%, 0% 45.4%);

  border-radius: 60px;  
}



.service-card-container.even .service-card {
	clip-path: polygon(100% 9.6%, 99.92% 8.35%, 99.67% 7.12%, 99.27% 5.93%, 98.71% 4.8%, 98.02% 3.76%, 97.19% 2.81%, 96.24% 1.98%, 95.2% 1.29%, 94.07% 0.73%, 92.88% 0.33%, 91.65% 0.08%, 90.4% 0%, 9.6% 0%, 8.35% 0.08%, 7.12% 0.33%, 5.93% 0.73%, 4.8% 1.29%, 3.76% 1.98%, 2.81% 2.81%, 1.98% 3.76%, 1.29% 4.8%, 0.73% 5.93%, 0.33% 7.12%, 0.08% 8.35%, 0% 9.6%, 0% 90.4%, 0.08% 91.65%, 0.33% 92.88%, 0.73% 94.07%, 1.29% 95.2%, 1.98% 96.24%, 2.81% 97.19%, 3.76% 98.02%, 4.8% 98.71%, 5.93% 99.27%, 7.12% 99.67%, 8.35% 99.92%, 9.6% 100%, 90.03% 66.21%, 91.65% 64.92%, 92.88% 63.67%, 94.07% 62.27%, 95.2% 60.71%, 96.24% 59.02%, 97.19% 57.19%, 98.02% 55.24%, 98.71% 53%, 99.27% 51.07%, 99.67% 48.88%, 99.92% 46.65%, 100% 45.4%);
border-radius: 60px;
    
}

    .products-wrapper {
        padding: 30px 100px;
    }

    .product-card .card-body .title {
        padding-left: 30px;
        padding-right: 30px;
    }

    .owl-item.center .item .customer-card .title {
        font-size: 64px;
    }

    .projects {
        display: grid;
        /* grid-template-columns: repeat(6, 1fr); */
        /* grid-template-rows: repeat(5, 1fr); */
        /* grid-template-columns: repeat(24, 1fr);
        grid-template-rows: repeat(6, 1fr); */
        grid-template-columns: 1fr 1fr 0.1fr 0.1fr 1fr 0.6fr 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .projects .section-title {
        display: flex;
        align-items: center;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        position: relative;
        background-color: transparent;
        margin-right: 16px;
    }

    .projects .section-title .shape {
        position: absolute;
        z-index: -1;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .projects .action {
        display: flex;
        align-items: center;
        grid-column: 5 / 6;
        grid-row: 2 / 3;
        margin-top: 0;
    }

    .projects .action .btn {
        width: fit-content;
    }

.projects .project-card .btn {
	width: fit-content;
	margin-top: 15px;
}

    .projects .project-card .btn .title {
        background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .projects .item-1 .project-card .btn {
        margin-bottom: 116px;
    }

    .projects .item-2 .project-card .btn {
        margin-bottom: 30px;
    }

    .projects .item-1 {
        /* grid-row-start: 1;
        grid-row-end: 4;
        grid-column-start: 4;
        grid-column-end: 7; */
        grid-column: 6 / 8;
        grid-row: 1 / 5;
        margin-top: 0;
    }

    .projects .item-2 {
        /* grid-row-start: 1;
        grid-row-end: 4;
        grid-column-start: 4;
        grid-column-end: 7; */
        grid-column: 1 / 4;
        grid-row: 3 / 7;
    }

    .projects .item-3 {
        /* grid-row-start: 1;
        grid-row-end: 4;
        grid-column-start: 4;
        grid-column-end: 7; */
        grid-column: 5 / 7;
        grid-row: 2 / 7;
        margin-top: 100px;
    }

.projects .item-1 .box {
	min-height: 340px;
	height: 300px;
	background-color: #faebd7;
	clip-path: polygon(100% 9.6%,99.92% 8.35%,99.67% 7.12%,99.27% 5.93%,98.71% 4.8%,98.02% 3.76%,97.19% 2.81%,96.24% 1.98%,95.2% 1.29%,94.07% .73%,92.88% .33%,91.65% .08%,90.4% 0%,9.6% 0%,8.35% .08%,7.12% .33%,5.93% .73%,4.8% 1.29%,3.76% 1.98%,2.81% 2.81%,1.98% 3.76%,1.29% 4.8%,.73% 5.93%,.33% 7.12%,.08% 8.35%,0% 9.6%,1.15% 89.9%,1.7% 91.65%,1.49% 91.55%,2.12% 92.73%,2.91% 93.27%,2.67% 93.31%,3.73% 94.48%,5.15% 95.4%,6.41% 95.78%,7.55% 96.05%,8.51% 96.17%,10.2% 96.12%,12.38% 95.9%,90.17% 69%,91.65% 68.25%,92.88% 67.34%,94.07% 66.27%,95.2% 64.71%,96.24% 63.02%,97.19% 61.19%,98.02% 59.24%,98.71% 57.2%,99.27% 55.07%,99.67% 52.88%,99.92% 50.65%,100% 49.4%);
	margin: 0 auto;
	padding: 53px 42px 36px 42px;
	background-repeat: no-repeat;
	background-size: contain;
	background: linear-gradient(212deg,rgb(17 32 96 / .85) 28.18%,rgb(85 238 221 / .85) 90.46%),url(../../../../themes/onai-wordpress-theme/assets/images/product-1.png) lightgray -57.417px 0 / 114.068% 94.346%;
	clip-path: polygon(100% 9.6%,99.92% 8.35%,99.67% 7.12%,99.27% 5.93%,98.71% 4.8%,98.02% 3.76%,97.19% 2.81%,96.24% 1.98%,95.2% 1.29%,94.07% .73%,92.88% .33%,91.65% .08%,90.4% 0%,9.6% 0%,8.35% .08%,7.12% .33%,5.93% .73%,4.8% 1.29%,3.76% 1.98%,2.81% 2.81%,1.98% 3.76%,1.29% 4.8%,.73% 5.93%,.33% 7.12%,.08% 8.35%,0% 9.6%,0% 90.4%,.08% 91.65%,.33% 92.88%,.73% 94.07%,1.29% 95.2%,1.98% 96.24%,2.81% 97.19%,3.76% 98.02%,4.8% 98.71%,5.93% 99.27%,7.12% 99.67%,8.35% 99.92%,9.6% 100%,90.03% 66.21%,91.65% 64.92%,92.88% 63.67%,94.07% 62.27%,95.2% 60.71%,96.24% 59.02%,97.19% 57.19%,98.02% 55.24%,98.71% 53%,99.27% 51.07%,99.67% 48.88%,99.92% 46.65%,100% 45.4%);
}

.projects .item-2 .box {
	min-height: 352px;
	height: 300px;
	background-color: #faebd7;
	margin: 0 auto;
	padding: 50px 36px 136px 36px;
	background-repeat: no-repeat;
	background-size: contain;
	clip-path: polygon(0% 9.6%,.08% 8.35%,.33% 7.12%,.73% 5.93%,1.29% 4.8%,1.98% 3.76%,2.81% 2.81%,3.76% 1.98%,4.8% 1.29%,5.93% .73%,7.12% .33%,8.35% .08%,9.6% 0%,90.4% 0%,91.65% .08%,92.88% .33%,94.07% .73%,95.2% 1.29%,96.24% 1.98%,97.19% 2.81%,98.02% 3.76%,98.71% 4.8%,99.27% 5.93%,99.67% 7.12%,99.92% 8.35%,100% 9.6%,100% 90.4%,99.92% 91.65%,99.67% 92.88%,99.27% 94.07%,98.71% 95.2%,98.02% 96.24%,97.19% 97.19%,96.24% 98.02%,95.2% 98.71%,94.07% 99.27%,92.88% 99.67%,91.65% 99.92%,90.4% 100%,10.6% 66.43%,8.35% 64.92%,7.12% 63.67%,5.93% 62.27%,4.8% 60.71%,3.76% 59.02%,2.81% 57.19%,1.98% 55.24%,1.29% 53%,.73% 51.07%,.33% 48.88%,.08% 46.65%,0% 45.4%);
	border-radius: 48px;
}

.projects .item-3 .box {
	min-height: 340px;
	height: 300px;
	background-color: #faebd7;
	margin: 0 auto;
	padding: 100px 36px 36px 36px;
	background-repeat: no-repeat;
	background-size: contain;
	background: linear-gradient(212deg,rgb(17 32 96 / .85) 28.18%,rgb(85 238 221 / .85) 90.46%),url(../../../../themes/onai-wordpress-theme/assets/images/product-1.png) lightgray -57.417px 0 / 114.068% 94.346%;
	clip-path: polygon(0% 90.4%, 0.08% 91.65%, 0.33% 92.88%, 0.73% 94.07%, 1.29% 95.2%, 1.98% 96.24%, 2.81% 97.19%, 3.76% 98.02%, 4.8% 98.71%, 5.93% 99.27%, 7.12% 99.67%, 8.35% 99.92%, 9.6% 100%, 90.4% 100%, 91.65% 99.92%, 92.88% 99.67%, 94.07% 99.27%, 95.2% 98.71%, 96.24% 98.02%, 97.19% 97.19%, 98.02% 96.24%, 98.71% 95.2%, 99.27% 94.07%, 99.67% 92.88%, 99.92% 91.65%, 100% 90.4%, 100% 9.6%, 99.92% 8.35%, 99.67% 7.12%, 99.27% 5.93%, 98.71% 4.8%, 98.02% 3.76%, 97.19% 2.81%, 96.24% 1.98%, 94.97% 1.29%, 93.37% 0.39%, 91.88% 0%, 90.49% 0.07%, 89.01% 0.34%, 8.6% 31%, 8.35% 31.04%, 6.12% 32.33%, 6.93% 31.93%, 4.8% 33.29%, 3.76% 33.98%, 2.81% 34.81%, 1.98% 35.76%, 1.29% 36.8%, 0.73% 37.93%, 0.33% 39.12%, 0.08% 40.35%);
	border-radius: 48px;
}

    .projects .project-card {
        height: 100%;
    }

    .projects .project-card .category {
        width: fit-content;
        border-bottom: 1px solid #FFFFFF;
        padding-left: 32px;
        padding-bottom: 4px;
    }

    .projects .item-2 .project-card .category {
        padding-right: 32px;
        padding-left: 0;
    }

    .projects .project-card .feature-items {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .projects .project-card .feature-items .feature-item {
        height: 25px;
        padding-top: 2px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 15px;
        background: #FFF;
    }

.accordion-faq .accordion-item.open .accordion-container {
	clip-path: unset;
	border-radius: 48px;
	padding: 35px 30px 30px 30px;
}

    .accordion-button {
        width: fit-content;
    }

    .accordion-item .accordion-container {
        padding-right: 85px;
    }

    .accordion-item.open .accordion-container {
        clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
        padding: 85px 85px 30px 30px;
    }

    .bg-gradient-other-5-to-4 {
        border-radius: 60px;
        padding: 70px;
    }

.service-features {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 999;
}

    .customers-grid {
        grid-template-columns: repeat(7, 1fr);
    }

    .services-box {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
    }

    .form-container-1 {
        padding: 50px;
    }

    .separator-wrapper.wrapper-1 {
        padding-bottom: 80px;
    }

    .separator-wrapper.wrapper-2 {
        padding-bottom: 80px;
    }

    .separator-wrapper.wrapper-4 {
        padding-bottom: 100px;
    }

    .separator-wrapper.wrapper-5 {
        padding-bottom: 80px;
    }

    .separator-wrapper.wrapper-6 {
        padding-bottom: 80px;
    }

    .separator-wrapper.services-hero-wrapper {
        padding-bottom: 100px;
        padding-top: 50px;
    }

    .separator-wrapper.wrapper-7 {
        padding-bottom: 50px;
    }

    .separator-wrapper.wrapper-8 {
        padding-bottom: 80px;
    }

    .separator-wrapper.wrapper-9 {
        padding-bottom: 100px;
    }

    .separator-wrapper.wrapper-10 {
        padding-bottom: 10px;
    }

    .separator-wrapper.wrapper-hero {
        padding-bottom: 300px;
        padding-top: 100px;
    }

    .separator.separator-1 {
        display: block;
    }

    .separator.mobile {
        display: none;
    }

.custom-box-model.model-1 .custom-box {
	padding: 50px 90px 50px 68px;
	clip-path: unset;
	border-radius: 48px;
}
.custom-box-model {
	filter: drop-shadow(0px 0px 38px rgba(64, 227, 225, 0.4));
}

.custom-box-model.model-2 .custom-box {
	clip-path: unset;
	border-radius: 48px;
	padding: 50px 72px 50px 90px;
}

    .footer {
        background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(64, 227, 225, 0.15) 100%);
    }

    .footer-wrapper {
        padding-top: 150px;
    }

    .footer-wrapper::before {
        background-image: url("../images/Group8826.svg");
        top: -75px;
    }

    .footer .lisence {
        justify-content: center;
    }

    .footer .copy-right {
        padding: 10px 20px;
    }

}
.service-wrapper img {
	margin: 0 auto;
	display: block;
	max-width: 400px;
	max-height: 400px;
}
.accordion-flush .accordion-collapse {
	display: none;
}
.accordion-flush .accordion-item.open .accordion-collapse {
	display: block;
}
@media (max-width:767px){
.service-features {
	flex-direction: row;
	overflow-x: auto;
	gap: 15px;
	padding-bottom: 15px;
	padding-top: 25px;
}
.service-features .service-feature-item {
	min-width: fit-content;
}
.accordion-faq .accordion-item.open .accordion-container {
	border-radius: 15px;
	padding: 0;
	clip-path: unset;
}
.service-card-container.odd .service-card {
	clip-path: polygon(0% 9.6%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.8%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.8% 1.29%, 5.93% 0.73%, 7.12% 0.33%, 8.35% 0.08%, 9.6% 0%, 90.4% 0%, 91.65% 0.08%, 92.88% 0.33%, 94.07% 0.73%, 95.2% 1.29%, 96.24% 1.98%, 97.19% 2.81%, 98.02% 3.76%, 98.71% 4.8%, 99.27% 5.93%, 99.67% 7.12%, 99.92% 8.35%, 100% 9.6%, 100% 90.4%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.2%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.2% 98.71%, 94.07% 99.27%, 92.88% 99.67%, 91.65% 99.92%, 90.4% 100%, 7.02% 76.14%, 5.77% 75.29%, 4.03% 74.02%, 2.58% 72.59%, 1.19% 70.76%, 0.41% 70.07%, 0.23% 68.47%, -0.08% 66.75%, -0.26% 65.2%, -0.05% 64.84%, -0.19% 63.14%, 0.08% 61.65%, 0% 60.4%);
	padding: 30px 30px 85px 30px;
}
.service-card-container.even .service-card {
	clip-path: polygon(100% 9.6%, 99.92% 8.35%, 99.67% 7.12%, 99.27% 5.93%, 98.71% 4.8%, 98.02% 3.76%, 97.19% 2.81%, 96.24% 1.98%, 95.2% 1.29%, 94.07% 0.73%, 92.88% 0.33%, 91.65% 0.08%, 90.4% 0%, 9.6% 0%, 8.35% 0.08%, 7.12% 0.33%, 5.93% 0.73%, 4.8% 1.29%, 3.76% 1.98%, 2.81% 2.81%, 1.98% 3.76%, 1.29% 4.8%, 0.73% 5.93%, 0.33% 7.12%, 0.08% 8.35%, 0% 9.6%, 0% 90.4%, 0.08% 91.65%, 0.33% 92.88%, 0.73% 94.07%, 1.29% 95.2%, 1.98% 96.24%, 2.81% 97.19%, 3.76% 98.02%, 4.8% 98.71%, 5.93% 99.27%, 7.12% 99.67%, 8.35% 99.92%, 9.6% 100%, 92.94% 74.82%, 94.68% 73.21%, 95.87% 71.71%, 96.75% 70.34%, 98.31% 67.75%, 97.71% 68.82%, 98.8% 65.97%, 98.97% 65.47%, 99.53% 64.07%, 99.41% 62.88%, 99.66% 61.65%, 99.48% 60.13%);
	padding: 30px 30px 85px 30px;
}
.header .container {
	padding: 0;
}
.header.sticky-top.sticky {
	padding: 0 12px;
}
.custom-logo {
	max-height: 50px;
	width: auto;
}
.sub-menu.list-unstyled li a {
	font-size: 18px;
	/* font-family: "IranYekan-Light"; */
	color: var(--color-primary-1);
	font-weight: 600;
	padding: 8px;
	display: block;
}
.contact-item .icon {
	margin-top: -30px;
	align-items: end;
}
}
header.hide-header .offcanvas-backdrop {
	display: none;
}

/* custom */
.footer-links .footer-link a {
	padding: 8px 15px;
	width: max-content;
	background: #fff;
	border-radius: 14px;
	display: block;
	color: var(--color-primary-1);
}
.owl-nav.disabled {
	display: none;
}
.contact-item a {
	color: var(--color-primary-1);
}

/* Single Blog Page */
.single-blog-page {
    position: relative;
    padding-top: 70px;
}

.single-blog-page::before,
.single-blog-page::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 620px;
    background-image: url("../images/wave-1.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    z-index: -1;
}

.single-blog-page::before {
    top: 520px;
}

.single-blog-page::after {
    bottom: 520px;
    transform: scaleX(-1) scaleY(-1);
}


.single-article-card,
.single-side-card {
    border-radius: 44px;
    background: #FFFFFF;
    box-shadow: 0px 56px 250px -11px rgba(200, 239, 249, 0.55);
}

.single-article-card {
    padding: 42px 58px 46px;
}

.single-article-header {
    max-width: 760px;
    margin: 0 auto 28px;
}

.single-category-label {
    display: inline-block;
    font-family: "IranYekan";
    font-size: 22px;
    color: var(--color-primary-1);
    margin-bottom: 8px;
}

.single-article-title {
    font-family: "IranYekan";
    font-size: 52px;
    line-height: 1.25;
    color: var(--color-primary-1);
}

.single-article-image {
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    aspect-ratio: 16 / 9;
}

.single-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-article-meta {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 18px 0 22px;
    color: var(--color-primary-1);
}

.single-meta-item,
.single-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary-1);
    font-family: "IranYekan-Light";
    font-size: 14px;
}

.single-date {
    margin-right: auto;
}

.single-date i {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
}

.single-toc {
    border-radius: 24px;
    background: var(--color-primary-6);
    padding: 18px 22px;
    margin-bottom: 32px;
}

.single-toc-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--color-primary);
    font-family: "IranYekan";
    font-size: 20px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-toc-toggle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-primary-2);
    border-bottom: 2px solid var(--color-primary-2);
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.single-toc.is-collapsed .single-toc-toggle::before {
    transform: rotate(-135deg);
}

.single-toc ul {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.single-toc a {
    display: block;
    border-radius: 14px;
    background: #FFFFFF;
    color: var(--color-secondary-3);
    font-family: "IranYekan-Light";
    font-size: 16px;
    padding: 11px 18px;
}

.single-toc .level-3 a {
    margin-right: 26px;
    font-size: 14px;
    color: var(--color-secondary-2);
}

.single-content {
    color: var(--color-primary-1);
    font-family: "IranYekan-Light";
    font-size: 18px;
    line-height: 2.05;
}

.single-content h2,
.single-content h3,
.single-content h4 {
    color: var(--color-primary);
    font-family: "IranYekan";
    line-height: 1.5;
    margin: 30px 0 12px;
}

.single-content h2 {
    font-size: 30px;
}

.single-content h3 {
    font-size: 24px;
}

.single-content p {
    margin-bottom: 16px;
}

.single-content a {
    color: var(--color-secondary-3);
    font-family: "IranYekan";
}

.single-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
    margin: 34px 0 18px;
}

.single-content ul,
.single-content ol {
    padding-right: 22px;
    margin: 18px 0;
}

.single-content ul {
    list-style: disc;
}

.single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.single-tags a {
    border-radius: 14px;
    background: var(--color-tertiary-5);
    color: var(--color-primary-1);
    padding: 8px 14px;
    font-size: 14px;
}

.single-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
}

.single-actions a {
    width: 52px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    color: var(--color-primary);
    box-shadow: 0 10px 28px rgba(255, 203, 8, .22);
    font-size: 24px;
}

.single-side-card {
    padding: 36px 34px;
}

.single-section-title {
    position: relative;
    width: fit-content;
    margin-bottom: 26px;
    color: var(--color-primary-1);
    z-index: 1;
}

.single-section-title .shape {
    position: absolute;
    top: -12px;
    left: -18px;
    width: 62px;
    height: 72px;
    border-radius: 20px 20px 28px 20px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    transform: rotate(-6deg);
    z-index: -1;
}

.single-side-list {
    display: grid;
    gap: 14px;
}

.single-side-post {
    min-height: 78px;
    border-radius: 18px;
    background: rgba(248, 248, 248, .95);
    display: grid;
    grid-template-columns: 104px 1fr;
    align-items: center;
    gap: 14px;
    padding: 8px 10px;
    color: var(--color-primary-1);
}

.single-side-post img {
    width: 104px;
    height: 62px;
    object-fit: cover;
    border-radius: 16px 22px 22px 16px;
}

.single-side-post strong {
    display: block;
    font-family: "IranYekan";
    font-size: 15px;
    line-height: 1.45;
}

.single-side-post small {
    display: block;
    margin-top: 4px;
    color: var(--color-gray-2);
    font-family: "IranYekan-Light";
    font-size: 12px;
}

.single-featured-news {
    margin-top: 46px;
}

.single-featured-item {
    position: relative;
    min-height: 292px;
    border-radius: 38px;
    overflow: hidden;
    padding: 46px 34px 34px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(210deg, rgba(14, 28, 87, .88) 22%, rgba(38, 194, 243, .72) 100%),
        var(--featured-image) center / cover no-repeat;
    color: #FFFFFF;
}

.single-featured-item:nth-of-type(even) {
    clip-path: polygon(0% 9.6%, 0.08% 8.35%, 0.33% 7.12%, 0.73% 5.93%, 1.29% 4.8%, 1.98% 3.76%, 2.81% 2.81%, 3.76% 1.98%, 4.8% 1.29%, 5.93% .73%, 7.12% .33%, 8.35% .08%, 9.6% 0%, 90.4% 0%, 91.65% .08%, 92.88% .33%, 94.07% .73%, 95.2% 1.29%, 96.24% 1.98%, 97.19% 2.81%, 98.02% 3.76%, 98.71% 4.8%, 99.27% 5.93%, 99.67% 7.12%, 99.92% 8.35%, 100% 9.6%, 100% 90.4%, 99.92% 91.65%, 99.67% 92.88%, 99.27% 94.07%, 98.71% 95.2%, 98.02% 96.24%, 97.19% 97.19%, 96.24% 98.02%, 95.2% 98.71%, 94.07% 99.27%, 92.88% 99.67%, 91.65% 99.92%, 90.4% 100%, 10.6% 66.43%, 8.35% 64.92%, 7.12% 63.67%, 5.93% 62.27%, 4.8% 60.71%, 3.76% 59.02%, 2.81% 57.19%, 1.98% 55.24%, 1.29% 53%, .73% 51.07%, .33% 48.88%, .08% 46.65%, 0% 45.4%);
}

.single-featured-item strong {
    font-family: "IranYekan";
    font-size: 28px;
    line-height: 1.45;
    max-width: 260px;
}

.single-featured-item small,
.single-featured-item em {
    color: #FFFFFF;
    font-family: "IranYekan-Light";
    font-style: normal;
}

.single-featured-item em {
    margin-top: 22px;
    font-family: "IranYekan";
}

.single-pill {
    width: fit-content;
    border-radius: 999px;
    background: #FFFFFF;
    color: var(--color-primary-1);
    padding: 7px 16px;
    margin-bottom: 14px;
    font-family: "IranYekan";
    font-size: 13px;
}

.single-all-news {
    width: 100%;
    max-width: none;
    margin-top: 18px;
}

.single-related-section {
    padding: 92px 0 74px;
}

.single-related-section .related-title {
	margin-left: auto;
	margin-right: 0;
}

.single-related-carousel {
    margin-top: 36px;
}

.single-related-card {
    border-radius: 34px;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 18px 80px rgba(200, 239, 249, .35);
}

.single-related-card a {
    color: var(--color-primary-1);
}

.single-related-image {
    position: relative;
    aspect-ratio: 1.38 / 1;
    overflow: hidden;
}

.single-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-related-image span {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 999px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    color: var(--color-primary-1);
    padding: 7px 15px;
    font-size: 13px;
}

.single-related-body {
    min-height: 185px;
    padding: 24px 24px 28px;
}

.single-related-body h3 {
    font-family: "IranYekan";
    font-size: 24px;
    line-height: 1.45;
    color: var(--color-primary-1);
}

.single-related-body time {
    display: block;
    margin-top: 10px;
    color: var(--color-gray-2);
    font-family: "IranYekan-Light";
    font-size: 13px;
}

.single-related-body em {
	display: flex;
	margin-top: 24px;
	color: var(--color-secondary-3);
	font-family: "IranYekan";
	font-style: normal;
	align-items: center;
	justify-content: end;
	gap: 5px;
}

.single-comments-wrap .separator-wrapper.wrapper-10 {
    margin-top: 0;
}

.single-comments-wrap .form-container-1 {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .single-blog-page {
        padding-top: 40px;
    }

    .single-article-card {
        padding: 28px 18px 32px;
        border-radius: 30px;
    }

    .single-article-title {
        font-size: 36px;
    }

    .single-category-label {
        font-size: 18px;
    }

    .single-article-image,
    .single-content img {
        border-radius: 24px;
    }

    .single-article-meta {
        gap: 16px;
        flex-wrap: wrap;
    }

    .single-date {
        width: 100%;
        margin-right: 0;
        justify-content: flex-start;
    }

    .single-side-card {
        padding: 26px 18px;
        border-radius: 30px;
    }

    .single-featured-item {
        min-height: 230px;
        border-radius: 30px;
    }

    .single-related-section {
        padding: 56px 0 42px;
    }
}

@media screen and (max-width: 575px) {
    .single-article-title {
        font-size: 30px;
    }

    .single-content {
        font-size: 16px;
        line-height: 1.95;
    }

    .single-content h2 {
        font-size: 24px;
    }

    .single-side-post {
        grid-template-columns: 88px 1fr;
    }

    .single-side-post img {
        width: 88px;
        height: 58px;
    }

    .single-related-body h3 {
        font-size: 20px;
    }
}

/* Contact Page */
.contact-page {
    position: relative;
    min-height: calc(100vh - 210px);
    padding: 110px 0 40px;
    overflow: hidden;
}

.contact-page::before,
.contact-page::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 520px;
    background-image: url("../images/wave-1.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    z-index: -1;
}

.contact-page::before {
    top: 20px;
}

.contact-page::after {
    bottom: -40px;
    transform: scaleX(-1) scaleY(-1);
}

.contact-layout-section {
    position: relative;
}


.contact-info-panel {
    margin-right: auto;
}

.contact-layout-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 42px;
    color: var(--color-primary-1);
    z-index: 1;
}

.contact-layout-title .shape {
    position: absolute;
    top: -16px;
    left: -28px;
    width: 62px;
    height: 72px;
    border-radius: 18px 18px 28px 18px;
    background: linear-gradient(206deg, var(--color-tertiary-5) 34.02%, var(--color-tertiary-3) 177.65%);
    transform: rotate(-6deg);
    z-index: -1;
}

.contact-info-items {
    display: grid;
    gap: 28px;
}

.contact-info-item {
	min-height: 58px;
	border-radius: 18px;
	background: rgb(255 255 255 / .88);
	box-shadow: 0 22px 80px rgb(200 239 249 / .55);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 22px 0 0;
	color: var(--color-primary-1);
	font-family: "IranYekan";
	font-size: 18px;
	flex-direction: row-reverse;
}

.contact-info-item span {
	flex: 1;
	padding-left: 20px;
	word-break: break-word;
	text-align: left;
}

.contact-icon {
	width: 62px;
	height: 62px;
	margin-left: -10px;
	position: relative;
	flex: 0 0 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.contact-icon-phone::before {
    width: 22px;
    height: 36px;
    border: 4px solid #FFFFFF;
    border-radius: 6px;
}


.contact-socials {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.contact-social-link {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #FFFFFF;
    color: var(--color-secondary-1);
    box-shadow: 0 18px 70px rgba(200, 239, 249, .48);
    transition: transform .2s ease, box-shadow .2s ease;
}

.contact-social-link:hover {
    transform: translateY(-3px);
    color: var(--color-secondary-1);
    box-shadow: 0 24px 90px rgba(200, 239, 249, .7);
}

.contact-form-card {
    margin: 0 auto;
    border-radius: 48px;
    padding: 52px 48px 54px;
    box-shadow: 0px 56px 250px -11px rgba(200, 239, 249, 0.60);
}

.contact-page-form .form-label {
    display: block;
    font-family: "IranYekan";
    font-size: 18px;
    text-align: right;
    padding-right: 28px;
    margin-bottom: 10px;
}

.contact-page-form .form-control {
    border: 1px solid var(--color-primary-1);
    border-radius: 18px;
    background: #FFFFFF;
    min-height: 60px;
    font-family: "IranYekan-Light";
    font-size: 16px;
}

.contact-page-form textarea.form-control {
    min-height: 245px;
    resize: vertical;
}

.contact-submit {
    min-width: 210px;
    height: 52px;
    align-self: flex-start;
}

.contact-alert {
    border-radius: 14px;
    padding: 12px 16px;
    margin-bottom: 18px;
    font-family: "IranYekan";
    font-size: 14px;
}

.contact-alert-success {
    background: var(--color-secondary-6);
    color: var(--color-secondary-1);
}

.contact-alert-error {
    background: var(--color-tertiary-6);
    color: var(--color-tertiary-1);
}

.contact-page-footer {
    padding: 18px 0 34px;
}

.contact-page-footer .copy-right {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .84);
    color: var(--color-primary-1);
}

.contact-page-footer .copy-right img {
    max-height: 56px;
    width: auto;
}

@media screen and (max-width: 991px) {
    .contact-page {
        padding: 58px 0 28px;
    }

    .contact-info-panel {
        margin: 0 auto;
    }

    .contact-form-card {
        border-radius: 34px;
        padding: 34px 22px;
    }

    .contact-info-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .contact-layout-title {
        font-size: 44px;
    }

    .contact-info-item {
        min-height: 54px;
        padding-right: 16px;
    }

    .contact-icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .contact-socials {
        justify-content: center;
        gap: 16px;
    }

    .contact-social-link {
        width: 52px;
        height: 52px;
    }

    .contact-submit {
        width: 100%;
        max-width: none;
    }
}


/* title */
.section-title-2{
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    position: relative;
    padding-bottom: 15px;
}

/* decorative line */

/* paragraph */
.container.mt-5 p{
    font-size: 17px;
    line-height: 2.1;
}

/* lists */
.container.mt-5 ul{
    margin-top:20px;
    padding-right:20px;
}

.container.mt-5 ul li{
    position:relative;
    margin-bottom:12px;
    padding-right:28px;
    font-size:16px;
    color:#334155;
}

/* custom bullet */

/* headings */
.container.mt-5 h2,
.container.mt-5 h3{
    margin-top:40px;
    margin-bottom:15px;
    font-weight:700;
}

/* links */
.container.mt-5 a{
    color:#ffb400;
    font-weight:600;
    text-decoration:none;
}



