html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, menu, nav, output,ruby, section, summary,time, mark, audio, video, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
	font-family: "Inter", sans-serif;
}
button:focus,button:active,input:active,input:focus,textarea:active,textarea:focus,a {
    outline: 0 !important;
    box-shadow: none !important;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

.custom-logo-link img {
	width: 100%;
}

.container {
    max-width: 1536px;
    margin: auto;
	padding: 0px 24px;
}
a.btn-primary {
    background: #F8C423;
    color: #000000;
    padding: 10px 30px;
    align-items: center;
    display: flex;
    max-width: fit-content;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/************************ HEADER SEC *************/
.header-sec {
    background: #F8C423;
    padding: 4px 0px;
}

.header-sec .row {
    align-items: center;
}
.header-sec .navbar-nav {
    margin-right: 120px;
}
.header-sec div#navbarTogglerDemo03 {
    justify-content: end;
}
.header-right-icons {
    display: flex;
    justify-content: end;
	align-items: center;
}
img.user_icon {
/*    margin: 0px 30px; */
}

.my-account-menu span {
    font-weight: 500;
    font-size: 17px;
}
.my-account-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 0 20px;
}
.my-account-menu a {
	color: #383833;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    right: 0px;
}

.header-sec .navbar-nav li a {
    font-size: 20px;
    color: #333333;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 0px 0px 8px 0px;
    margin: 0px 25px;
}
.header-right-icons ul li a {
    background: transparent;
    border: none;
    font-size: 17x;
    color: #333333;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.header-right-icons .wpml-ls-legacy-dropdown-click {
    width: 32%;
    text-align: center;
}
.header-right-icons a.wpml-ls-link {
    padding: 10px;
}
.header-right-icons li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-ar.wpml-ls-first-item {
    background: #fffbeb !important;
}

.header-right-icons li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-ar.wpml-ls-first-item {
    transition: all 0.2s ease-in-out;
}

.header-right-icons ul li a:hover {
    background: transparent !important;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding: 8px 0px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background: transparent!important;
}
.navbar-nav li a {
  position: relative;
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
}

.navbar-nav li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: width 0.3s ease-in-out;
}

.navbar-nav li a:hover::after {
  width: 100%;
}

.navbar-nav .current-menu-item a::after,
.navbar-nav .current_page_item a::after {
  width: 100%;
}


/*********************** HERO SEC ***************/
.hero-sec {
    padding: 45px 0px 70px;
    position: relative;
    margin-bottom: 40px;
}
.hero-sec .swiper-container {
    width: 100%;
    overflow: hidden;
}
.hero-sec .swiper-wrapper {
    align-items: center;
}
.hero-sec .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-sec .slide-inner {
    display: flex;
/*     flex-wrap: wrap; */
    align-items: center;
    grid-gap: 50px;
    width: 100%;
}
.hero-sec .slide-text {
    flex: 1 1 50%;
}
.hero-sec .slide-text h2 {
    color: #333333;
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.hero-sec .slide-text {
    max-width: 640px;
}
.hero-sec .slide-image {
    margin-left: auto;
	    height: 650px;
}
html[lang="en-US"] .hero-sec .slide-image img {
	object-position: right;
}
html[lang="ar"] .hero-sec .slide-image img {
	object-position: left;
}
.hero-sec .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
/*     object-position: right; */
}
.hero-sec .slide-text p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 22px 0px 54px;

}
.hero-sec span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #D9D9D9;
    opacity: unset;
}

.hero-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F8C423;
}

.hero-sec a.btn-primary img {
    margin-left: 6px;
}


.slide-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.full-width-slide .slide-inner {
  position: relative;
  width: 100%;
}

.full-width-slide .slide-image {
  width: 100%;
}

.full-width-slide .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.full-width-slide .slide-text {
  display: none;
}





/*********************** EXPLORE SEC ***************/
.explore-sec {
    padding: 84px 0px 61px;
    background-color: #FAF8F5;
/*     background-image: url("https://makou.hwcl.dev/wp-content/uploads/2025/05/explore-bg.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 710px;
}
.explore-right-image {
    height: 565px;
}

.explore-right-image img {
    height: 100%;
	width: 100%;
}
.explore-content h2 {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    max-width: 420px;

}
.explore-content p {
    max-width: 434px;
    margin-top: 9px;
}
.media .media-body h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.media .media-body p {
    color: #9E9D9B;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	width: 80px;
}

/*********************** ABOUT SEC ***************/
section.about-sec {
    padding: 120px 0px;
	background-color: #fffbeb;
}
section.about-sec .about-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    max-width: 600px;
    width: 100%
}
section.about-sec .about-contents p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 65px 0px 55px;
}

section.about-sec .about-contents h2 , .past-title h2 {
    color: #333333;
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
}
.about-img img {
    width: 100%;
}

/*********************** PAST SEC ***************/
.past-sec {
    padding: 100px 0px 100px;
}
.past-title {
    margin-bottom: 53px;
}
.past-button {
    display: flex;
    justify-content: end;
    margin-bottom: 53px;
}
.past-button a.view-all {
    background: transparent;
    color: #F8C423;
    font-family: 'Inter';
    font-weight: 700;
}
.past-button a i {
    font-size: 14px;
}
.past-sec .row.g-4 {
    grid-row-gap: 32px;
}
.past-sec .card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.past-sec .card a {
	transition: all 0.2s ease-in-out;
}

.past-sec .card a:hover {
    transform: scale(1.02);
}
.past-sec .card .card-body {
    padding: 20px;
	justify-content: space-between;
}
.past-sec .card img {
     height: 450px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-position: top;
}
.past-sec .card .card-body .card-title {
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 131%;
}
.past-sec .card .card-body .card-text {
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    margin-bottom: 16px;
	display: inline-block;
	font-family: 'Inter';
}
.past-sec .card .card-body .card-link {
    color: #F8C423;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    display: flex;
    align-items: center;
}
.past-sec  .card .card-body .date {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    font-family: 'Inter';
    display: flex;
    justify-content: end;
}
.past-sec .card .card-body .card-link i {
    margin-left: 9px;
    font-size: 21px;
}

.past-sec .card .card-body p {
    margin-bottom: 15px;
	margin-bottom: 15px;
    font-size: 14px;
    color: #4b5563;
    font-family: 'Inter';
}
.card-dates span {
    font-size: 12px;
    margin: 0px 0px 20px;
    display: inline-block;
    font-family: 'Inter';
    font-weight: 400;
}

.card-dates a.btn.btn-primary {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: center;
    border: transparent;
    font-family: 'Inter';
    padding: 8px 20px!important;
	font-size: 14px;
}


/*********************** FOOTER SEC ***************/
.footer-sec {
    background-color: #333333;
    padding: 75px 0px 10px;
}
.footer-content h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

.footer-content p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.footer-news-letter-form {
    margin-top: 28px;
    max-width: 400px;
}

.footer-news-letter-form .input-group input {
    font-size: 16px;
    color: #0000004D;
    font-weight: 400;
    min-height: 46px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.footer-news-letter-form .btn.btn-primary {
    background: #F8C423;
    color: #000000;
    font-size: 16px;
    padding: 10px 23px;
    font-weight: 500;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #F8C423;
}
.footer-links h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-links ul li {
    list-style: none;
}
.footer-links ul li a {
    color: white;
    margin-bottom: 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.copyright-sec {
    margin-top: 75px;
    border-top: 2px solid #C4C4C4;
    padding: 17px 0px 10px;
}

.copyright-text p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.copyright-text p img {
    margin-right: 7px;
}

/*********************** ABOUT PAGE *********************/
section.about-makouart-sec {
    padding: 80px 0px;
}
.about-makouart-contents {
    max-width: 1000px;
    margin: auto;
}
.about-makouart-contents h1 {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.about-makouart-contents p {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    font-family: 'Inter';
    max-width: 1200px;
    margin: auto;
}
section.about-culture-sec {
    padding: 20px 0px 130px;
}
.about-culture-contents h2 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
}
.about-culture-contents p {
    font-size: 24px;
    line-height: 30px;
    white-space: pre-line;
    margin: 50px 25px 50px 0px;
}
.about-culture-img img {
    width: 100%;
}

/*********************** CONTACT US PAGE *********************/
section.contact-us-sec {
    padding: 80px 0px;
}
.contact-us-contents {
    max-width: 930px;
    margin: auto;
}
.contact-us-contents h1 {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.contact-us-contents p {
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    text-align: center;
}
section.contact-form-sec {
    padding: 20px 0px 100px;
}
.contact-form-inner h3 {
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-form-list p {
    display: flex;
    align-items: center;
}
.contact-form-list p a {
    color: #333333;
}
.contact-form-list {
    margin-bottom: 54px;
}
.contact-form-list p img {
    margin-right: 9px;
}

.contact-form-outer .form-group {
    margin-bottom: 25px;
}

.contact-form-outer  label {
    color: #333333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}
.contact-form-outer  input {
    background: #F7F7F7;
    padding: 15px;
    min-height: 56px;
    border-color: #F7F7F7;
    font-size: 18px;
    color: #6D6C6C;
    font-weight: 400;
}
.contact-form-outer  textarea {
    height: 108px;
    background: #F7F7F7;
    padding: 15px;
    border-color: #F7F7F7;
    font-size: 18px;
    color: #6D6C6C;
    font-weight: 400;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0px 0 30px!important;
}
.contact-form-outer .btn-custom {
    background: #F8C423 !important;
    width: 100%;
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 100% !important;
	color: #212529;
}
/*********************** SINGLE PAGE *********************/
.single-post-section {
    padding: 100px 0px;
}
.single-post-section .card-body {
    padding: 25px 0px;
}

.single-post-section h5.card-title {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
}

.single-post-section p {
    font-size: 19px;
    color: #333333;
    line-height: 150%;
    margin-bottom: 16px;
}
.single-post-section span.date {
    display: flex;
    justify-content: end;
    margin-top: 30px;
    font-size: 20px;
}
section.latest-posts-section h3 {
    color: #333333;
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
}

/*********************** SINGLE MAGAZINE PAGE *********************/
section.interactive-viewer-sec {
    background: #F2F5EB;
    padding: 57px 0px;
}
.interactive-view-title {
    margin-bottom: 50px;
}
.interactive-view-title h2 {
    font-size: 48px;
    font-weight: 400;
	text-align: center !important;
}
.interactive-viewer-image img {
    width: 100%;
}
.interactive-viewer-image {
    max-width: 1095px;
    margin: auto;
}
section.single-magazine-sec {
    padding: 90px 0px;
}

.single-magazine-title h2 {
    color: black;
    font-size: 48px;
    line-height: 150%;
    margin-bottom: 33px;
}
.single-magaizine-img {
    height: 540px;
    object-fit: cover;
}
.single-magaizine-img img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.single-magazine-contents h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 7px;
}
.single-magazine-contents .date {
    color: #9E9D9B;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.single-magazine-contents ul {
    margin-top: 30px;
}
.single-magazine-contents ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 400;
}
.single-magazine-contents h5 {
    margin: 45px 0px 18px;
    font-size: 28px;
    font-weight: 600;
}

.single-magazine-contents p {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 800px;
}

/*********************** TABLE OF CONTENT SEC *********************/
section.table-of-content-sec {
    padding: 10px 0px 100px 0px;
}
/* .table-content-title {
	margin-bottom: 48px;
	margin-left: auto;
    max-width: 62.5%;
} */
/* 
.table-content-title h2 {
    font-size: 48px;
    color: black;
    font-weight: 400;
}

.table-of-content-inner h3 {
    font-size: 24px;
    color: black;
    font-weight: 400;
    margin-bottom: 15px;
}
.table-of-content-inner {
     max-width: 977px;
    margin: 30px auto 0px;
}
.toc-table {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
    border: 1px solid #E9E9E7;
}

.toc-table table {
    width: 100%;
    margin-bottom: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #E9E9E7;
    font-size: 12px;
    font-weight: 700;
}
.toc-table td, .toc-table th {
    padding: 12px 16px;
    border: none;
    font-size: 12px;
    font-weight: 400;
}

.toc-table td:nth-child(1) {
    width: 120px;
    text-align: center;
}

.toc-table td:nth-child(3) {
    width: 320px;
} */

/* .toc-section {
    margin-bottom: 40px;
	margin-left: auto;
    max-width: 62.5%;
} */

.toc-section-title {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0px 10px;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.toc-title {
    color: #d16b1f;
    font-weight: 600;
    margin: 0;
    font-size: 17px;
    margin-right: 30px;
}

.toc-author {
  margin: 8px 0 0;
  font-size: 15px;
  color: #333;
}

.toc-page {
  font-weight: 500;
  color: #333;
  font-size: 17px;
  white-space: nowrap;
}




/*********************** PAST PUBLICATION PAGE *********************/
.past-publication-sec {
    padding: 0px 0px 80px;
	background: #fafafa;
}
.page-template-page-post-publication section.about-makouart-sec {
    background: #fafafa;
}
.past-publication-sec .filter-outer {
    margin-bottom: 75px;
}
.past-publication-sec .Past-title  h2 {
    font-size: 48px;
    line-height: 55px;
    color: #1f2937;
	font-family: 'Inter';
    font-weight: 700;
}
.Past-title p {
    font-size: 18px;
    font-weight: 400;
    max-width: 640px;
    margin: 20px auto 0px;
    font-family: 'Inter';
    color: #4b5563;
}
.Past-Publication-inner button.btn-past-submit {
    background: transparent;
}
.Past-Publication-inner .input-group {
    background: white;
    border: 1px solid #d1d5db;
    border-radius:8px;
    padding: 12px 16px;
	min-width: 256px;
}
.Past-Publication-inner select.form-select {
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 190px;
}
.Past-Publication-inner form {
    grid-gap: 20px;
}
.Past-Publication-inner .input-group i.fa.fa-search {
    color: #9ca3af;
}
.Past-Publication-inner .input-group input {
    border: none;
    padding: 0px;
    height: 10%;
}

.Past-Publication-inner .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.Past-Publication-inner .custom-select-wrapper select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2rem;
}

.Past-Publication-inner .custom-select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
	font-size: 20px;
}
.past-publication-sec .row.g-4 {
    grid-row-gap: 32px;
}
.past-publication-sec .card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.past-publication-sec .card a {
	transition: all 0.2s ease-in-out;
}

.past-publication-sec .card a:hover {
    transform: scale(1.02);
}
 .past-publication-sec .card .card-body {
    padding: 20px;
	justify-content: space-between;
}
.past-publication-sec .card img {
    height: 450px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-position: top;
}
.past-publication-sec .card .card-body .card-title {
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 131%;
}
.past-publication-sec .card .card-body .card-text {
    font-size: 16px;
    color: #333333;
    line-height: 150%;
    margin-bottom: 16px;
	display: inline-block;
	font-family: 'Inter';
}
.past-publication-sec .card .card-body .card-link {
    color: #F8C423;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    display: flex;
    align-items: center;
}
.past-publication-sec  .card .card-body .date {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    font-family: 'Inter';
    display: flex;
    justify-content: end;
}
.past-publication-sec .card .card-body .card-link i {
    margin-left: 9px;
    font-size: 21px;
}
 .past-publication-sec .filter-controls {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
}
.past-publication-sec .card .card-body p {
    margin-bottom: 15px;
	margin-bottom: 15px;
    font-size: 14px;
    color: #4b5563;
    font-family: 'Inter';
}
.card-dates span {
    font-size: 12px;
    margin: 0px 0px 20px;
    display: inline-block;
    font-family: 'Inter';
    font-weight: 400;
}

.card-dates a.btn.btn-primary {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: center;
    border: transparent;
    font-family: 'Inter';
    padding: 8px 20px!important;
	font-size: 14px;
}

.pagination a.page-numbers {
    color: #000;
    border-color: #E4DFDF;
    border: 1px solid #E4DFDF;
    margin: 0px 2px;
    border-radius: 8px;
    padding: 5px 12px;
}

.pagination span.page-numbers.current {
    background-color: #F8C423;
    color: white;
    margin: 0px 2px;
    border-radius: 8px;
    padding: 5px 12px;
}

.pagination span.page-numbers.dots {
    margin: 0px 10px;
}


/* search */
#header-search-form {
    position: absolute;
    right: 30px;
    top: 100px;
    background: #fff;
	padding: 0px 0px 0px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
#header-search-form input#searchsubmit {
    padding: 10px 20px;
    font-size: 16px;
}
a.toggle-search {
	display: flex;
    align-items: center;
    max-width: 30px;
    padding-left: 10px;
}

.search-form input[type="search"] {
	padding: 6px 10px;
	width: 200px;
}

.search-form button {
	padding: 6px 10px;
	background: #000;
	color: #fff;
	border: none;
}
button.menu-close-btn {
    display: none;
}










/******************* Buttons hover effect color change *****************/
.contact-form-outer .btn-custom:hover {
    background-color: #c69c1c !important;
    color: white;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c69c1c;
    border-color: #c69c1c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c69c1c;
    border-color: #c69c1c !important;
}
span.page-numbers.current:hover {
    background: #c69c1c;
}
a.page-numbers:hover {
    background: #c69c1c;
    color: white;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-ar.wpml-ls-current-language.wpml-ls-first-item.wpml-ls-item-legacy-dropdown-click {
    background: transparent !important;
}
html[dir="rtl"] .input-group .input-group-append {
  order: -1; 
}

html[dir="rtl"] .input-group .form-control {
  text-align: right;
}

html[dir="rtl"] .input-group .form-control {
  text-align: left !important;
  direction: ltr;
}

html[dir="rtl"] li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-last-item {
    background: white;
}

.single-magazine-contents:dir(rtl),
.interactive-view-title h2:dir(rtl),
p.toc-author:dir(rtl) {
  direction: rtl;
  text-align: right;
}

.single-magazine-contents:dir(ltr),
.interactive-view-title h2:dir(ltr),
p.toc-author:dir(ltr) {
  direction: ltr;
  text-align: left;
}

h4.toc-title:dir(rtl) {
  margin: 0px;
  direction: rtl;
  text-align: right;
}

h4.toc-title:dir(ltr) {
  margin: 0px;
  direction: ltr;
  text-align: left;
}
.table-content-title:dir(rtl) , h3.toc-section-title:dir(rtl) {
      text-align: right;
}
.form-group p span input:dir(rtl) {
    text-align: right !important;
}
input#phones {
	 text-align: right !important;
}
.hero-sec .slide-image:dir(rtl) {
  margin-right: auto;  
  margin-left: 0;
  height: 650px;
}
.slide-text:dir(rtl) , .explore-content:dir(rtl) , .explore-sec .media .media-body:dir(rtl) , .about-contents:dir(rtl) , .past-title:dir(rtl) , .past-sec .card .card-body:dir(rtl) , #search-results .card .card-body:dir(rtl) , .contact-form-inner:dir(rtl) , .contact-form-outer .form-group input:dir(rtl) {
    text-align: right;
}
form.wpcf7-form.init .contact-form-outer .form-group span input:dir(rtl) , .about-culture-contents:dir(rtl) {
    text-align: right;
}
.past-button a i:dir(rtl) {
    transform: rotate(180deg);
    margin-right: 5px;
}
.contact-form-list p:dir(rtl) {
    gap: 10px;
}
/* .contact-form-outer input#email:dir(rtl) {
    padding-right: 55px;
} */
.form-group span input:dir(ltr) {
	text-align: left;
}
.contact-form-outer .form-group p label:dir(rtl) {
    text-align: right;
    display: flex;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-custom:dir(rtl) {
    text-align: center;
}
section.table-of-content-sec:dir(rtl) {
    padding: 10px 0px 100px 0px;
}

.header-sec .navbar-nav:dir(rtl) {
    margin-right: 0;
    margin-left: 120px;
}




/*********************** DROPDOWN FOR ACCOUNT *********************/
/** TJN **/

.my-account-menu {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.my-account-menu .user_icon {
  width: 18px;
  height: auto;
  margin-right: 6px;
}

.my-account-menu .account-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.my-account-menu .account-links a {
    text-decoration: none;
    color: #333333;
    font-size: 17px;
    transition: color 0.2s ease;
}


.my-account-menu .account-links .divider {
  margin: 0 4px;
  color: #616161;
}

/*********************** QUOTE - Homepage *********************/

.quote-sec {
  background-color: var(--quote-sec-bg, #f9f9f9);
}

.homepage-quote {
  font-size: var(--quote-font-size, 48px);
  font-style: var(--quote-font-style, normal);
  font-weight: var(--quote-font-weight, 700);
  line-height: 72px;
  color: var(--quote-font-colour, #333333);
  margin: 0;
  padding: 0 1rem;
  position: relative;
}

.homepage-quote p {
  margin: 0;
}


/*--------------- AR Form Alignments ---------------*/

/* Global RTL defaults for contact form */
html[dir="rtl"] .contact-form-outer .form-group .form-control {
  direction: rtl;
  text-align: right;
}

/* Email is the exception (typing LTR) */
html[dir="rtl"] .contact-form-outer input[type="email"] {
  direction: ltr;
  text-align: left;
}

/* Placeholder for email should still appear on the right */
html[dir="rtl"] .contact-form-outer input[type="email"]::placeholder {
  direction: rtl;
  text-align: right;
}

/*--------------- Instagram ---------------*/

.footer-instagram-feed {
    max-width: 100%;
    overflow: hidden;
}

.footer-instagram-feed .sbi {
    margin: 0 auto;
}

.footer-instagram-button a {
    background: #F8C423;
    color: #000000;
    padding: 10px 30px;
    align-items: center;
    display: inline-flex;
    max-width: fit-content;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    gap: 10px;
}

/* .footer-instagram-button a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #F8C423;
    color: #000;
    padding: 14px 28px;
    border-radius: 20px; 
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
} */

.footer-instagram-button a:hover {
    color: #fff;
    background-color: #c69c1c;
    border-color: #c69c1c !important;
}

.footer-instagram-button .instagram-icon svg {
    width: 28px;
    height: 28px;
    display: block;
}
