*{
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a,
button,
i {
  text-decoration: none;
  color: inherit;
}
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}



/* Studio Work CSS */
.studio-work {
  display: flex;
  gap: 40px;
  height: 420px;
}

.work-card {
  position: relative; /* FIX */
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease;
  height: 600px;
}

.work-card img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 16px;
}   

/* Active (Big Item) */
.work-card.active {
  flex: 2.2;
}

/* Content animation */
.work-card .content {
  position: absolute;
  left: 34px;
  right: 30px;
  bottom: 29px;

  opacity: 0;
  transform: translateY(30px);
  transition: 
    opacity 0.4s ease,
    transform 0.5s ease;

  pointer-events: none;
  color: #fff;
}

.work-card.active .content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.work-card .content h3 {
  margin: 0 0 14px;
  font-size: 40px;
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s ease 0.1s;
}

.work-card.active .content h3 {
  transform: translateY(0);
  opacity: 1;
}
.work-card-meta p {
    font-size: 20px;
    margin: 0;
    font-family: "Aeonik-Medium", Sans-serif;
}

/* Meta animation */
.work-card .work-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;

  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s ease 0.2s;
}

.work-card.active .work-card-meta {
  transform: translateY(0);
  opacity: 1;
}

.work-card a {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-family: "Aeonik-Medium", Sans-serif;
  transition: .3s;
}
.work-card a::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: 0.3s;
}
.work-card a:hover::after{
  width: 100%;
}

.work-card .work-card-meta a:hover{
   color: #000;
}

.work-card a i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.work-card a:hover i {
  transform: translateX(4px);
}

/* Client Slider */
.client-words-slider {
  margin-top: 40px;
}

.slick-current .client-slide {
  min-height: 300px;
  opacity: 1;
  transform: scale(1);
}

.client-slide .text {
  font-size: 16px;
  line-height: 1.7;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
}

.client-info img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.client-info strong {
  display: block;
  font-size: 14px;
}
.slick-current {
  z-index: 5;
}

.client-info span {
  font-size: 12px;
  opacity: 0.7;
}

/* Slick focus */
.slick-center .client-slide {
  transform: scale(1.05);
}

.slick-slide {
  padding: 0 10px;
}

.client-words-slider .client-slide {
    position: relative;
    width: 420px !important;
    border-radius: 20px;
    padding: 35px;
    margin: 0px 15px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.client-info img {
    width: 64px;
    height: 64px;
}
.client-slide .text {
    font-size: 28px;
    font-family: "DecoType Naskh Variants", Sans-serif;
    line-height: 1.2;
    color: #383838;
}
.client-info strong {
    font-size: 24px;
    line-height: 1.2;
    font-family: "Aeonik-Medium", Sans-serif;
}
.client-slide.green_bg_item {
    height: 511px;
}
.client-slide.green_bg_item .text{
  position: relative;
}
.client-slide.blue_bg_item {
    height: 511px;
}
.client-slide.yellow_bg_item {
    height: 406px;
    margin-top: 40px;
}
.client-slide.yellow_bg_item .text{
  position: relative;
  color: #fff;
}
.client-slide.yellow_bg_item .client-info strong{
  color: #fff;
}
.client-slide.blue_bg_item .client-info strong{
  color: #fff;
}
.client-slide.perpel_bg_item {
    position: relative;
    height: 406px;
    margin-top: 40px;
}
.client-slide.blue_bg_item .text{
  color: #fff;
  position: relative;
}
.client-slide.blue_bg_item {
  position: relative;
}
.client-slide .text {
    position: relative;
    text-align: right;
}
.blue_bg_item .client_words_border {
    background: linear-gradient( 90deg,rgba(0, 106, 184, 0.05),rgba(0, 106, 184, 0.5),rgba(0, 106, 184, 0.05) );
    background-position: center;
    width: 100%;
    height: 2px;
}
.perpel_bg_item .client_words_border {
     background: linear-gradient( 90deg,rgba(193, 115, 212, 0.05),rgba(193, 115, 212, 0.5),rgba(193, 115, 212, 0.05) );
    background-position: center;
    width: 100%;
    height: 2px;
}
.yellow_bg_item .client_words_border {
    background: linear-gradient( 90deg,rgba(208, 133, 0, 0.05),rgba(208, 133, 0, 0.5),rgba(208, 133, 0, 0.05) );
    background-position: center;
    width: 100%;
    height: 2px;
}
.green_bg_item .client_words_border {
    background: linear-gradient( 90deg,rgba(34, 207, 146, 0.05),rgba(34, 207, 146, 0.5),rgba(34, 207, 146, 0.05) );
    background-position: center;
    width: 100%;
    height: 2px;
}
.client_words_border {
    margin-top: 15px;
}

/* .client-slide.blue_bg_item .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -111px;
  width: 100%;
  height: 2px;
  background: linear-gradient( 90deg,rgba(0, 106, 184, 0.05),rgba(0, 106, 184, 0.5),rgba(0, 106, 184, 0.05) );
} */
/* .client-slide.perpel_bg_item .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 2px;
    background: linear-gradient( 90deg,rgba(193, 115, 212, 0.05),rgba(193, 115, 212, 0.5),rgba(193, 115, 212, 0.05) );
} */
/* .client-slide.yellow_bg_item .text::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 2px;
    background: linear-gradient( 90deg,rgba(208, 133, 0, 0.05),rgba(208, 133, 0, 0.5),rgba(208, 133, 0, 0.05) );
} */
/* .client-slide.green_bg_item .text::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 2px;
    background: linear-gradient( 90deg,rgba(34, 207, 146, 0.05),rgba(34, 207, 146, 0.5),rgba(34, 207, 146, 0.05) );
} */
/* Portolio CSS */
.portfolio_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 37px;
}
.portfolio_content h4 {
    font-size: 32px;
    font-family: "KunKun_Bold", Sans-serif;
    margin: 20px 0px 10px 0px;
}

.portfolio_meta {
    display: flex;
    justify-content: space-between;
}

.portfolio_meta p {
    font-family: "Aeonik-Medium", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.portfolio_meta a {
    font-family: "Aeonik-Medium", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
    margin-top: 6px;
}
.portfolio_meta a svg {
    margin-left: 2px;
    transition: .3s;
}
.portfolio_meta a::after{
  position: absolute;
  content: '';
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: .3s;
}
.portfolio_meta a:hover{
  color: #0794E2;
}
.portfolio_meta a:hover::after{
  background: #0794E2;
}
.portfolio_meta a:hover svg path{
  stroke:#0794E2;
}
.portfolio_item {
    position: relative;
    transition: .3s;
}

.portfolio_thumb {
    overflow: hidden;
    border-radius: 16px;
    transition: .3s;
}

.portfolio_thumb img {
    border-radius: 16px;
    transition: .3s;
}
.portfolio_item:hover .portfolio_thumb img {
  transform: scale(1.1);
}

/* Contact Form CSS */
.form-label_group p {
    margin-bottom: 0;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-space-b {
    margin-bottom: 40px;
}
.form_label_title {
    font-family: "AeonikTRIAL-Regular", Sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.form-label_group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-group input,select,textarea {
    background: #F0EBF8 !important;
    border: 1px solid #EAE2F8 !important;
    height: 50px !important;
    resize: none;
    border-radius: 8px !important;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full {
  width: 100%;
}

.contact-form label {
  font-size: 13px;
  margin-bottom: 8px;
  color: #222;
  width: auto !important;
}
.wpcf7 label, .wpcf7-quiz-label {
    width: auto !important;
}

input,
select,
textarea {
  background: #f1ecfa;
  border: none;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  height: 50px;
}

textarea {
  resize: none;
}

.rtl {
  direction: rtl;
  text-align: right;
}
.form_group_btn {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.form_group_btn button {
    padding: 0px 31px;
    background: #0794E2;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Aeonik-Medium", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    border: 1px solid transparent;
    transition: .3s;
}

.form_group_btn button:hover{
  background: transparent;
  border: 1px solid #0794E2;
  color: #0794E2;
}


/* Form Responsive */
@media (max-width: 768px) {
  .form-header {
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}


/* Toggle Button */
.offcanvas-toggle {
  position: relative;
  width: 32px;
  height: 22px;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}
.offcanvas-toggle span {
    display: block;
    height: 3px;
    width: 30px;
    background: #111;
    margin: 6px 0;
    transition: 0.3s;
}

/* Overlay */
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

/* Menu */
.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -380px;
  width: 360px;
  height: 100%;
  background: #fff;
  padding: 20px 20px 20px 25px;
  transition: 0.4s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

/* Active State */
.offcanvas-open .offcanvas-menu {
  right: 0;
}
.offcanvas-open .offcanvas-overlay {
  opacity: 1;
  visibility: visible;
}
.offcanvas_meta {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}
button.offcanvas-close i {
    color: #383838;
    font-size: 30px;
}

.offcanvas-menu .menu-main-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.offcanvas-menu .menu-main-menu-container ul a {
    font-size: 20px;
    line-height: 28px;
    font-family: "Aeonik-Medium", Sans-serif;
}
button.offcanvas-toggle {
    background: none !important;
}
button.offcanvas-toggle:focus{
  background: none !important;
}

/* Close Button */
.offcanvas-close {
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}

/* Navigation */
.offcanvas-nav {
  list-style: none;
  padding: 40px 0 0;
}
.offcanvas-nav li {
  margin-bottom: 20px;
}
.offcanvas-nav a {
  text-decoration: none;
  font-size: 20px;
  color: #111;
  transition: 0.3s;
}
.offcanvas-nav a:hover {
  opacity: 0.7;
}
.offcanvas_btn a {
    background-color: rgb(7, 148, 226);
    font-family: Aeonik-Medium, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    fill: var(--e-global-color-3a4f9ed);
    color: var(--e-global-color-3a4f9ed);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(7, 148, 226);
    border-radius: 8px;
    padding: 10px 34px;
    display: inline-block;
    margin-top: 30px;
    transition: .3s;
}
.offcanvas_btn a:hover{
  background: transparent;
  color: rgb(7, 148, 226);
  border: 1px solid rgb(7, 148, 226);

}
.elementor-element.offcanvas-el {
    display: none;
}

/* Desktop hide (optional) */
@media (max-width: 1024px) {
  .elementor-element.offcanvas-el {
    display: block;
}
}

.mobile-slider-nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0px 15px;
}

.mobile-slider-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #383838;
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}
.mobile-slider-nav button:hover{
  background: #383838 !important;
  border: 1px solid #383838 !important;
}
.mobile-slider-nav button:focus{
  background: #383838 !important;
}
.mobile-slider-nav button:hover svg path{
  stroke: #fff;
}
.mobile-slider-nav button:focus svg path{
  stroke: #fff;
}

.nav-progress {
    flex: 1;
    height: 4px;
    background: #ccc;
    margin: 0 56px;
    position: relative;
}

.nav-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: #444;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .mobile-slider-nav {
        display: flex;
    }
}
.elementor-element.elementor-element-3093bbd.elementor-align-right.za_btn .elementor-button-icon svg{
  margin-right: 1px;
  margin-top: -5px
}
.elementor-12 .elementor-element.elementor-element-d0a300c .elementor-button {
    transform: translateY(-2px);
}
.elementor-12 .elementor-element.elementor-element-d0a300c .elementor-button-icon svg {
    margin-top: 5px;
}
.elementor-element.elementor-element-d6d8cb8.elementor-widget.elementor-widget-image img {
    transform: translateY(3px) translateX(-1px);
}
.elementor-63 .elementor-element.elementor-element-af97796 .wpr-nav-menu .wpr-menu-item {
    padding-left: 20px !important;
    padding-right: 10px !important;
}
.faq_section_wrap .e-n-tabs-heading button {
    margin: 5px -25px -5px 15px;
}
.elementor-element.elementor-element-f6bd810.elementor-widget__width-initial.elementor-widget-mobile__width-inherit.elementor-widget.elementor-widget-text-editor {
    transform: translateX(15px);
}

.cf7-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.cf7-popup-content {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 12px;
  max-width: 1300px;
  width: 90%;
  position: relative;
}

.cf7-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.cf7-popup button {
  margin-top: 20px;
  padding: 12px 25px;
  cursor: pointer;
}
.form_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.cf7_popup_btn a {
    background-color: var(--e-global-color-3a4f9ed);
    font-family: "Aeonik-Medium", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary)
#383838;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #383838;
    border-radius: 10px 10px 10px 10px;
    padding: 14px 32px 14px 32px;
    display: inline-block;
    margin-top: 25px;
	  transition: 0.3s;
}
.cf7_popup_btn a:hover{
	background: #383838;
	color: #fff;
}
button.form_close_btn {
    border: 1px solid #383838;
    color: #383838;
    transition: .3s;
}

button.form_close_btn:hover {
    background: #383838;
    color: #fff;
}
.cf7_big_sms {
    font-size: 25px;
    font-family: "KunKun_Regular", Sans-serif;
}
span.form_label_title.text-end {
    width: 45%;
}

.wpcf7 select.sf-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  width: 100%;
  min-height: 45px;

  padding: 10px 40px 10px 12px !important;

  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 16px !important;

  border: 1px solid #ccc;
  border-radius: 4px;
}
.client_bar {
    position: relative;
}
.client_words_border {
    position: absolute;
    top: -35px;
}




























































