@media (max-width: 480px) {
	.moft-design .trade-card{
		display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
		width: 100% !important;
		max-width: unset !important;
	}
	
	.moft-design .service-card {
        width: 95%;
		position: relative !important;
		top: 40px !important;
	}
	
	.moft-design .stat-item{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.moft-design .section-title{
		font-size: 32px !important;
		font-style: normal;
		font-weight: 600;
		line-height: normal !important;
	}
	
	.news-publication .sit-card-title{
		flex: 1;
		margin-bottom: 18px;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
	}
	
	.moft-design .stat-number{
		font-size: 62px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	.news-publication .sit-title{
		font-size: 2rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.minister-section .section-heading h2{
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	
	.minister-section:last-child{
		border-bottom: unset !important;
		margin: unset !important;
		display: flex;
		padding: 16px 24px;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}
	
	.minister-section .col-sm{
		flex-direction: column;
	}
	
	.minister-section .minister-img {
        width: 217px !important;
        height: 218px !important;
    }
	
	.moft-design video{
		max-width: 100%; 
		height: auto;
		display: block;
	}
	
	
	
	
	.moft-design .breadcrumb-section {
        padding: 20px 10px;
    }

    .hero-section {
        padding: 0;
    }
	 .moft-design .spotlight-img-wrap{
	  padding:0;
	 }

    .spotlight-card .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .spotlight-img-wrap {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
        padding: 0;
    }

    .spotlight-text {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 16px;
    }

    .spotlight-card .col-12.col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .spotlight-img-wrap img {
        width: 100%;
        height: auto;
        display: block;
    }

    .mv-section {
        padding: 0!important;
    }

    .mission-card {
        padding: 20px 10px;
        margin-left: -65px;
        margin-right: -65px;
    }

    .vision-block {
        padding: 15px 15px;
        margin-left: -65px;
        margin-right: -65px;
    }

    .hero-main .lfr-layout-structure-item-content-area.lfr-layout-structure-item-4d67bd08-e90d-2804-6b6b-b955ab00ade3{
        margin-left: -35px !important;
        margin-right: -36px !important;
    }

    .cards-section .row {
        margin-left: -70px;
        margin-right: -60px;
    }

    .contact-us .cards-section {
        padding: 0 !important;
    }
	
	
	/*Mani*/
	#main-content {
		background: linear-gradient(to bottom, rgba(253, 244, 225, 0.87) 0%, #FFF 2.88%) !important;
	}
    .hero-content {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .hero-title, 
    .hero-description {
        text-align: center !important;
    }
    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px;
		flex-direction: row !important;
    }
	
	h2.nav-heading {
        font-size: 1.25rem !important; 
        white-space: nowrap !important; 
        line-height: 1.2 !important;
        color: var(--lightBlackColor) !important;
        margin-bottom: 10px !important;
    }
    .nav-tag {
        background-color: var(--bg-cream) !important;
        color: var(--color-primary-600) !important;
        border-color: var(--gold) !important;
        font-weight: 400 !important;
        border-radius: 8px !important;
    }
    p.nav-subtitle {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        color: var(--text-muted) !important;
    }
	
	.feature-card {
        align-items: center !important; 
        justify-content: center !important;
        text-align: center !important;  
        padding-top: 20px !important;   
    }

    .feature-icon {
        margin-bottom: 15px !important; 
        display: flex !important;
        justify-content: center !important;
    }

    .feature-card > * {
        text-align: start;
    }
	
	.export-section .stat-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        justify-content: center !important; 
        text-align: center !important; 
    }
    .stat-box img, 
    .stat-box svg {
        margin-bottom: 15px !important; 
        width: auto !important;
        max-width: 50px !important; 
    }
	
	.cards-grid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 15px !important;
    }  
    .cards-grid .item-card {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        min-width: 0 !important; 
        padding: 20px !important; 
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .cards-grid .item-number {
        font-size: 1.2rem !important;
        margin-bottom: 5px !important;
    }
    .cards-grid .item-title {
        font-size: 1rem !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        font-weight: 700 !important;
    }
    .cards-grid .btn {
        width: 100% !important;
        font-size: 0.8rem !important;
        padding: 8px 10px !important;
    }
	
	.footer_main .icon_with_text .icon i {
		display: flex !important;
	}

	#browseSection .hero p {
		font-size: 0.875rem;
	}

	#browseSection .pill {
		padding: 4px 12px;
		font-size: 0.75rem;
	}

	#browseSection .last-updated-tag{
	  font-size: 0.875rem !important;
		color: #3E4046 !important;
		background: none !important;
		margin: 0 !important;
		padding: 0 !important;
	  font-weight: 400 !important;
	  margin-top: 20px !important;
	}

	html[dir="ltr"] #browseSection .last-updated-tag {
		margin-left: 0px !important;
	}

	.font-weight-bold {
		font-weight: 600 !important;
	}

	#browseSection .section-title {
		font-family: 'inter', sans-serif;
		font-size: 1.125rem;
		font-weight: 500;
		color: var(--text-dark);
		margin: 0;
	}
	
	#main-content {
    background: linear-gradient(to bottom, rgba(253, 244, 225, 0.87) 0%, #FFF 2.88%);
}


    .hero-title {
        font-size: 2rem;
        margin-bottom: 20px;
        letter-spacing: 0px;
        font-family: 'Inter';
        font-weight: 600;
        color: #7c5e24;
    text-align: center;
    }

   .hero-description {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 25px;
        color: #7c5e24;
        text-align: center;
    font-weight: 400;
    }

	.moft-design .spotlight-heading {
		font-weight: 700;
		color: #0e0f12;
		line-height: 1.2;
		margin-bottom: 16px;
		font-size: 1.75rem;
		font-family: roboto;
		text-align: left;
	}
	
	html[dir="rtl"] .moft-design .spotlight-heading {
		text-align: right;
	}

	.moft-design .spotlight-link {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-weight: 500;
		color: #92722a;
		text-decoration: none;
		transition: gap 0.2s, color 0.2s;
		font-family: roboto;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	

	.criteriaForResponsive {
        padding-left: 16px;
        padding-right: 16px;
 }
 
    .moft-design .checkout-heading {
        font-size: 26px;
        line-height: 1.3;
        word-break: break-word;
    }


    .moft-design .agreement-list.two-column-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
	 
	/*.hero-main {
		padding: 16px 16px 0px 16px !important;
	}
	 */
	 
	.principle-card {
		padding: 5px 16px;
	}
	 
	 
	
	/*Economic*/
	.economic .page-title {
	  font-family: Roboto;
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	}
	.economic .hero-text p,
	.economic .hero-text li {
	  font-weight: 400;
	  font-size: 14px;
	}
	 
	/*Data Transparency*/
	.datatransparency1 .label-gold {
	  font-family: Inter;
	  font-weight: 600;
	  font-size: 26px;
	}
	.datatransparency2 .page-title {
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	}
	.datatransparency2 .hero-text p {
	  font-weight: 400;
	  font-size: 14px;
	}
	.datatransparency3 .accordion-title {
	  font-weight: 700;
	  line-height: 28px;
	}
	.datatransparency3 .accordion-content p,
	.datatransparency3 .accordion-content li {
	  font-weight: 400;
	  font-size: 14px;
	}
	 
	/*Open Data Application Form*/
	.opendataapplication1 .label-gold {
	  font-family: Inter;
	  font-weight: 600;
	  font-size: 26px;
	}
	.opendataapplication2 .page-title {
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	}
	.opendataapplication2 .hero-text p {
	  font-weight: 400;
	  font-size: 14px;
	}
	 
	/*Data Policy*/
	.policy1 .label-gold,
	.policy3 .label-gold {
	  font-family: Inter;
	  font-weight: 600;
	  font-size: 20px;
	}
	.policy2 .page-title {
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	}
	.policy2 .hero-text p,
	.policy3 .hero-text p,
	.policy3 .hero-text li {
	  font-weight: 400;
	  font-size: 14px;
	}
	 
	/*Open Data Guidelines*/
	.datagude1 .page-title,
	.dataguide3 .page-title,
	.dataguide4 .page-title {
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	}
	.datagude1 .hero-text p,
	.datagude1 .hero-text li,
	.dataguide3 .hero-text p,
	.dataguide3 .hero-text li,
	.dataguide4 .hero-text p,
	.dataguide4 .hero-text li {
	  font-weight: 400;
	  font-size: 14px;
	}
	 
	/*Interactive Trade Map*/
	.trade .label-gold {
	  font-family: Inter;
	  font-weight: 600;
	  font-size: 26px;
	}
	.trade1 .page-title {
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 28px;
	}
	.trade1 .hero-text p {
	  font-weight: 400;
	  font-size: 14px;
	}
	.trade2 .accordion-title {
	  font-weight: 700;
	  line-height: 28px;
	}
	.trade2 .accordion-content p,
	.trade2 .accordion-content li {
	  font-weight: 400;
	  font-size: 14px;
	}
	
	
	
	
	h1.page-title {
        text-align: left;
	}
	
	html[dir="rtl"] h1.page-title {
		text-align: right;
	}
	
	.moft-design .page-header {
		display: block;
		margin-bottom: 40px;
	}

	.moft-design .header-icons {
		display: flex;
		gap: 18px;
		justify-content: right;
	}
	
	.moft-design .page-header h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
	
	.moft-design .page-header {
	  margin-bottom:24px;
	}
	
	.moft-design .btn-primary{
		margin-right: unset;
	}
	
	.moft-design .card-wrapper{
		margin: 0px 24px;
	}
	.news-publication .sit-tabs {
	  flex-direction: column;
	}
	
	.moft-design .investment-container{
		display: flex;
		flex-direction: column-reverse;
	}
	
	
	
	.moft-design .trade-card p {
		font-size: 1rem;  
	}

	.moft-design .service-title h4 {
		text-align: start !important;  
		text-align: right !important; 
	}

	.moft-design .service-box p, .moft-design .service-box ul {
		margin-inline-start: 38px;
	}
	
	.moft-design .newsletter-title{
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	.moft-design .spotlight-img-wrap img{
		padding: 20px;
		border-radius: 35px;
	}
	.rep-text h2{
		font-size: 1.4rem;
	}
	
	.hero-main .component-html iframe{
		width: 100%;
	}
	.minister-of-excellence-award .full-width-section{
		padding: 0px;
	}
	
	.findLegislationForResponsive {
        padding: 0 10px;
    }

    .leg-card {
        position: relative;
    }
    .leg-download {
        position: absolute;
        right: 15px;
        bottom: 5px;
    }
	.leg-card-body{
		margin-bottom: 30px;
	}
	
	.leg-card a{
		margin-bottom: 10px;
	}
	
	.moft-design .leg-wrapper{
		padding: 0 10px;
	}
	
	.moft-design .leg-popular-searches{
		gap: 10px !important; 
	}
	
	.moft-design p.leg-popular-label{
		width: 100%;
		text-align: center;
		margin-bottom: 10px !important;
	}
	
	.media-center .row .col-lg-8{
		padding: 0px;
	}
	
	.media-center .row .col-lg-4{
		padding-bottom: 26px !important;
        padding-top: 10px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: -28px!important;
	}
	
	.media-center .main-feature .feature-content h1{
		width: 100% !important;
	}
	
	.style-two-container{
        display: grid !important;
        gap: 15px;
        width: 100%;
        grid-template-columns: 1fr;
	}
	
	.d-flex.align-items-center{
	display: block !important;
}
	
	.media-center .filter-section{
		padding: 0px;
	}
	
	.publications .publications-header{
	/*	justify-content: space-between; */
	}
}


.sit-title {
    margin-bottom: 0;              
}

.stats-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 30px;
    margin-bottom: 30px;
}


@media (max-width: 768px) {
	.moft-design .trade-card{
		max-width: 400px;
		margin: auto;
	}
}

.moft-design .leg-search-input{
	border: 2px solid var(--color-primary-400) !important;
	border-radius: 4px !important;
	padding: 14px 20px 14px 55px !important;
}

.moft-design .leg-search-icon{
	width: 28px !important;
    height: 28px !important;
}

.moft-design .stats-wrapper
{
background-color: #F2ECCF !important;
}



.moft-design .stats-section
 {

   background-color:var(--color-aegold-50) !important
  }

   .moft-design .stat-value
  
 {
  color:rgba(93,59,38,1);
 }
 .moft-design .stat-label
 {
   color:rgba(93,59,38,1);
   size: 12px;
 }
 .moft-design .stat-icon
{
   background: var(--color-primary-100);
}
.moft-design .stat-label{
color:rgba(30,41,59,1);
line-height: 0.5;
}
.moft-design .stat-icon {
   margin: 0 auto 4px;
	
}
html[dir="rtl"] .moft-design .service-title h4
 {
	text-align: right !important;
 }

 html[dir="rtl"] .moft-design .text-center{
                    text-align: right !important;
				}
html[dir="ltr"]	.hero-container .hero-title{ text-align: left;}
html[dir="rtl"]	.hero-container .hero-title{ margin-bottom: 16px; text-align: right;}
html[dir="rtl"] .moft-design .priority-title{ margin-bottom: 16px;}





html[dir="rtl"] .moft-design .main-logo {
    width: 28%;
	}



.moft-design .trade-card{
border:1px solid var(--color-aegold-200);
}

.image_icon{
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    background: #F9F7Ed;
    justify-content: center;
    border-radius: 10px;
	margin-bottom: 8px;
}

.trade-icon
 {
    width: 24px !important;
    height: 24px !important;
    margin: 0px;
    padding: 0px;
    border-radius: 0 !important;
	margin-bottom:0px !important;
}
@media (max-width: 480px) {
    .slick-next {
        right: -25px;
        display: none !important;
    }

    .slick-prev {
        left: -25px;
        display: none !important;
    }
	.rtl .slick-next {
        right: -25px;
        display: none !important;
    }

    .rtl .slick-prev {
        left: -25px;
        display: none !important;
    }


}
@media screen and (max-width: 480px) {

	.moft-design .learn-more{margin: 13px 0px;}
.stats-header{
	margin: 0px 20px;
	margin: 0px 20px 17px 20px;
}
.moft-design .trade-section {
        padding: 20px 0;
		
	}
 

	
.rtl .moft-design .investment-content{
    gap:0rem !important;
  }
  .moft-design .tag{
    margin-bottom: 2rem !important;
	margin-top: 2rem;
 }
  .rtl .moft-design .section-title
  { 
        margin-left: auto !important;
        
  }
  
    
   .rtl .moft-design .trade-section
   {
       margin-top: 0px !important;
   }
   
	.rtl .moft-design .trade-card {
	    gap: 0px !important;
	}
	.rtl .news-publication .sit-title {
        font-size: 1.5rem !important;
	}
	.rtl .moft-design .sit-title
	{
	   margin-bottom:-11px;
      font-size: 1.3rem !important;
	}
	.rtl .quote-wrapper{
	    margin-bottom: 1rem !important;
	}
	.minister-section .quote-icon img {
	    margin-bottom: -1rem !important;
	}
	.news-publication .sit-tab{
		margin: 0 auto;
		padding: 7px 17px !important;
	}
	.moft-design .section-title {margin-left: -5rem;}
	.minister-section .minister-name{
          margin-top: 1rem;
    }
	.rtl .moft-design .mobile-menu-overlay.active {
    right: 0;
}
    .rtl .moft-design .mobile-menu-overlay
	{
		transition:right 0.3s;
	}

	.rtl .hero-title
	{
	    margin-bottom: 4.3rem !important;
	}
	
	
   .ltr .moft-design .service-title h4{
	text-align: left !important;
	}
	.ltr .moft-design .page-header h1 {
            text-align: left;
		}
		.rtl .moft-design .page-header h1 {
            text-align: right;
		}
	h1.page-title{margin-top:0rem;}
	.moft-design .stat-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 45%;
    }
	.news-publication .sit-explore-link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 28px;
	}
	 .news-publication .sit-tabs {
        flex-direction: row !important;
    }
	.tabs-external-links{
	display: flex;
    flex-direction: column;
	}
	.about-moft-arrow{
    font-size: 18px;
  }
  html[dir="rtl"] .about-moft-arrow {
  transform: rotate(180deg);
}
html[dir="ltr"] .read-more-link svg {
    transform: rotate(0deg);
}
 .moft-design .explore-link {
  margin-top:1.5rem;
  }
}


.tabs-external-links{
	    display: flex;
    justify-content: space-between;

}
.about-moft-arrow{
    font-size: 28px;
  }
   html[dir="rtl"] .about-moft-arrow {
  transform: rotate(180deg);
}
html[dir="ltr"] .read-more-link svg {
    transform: rotate(0deg);
}



.left-content hr {
    display: none !important;
}

.left-content section {
    margin-bottom: 30px !important;
}

[dir="rtl"] .arrow-icon img {
    transform: scaleX(-1) !important;
}

[dir="rtl"] .learn-more {
    direction: ltr !important;
}



@media (max-width: 480px) {

.left-content hr {
    display: none !important;
}
	#feedbackPopup .popup-content-feedback {

    overflow-y: inherit !important;
}

.left-content section {
    margin-bottom: 30px !important;
}
[dir="rtl"] .left-content section {
    margin-bottom: 20px !important;
}

.arrow-icon img {
        width: 18px !important;
        height: 15px !important;
    }
    .moft-design .sidebar {
		margin-top: -10px!important;
	}


[dir="rtl"] .arrow-icon img {
    transform: scaleX(-1) !important;
}

[dir="rtl"] .learn-more {
    direction: ltr !important;
}
.rtl .trade-card-section-title{
    text-align: start;
    
    margin-right: 2rem;
	}
    /* Trade Snapshot fixes*/
	/* .rtl .stats-section-url{
	
	direction: rtl !important;
	} */
	
	.page-header {
    margin-top: -20px !important;
    padding-top: 0 !important;
}



 .mobile-contact {
        margin-bottom: -20px !important;
    }

    .footer-top {
        padding-bottom: 10px !important;
    }
    
	
	.moft-design .card-links {
        border-top: none !important;
    }

.moft-design .card-links {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);

}

 .moft-design .nav-card .card-icon-wrap {
        margin-bottom: 12px;
    }

    /* Gap between title and paragraph */
    .moft-design .nav-card .card-title {
        margin-bottom: 20px;
    }

    /* Line height for paragraph */
    .moft-design .nav-card .card-text {
        line-height: 2.0;
        margin-bottom: 12px;
    }


 .moft-design .card-links li {
        border-bottom: 2px solid rgba(0, 0, 0, 0.5) !important;
        margin-bottom: 0 !important;
    }

    .moft-design .card-links li a {
        padding-bottom: 0 !important;
        line-height: 2 !important;
    }

.moft-design .nav-card .card-icon-wrap {
        background: var(--color-primary-50) !important;
    }
	
	
	html[dir="rtl"] .moft-design .render-tabs .custom-tabs-dropdown.show {
    display: block;
    left: 0;
    right: auto;
}
   
 html[dir="rtl"] .moft-design .render-tabs .tabs-list .tab-item a {
        padding: 8px 12px !important;
    }

    html[dir="rtl"] .moft-design .render-tabs .tabs-list {
        gap: 4px !important;
    }

.moft-design .trade-section .card-wrapper {
        margin-top: -20px !important;
    }

  
  
	
	
	
	
	 html[dir="rtl"] .moft-design .full-width-section .section-heading {
        margin-bottom: 20px !important;
    }
	
	
	 .moft-design .full-width-section .benefits-grid {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .moft-design .full-width-section {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .moft-design .benefit-card:last-child {
        margin-bottom: 0 !important;
    }
	
	html[dir="rtl"] .moft-design .download-btn,
    html[dir="rtl"] .moft-design .btn.download-btn {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
        display: block !important;
        font-size: 0.8rem !important;
    }
	
	html[dir="rtl"] .moft-design .nav-tag {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
        display: inline-block !important;
    }
	
	
	.moft-design .download-btn,
    .moft-design .btn.download-btn {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
        display: block !important;
        font-size: 0.8rem !important;
    }
	
	
}




html[data-theme="red"] .trade-icon {
    filter: hue-rotate(318deg) saturate(650%) brightness(0.92) !important;
    mix-blend-mode: multiply !important;
}

html[data-theme="green"] .trade-icon {
    filter: hue-rotate(78deg) saturate(450%) brightness(0.65) !important;
    mix-blend-mode: multiply !important;
}

html[data-theme="grey"] .trade-icon {
    filter: grayscale(100%) contrast(120%) !important;
    mix-blend-mode: multiply !important;
}

html[data-theme="gold"] .trade-icon {
    filter: none !important;
    mix-blend-mode: normal !important;
}


}



.moft-design .start-btn {
    /*width: 100%;*/
    background: var(--color-primary-500) !important;
    color: var(--color-whitely-50) !important;
    border: none;
    padding: 12px;
    font-size: 0.9375rem;
    border-radius: 8px;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 30px;
    transition: none !important;
}

.moft-design .start-btn:hover,
.moft-design .start-btn:active,
.moft-design .start-btn:focus,
.moft-design .start-btn:focus-visible,
.moft-design .start-btn:visited,
.moft-design .start-btn:link {
    background: var(--color-primary-500) !important;
    color: var(--color-whitely-50) !important;
    transition: none !important;
    outline: none !important;
    box-shadow: none !important;
}




.moft-design .nav-card .card-icon-wrap {
        background: var(--color-primary-50) !important;
    }
	
.moft-design .trade-section .stat-icon {
        background: var(--color-primary-100) !important;
    }
	
	
@media (max-width: 480px) {
    .moft-design .cards-grid .item-card {
        padding: 16px !important;
        margin-bottom: 12px !important;
    }

    .moft-design .cards-grid .item-number {
        margin-bottom: 6px !important;
    }

    .moft-design .cards-grid .item-title {
        margin-bottom: 8px !important;
        line-height: 1.4 !important;
    }

    .moft-design .cards-grid .item-divider {
        margin: 8px 0 !important;
    }

    .moft-design .cards-grid .item-text {
        margin-bottom: 12px !important;
        line-height: 1.6 !important;
    }

    .moft-design .cards-grid .item-text p {
        margin-bottom: 0 !important;
    }
	
	
	@media (max-width: 480px) {
    html[dir="rtl"] .hero-main .hero-text span,
    html[dir="rtl"] .hero-main .hero-text p,
    html[dir="rtl"] .hero-main .hero-text li {
        font-family: inherit !important;
    }
}
}




/* seleem */

html[dir="rtl"] .moft-design .nav-link {
    gap: 0px;
    padding: 18px 7px;
}
 
.moft-design .nav-list {
width: 100%;
flex-wrap: wrap;
}
 
.quote-wrapper {
    max-height: initial !important;
}







/*   CHAKRAVARTHI  */


@media (max-width: 480px) {
	
.minister-section .quote-icon img {
    margin-bottom: -1rem !important;
	    /* right: 159px!important; */
	}
	
.rtl .minister-section .quote-icon img {
    left: 150px; 
    right: auto;
}


   /* .moft-design .nav-card .card-links a:active,
    .moft-design .nav-card .card-links a:visited {
        color: #92722A !important;
    } */
	
.rtl .moft-design .priority-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #111;
  line-height: 1.5 !important;
}

.rtl .moft-design .spotlight-card {
    border-radius: 12px !important;
}

.rtl .moft-design .spotlight-link .about-moft-arrow {
    font-size: 1.2rem !important;
}



  .moft-design .resources-section {
    padding: 40px 16px !important;
  }
  .moft-design .resource-card {
    background: #F1F5F9 !important;
    border: 1px solid #94A3B8 !important;
    border-right: none !important;
    border-radius: 12px !important;
  }
  .moft-design .resource-links li a {
    gap: 15px !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .moft-design .resource-links li a .link-label {
    text-decoration: underline !important;
  }
  .moft-design .ext-arrow {
    font-size: 1rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-decoration-line: none !important;
  }

  .rtl .moft-design .resources-section {
    padding: 40px 16px !important;
    direction: rtl !important;
  }
  .rtl .moft-design .resource-card {
    background: #F1F5F9 !important;
    border: 1px solid #94A3B8 !important;
    border-left: none !important;
    border-radius: 12px !important;
  }
  .rtl .moft-design .resource-links li a {
    gap: 15px !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    flex-direction: row-reverse !important;
    text-align: right !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .rtl .moft-design .resource-links li a .link-label {
    text-decoration: underline !important;
  }
  .rtl .moft-design .ext-arrow {
    font-size: 1rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-decoration-line: none !important;
    order: -1 !important;
  }








 

  .features-section {
    padding: 0 16px !important;
  }

  .features-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .features-section .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .features-section .feature-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    border: 1px solid #C3C6CB !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .features-section .feature-icon {
    margin-bottom: 10px !important;
  }

  .features-section .feature-card h5 {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
	text-align:center;
	width: 150px!important;
	
  }

  .rtl .hero-main .page-title {
    font-size: 1.25rem !important;
    padding: 0px !important;
    margin-bottom: 8px !important;
    text-align: right !important;
    direction: rtl !important;
  }

  .rtl .features-section {
    padding: 0 16px !important;
    direction: rtl !important;
  }

  .rtl .features-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .rtl .features-section .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .rtl .features-section .feature-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    border: 1px solid #C3C6CB  !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .rtl .features-section .feature-icon {
    margin-bottom: 10px !important;
  }

  .rtl .features-section .feature-card h5 {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: center !important;
  }









.export-section .stat-box.box-dark-gray h4,
  .export-section .stat-box.box-dark-gray .stat-text {
    color: #ffffff !important;
  }

  .export-section .stat-box.box-dark-blue h4,
  .export-section .stat-box.box-dark-blue .stat-text {
    color: #ffffff !important;
  }





.rtl .features-section .feature-card p,
.rtl .features-section .feature-card p strong {
  font-weight: 700 !important;
  font-size: inherit !important;
  margin: 0 !important;
}







  /* ── English ── */
  .moft-design .page-wrapper {
    padding: 0 1px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .moft-design .cards-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .moft-design .item-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    padding: 20px !important;
  }

  .moft-design .item-card .download-btn {
    width: auto !important;
    min-width: 120px !important;
  }

  /* ── Arabic RTL ── */
  .rtl .moft-design .page-wrapper {
    padding: 0 1px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    direction: rtl !important;
  }

  .rtl .moft-design .cards-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .rtl .moft-design .item-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    padding: 20px !important;
    text-align: right !important;
  }

  .rtl .moft-design .item-card .item-number {
    text-align: right !important;
  }

  .rtl .moft-design .item-card .item-title {
    text-align: right !important;
  }

  .rtl .moft-design .item-card .download-btn {
    width: auto !important;
    min-width: 120px !important;
    float: right !important;
  }





 .moft-design .leg-search-container {
        flex-direction: row !important;
        align-items: center !important;
    }

    

    
/* search UI */
    .moft-design .leg-search-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .moft-design .leg-search-wrapper {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        border: 1.5px solid #a7803d !important;
        border-radius: 2px !important;
        padding: 10px 15px !important;
        background: #fff !important;
        min-width: 0 !important;
		height:45px
    }

    .moft-design .leg-search-icon {
        width: 18px !important;
        height: 18px !important;
        color: #a7803d !important;
        flex-shrink: 0 !important;
    }

    .moft-design .leg-search-input {
        border: none !important;
        outline: none !important;
        flex: 1 !important;
        font-size: 0.875rem !important;
        padding: 0 4px !important;
        box-shadow: none !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .moft-design .leg-search-btn {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        flex-shrink: 0 !important;
        padding: 0 !important;
        background: #a7803d !important;
        border: none !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0 !important;
        cursor: pointer !important;
    }

    .moft-design .leg-search-btn::after {
        content: "" !important;
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

	.leg-search-icon{
	display:none;
}
/* search UI */




.leg-tag {
    background-color: #F9F6E5 !important;
  }

  .rtl .leg-tag {
    background-color: #F9F6E5 !important;
  }

  .leg-popular-searches {
    justify-content: center;
  }

  .rtl .leg-popular-searches {
    justify-content: center;
  }


/* accordion */

.leg-nav-item.active .leg-nav-arrow {
    transform: rotate(90deg);
  }

  .rtl .leg-nav-item.active .leg-nav-arrow {
    transform: rotate(90deg);
  }
/* accordion */


}

/*   CHAKRAVARTHI  */


/*VENU GOPAL*/

.spotlight-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #92722a;
    font-size: 1rem;
    font-weight: 500;
}

.about-moft-arrow {
    display: flex;
    align-items: center;
    line-height: 1;
}

.about-moft-arrow svg {
    width: 16px;
    height: 16px;
}


.arrow-rtl {
    display: none;
}

html[dir="rtl"] .spotlight-link {
    flex-direction: row;
}

html[dir="rtl"] .arrow-ltr {
    display: flex;
}

html[dir="rtl"] .arrow-rtl {
    display: none;
}


@media (max-width: 480px) {
	.priority-section{
		margin-top:-60px !important;
	}
	.portlet-journal-content .portlet .portlet-header{
	  display:none;
	}
	.margin-top-for-opendata{
      margin-top:-25px;
    }
	.spotlight-link .link-text {
    text-decoration: underline;
    }

	.margin-top-for-data-concept{
		margin-top:-15px;
	}
	
	html[lang="ar"] .search-box-wrapper,
	html[dir="rtl"] .search-box-wrapper {
		position: relative;
	}

	html[lang="ar"] .search-input,
	html[dir="rtl"] .search-input {
		direction: rtl;
		text-align: right;
		padding-right: 45px;
		padding-left: 16px;
	}

	html[lang="ar"] .search-icon,
	html[dir="rtl"] .search-icon {
		position: absolute;
		left: 16px;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.moft-design .trade-card {
        gap: 0px !important;
        border: 1px solid #C3C6CB;
        border-radius: 16px;
    }
	
	.rtl .moft-design .leg-card{
	  border: 1px solid #C3C6CB;  
	  border-radius: 16px;
	}

	.rtl .moft-design .leg-download{
		margin-right:20px;
		
	}
	html[lang="ar"] .leg-download,
	html[dir="rtl"] .leg-download {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		gap: 10px;

		border: 2px solid #9c6b16;
		border-radius: 8px;

		padding: 10px 20px;

		color: #9c6b16;
		text-decoration: none;
		font-weight: 600;

		background: transparent;
		box-sizing: border-box;
	}

	html[lang="ar"] .leg-download svg,
	html[dir="rtl"] .leg-download svg {
		flex-shrink: 0;
	}
	.rtl .leg-card-body .leg-card-desc{
	  margin-bottom:20px!important;
	}
	
	.autofit-float.autofit-row.portlet-header{
	  display:none;
	}
	
	
	.rtl .moft-container-mx-2 .cards-section .row{
      margin-right:-100px !important;
    }
	.rtl .lfr-layout-structure-item-264b8a78-7df6-77bf-07fb-f049a79462ee {
    margin-left: 40px !important;
    margin-right: 40px !important;
	
	}

    .moft-design .container {
        margin: 0;
        padding: 1rem 1rem;
    }
	

}
/*VENU GOPAL*/


/*ENGLISH*/
@media (max-width: 480px) {
 
 .hero-main .page-title {
    font-size: 1.25rem !important;
    padding:0 !important;
    margin-bottom: 8px !important;
	margin-top: 18px !important;

  }
.moft-design .section-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }
 
  /* Trade section title - center */
  .moft-design .trade-card-section-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    padding-bottom:50px;
	  padding-right:100px
  }
 

  /* Fix investment description */
  .moft-design .investment-description {
    text-align: left;
    margin-bottom: 0.5rem !important;
  }
 
  /* Trade section padding */
  .moft-design .trade-section {
    padding: 20px 0;
  }
 
  /* Card wrapper - stack cards properly */
  .moft-design .card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
  .moft-design .card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

 
 
 
  .service-card {
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
 
  .service-card-top {
    width: 100% !important;
    box-sizing: border-box !important;
  }
 
  .service-card p {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
 
  .service-card h3 {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
 
  .pagination-bar {
    flex-wrap: wrap !important;
    gap: 8px !important;
    flex-direction: row;
  }

 
 
.uae-sw .service-card {
    margin-top: 23px!important;
}
.moft-design p{
	margin-bottom:10px !important;
}
.moft-design .leg-download {
    align-self: center;
    justify-content: center;
  }
 
.spotlight-card {
  border: 2px solid #F7F7F7;
  border-radius: 12px;
  margin-top: 53px;
}
 
/* Arabic */
.rtl .spotlight-card {
  border: 2px solid #F7F7F7;
  border-radius: 12px;
  margin-bottom: 24px;
}

    .moft-design .leg-sidebar{
	  border-radius: 24px;
	}
	
	.moft-design .leg-card {
	  border: 1px solid #C3C6CB;
	}
	.export-section .stat-box:hover{
		transform: none;
	}
	
	.card-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
  }
 
  .card-links a:hover,
  .card-links a:focus,
  .card-links a:active {
    color: #92722A !important;
    text-decoration: none;
  }
 
  .rtl .card-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
  }
 
  .rtl .card-links a:hover,
  .rtl .card-links a:focus,
  .rtl .card-links a:active {
    color: #92722A !important;
    text-decoration: none;
  }
  
  .publications-mobile-response{
    margin-top:-25px;
  }
  p{
    /* color: var(--text-muted); */
    font-size: 0.8438rem;
    line-height: 1.8;
    margin-bottom: 14px;
}

  .media-center .bg-navy p.small.text-muted.mt-2.mb-2 {
    color: #9EA2A9 !important;
    font-size: large;
    font-weight: 600;
	}
	
	.rtl .copyright1 {
    margin-top: -37px !important;
  }
 
  .rtl .copyright1 .hero-text {
    color: var(--text-muted);
    font-size: 0.8438rem;
    line-height: 1.8;
  }
}




    /* 21/5/2026  Arabic */
	
	
	@media (max-width: 480px) {
		
.rtl .media-center .main-feature .feature-content h1 {
        margin-bottom: 8px !important;
        padding-bottom: 0 !important;
    }


.rtl .moft-design .trade-card-section-title {
    text-align: right!important;
    padding-bottom:50px!important;
    padding-right: 29px!important;
}

.rtl .media-center .main-feature .feature-content {
        padding-bottom: 12px !important;
    }

.rtl .media-center .main-feature {
        margin-top: -40px !important;
    }

.media-center .read-more-link {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        display: inline-flex !important;
    }

     .media-center .side-news.bg-cream {
        border: 1px solid #F3F4F6 !important;
        margin-bottom: 8px !important;
    }

     .media-center .side-news.bg-navy {
        border: 1px solid #FFFFFF1A !important;
    }

    .media-center .col-lg-4 .side-news:first-child {
        margin-bottom: 10px !important;
    }
	
	
	
	.rtl .media-center .read-more-link {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        display: inline-flex !important;
    }

    .rtl .media-center .side-news.bg-cream {
        border: 1px solid #F3F4F6 !important;
        margin-bottom: 8px !important;
    }

    .rtl .media-center .side-news.bg-navy {
        border: 1px solid #FFFFFF1A !important;
    }

    .rtl .media-center .col-lg-4 .side-news:first-child {
        margin-bottom: 10px !important;
    }	





.rtl .media-center .side-news.bg-cream {
        background-color: #FFFFFF !important;
    }

.media-center .side-news.bg-cream {
        background-color: #FFFFFF !important;
    }
	
.media-center #mobileFilterWrapper select,
.media-center #mobileFilterWrapper {
    background-color: #F7F7F7 !important;
    width: 100% !important;
	padding:17px 20px!important;
	 margin-bottom: 0;
}

.media-center .sit-card-img-placeholder img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.rtl .media-center #mobileFilterWrapper select,
.rtl .media-center #mobileFilterWrapper {
    background-color: #F7F7F7 !important;
    width: 100% !important;
}

.rtl .media-center .sit-card-img-placeholder img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.contact-wrapper{
	     padding:0px 0px!important;
		 margin:0px auto!important;
	   }

.rtl .contact-wrapper{
	     padding:0px 0px;
		 margin:0px auto;
	   }
	   


	
.news-publication .sit-card-link {
	color:black!important;

}
.rtl .news-publication .sit-card-link {
	color:black!important;

}


.media-center #media_center_filter_4 .sit-card-date,
    .media-center #media_center_filter_4 .sit-card-link {
        display: none !important;
    }
	
.rtl .media-center #media_center_filter_4 .sit-card-date,
    .media-center #media_center_filter_4 .sit-card-link {
        display: none !important;
    }

style-two-container .d-flex.align-items-center {
        flex: 1;
        min-width: 0;
    }

    .style-two-container .style-two-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .style-two-container .style-two-content span:first-child {
        flex: 1;
        min-width: 0;
        word-break: break-word;
    }

    .style-two-container .style-two-content span:last-child {
        flex-shrink: 0;
        white-space: nowrap;
        margin-top: 0;
    }
	
    .rtl .style-two-container .d-flex.align-items-center {
        flex: 1;
        min-width: 0;
    }

    .rtl .style-two-container .style-two-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .rtl .style-two-container .style-two-content span:first-child {
        flex: 1;
        min-width: 0;
        word-break: break-word;
    }

    .rtl .style-two-container .style-two-content span:last-child {
        flex-shrink: 0;
        white-space: nowrap;
        margin-top: 0;
    }


.style-two-container {
    border-bottom: 2px solid #E1E3E5 !important;
}

.rtl .style-two-container {
    border-bottom: 2px solid #E1E3E5 !important;
}


@media (max-width: 480px) {
  .custom-dropdown-option.active {
    background: #F9F7ED !important;
    color: #92722A !important;
  }

  .rtl .custom-dropdown-option.active {
    background: #F9F7ED !important;
    color: #92722A !important;
  }
}


}


    /* 21/5/2026  Arabic  */






@media (max-width: 480px) {
    .media-center #mobileFilterWrapper select {
        padding: 10px 35px 10px 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
        background-repeat: no-repeat;
        background-position: right 15px center;
        color: #92722A;
    }

    .media-center #mobileFilterWrapper select option {
        color: #000000;
    }

    .rtl .media-center #mobileFilterWrapper select {
        padding: 10px 15px 10px 35px;
        background-position: left 15px center;
        color: #92722A;
    }

    .rtl .media-center #mobileFilterWrapper select option {
        color: #000000;
    }
	
	.publications .btn-download {
		background-color: #F9F7ED!important;
	}
	.rtl .publications .btn-download {
		background-color: #F9F7ED!important;
	}
	
.style-two-content span[style] {
    font-size: 1.0rem !important;
  }

  .rtl .style-two-content span[style] {
    font-size: 1.0rem !important;
  }
}





/* Publications Grid - Mobile 480px */

@media (max-width: 480px) {
 
    .publications-grid {

        display: flex;

        flex-direction: column;

        gap: 16px;

        padding: 16px;

    }
 
    .publication-card {

        display: flex;

        flex-direction: row;

        align-items: flex-start;

        gap: 16px;

        background: #ffffff;

        border-radius: 12px;

        padding: 20px;

        border: 1px solid #f0ece3;

    }
 
    /* Document icon box */

    .publication-icon {

        display: flex;

        align-items: center;

        justify-content: center;

        width: 52px;

        height: 52px;

        min-width: 52px;

        background-color: #f5f0e6;

        border-radius: 10px;

    }
 
    .publication-icon i {

        font-size: 22px;

        color: #92722A;

    }
 
    /* Right content area */

    .publication-content {

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 8px;

        flex: 1;

    }
 
    /* Date with calendar icon */

    .publication-date {

        display: flex;

        align-items: center;

        gap: 6px;

        font-size: 0.8rem;

        color: #6b7280;

        font-weight: 400;

    }
 
    .publication-date i {

        font-size: 0.8rem;

        color: #6b7280;

    }
 
    /* Title */

    .publication-name {

        font-size: 1rem;

        font-weight: 700;

        color: #111827;

        line-height: 1.4;

        margin: 0;

        padding: 0;

    }
 
    /* Download button */

    .btn-download {

        display: inline-flex;

        align-items: center;

        gap: 8px;

        margin-top: 4px;

        padding: 7px 16px;

        border: 1.5px solid #92722A;

        border-radius: 8px;

        background: transparent;

        color: #92722A;

        font-size: 0.85rem;

        font-weight: 600;

        text-decoration: none;

        transition: background 0.2s, color 0.2s;

    }
 
    .btn-download:hover,

    .btn-download:active {

        background: #92722A;

        text-decoration: none;

    }
 
    /* Hide FA download icon */

    .btn-download i,

    .btn-download .fa-download,

    .btn-download .fa {

        display: none !important;

    }
 
    /* Inject SVG download icon via pseudo-element */


 
    /* RTL support 

    html[dir="rtl"] .publication-card {

        flex-direction: row-reverse;

    }
 
    html[dir="rtl"] .publication-content {

        align-items: flex-end;

    }
 
    html[dir="rtl"] .publication-date {

        flex-direction: row-reverse;

    }
 
    html[dir="rtl"] .publication-name {

        text-align: right;

    }
 
    html[dir="rtl"] .btn-download {

        flex-direction: row-reverse;

    }
 
    html[dir="rtl"] .btn-download::after {

        transform: scaleX(-1);

    }
	*/
 
}
 
 @media (max-width: 767px) {
  .rtl .quote-icon {
        margin-bottom: 10px;
        text-align: right;
        width: 100%;
    }

    .quote-icon {
        margin-bottom: 10px;
        text-align: left;
        margin-left: 0px;
                width: 100%;
    }
}
 
 @media (max-width: 480px) {

    .rtl .minister-section .quote-icon img {

        transform: scaleX(-1) !important;

        margin-right: 0px !important;

        right: 0px !important;

	}

	.media-center .section-title{

	   margin-left:15px;

	   margin-top: 5px;

	}

	.rtl .media-center .section-title{

	    margin-right: 15px;

        margin-top: 5px;

	}
	
	
	.minister-section .quote-text {
		text-align:left;
	}
	.minister-title{
		text-align:left;
	}
	.minister-section .minister-name{
	   text-align:left;
	}
	/* .minister-section .quote-icon img{
		right: 180px !important;
	} */
		 
	.rtl .minister-section .quote-text{
		text-align:right;
	}
		
	.rtl .minister-section .minister-name{
		text-align:right;
	}
	.rtl .minister-title{
	  text-align:right !important;
    }

	.rtl .block-quote p[style] span {
		font-size: 14px !important;
	}
	
	
.publications {
    background-color: #F7F7F7 !important;
}
 
.rtl .publications {
    background-color: #F7F7F7 !important;
}


	

 }


 @media (max-width: 480px) {
    .custom-dropdown-selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 21px 12px !important;
        background: #fff;
        cursor: pointer;
        user-select: none;
        color: #92722A;
        border: none !important;
        outline: none !important;
    }
}

@media (max-width: 480px) {
    .rtl .custom-dropdown-selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 21px 12px !important;
        background: #fff;
        cursor: pointer;
        user-select: none;
        color: #92722A;
        border: none !important;
        outline: none !important;
    }

#contactForm {
	margin-bottom:15px;
}




#mobileFilterWrapper {
        display: block;
        padding-bottom: 15px!important;
        margin-top: 35px;
        padding: 0 15px;
    }
	
	
.custom-filter-dropdown {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}
	
.rtl .custom-filter-dropdown {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}


.contact-wrapper .section-title{
		margin-bottom:20px !important;
	}
	
	
.media-center .nav-tabs-wrapper {
	display:none!important;
}

.rtl .media-center .nav-tabs-wrapper {
	display:none!important;
}

}








/*      25/05/2026       */

@media (max-width: 480px) {
  .tabs-external-links .sit-tabs {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tabs-external-links .sit-tabs::-webkit-scrollbar {
    display: none;
  }

  .tabs-external-links .sit-tab {
    white-space: nowrap !important;
    flex-shrink: 0;
  }


  .rtl .tabs-external-links .sit-tabs {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .rtl .tabs-external-links .sit-tabs::-webkit-scrollbar {
    display: none;
  }

  .rtl .tabs-external-links .sit-tab {
    white-space: nowrap !important;
    flex-shrink: 0;
  }
  .publications .publications-title  {
font-size: var(--text-h5)!important;
}

.media-center .filter-section:nth-child(7) {
		    margin-top: 38px;
		}
  
   
}




/*      25/05/2026       */














.publications .publication-icon {
	    background: #F9F7ED !important;
		}
		


@media (max-width: 480px) {

	.custom-dropdown-selected svg {
    width: 32px !important;
    height: 22px !important;
    color:#1E1E1E!important
}

.rtl .custom-dropdown-selected svg {
    width: 32px !important;
    height: 22px !important;
	color:#1E1E1E!important

}

.style-two-content span:last-child {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: normal !important;
}

.rtl .style-two-content span:last-child {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: normal !important;
}

}


