a.btn.color\:\#3e4969 {
    background: linear-gradient(to right, #3e4150 0%, #454859 25%, #3a3d4c 50%, #20232df0 75%, #0a0700e0 100%) !important;
}
a.btn.color\:\#3e4969.active {
    background: linear-gradient(to right, #3e4150 0%, #454859 25%, #3a3d4c 50%, #20232df0 75%, #0a0700e0 100%) !important;
}
header .site-branding-logo img {
    max-height: 200px !important;
}

header .site-branding-logo {
    max-height: 200px;
}
header .site-branding-logo img {
    max-height: 200px !important;
    position: relative;
    bottom: 20px;
}
a.site-branding-logo {
    width: 200px;
}
header#header .header-main-inner .row {
    display: flex;
    align-content: center;
    align-items: center;
}


[dir='rtl'] .owl-stage-outer {
    direction: ltr;
}

[dir='rtl'] .owl-stage-outer .owl-stage {
    direction: rtl;
}

[dir='rtl'] div#block-gavias-edmix-gaviassliderlayerslider1arabic {
    direction: ltr;
}


.British-Institute-course-title h2 span {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 10px;
}


.long-details-crroll .panel-body {
    max-height: 350px;
    overflow: scroll;
}


.gva-view-grid-inner {
    align-items: stretch;
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
}

.user-profile .banner {
    position: relative; /* Enable positioning for the child elements */
    min-height: 300px; /* Adjust to your needs */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex; /* Enables Flexbox layout */
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    text-align: center; /* Center text inside the user-profile-name */
}

.banner .shadow {
    position: absolute; /* Absolutely position the shadow inside the banner */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); /* Same as #00000075 */
    pointer-events: none; /* Prevent interactions with the shadow */
}

.user-profile-name {
    position: relative; /* Make sure it's placed within the banner */
    color: black; /* Set text color to white */
    text-transform: capitalize; /* Capitalize the first letter of each word */
    z-index: 2; /* Ensure it stays above the shadow */
    font-size: 2em; /* Adjust the size as needed */
}

.user-profile-name h2 {
    text-transform: capitalize !important;
    color: black;
    text-transform: uppercase !important;
}

.user-profile-below-banner {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.user-profile-below-banner .user-profile-image {
    position: relative !important;
    margin-top: -75px !important;
    z-index: 99 !important;
}

.user-profile-below-banner .user-profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.user-profile-content {
    padding: 15px; 
}

.user-profile-about-title{
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 44px;
}

.user-profile-about-title:after{
    content: "";
    width: 80px;
    height: 2px;
    background: #ecc311;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.user-profile-content .row {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.user-profile-about-body {
    text-align: justify;
}


.user-profile-about-image img {
    box-shadow: 5px 5px 10px 2px gray;
    border-radius: 10px;
    margin-top: 30px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #111111e8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 30px 0px 32px;
    text-decoration: none;
    font-size: 21px;
    color: aliceblue;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.user-profile-header-logo img {
    max-width: 70px;
}


.user-profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    position: relative; /* Default positioning */
    width: 100%;
    background-color: #fff; /* Or any background color */
    transition: all 0.3s ease; /* Smooth transition for the fixed state */
}
.fixed-header {
    position: fixed; /* Fix the header to the top of the screen */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Ensure it's above other elements */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: add shadow when fixed */
}


.flexslider {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}


.field--name-field-baner {
    width: 100%;
    height:100%;
}


.banner .slides img {
    min-height: 300px;
}

.show-mobile{
    display:none;
}
.show-larg{
    display: block;
}

div#larg-menu a {
    font-size: 18px;
    padding: 15px 20px;
    position: relative;
    display: inline-block;
}

div#larg-menu a:hover:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #ecc311;
    left: 26%;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

div#block-gavias-edmix-views-block-news-block-1,
div#block-gavias-edmix-views-block-news-block-2,
div#block-gavias-edmix-views-block-news-block-3,
div#block-gavias-edmix-views-block-news-block-4,
div#block-gavias-edmix-views-block-news-block-5,
div#block-gavias-edmix-webform,
div#block-gavias-edmix-views-block-duplicate-of-all-events-block-1{
    display: none;
}


.user-profile div#block-gavias-edmix-views-block-news-block-1,
.user-profile div#block-gavias-edmix-views-block-news-block-2,
.user-profile div#block-gavias-edmix-views-block-news-block-3,
.user-profile div#block-gavias-edmix-views-block-news-block-4,
.user-profile div#block-gavias-edmix-views-block-news-block-5,
.user-profile div#block-gavias-edmix-webform,
.user-profile div#block-gavias-edmix-views-block-duplicate-of-all-events-block-1{
    display: block;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.user-profile div#block-gavias-edmix-views-block-news-block-1 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-2 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-3 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-4 .field.field--name-body,
.user-profile div#block-gavias-edmix-views-block-news-block-5 .field.field--name-body,
.main-class-for-news .field.field--name-body{
    max-width: 100%;
    overflow: hidden; 
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    max-height: 107px;
}

div#block-gavias-edmix-views-block-news-block-5 .item-columns > div {
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 0px 10px 2px lightgray;
    border-radius: 15px;
}

div#block-gavias-edmix-views-block-news-block-5 .item-columns img {
    border-radius: 10px 10px 0px 0px;
}

div#block-gavias-edmix-views-block-news-block-5 .views-field.views-field-title {
    padding: 0px 10px;
    min-height: 65px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

body.path-user .user-profile-footer,
body.path-user #path-user-page{
    display: block  !important;
}


body.path-details .user-profile-footer,
body.path-details #path-user-page{
    display: block  !important;
}

body.node--type-article .user-profile-footer,
body.node--type-article #path-user-page{
    display: block  !important;
}


.details-partners-content .breadcrumb-content-inner{
    background: initial;

}

.details-partners-content .breadcrumb-content-inner .breadcrumb-style{
    background-image: initial !important;
    padding: 0px !important;
}

.details-partners-content .breadcrumb-content-inner .breadcrumb-links {
    display: none !important;
}

.user-profile-footer {
    margin-top: 50px;
    padding: 15px;
    background-color: #e1e1e1;
}


@media screen and (max-width: 780px) {
    .show-mobile{
        display:block;
    }
    .show-larg{
        display: none;
    }

}


h2.block-title span {
    font-size: 23px !important;
}



.iti.iti--allow-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti.iti--allow-dropdown input#edit-phone-number-phone {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding-left: 45px;
    padding-right: 45px;
}

.custom-news-mainnn-home {
    /* max-width: 90%; */
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
}

.news-mainnn-home-image img {
    border-radius: 50%;
}
.news-mainnn-home-content {
    display: flex;
    flex-direction: column;
    padding: 15px;
    font-size: 16px;
}

.news-mainnn-home-content-name {
    font-size: 14px;
}


.news-mainnn-home-content-title a {
    font-weight: bold;
}


.view-all-home {
    font-size: 16px;
}

.view-all-home a {
    background-color: #ecc311;
    color: white;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.no-top-padding .gva-view-grid-inner {
    padding-top: 0px;
}

.view-all-home a:hover {
    color: #ecc311;
    border: 1px solid #ecc311;
    background-color: white;
}

.no-top-padding {
    padding-bottom: 50px !important;
}


[dir="rtl"] .gsc-tab-views.style-1 .list-links-tabs .nav-tabs {
    display: flex;
    justify-content: center;
}

.gsc-tab-views.style-1 .list-links-tabs .nav-tabs > li a:after{
    left:0px !important;
    right: initial !important;
    
}


h2.block-title.title-view {
    position: relative;
    display: inline-block;
}



.profile-social-media {
    display: flex;
    justify-content: center;
}

.profile-social-media .social-icon a {
    /*background-color: #ecc311;*/
    padding: 10px 15px;
    border-radius: 10px;
    /*margin: 5px;*/
    font-size: 20px;
    color: white;
    width: 32px;
    height: 32px;
}

.social-icon {
    margin: 0px 5px;
    border-radius: 5px;
}
.profile-social-media .social-icon.social-phone {
    background-color: #12802A;
}

.profile-social-media .social-icon.social-envelope {
    background-color: #3F83EC;
}

.profile-social-media .social-icon.social-whatsapp {
    background-color: #54CE62;
}

.profile-social-media .social-icon.social-linkedin {
    background-color: #137BB9;
}

.profile-social-media .social-icon.social-facebook {
    background-color: #166BFF;
}

.profile-social-media .social-icon.social-instagram {
    background-color: #DC5B5D;
    background: linear-gradient(135deg, #3494e6, #ec6ead);
}

.profile-social-media .social-icon.social-times {
    background-color: black;
}

.contact-us-with-profile {
    padding: 0px 16px;
    text-align: center;
}

.contact-us-forrm-send div#edit-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


.contact-us-forrm-send div#edit-actions input {
    font-size: 14px;
    padding: 10px 35px;
}


.event-body .event-image {
    text-align: center;
}


.event-body .event-image img {
    border-radius: 50%;
    margin-top: 15px;
    box-shadow: 0px 0px 10px 2px lightgray;
}


.event-body .event-body-name {
    font-size: 24px;
    text-align: center;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    padding: 15px;
}

.event-body-content {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

div#block-gavias-edmix-views-block-duplicate-of-all-events-block-1 {
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}


.view-dierection-1 {
    direction: rtl;
        min-height: 180px;
}

.news-mainnn-home-content-name a {
    text-align: center;
    font-weight: bold;
    color: #897108;
}

.news-mainnn-home-content-name {
    text-align: center;
 
}


.custom-news-mainnn-home {
    border: 0px;
    box-shadow: 0px 0px 10px 2px lightgray;
}
a.gva-social .fa {
    margin-bottom: 0px !important;
}

.form-item-vote {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: lightgray;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 2px lightgray;
    border-radius: 15px;
}


.custom-news-mainnn-home {
    display: flex;
    flex-direction: column;
}



.views-field.views-field-field-rate .form-item-vote {
    background-color: initial;
    box-shadow: initial;
    padding: 0px;
}


.custom-news-mainnn-home2 {
    display: flex;
}


.js-form-item-phone-number {
    display: inline-block;
}

i.tiktok-black {
    padding: 0px 8px;
    background: url('/tiktok-black.svg') no-repeat center center;
}



i.tiktok-gray {
    padding: 0px 6px;
    background: url('/tiktok-gray.svg') no-repeat center center;
}

.team-teaser-1 .team-job {
    min-height: 30px;
}



article.node.node--type-video {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 10px; */
}


article.node.node--type-video img {
    width: 100%;
    height: auto;
}

article.node.node--type-video h2 {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

article.node.node--type-video header>div {
    width: 100%;
    padding: 5px 15px !important;
}


article.node.node--type-video.node--view-mode-default .node__content.clearfix {
    position: relative;
    display: inline-block;
    width: 100%;
}

.node-id-734 article header {
    display: none;
}
.form-item-trading-level{
    display:none;
}
.node-id-734 .form-item-trading-level{
    display:block;
}



.node-id-734 div#content div#page-main-content {
    background-image: url(/eg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 140px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 15px;
}


.node-id-734 .field.field--name-body {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    font-size: 22px;
    text-align: center;
    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.node-id-734 .body-page .main-page.has-breadcrumb .container-bg {
    background: initial;
    
}


.node-id-734 .breadcrumb-content-inner {
    display: none;
}

.node-id-734 div#content div#block-gavias-edmix-webform-2 {
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
}

.node-id-734 .webform-actions {
    text-align: center;
    margin-top: 15px;
}

.node-id-734 .footer-center {
    display: none;
}
.node-id-734 .copyright {
    display: none;
}
@media only screen and (max-width: 600px) {
    
    

    div#moon_res
 {
    display: none !important;
}
    
    
    
    .node-id-734 div#content div#page-main-content{
        margin-top:100px;
    }
    .node-id-734 .field.field--name-body {

    font-size: 15px;
        
        
    }
    .gv-icon-924:before {
        
        right: 0px !important;
        top: 0px !important;
    }
    
    .menu-bar{
         top: 10px !important;
    }
    header .area-main-menu .gva-search-region{
        display:none !important;
    }
    form#webform-submission-trading-specialist-iran-office-add-form
 {
     
   position:unset !important;
}

}

@media only screen and (max-width: 767px) {
.container.container-bg.iran-offer-bg {
    background-image: url(/sites/default/files/iranflag.jpg);
    background-size: cover !important;
    padding: 0 0 30px 0;
    background-attachment: fixed !important;
}
}





p.event_description_one {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: right;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
    position: relative;
    bottom: 20px;
}











.gsc-team.team-creative {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gsc-team.team-creative:hover {
  transform: translateY(-10px);
}

.gsc-team.team-creative .team-header img {
  border-radius: 50%;
  border: 4px solid #00bcd4;
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-bottom: 20px;
}

.gsc-team.team-creative .team-name {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.gsc-team.team-creative .team-position {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.gsc-team.team-creative .team-info {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.gsc-team.team-creative .social-list a {
  margin: 0 8px;
  font-size: 16px;
  color: #00bcd4;
  transition: color 0.3s ease;
}

.gsc-team.team-creative .social-list a:hover {
  color: #007c91;
}

.event_description_tow {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: right;
    color: #333;
}
.gsc-button.xs_read_more.radius-5x.medium
 {
    position: absolute;
    top: 215px;
    right: 236px;
}
.gsc-button.neex_read_more.radius-5x.medium {
    position: absolute;
    top: 215px;
    right: 236px;
    
}

.course-wrapper {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 2rem;
  }




.course-files-section {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.file-preview {
  margin-bottom: 20px;
  text-align: center;
}

.file-preview iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.ppt-button, .txt-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background-color: #007acc;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.ppt-button:hover, .txt-button:hover {
  background-color: #005fa3;
}

.file-name {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.modal-backdrop.fade.in {
    display: none !important;
}


.modal-dialog {
    max-width: 90% !important;
    height: initial;
}

div#fileModal .modal-dialog {
    width: 100% !important;
    max-width: initial !important;
    height: 100vh !important;
    max-height: initial !important;
}

#fileModal .modal-dialog,
#fileModal .modal-content {
  height: 100vh !important;
}

#fileModalObject {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}




.course-hero {
  background: linear-gradient(145deg, #fdfbfb, #ebedee);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.course-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #ffc10744, transparent 70%);
  z-index: 0;
  animation: float-light 6s ease-in-out infinite;
}

@keyframes float-light {
  0% { transform: translate(0, 0); }
  50% { transform: translate(30px, 30px); }
  100% { transform: translate(0, 0); }
}

.course-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
}

.animated-title {
  font-size: 5rem;
  font-weight: 900;
  background: linear-gradient(90deg, #f2b90f, #303341);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glow 2s ease-in-out infinite alternate;
  margin-bottom: 20px;
}

@keyframes glow {
  from { text-shadow: 0 0 5px #30334161; }
  to { text-shadow: 0 0 20px #f2b90f45; }
}

.animated-subtitle {
  font-size: 2rem !important; 
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

.focus-text {
  position: relative;
  color: #222530;
  font-weight: bold;
}

.focus-text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color:#f2b90f;
  left: 0;
  bottom: -5px;
  border-radius: 4px;
  animation: underline-slide 2s ease-in-out infinite alternate;
}

@keyframes underline-slide {
  from { width: 20%; }
  to { width: 100%; }
}

.course-description {
  font-size: 2rem !important;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.8;
}

.location-badges span {
  display: inline-block;
  background: #007bff10;
  color: #007bff;
  border: 1px solid #007bff33;
  padding: 5px 12px;
  margin: 4px;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.location-badges span:hover {
  background: #007bff;
  color: #fff;
}

.note {
  display: block;
  margin-top: 10px;
  color: #999;
  font-style: italic;
  font-size: 0.95rem;
}

.course-filter-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.course-filter-bar select {
  padding: 10px 16px;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-radius: 6px;
  min-width: 200px;
  background: #fff;
}






.container.container-bg.iran-offer-bg {
    background-image: url(/sites/default/files/iranflagnew.png) !important;
    background-size: cover !important;
    padding: 0 0 30px 0;
    background-attachment: fixed !important;
}



form#webform-submission-trading-specialist-iran-office-add-form {
    
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 12px 25px rgba(28, 28, 94, 0.15);
    border: 2px solid #1c1c5e;
    width: 100%;
    max-width: 460px;
    background-color: white;
    position: relative;
    left: 35%;

}
label.js-form-required.form-required {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1c1c5e;
}
input#edit-your-full-name {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: #fefefe;
}
input#edit-enter-your-e-mail {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: #fefefe;
}


input#edit-enter-your-phone-number {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: #fefefe;
    padding-left: 60px !important;
}

input#edit-upload-your-cv-upload {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: #fefefe;
}
div#edit-upload-your-cv--description {
    margin-top: -15px;
    margin-bottom: 20px;
    color: #666;
    font-size: 12px;
    display: ruby;
}









.column-inner.bg-size-cover.koffice {
    background: #f2b90f1f;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.column-inner.bg-size-cover.Ioffice {
    background: #f2b90f1f;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}


.column-inner.bg-size-cover.ooffice {
    background: #f2b90f1f;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.column-inner.bg-size-cover.soffice
 {
    background: #f2b90f1f;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}






.column-inner.bg-size-cover.koffice:hover
 {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgb(0 122 61 / 73%);
}




.column-inner.bg-size-cover.Ioffice:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgb(226 10 23);
}






.column-inner.bg-size-cover.ooffice:hover {
        transform: translateY(-8px);
    box-shadow: 0 12px 25px rgb(0 128 1);

}





.column-inner.bg-size-cover.soffice:hover
 {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgb(206 17 39);
}

.CoursesButtons
 {
    width: 82%;
    position: relative;
    top: 20px;
    left: 20px;
}







form#webform-submission-kuwait-office-add-form
 {
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 12px 25px rgba(28, 28, 94, 0.15);
    border: 2px solid #1c1c5e;
    width: 100%;
    max-width: 460px;
    background-color: white;
    position: relative;
    left: 35%;
}

input#edit-enter-your-full-name
 {
    width: 100%;
}
textarea#edit-tell-us-about-your-experience {
    width: 100%;
}



form#webform-submission-istanbul-office-add-form {
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 12px 25px rgba(28, 28, 94, 0.15);
    border: 2px solid #1c1c5e;
    width: 100%;
    max-width: 460px;
    background-color: white;
    position: relative;
    left: 35%;
}

form#webform-submission-oman-office-add-form {
      padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 12px 25px rgba(28, 28, 94, 0.15);
    border: 2px solid #1c1c5e;
    width: 100%;
    max-width: 460px;
    background-color: white;
    position: relative;
    left: 35%;
}
form#webform-submission-syria-office-add-form
 {
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 12px 25px rgba(28, 28, 94, 0.15);
    border: 2px solid #1c1c5e;
    width: 100%;
    max-width: 460px;
    background-color: white;
    position: relative;
    left: 35%;
}





















.iktifaa-section {
  position: relative;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.iktifaa-overlay {
  position: absolute;
  top: 0; left: 0; 
  width: 100%; height: 100%;
  background: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1500&q=80") center/cover no-repeat;
  opacity: 0.15;
}

.iktifaa-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.iktifaa-content h2 {
    line-height: 1.4;
    margin-bottom: 20px;
    color: white;
    font-size: xx-large;
}

.iktifaa-content h2 span {
  color: #ffcc00;
  font-weight: bold;
}

.iktifaa-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.iktifaa-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #ffcc00;
  color: #222;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.iktifaa-btn:hover {
  background: #fff;
  transform: scale(1.05);
}

.iktifaa-image {
  position: relative;
  text-align: center;
}


.iktifaa-image:hover img {
  transform: scale(1.05) rotate(-2deg);
}

.iktifaa-badge {
  position: absolute;
  top: 10%;
  left: 69%;
  background: #ffcc00;
  color: #222;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 30px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

/* Responsive */
@media(max-width: 900px) {
    
  .iktifaa-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .iktifaa-badge {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }
}
.node--view-mode-full p {
    margin-bottom: 10px;
    font-size: revert;
}



.iktifaa-image img
 {
    max-width: 30%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
}


[dir="rtl"] .CoursesButtons
 {
    width: 82%;
    position: relative;
    top: 20px;
    right: 25px !important;
    text-align: center;
}
[dir="rtl"] .iktifaa-badge {
    width: 35%;
    position: absolute;
    right: 70%;
}
.gsc-column.col-lg-12.col-md-12.col-sm-12.col-xs-12.webform_body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: linear-gradient(135deg, #b30000, #ffffff);
    min-height: 60vh;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.column-content.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    padding: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.column-content.card::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/2/2c/Flag_of_Bahrain.svg) no-repeat center / cover;
    opacity: 0.15;
    transform: rotate(15deg);
}
[dir="rtl"] input.js-form-submit {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative !important;
    right: 50% !important;
    top: 20px !important;
}
input.js-form-submit {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    top: 15px !important;
    left: 45% !important;
}


.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_star:hover
 {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 0 40px rgb(13 227 214 / 34%);
}
.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_star {
    background: rgb(147 149 152 / 25%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 0 20px rgb(13 15 59 / 65%);
    backdrop-filter: blur(15px);
    transition: all 0.3s 
ease;
    position: relative;
    padding: 15px 0 19px 20px;
    left: 45px;
}



.widget.gsc-image.text-left.gtc_ek {
    width: 75% !important;
    max-height: 100% !important;
}

.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_gtc {
background: rgb(37 50 139 / 38%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 0 20px rgb(178 143 83);
    backdrop-filter: blur(15px);
    transition: all 0.3s 
ease;
    position: relative;
    padding: 15px 0 19px 20px;
}
.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_gtc:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 0 40px rgb(22 29 78 / 81%);

}


.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_taurx {
    background: #ff1e4a !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 0 20px #ff1e4a !important;
    backdrop-filter: blur(15px);
    transition: all 0.3s 
ease;
    position: relative;
    padding: 15px 0 19px 20px;
    left: 50px;
}
.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_taurx:hover
 {
    transform: translateY(-10px) scale(1.02);
    
    box-shadow: 0 0 40px rgb(255 37 80);
}
p.taurex_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 80px !important;
    letter-spacing: 0.5px;
    text-align: center;
}


[dir="rtl"] .widget.gsc-image.text-center.gtc_ek {
    width: 75% !important;
    max-height: 100% !important;
    position: relative;
    right: 70px;
}
[dir="rtl"] p.taurex_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 80px !important;
    letter-spacing: 0.5px;
    text-align: center;
}
.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_taurx_details
 {
    background: #ff1e4a !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 0 20px #ff1e4a !important;
    backdrop-filter: blur(15px);
    transition: all 0.3s 
ease;
    position: relative;
    right: 100px;
}
[dir="rtl"] .widget.gsc-image.text-left.gtc_ek {
    position: relative;
    right: 80px !important;
    top: 15px;
}


.gsc-column.col-lg-6.col-md-6.col-sm-12.col-xs-12.Neo_recomended_brokers_star_detal
 {
    width: 45%;
    position: relative;
    right: 10%;
    background: rgb(147 149 152 / 25%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 0 20px rgb(13 15 59 / 65%);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}
h2.account_icone::before {
    content: '👨‍💻';
    position: relative;
    right: 12px;
}
h2.fund\&withdrow::before {
    content: '💰';
    position: relative;
    right: 12px;
}
[dir="rtl"] h2.fund\&withdrow::before {
    content: '💰';
    position: relative;
    right: unset !important;
}
[dir="rtl"] h2.account_icone::before {
    content: '👨‍💻';
    position: relative;
    right: unset !important;
}
  p.copyright1 {
    text-align: center !important;
}











































