/* =====================
   RESET
===================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
}
html{
	overflow-x:hidden; 
	direction:rtl;
	scroll-behavior: smooth;
}strong,b {	font-weight: bold !important;}.skip-link {	left: 1px;}


@font-face {
    font-family: 'oedooprolight';
    src: url('fonts/oedoopro-light-webfont.woff2') format('woff2'),
         url('fonts/oedoopro-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'oedooproregular';
    src: url('fonts/oedoopro-regular-webfont.woff2') format('woff2'),
         url('fonts/oedoopro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'oedooprobold';
    src: url('fonts/oedoopro-bold-webfont.woff2') format('woff2'),
         url('fonts/oedoopro-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
  font-family:'oedooproregular', sans-serif; -webkit-font-smoothing: subpixel-antialiased;
  background: #ffffff;
  color: #0a2540;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

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

/* AOS - Simple fade-in only (no transforms or delays) */
[data-aos] {
  opacity: 0;
  transition-property: opacity !important;
  transition-duration: 0.8s !important;
  transition-timing-function: ease-in-out !important;
  transform: none !important;
}

[data-aos].aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

/* Prevent horizontal scroll during animation */
section[data-aos] {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

/* Ensure all sections don't cause horizontal overflow */
section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Disable AOS on tablet and mobile */
@media (max-width: 1024px) {
  [data-aos] {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
  
  [data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* =====================
   HEADER (DEFAULT)
===================== */
.site-header {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  direction: rtl;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* =====================
   HEADER ON HOME / WELCOME
===================== */
.home .site-header {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  background: transparent;
  border-bottom: none;
}

@media (max-width: 767px) {
  .home .site-header {
    top: 20px;
  }
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{direction:rtl;}

/* =====================
   STICKY HEADER
===================== */
.site-header.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.home .site-header.sticky {
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 0;
  transition: all 0.3s ease;
}

.site-header.sticky .header-inner {
  padding: 10px 0;
  align-items: center;
}

/* LOGO */
.site-logo img {
  width: 184px;
  height: auto;
  max-width:100%;
  transition: width 0.3s ease;
  margin-top: 35px;
}

.site-header.sticky .site-logo img {
  width: 140px;
  margin-top:0px;
}

/* NAV */
.site-nav ul {
  display: flex;
  gap: 32px;
  gap:0px;
  list-style: none;
  padding-right:0px;
}
.site-nav li{position:relative;}
.site-nav a {
  text-decoration: none; 
  color: #000000;
text-align: right;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
cursor:pointer;
transition: all 0.3s ease;
position: relative;
/*border-left: 1px solid #000000;*/
    padding-left: 12px;
    padding-right: 12px;
}
.site-nav li:first-child a{padding-right:0px;}
.site-nav li a.register-link{padding-left:0px; font-weight:700; display: flex; gap: 13px; border-left:none;}
.site-nav li a.register-link span.text{position:relative; top:1px;}
/*.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 2px;
  background: #FF522D;
  transition: width 0.3s ease;
}*/

.site-nav a::after {
  content: '';
  position: absolute;
  left: 0px;
  width: 2px;
  height: 18px;
  background: #000000;
  transition: width 0.3s ease;
  top:2.5px;
}

.site-nav li a.register-link::after {content:none;}

.site-nav a:hover {
  color: #FF522D;
}
/*
.site-nav a:hover::after {
  width: 100%;
}*/


.site-nav li > .sub-menu {
    position: absolute;
    top: 100%;
    right: 0; /* use left:0 if LTR */
	min-width: max-content;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    margin: 0;
    list-style: none;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 99;
}
.site-nav li > .sub-menu li{margin:0px; line-height:normal;}
.site-nav li > .sub-menu li a{padding:0px; line-height:normal;}
.site-nav li > .sub-menu li a:after{content:none;}
/* Show submenu on hover */
.site-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* HAMBURGER */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #002549;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* CLOSE BUTTON */
.nav-close {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 40px;
  color: #002549;
  line-height: 1;
  padding: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1002;
  transition: transform 0.3s ease;
}

.nav-close:hover {
  transform: rotate(90deg);
}

.welcome-hero {
  position: relative;
  min-height: 778px;
  padding-top: 140px; /* space for absolute header */
  direction: rtl;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.welcome-hero:before{
	content:'';
	/*width:1620px;
	height:548px;
	bottom:-2px;*/
	width:1621px;
	height:595px;
	bottom:-50px;
	max-width: 100%;
	position:absolute;
	left:0;
	background:url('../images/herolayer.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:2;
}

@media (max-width: 1024px) {
	.welcome-hero:before {
		width: 100%;
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.welcome-hero:before {
		width:100%;
		height: 245px;
        background-position: bottom left;
        bottom: 0;
	}
}

.welcome-bottom-bar{
	width:765px;
	max-width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	color: #FFF;
text-align: center;
font-family: 'oedooproregular';
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
z-index:2;
background: #FF522D;
text-decoration:none;
padding:29px 0 25px;
box-sizing: border-box;
display: block;
cursor: pointer;
transition: all 0.3s ease;   
}

.welcome-bottom-bar:hover {
	background: #002549;
}

/* background image */
.welcome-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  /*animation: bgMoveX 14s ease-in-out infinite alternate;*/
}

.welcome-bg::before {
    content: "";
    position: absolute;
    inset: -5%;
    background: url('../images/MA.webp')
        center / cover no-repeat;

    animation: moveX 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    will-change: transform;
}

@keyframes moveX {
    from { transform: translateX(-2%); }
    to   { transform: translateX(2%); }
}

/*@keyframes bgMoveX {
    from {
        background-position: 48% 50%;
    }
    to {
        background-position: 52% 50%;
    }
}*/
/* content above bg */
.welcome-inner {
  position: relative;
  z-index: 3;
}

/* breadcrumb */
.welcome-breadcrumb {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 24px;
  opacity: 0.9;
}

/* headline */
.welcome-content h1 {
  color: #FF522D;
font-family: 'oedooprobold';
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 82px;
  margin-bottom: 0px;
  direction:ltr;
  text-align:right;
  margin-top:15px;
}
.welcome-content P{
color: #000;
text-align: right;
font-family: 'oedooprolight';
font-size: 39px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin:0 0 30px;
}
.welcome-content a.welcome-btn{
color: #FFF;
text-align: center;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
background:#002549;
text-decoration:none;
cursor:pointer;
    padding: 11px 0 8px;
    width: 112px;
    display: inline-block;
    transition: all 0.3s ease;
}

.welcome-content a.welcome-btn:hover {
  background: #FF522D;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 82, 45, 0.3);
}
/* =====================
   TYPOGRAPHY ELEMENTS
===================== */
h1, h2, h3, h4, h5, h6 {
  color: #002549;
  font-family: 'oedooprobold';
  margin-bottom: 15px;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 700;
}

ul, ol {
  margin: 20px 0;
  padding-right: 30px;
  direction: rtl;
}
.academy-text ul{
	list-style:disc;
	padding-right:20px;
}
.academy-text ul li{
	list-style:disc;
}
.academy-text ol {
	list-style:decimal;
	padding-right:20px;
}
.academy-text ol li {
	list-style:decimal;
}
.academy-text ul li a{color:#002549;}
.academy-text ol li a{color:#002549;}
ul li, ol li {
  margin-bottom: 10px;
  color: #002549;
  font-family: 'oedooproregular';
  font-size: 18px;
  line-height: 1.6;
}

blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  border-right: 4px solid #FF522D;
  background: rgba(163, 172, 180, 0.1);
  color: #002549;
  font-family: 'oedooproregular';
  font-size: 20px;
  font-style: italic;
  line-height: 1.8;
  direction: rtl;
  text-align: right;
}

/* =====================
   ACADEMY INTRO
===================== */
.academy-intro {
  background: rgba(163, 172, 180, 0.05);
  padding: 82px 0 50px;
  direction: rtl;
}

/* HEADER */
.academy-header {
  text-align: center;
  max-width:689px;
 margin:0 auto 50px;
}

.academy-header h2 {
  color: #002549;
text-align: center;
  font-family: 'oedooprobold';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:0;
}

.academy-header p {
  color: #002549;
    font-family: 'oedooproregular';
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin:0;
}

/* CONTENT GRID */
.academy-content {
  display: grid;
  /*grid-template-columns: 0.942fr 1fr;
  gap: 58px;*/
  grid-template-columns: 0.902fr 1fr;
  gap: 0px;
  align-items: start;
}

/* LECTURERS */
.academy-lecturers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
  text-align: center;
  justify-content: flex-start;
  margin-top: 15px; 
}

.academy-lecturers h3{color: #002549;
text-align: right;

font-size: 42.667px;
font-style: normal;
font-weight: 400;
line-height: normal;  flex: 0 0 calc(24% - 14px);
  max-width: calc(24% - 14px);margin-bottom: 30px; margin-top: 20px;}

.lecturer img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}
.l_img{
width: 176.06px;
height: 176.06px;
border-radius: 174.862px;
 margin-bottom: 12px;
 margin-right: auto;
    margin-left: auto;
	background-size: contain !important;
}

.lecturer {
  text-align:center;
  flex: 0 0 calc(24% - 14px);
  max-width: calc(24% - 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;margin-bottom: 30px;
}

.lecturer span {
  display: block;
  color: #002549;
text-align: center;
  font-family: 'oedooprobold';
font-size: 21.245px;
font-style: normal;
font-weight: 700;
line-height: 30.687px; /* 144.444% */
}
.academy-icons,.academy-text img{margin-bottom:0px;}

/* force 2nd row center - add line break and center the 4th and 5th items */
/*.academy-lecturers::after {
  content: '';
  flex-basis: 100%;
  height: 0;
  order: 4;
}

.academy-lecturers .lecturer:nth-child(4) {
  order: 5;
  margin-right: calc(16.666% + 10px);
}

.academy-lecturers .lecturer:nth-child(5) {
  order: 6;
}*/



/* TEXT */
.academy-text {
 color: #002549;
text-align: right;
font-family:'oedooproregular', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 141.667% */
max-width: 710px;
}
.academy-text p{margin-bottom:15px;}

/* =====================
   FRAME 1 CONTAINER
===================== */
.frame-1 {
	width:100%;
	margin:0;
	padding:0;
	background: #EFF8FE;
	padding:80px 0 70px;
}
.frame-1 h2{
color: #FF522D;
text-align: right;
font-family: 'oedooprobold';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:0 0 50px;
}

.container {
  max-width: 1575px; /* aligned with Figma desktop frame */
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

/* =====================
   EXPERTS GRID
===================== */
.experts-grid {
  display: flex;
  flex-direction: column;
  gap: 61px; /* EXACT Figma row gap */
}

.experts-row {
  display: flex;
  flex-wrap: wrap;
  gap: 91px;
  align-items: start;
  justify-content: flex-start;
}

/* Last row - gap 60px and regular alignment (not centered) */
.experts-row:last-child {
  gap: 60px;
  justify-content: flex-start;
}
/* =====================
   EXPERT ITEM
===================== */
.expert-item {
  max-width: 726px;
  flex: 0 0 calc(50% - 45.5px);
}

/* =====================
   AVATAR (Mask group)
===================== */
.avatar {
	width: 132.27px;
	height: 132.27px;
	margin-bottom: 10.73px;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e5e7eb;
  /*border: 1px dashed #cbd5e1;*/
  background-size: contain !important;
}

/* =====================
   TEXT STYLES
===================== */
.expert-name {
  font-size: 18px;
  font-family: 'oedooprobold';
  font-weight: 700;
  margin-bottom: 4px;
}

.expert-role {
  font-size: 14px;
  font-weight: 500;
  color: #2563eb;
  margin-bottom: 8px;
  font-family: 'oedooproregular';
}
.expert-item h3{
color: #002549;
text-align: right;
font-family: 'oedooprobold';
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:0 0 12px;
}
.expert-item p {
  color: #002549;
	text-align: right;
	font-family: 'oedooproregular';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
	margin:0 0 15px;
}
.expert-item p:last-child{margin-bottom:0px;}


/* =====================
   CONTACT SECTION
===================== */
.contact-section {
  background: rgba(156, 186, 211, 0.70);
  padding: 60px 0 40px;
}
.contact-section .container{max-width:1477px;}

.contact-title {
  color: #4E4F51;
text-align: right;
font-family: 'oedooprobold';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 100% */
margin:0 0 40px;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 2.60fr 1fr;
  column-gap: 198px;
  align-items: baseline;
}

/* INFO */
.contact-info {
 color: #4E4F51;
text-align: right;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
margin:7px 0 0;
}


/* FORM */
.wpcf7-form {
  width: 100%;
}

.form-row p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 78px;
  margin-bottom: 64px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #4E4F51;
	color: #4E4F51;
	text-align: right;
	font-family: 'oedooproregular';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 160% */
	background:transparent;
	outline:0;
	padding:5px 0;
}

.wpcf7-form textarea {
  resize: none;
  height: 182px;
  border: 2px solid #4E4F51;
  margin-bottom: 23px;
  padding:15px 21px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #4E4F51;
}

/* BUTTON */
.wpcf7-form .wpcf7-submit {
  background: #FF522D;
  color: #ffffff;
  border: none;
  padding: 11px 24px 8px;
text-align: center;
font-family: "OE Doo Pro";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
width:89px;
outline:0;
cursor:pointer;
margin: 0 auto 0 0;
    display: grid;
	font-family: 'oedooproregular';
	transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-submit:hover{
	background: #4E4F51;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(78, 79, 81, 0.3);
}
.wpcf7-form .wpcf7-list-item{margin:0;}
.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4E4F51;
    text-align: right;
    font-family: 'oedooproregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wpcf7-list-item label input{width:auto; line-height:normal; margin:0; width: 22px;
    height: 22px;}
.wpcf7-list-item label a{
	font-weight:700;
	color: #4E4F51;
}
/* FOOT NOTE */
.contact-note {
  margin-top: 137.23px;
  color: #4E4F51;
text-align: right;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 130% */
}


/* =====================
   COURSES BLOCK
===================== */

/*.courses-block .container{max-width:1534px;}*/
.courses-block {
  background: rgba(158, 190, 216, 0.18);
  direction: rtl;
  width:100%;
  position:relative;
  overflow: hidden;
}
.courses-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height:100%;
  background: rgba(158, 174, 188, 0.18);
}

/* GRID */
.courses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 236px;
  position: relative;
  padding: 160px 0 175px;
}
/* vertical divider (desktop only) */
.courses-grid::after {
 content: "";
    position: absolute;
    top: 1.5px;
    bottom: 60px;
    left: 50%;
    width: 3px;
    background: white;
    height: calc(100% - 3px);
}
.course-icons{margin:0 0 30px;}
.course-icons img{line-height:0px; margin:0;}
/* ITEM */
.course-item {
  padding: 0;
  text-align: right;
}



.course-item h3 {
  color: #002549;
text-align: right;
font-family: 'oedooprobold';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:0 0 35px;
}

.course-item p {
  color: #002549;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
max-width: 653px;
}

/* =====================
   COURSE SCHEDULE
===================== */
.course-schedule {
  background: #002549;
  color: #ffffff;
  padding: 60px 0 90px;
  direction: rtl; position: relative; overflow: hidden; background-image:url('../images/barbg.png') ; background-size:508px 505px ; background-repeat: no-repeat;background-position: 0px 138%;

}
.course-schedule:after{content: ""; position: absolute; height: 505px; width: 508px; background: url('../images/barbg.png') center center no-repeat;bottom: -200px; left: 44%;}
.course-schedule:before{content: ""; position: absolute; height: 505px; width: 508px; background: url('../images/barbg.png') center center no-repeat;bottom: -200px; left: 23%;}
/* HEADER */
.schedule-header {
  max-width: 643px;
  margin-bottom: 0px;
}

.schedule-header h2 {
  color: #FF522D;
text-align: right;
font-family: 'oedooprobold';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 30px;
}

.schedule-intro {
 color: #FFF;
font-family: 'oedooproregular';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px;
margin-bottom: 0px;max-width: 530px;
}

.schedule-note {
  color: #A1BACF;
font-family: 'oedooproregular';
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; margin-bottom: 60px;
}

/* GRID */
.schedule-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  row-gap: 30px;
  align-items: start;
}

/* ITEM */
.schedule-item {
  max-width: 463px;
}

.schedule-date {
 color: #A1BACF;
text-align: right;
font-family: 'oedooprobold';
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 47px;
}

.schedule-item h4 {
  color: #FFF;
text-align: right;
font-family: 'oedooprobold';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 130% */
margin:0;
}

.schedule-item p {
  color: #FFF;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin:0;
}

.schedule-lecturer {
 color: #FFF;
text-align: right;
font-family: 'oedooprobold';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 130% */
margin:0;
}

/* ARROWS */
.schedule-arrow {
  color: #FF522D;
text-align: right;
font-family: 'oedooprobold';
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: normal;
direction:ltr;
margin-left: 54px;
position: relative;
    top: -5px;
}

.pricing-section {
  position: relative;
  padding: 120px 0 140px;
  direction: rtl;
  overflow: hidden;
}
.pricing-section:before{
	position: absolute;
  width:100%;
  height:100%;
  top:0;
  inset: 0;
  content:'';
  z-index: 1;
	background: #002549;
	mix-blend-mode: color;
	
}
.pricing-section:after{
	position: absolute;
  width:100%;
  height:100%;
  top:0;
  content:'';
  z-index: 3;
background:url('../images/layer.png');
background-repeat:no-repeat;
background-size:100% 100%;
background-position:top left;
}
/* background image overlay */
.pricing-bg {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  inset: 0;
	background: rgba(0, 37, 73, 0.70);
	mix-blend-mode: multiply;
  z-index: 3;
}

/* content above bg */
.pricing-section .container {
  position: relative;
  z-index: 4;
  max-width:1132px;
  padding:0px;
}

/* GRID */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 1132px;
  margin: 0 auto;
}

/* CARD */
.pricing-card {
  padding: 24px 45px 43px;
  text-align: center;
  position: relative;
}

.pricing-card--white {
  background: #ffffff;
}

.pricing-card--blue {
  background: #9CBAD3;
}
.pricing-icons{margin-bottom:18px;}
.pricing-icons img{margin:0 auto;}

/* TITLES */
.pricing-card h3 {
  color: #002549;
text-align: center;
font-family: 'oedooprobold';
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:0 auto 10px;
max-width:438px;
}
/* DESCRIPTION */
.pricing-desc {
  color: #002549;
text-align: center;
font-family: 'oedooproregular';
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
max-width:438px;
max-width:inherit;
margin:0 auto 20px;
min-height:131px;
}
.pricing-desc strong{
	font-family: 'oedooprobold';
	font-weight: 700;
}

/* PRICE */
.pricing-price {
  color: #002549;
text-align: center;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.pricing-price strong {
 color: #002549;
font-family: 'oedooprobold';
font-size: 26px;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
}

/* BUTTON */
.pricing-btn {
  display: inline-block;
  cursor:pointer;
  text-decoration: none;
  background: #FF522D;
  color: #FFFFFF;
text-align: center;
font-family: 'oedooproregular';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 182px;
    width: 182px;
    padding: 11px 0 8px;
    position: absolute;
    bottom: -21.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.pricing-btn:hover{
	background:#002549;
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 37, 73, 0.3);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border:none; padding:0; margin:10px 0 0; font-family: 'oedooproregular'; font-size:16px; color:#dc3232}

.wpcf7 form.sent .wpcf7-response-output{margin:10px 0 0;    padding: 0;    border: none; color:green; font-family: 'oedooproregular'; font-size:16px;}
.wpcf7-not-valid-tip{
	font-family: 'oedooproregular';
	font-size:16px;
}
.academy-intro .academy-text.gblo{max-width:100%;}
/* =========================
   ≤ 1650px (Responsive starts)
========================= */
@media (max-width: 1650px) {
  .container {
    max-width: 96%;
  }
  .welcome-hero{min-height:650px;}
}

@media (max-width: 1550px) {
	.welcome-hero{min-height:600px;}
  .welcome-content h1{font-size: 55px; line-height: 65px;}
  .welcome-content P{font-size:32px;}
  .welcome-bottom-bar{width: 580px; font-size: 22px;}
}
/* =========================
   ≤ 1500px
========================= */
@media (max-width: 1500px) {
  .container {
    max-width: 94%;
  }
  .contact-section .container{ max-width: 94%;}
  
  .courses-grid {
    gap: 180px;
  }
  
  .academy-content {
    gap: 45px;
  }
  
  .experts-row {
    column-gap: 70px;
  }
  
  .contact-grid {
    column-gap: 120px;
  }
}

/* =========================
   ≤ 1366px
========================= */
@media (max-width: 1366px) {
  .container {
    max-width: 92%;
  }
  .contact-section .container{ max-width: 92%;}
  
  .welcome-content h1 {
    font-size: 60px;
    line-height: 72px;
	margin-top:10px;
  }
  
  .welcome-content p {
    font-size: 34px;
	margin:0 0 25px;
  }
  
  .courses-grid {
    gap: 150px;
    padding: 120px 0 140px;
  }
  
  .academy-content {
    gap: 40px;
  }
  
  .academy-header h2,
  .academy-header p {
    font-size: 28px;
  }
  
  .academy-text {
    font-size: 22px;
    line-height: 32px;
	max-width: 100%;
  }
  
  .course-item h3 {
    font-size: 28px;
  }
  
  .course-item p {
    font-size: 18px;
  }
  
  .experts-row {
    column-gap: 60px;
  }
  
  .expert-item h3 {
    font-size: 26px;
  }
  
  .expert-item p {
    font-size: 19px;
    line-height: 25px;
  }
  
  .contact-grid {
    column-gap: 100px;
  }
  
  .pricing-card {
    padding: 25px 50px 49px;
  }
  
  .pricing-card h3 {
    font-size: 26px;
  }
  
  .pricing-desc {
    font-size: 26px;
  }
}

/* =========================
   ≤ 1440px (Large screens)
========================= */
@media (max-width: 1600px) {
  .container {
    max-width: 96%;
  }
  .contact-section .container{ max-width: 96%;}
}

/* =========================
   ≤ 1200px (Laptop)
========================= */
@media (max-width: 1200px) {
  .welcome-content h1 {
    font-size: 55px;
    line-height: 65px;
	margin-top:10px;
  }
  
  .welcome-content p {
    font-size: 30px;
	margin:0 0 20px;
  }
  
  .welcome-bottom-bar {
    width: 90%;
    font-size: 24px;
    padding: 25px 0 20px;
  }
  
  .courses-grid {
    gap: 120px;
    padding: 100px 0 120px;
  }
  
  .course-item h3 {
    font-size: 26px;
  }
  
  .course-item p {
    font-size: 17px;
    line-height: 24px;
  }
  
  .academy-intro {
    padding: 70px 0 45px;
  }
  
  .academy-header h2,
  .academy-header p {
    font-size: 26px;
  }
  
  .academy-text {
    font-size: 20px;
    line-height: 30px;
  }
  
  .academy-content {
    gap: 35px;
  }
  
  .experts-grid {
    column-gap: 60px;
    row-gap: 50px;
  }

  .expert-item {
    max-width: 650px;
  }

  .expert-item h3 {
    font-size: 24px;
  }

  .expert-item p {
    font-size: 18px;
    line-height: 24px;
  }
  
  .frame-1 h2 {
    font-size: 28px;
  }
  
  .schedule-header h2 {
    font-size: 28px;
  }
  
  .schedule-intro {
    font-size: 20px;
    line-height: 28px;
  }
  
  .schedule-note {
    font-size: 20px;
  }
  
  .contact-grid {
    column-gap: 80px;
  }
  
  .contact-title {
    font-size: 28px;
  }
  
  .pricing-section {
    padding: 100px 0 120px;
  }
  
  .pricing-card {
    padding: 25px 40px 49px;
  }
  
  .pricing-card h3 {
    font-size: 24px;
  }
  
  .pricing-desc {
    font-size: 24px;
  }
  .welcome-hero{min-height:400px;}

.course-schedule:after {
    content: "";
    position: absolute;
    height: 380px;
    width: 381px;
 
    bottom: -200px;
    left: 52%;
    background-size: contain;
}
.course-schedule:before {
    content: "";
    position: absolute;
    height: 380px;
    width: 380px;
 
    bottom: -200px;
    left: 28%;
    background-size: contain;
}
.course-schedule{background-size: 388px 380px;
    background-repeat: no-repeat;
    background-position: 0px 122%;}
}

/* =========================
   ≤ 1024px (Tablet – STILL 2 COLUMNS)
========================= */
@media (max-width: 1024px) {
  .welcome-hero {
    min-height: 500px;
    padding-top: 120px;
  }
  
  .welcome-content h1 {
    font-size: 50px;
    line-height: 58px;
	margin-top:10px;
  }
  .course-schedule:after ,.course-schedule:before{display: none;}
  .course-schedule{ background: #002549;}
  .welcome-content p {
    font-size: 28px;
	margin:0 0 20px;
  }
  
  .welcome-bottom-bar {
    font-size: 20px;
    padding: 22px 0 18px;
	width: 480px;
  }
  
  .academy-intro {
    padding: 60px 0 40px;
  }
  
  .academy-header h2 {
    font-size: 26px;
  }
  
  .academy-header p {
    font-size: 24px;
  }
  
  .academy-content {
    gap: 40px;
  }
  
  .academy-text {
    font-size: 19px;
    line-height: 28px;
  }
  
  /* Typography responsive */
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
  
  ul, ol {
    padding-right: 25px;
  }
  
  ul li, ol li {
    font-size: 16px;
  }
  
  blockquote {
    font-size: 18px;
    padding: 15px 20px;
  }
  
  .academy-content {
    grid-template-columns: 1fr;
  }
  
  .academy-lecturers {
    margin-top: 30px;
  }
  
  .l_img {
    width: 140px;
    height: 140px;
  }
  
  .lecturer span {
    font-size: 18px;
  }
  
  /*.courses-block .container {
    max-width: 100%;
    padding: 0 20px;
  }*/
  
  
  .courses-block::after {
    display: none;
  }
  
  .courses-grid {
    gap: 60px;
    padding: 80px 0 100px;
    grid-template-columns: 1fr;
  }
  
  .courses-grid::after {
    display: none;
  }
  
  .course-item {
    padding: 0;
    max-width: 100%;
  }

  .course-item h3 {
    font-size: 24px;
  }

  .course-item p {
    font-size: 17px;
    line-height: 24px;
  }
  
  .course-schedule {
    padding: 70px 0;
  }
  
  .schedule-header h2 {
    font-size: 26px;
  }
  
  .schedule-intro {
    font-size: 18px;
    line-height: 26px;
  }
  
  .schedule-note {
    font-size: 18px;
  }
  
  .schedule-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
  }
  
  .schedule-item {
    max-width: 100%;
  }
  
  .schedule-header {
    max-width: 100%;
  }

  .schedule-arrow {
    display: none;
  }
  
  .schedule-item {
    max-width: 100%;
  }
  
  .schedule-date {
    font-size: 38px;
  }
  
  .schedule-item h4 {
    font-size: 18px;
  }
  
  .schedule-item p {
    font-size: 17px;
  }
  
  .pricing-section {
    padding: 80px 0 100px;
  }
  
  .pricing-section .container {
    padding: 0 20px;
  }
  
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 100%;
  }

  .pricing-card {
    padding: 30px 30px 30px;
    max-width: 100%;
  }

  .pricing-card h3 {
    font-size: 22px;
	max-width: 285px;
    margin-bottom: 15px;
  }
  
  .pricing-icons {
    margin-bottom: 15px;
  }
  
  .pricing-desc {
    font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	min-height: inherit;
  }
  
  .pricing-price {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .pricing-btn {
    font-size: 18px;
    width: 160px;
    padding: 10px 0 7px;
  }
  
  .frame-1 {
    padding: 60px 0 50px;
  }

  .frame-1 h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .experts-row {
    gap: 50px;
  }
  
  .experts-row:last-child {
    gap: 60px;
    justify-content: flex-start;
  }
  
  .expert-item {
    flex: 0 0 calc(50% - 25px);
  }
  
  .experts-row:last-child .expert-item {
    flex: 0 0 auto;
  }

  .avatar {
    width: 110px;
    height: 110px;
  }

  .expert-item h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .expert-item p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 12px;
  }
  
  .contact-section {
    padding: 55px 0;
  }
  
  .contact-grid {
    column-gap: 50px;
  }

  .contact-title {
    font-size: 26px;
  }
  
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 18px;
  }
  
  .contact-info {
    font-size: 18px;
  }
  .wpcf7-list-item label input{width:auto;}
}
@media (max-width: 992px) {
	.pricing-desc p br{display:none;}
	.contact-grid{grid-template-columns:1fr; column-gap:0px; row-gap:20px;}
	.contact-note{margin-top:20px; text-align: center;}
	.contact-info{order:1; text-align: center;}
	/*.wpcf7{order:2;}*/
	.contact-title{margin-bottom:15px;}
}
/* =========================
   ≤ 767px (Mobile – SINGLE COLUMN)
========================= */
@media (max-width: 767px) {
  .welcome-hero {
    min-height: 380px;
    padding-top: 130px;
  }
  
  .welcome-content h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
	margin-top:0px;
  }
  
  .welcome-content p {
    font-size: 20px;
    margin-bottom: 20px;
	margin:0 0 10px;
  }
  
  .welcome-btn {
    font-size: 18px;
    padding: 10px 0 7px;
    width: 100px;
  }
  
  .welcome-bottom-bar {
    width: 100%;
    font-size: 16px;
    padding: 20px 15px;
    left: 0;
  }
  
  .header-inner {
    padding: 12px 0;
    max-width: 90%;
    margin: 0 auto;
    align-items: center;
  }
  
  .site-logo img {
    width: 120px;
	margin-top:0px;
  }
  
  .site-header.sticky .site-logo img {
    width: 110px;
	margin-top:0px;
  }
  
  .site-header.sticky .header-inner {
    padding: 10px 0;
  }
  
  .academy-intro {
    padding: 40px 0 30px;
  }
  
  .academy-header {
    margin-bottom: 20px;
  }
  
  .academy-header h2 {
    font-size: 22px;
	max-width: 250px;
    margin-bottom: 15px;
  }

  .academy-header p {
    font-size: 18px;
  }
  
  .academy-content {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  
  .academy-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .academy-icons,.academy-text img{
	  margin-bottom: 0px;
  }
  .academy-icons img,.academy-text img{max-width:45px;}
  
  /* Typography mobile responsive */
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 15px; }
  
  ul, ol {
    padding-right: 20px;
    margin: 15px 0;
  }
  
  ul li, ol li {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  blockquote {
    font-size: 16px;
    padding: 15px 20px;
    margin: 20px 0;
  }
  
  .academy-lecturers {
    row-gap: 15px;
    gap: 15px;
    margin-top: 20px;
	justify-content: center;
  }
  .lecturer{
		flex: 0 0 calc(50% - 14px);
		max-width: calc(50% - 14px);
  }
.academy-lecturers h3{font-size: 30px;	flex: 0 0 calc(50% - 14px);
		max-width: calc(50% - 14px);}
  .course-icons img{max-width:160px;}
  .course-item:nth-child(even) .course-icons img{max-width:80px;}
  
  /*.academy-lecturers::after {
    display: none;
  }
  
  .academy-lecturers .lecturer:nth-child(4),
  .academy-lecturers .lecturer:nth-child(5) {
    order: 0;
    margin-right: 0;
  }*/
  
  .l_img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  
  .lecturer span {
    font-size: 16px;
    line-height: 22px;
  }
  
  .courses-block::after {
    display: none;
  }
  
  .courses-grid {
    padding: 50px 0 60px;
    gap: 40px;
    grid-template-columns: 1fr;
  }
  
  .courses-grid::after {
    display: none;
  }
  
  .course-item {
    padding: 0;
    max-width: 100%;
  }
  
  .course-item h3 {
    font-size: 20px;
  }
  
  .course-item p {
    font-size: 15px;
    line-height: 22px;
  }
  
  .course-icons {
    margin-bottom: 15px;
  }
  
  .course-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .course-item p {
    font-size: 16px;
    line-height: 22px;
  }
  
  .course-schedule {
    padding: 50px 0;
  }
  
  .schedule-header {
    margin-bottom: 0px;
  }
  
  .schedule-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .schedule-intro {
    font-size: 16px;
    line-height: 24px;
  }
  
  .schedule-note {
    font-size: 18px;
    margin-bottom: 25px;
  }
  
  .schedule-grid {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
  
  .schedule-item {
    margin-bottom: 0;
    max-width: 100%;
  }
  
  .schedule-header {
    max-width: 100%;
  }
  
  .schedule-date {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  
  .schedule-item h4 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  
  .schedule-item p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  
  .schedule-lecturer {
    font-size: 16px;
    line-height: 21px;
  }
  
  .pricing-section {
    padding: 60px 0 80px;
  }
  
  .pricing-section .container {
    padding: 0 15px;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 100%;
  }
  
  .pricing-card {
    padding: 30px 25px 30px;
    max-width: 100%;
  }
  
  .pricing-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .pricing-icons {
    margin-bottom: 15px;
  }
  .pricing-icons img{max-width:45px;}
  
  .pricing-desc {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
	min-height:inherit;
  }
  
  .pricing-price {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .pricing-btn {
    font-size: 18px;
    padding: 10px 0 7px;
    width: 160px;
  }
  
  .frame-1 {
    padding: 50px 0 40px;
  }

  .frame-1 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

   .experts-row {
    flex-direction: column;
    gap: 30px;
  }
  .experts-grid{row-gap:30px;}
  
  .expert-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .experts-row:last-child {
    gap: 30px;
  }

  .avatar {
    width: 96px;
    height: 96px;
    margin-bottom: 12px;
  }

  .expert-item h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .expert-item p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
	/*word-break: break-all;*/
  }
  
  .contact-section {
    padding: 50px 0 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .form-row p{
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
  }
  
  .wpcf7-form textarea {
    height: 120px;
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  
  .wpcf7-form .wpcf7-submit {
    font-size: 18px;
    padding: 10px 20px 7px;
    width: 80px;
	margin-top: 10px;
  }

  .contact-title {
   font-size: 22px;
        margin-bottom: 15px;
  }
  .wpcf7-list-item label input{width: auto; height: 20px;}
  .wpcf7-list-item label{font-size: 15px; line-height: normal;}

  .contact-info {
    font-size: 16px;
    line-height: 26px;
  }
  
  .contact-info p {
    margin-bottom: 10px;
  }

  .contact-note {
    text-align: center;
    margin-top: 100px;
    font-size: 16px;
    line-height: 22px;
  }
  
  
  .site-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #EFF8FE;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
  }

  .site-nav.open {
    right: 0;
  }
  
  .site-header.sticky .site-nav {
    top: 0;
  }

  .nav-close {
    display: block;
    color: #002549;
  }
  
  .nav-close:hover {
    color: #FF522D;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px 30px;
    gap: 0px;
    list-style: none;
    margin: 0;
  }
  
  .site-nav li {
    width: 100%;
	margin-bottom: 5px;
  }

  .site-nav a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
    width: 100%;
    transition: color 0.3s ease;
    color: #002549;
    font-family: 'oedooproregular';
	border-left: none;
  }
  
  .site-nav a:hover {
    color: #FF522D;
  }
  
  .site-nav a::after {
    display: none;
  }

  .nav-toggle {
    display: block;
  }
  
  /* Hide hamburger when menu is open */
  body.menu-open .nav-toggle {
    display: none;
  }
  
  body.menu-open {
    overflow: hidden;
  }
  
  body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  
  /* Fix header positioning on mobile */
  .home .site-header {
    top: 15px;
  }
  
  .site-header.sticky {
    top: 0;
  }
	.welcome-content a.welcome-btn{
		font-size: 16px;
		padding: 8px 0 5px;
		width:90px;
	}
	
	
	
	.menu-item-has-children {
        position: relative;
    }

    /* Toggle arrow */
    .submenu-toggle {
        position: absolute;
        left: 0; /* RTL */
        /*top: 50%;
        transform: translateY(-50%);*/
		top:0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .submenu-toggle::after {
        content: "▾";
        font-size: 25px;
        transition: transform 0.3s ease;
    }
	.menu-item-has-children a{width:calc(100% - 40px);}
	.menu-item-has-children ul li a{width:100%;}

    /* Rotate arrow when open */
    .menu-item-has-children.open > .submenu-toggle::after {
        transform: rotate(180deg);
    }

    /* Submenu default hidden */
    .menu-item-has-children > .sub-menu {
        display: none;
        padding-right: 15px;
    }

    /* Show submenu */
    .menu-item-has-children.open > .sub-menu {
        display: block;
		position: relative;
		background:transparent;
    }
	
	

}

/* =========================
   ≤ 480px (Small Mobile)
========================= */
@media (max-width: 480px) {
  .welcome-content h1 {
    font-size: 32px;
    line-height: 38px;
	margin-top:0px;
	margin-bottom:10px;
  }
  
  .welcome-content p {
    font-size: 19px;
	margin:0 0 15px;
  }
  
  .welcome-bottom-bar {
    font-size: 14px;
    padding: 15px 10px;
  }
  
  .site-logo img {
    width: 120px;
	margin-top:0px;
  }
  
  .site-nav {
    width: 85%;
  }
  
  .academy-header h2 {
    font-size: 22px;
	max-width: 250px;
        margin: 0 auto 15px;
  }

  .academy-header p {
    font-size: 16px;
  }
  
  .academy-text {
    font-size: 16px;
    line-height: 22px;
  }
  
  .l_img {
    width: 100px;
    height: 100px;
  }
  
  .lecturer span {
    font-size: 14px;
    line-height: 20px;
  }
  
  .course-item h3 {
    font-size: 20px;
  }

  .course-item p {
    font-size: 16px;
    line-height: 21px;
  }
  
  .schedule-header h2 {
    font-size: 22px;
  }
  
  .schedule-intro {
    font-size: 16px;
    line-height: 22px;
	margin-bottom:15px;
  }
  
  .schedule-note {
    font-size: 16px;
  }
  
  .schedule-date {
    font-size: 28px;
  }
  
  .schedule-item h4 {
    font-size: 16px;
    line-height: 22px;
  }
  
  .schedule-item p {
    font-size: 16px;
    line-height: 21px;
  }
  
  .schedule-lecturer {
    font-size: 16px;
  }
  
  .pricing-card h3 {
    font-size: 20px;
	max-width: 260px;
  }
  
  .pricing-desc {
    font-size: 20px;
    line-height: 25px;
  }
  .pricing-price strong{font-size:22px;}
  .pricing-price {
    font-size: 18px;
  }
  
  .frame-1 {
    padding: 45px 0 35px;
  }

  .frame-1 h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .avatar {
    width: 85px;
    height: 85px;
  }
  .experts-grid{row-gap:30px;}

  .expert-item h3 {
    font-size: 18px;
  }

  .expert-item p {
    font-size: 16px;
    line-height: 21px;
	/*word-break: break-all;*/
  }
  .expert-item p br{display:none;}
  
  .contact-title {
    font-size: 22px;
        margin-bottom: 15px;
  }
  
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 15px;
  }
  
  .contact-info {
    font-size: 16px;
    line-height: 24px;
	text-align:center;
	margin:0px 0 0;
  }
  
  .contact-note {
    font-size: 14px;
    margin-top: 40px;
  }
}
