/* define fonts start */

/* samim */
@font-face {
  font-family: "samim";
  src: url("../fonts/Samim/Samim.woff") format("woff"),
    url("../fonts/Samim/Samim.eot"),
    url("../fonts/Samim/Samim.ttf") format("truetype");
}

/* samim */
@font-face {
  font-family: "aviny";
  src: url("../fonts/aviny/aviny-700.woff") format("woff"),
    url("../fonts/aviny/aviny-700.eot"),
    url("../fonts/aviny/aviny-700.ttf") format("truetype");
}

/* iransans */
@font-face {
  font-family: "iransans";
  src: url("../fonts/IRANSansWeb\(FaNum\).e2b0436903df14b8a8c2.woff2")
    format("woff");
}

/* yekanbakh */
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 03 Light.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 03 Light.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 03 Light.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 04 Regular.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 04 Regular.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 04 Regular.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 05 Medium.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 05 Medium.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 05 Medium.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 06 Bold.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 06 Bold.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 06 Bold.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 07 Heavy.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 07 Heavy.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 07 Heavy.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 08 Fat.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 08 Fat.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 08 Fat.ttf?v=970802")
      format("truetype");
}

/* iranyekan */
@font-face {
  font-family: iranyekan;
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/iranyekan/eot/iranyekanwebboldfanum.eot);
  src: url(../fonts/iranyekan/woff/iranyekanwebboldfanum.woff) format("woff"),
    url(../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf) format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/iranyekan/eot/iranyekanwebregularfanum.eot);
  src: url(../fonts/iranyekan/woff/iranyekanwebregularfanum.woff) format("woff"),
    url(../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf) format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: light;
  font-weight: 300;
  src: url(../fonts/iranyekan/eot/iranyekanweblightfanum.eot);
  src: url(../fonts/iranyekan/woff/iranyekanweblightfanum.woff) format("woff"),
    url(../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf) format("truetype");
}

/* define fonts end */

/* define dynamic varibales start */
:root {
  --body-font: Tahoma;
  --fa-body-font: var(--body-font-iransans);
  --body-font-iranyekan: iranyekan;
  --body-font-yekanbakh: YekanBakh;
  --body-font-samim: "samim";
  --body-font-iransans: "iransans";
  --body-font-aviny: "aviny";
  --background-color: #ffffff;
  --text-color: #155e75;
  --text-hover-color: #276585;
  --border-color: #ebebeb;
    
    --primary-dark: #0A192F;
    --primary-light: #F8F9FA;
    --accent-green: #64FFDA;
    --accent-blue: #57CBFF;
    --text-primary: #CCD6F6;
    --text-secondary: #f2f3f7;  
}
/* define dynamic varibales end */

.yekanbakh {
  font-family: var(--body-font-yekanbakh);
}

/* css start */
html {
  background-color: var(--background-color) !important;
}

body {
  font-family: var(--body-font) !important;
  background-color: var(--background-color) !important;
  color: var(--text-color);
}

body:lang(en) {
  direction: ltr;
}

body:lang(fa) {
  direction: rtl;
  font-family: var(--fa-body-font) !important;
}

nav a {
  color: inherit !important;
  transition: all ease-out 0.3s !important;
}
nav a:hover {
  color: var(--text-hover-color) !important;
}

nav:lang(fa) a {
  color: inherit !important;
  transition: all ease-out 0.3s !important;
}
nav:lang(fa) a:hover {
  color: var(--text-hover-color) !important;
}

button,
button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


.section-title:lang(en) {
  font-weight: 100 !important;
}

/* width */


::-webkit-scrollbar {
  width: 8px;
  background-color: #cbf3ff;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--text-color);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--text-hover-color);
}

.fancybox__backdrop {
  background: #ffffffa2;
}

.fancybox__caption {
  color: #155e75;
}

.fancybox__content>.carousel__button.is-close {
  color: #155e75;
}

.dx-tabs-wrapper {
  display: flex;
}

.dx-tabs {
  border: unset;
  border-block-end: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-tab {
  background-color: unset;
  min-width: 80px !important;
  
}

.dx-tab.dx-tab-selected  {
  color: #155e75 !important;
  font-weight: bold;
  background-color: #ecfeff;
}

.dx-tab-selected::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border-right: unset;
  border-left: unset;
  border-top: none;
  border-bottom: none;
  z-index: 1;
}

.dx-tab.dx-tab-selected .dx-tab-content::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  width: 50%;
  margin: 0 auto;
  height: 5px;
  background-color: #155e75;
  bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.dx-tab.dx-state-hover {
  background-color: #ecfeff;
}

.dx-tab.dx-state-focused {
  background-color: #ecfeff;
}

.dx-tab.dx-state-focused::after {
  border: none !important;
}

.dx-tabs-nav-button {
  background-color: #ecfeff;
}

.dx-tabs-scrollable .dx-tabs-wrapper {
  border: unset;
  border-block-end: 1px solid rgb(225, 225, 225, 0.4);
  border-block-start: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs {
  background-color: transparent;
  border: unset;
  border-block-end: 1px solid rgb(225, 225, 225, 0.9);
  -webkit-box-shadow: none !important; 
  box-shadow: none !important;
}

.dx-tabpanel > .dx-tabpanel-tabs .dx-tab {
  -webkit-box-shadow: none !important; 
  box-shadow: none !important;
}

.dx-tabpanel > .dx-tabpanel-tabs .dx-tab:hover,
.dx-tabpanel > .dx-tabpanel-tabs .dx-tab:focus {
  background-color: rgba(0, 150, 136, 0.08);
}

.dx-tabpanel .dx-multiview-wrapper {
  border: none;
}

.dx-invalid-message {
  font-family: Yekanbakh;
}

.dx-toast-message {
  font-family: Yekanbakh;
  font-weight: 300 !important;
  text-align: right;
  margin-left: auto;
}

.dx-form-validation-summary {
  margin-left:  20px;
  margin-right: 20px;
  margin-bottom: 20px;
}


        
        .circular-section {
            position: relative;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 2rem;
            overflow: hidden;
        }
        
        .circular-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 70% 30%, rgba(100, 255, 218, 0.1) 0%, transparent 50%),
                        radial-gradient(circle at 30% 70%, rgba(87, 203, 255, 0.1) 0%, transparent 50%);
            z-index: 1;
        }
        
        .circular-content {
            position: relative;
            z-index: 4;
            text-align: center;
            max-width: 900px;
        }
        
        .circular-heading {
            font-size: clamp(2rem, 8vw, 4rem);
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            background: linear-gradient(90deg, var(--accent-green), var(--accent-blue));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            position: relative;
        }
        
        .circular-heading::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-green), var(--accent-blue));
            border-radius: 2px;
        }
        
        .circular-subheading {
            font-size: 1.25rem;
            color: var(--text-secondary);
            margin-bottom: 2.5rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .circular-button {
            position: relative;
            background: transparent;
            color: var(--accent-green);
            border: 1px solid var(--accent-green);
            padding: 1rem 2rem;
            font-size: 1rem;
            font-weight: 500;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
            overflow: hidden;
            z-index: 1;
        }
        
        .circular-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(100, 255, 218, 0.2), transparent);
            transition: all 0.6s ease;
            z-index: -1;
        }
        
        .circular-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(100, 255, 218, 0.2);
        }
        
        .circular-button:hover::before {
            left: 100%;
        }
        
        #circular-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        
        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 3;
        }
        
        .floating-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(40px);
            opacity: 0.15;
        }
        
        .orb-1 {
            width: 300px;
            height: 300px;
            background: var(--accent-green);
            top: 20%;
            left: 20%;
            animation: float 12s infinite ease-in-out;
        }
        
        .orb-2 {
            width: 400px;
            height: 400px;
            background: var(--accent-blue);
            top: 60%;
            left: 70%;
            animation: float 10s infinite ease-in-out 2s;
        }
        
        .orb-3 {
            width: 200px;
            height: 200px;
            background: #7209b7;
            bottom: 10%;
            right: 20%;
            animation: float 8s infinite ease-in-out 1s;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(20px, -30px);
            }
        }
        
        @media (max-width: 768px) {
            .circular-heading {
                font-size: 2.5rem;
            }
            
            .circular-subheading {
                font-size: 1rem;
            }
        }