/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* 
.slide-larger-sides  .swiper-slide-duplicate-prev,
.slide-larger-sides  .swiper-slide-duplicate-next{
	transform: scale(0.8) !important;
	transition: transform 0.3s ease; 
} */

.background-blue {
	background: #2680EA
}

.background-light-purple {
	background: #977AF4
}

.background-light-blue {
	background: #7BD9E3
}

 .menu-item-has-children::after {
	 position: absolute;
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2025/09/Vector-51.png") no-repeat center;
  background-size: contain;
  top: 20px;
  right: -3px;
}

#menu-item-493::after,
#menu-item-495::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #7BD9E3;
  width: 90%;
  margin: auto;
}

.home-banner h2.elementor-heading-title:before {
   content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  width: 31px;
  height: 30px;
  background: url('/wp-content/uploads/2025/09/title-makrs-creme.png') no-repeat center;
  background-size: cover;
}

.background-quotes {
	background-position: right 100px bottom 100px;
}
.title-marks-right .elementor-heading-title {
    display: flex;
    justify-content: space-between;
}

.title-above {
	position: absolute;
    top: -30px;
    left: 80px;
}

.title-above-two {
	position: absolute;
    top: -70px;
    left: 0;
}

.text-change-underline-purple  {
  position: relative;
  display: inline-block;
}

.text-change-underline-purple::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; 
  width: 100%;
  height: 8px;
  background: url("/wp-content/uploads/2025/09/line-purple.png") no-repeat center;
  background-size: cover;
}

.text-change-underline {
  position: relative;
  display: inline-block;
}

.text-change-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; 
  width: 100%;
  height: 8px;
  background: url('/wp-content/uploads/2025/09/text-change-underline.png') no-repeat center;
  background-size: cover; /* make image scale to fit underline */
}

.text-underline-white {
  position: relative;
  display: inline-block;
}

.text-underline-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* positions underline directly under the text */
  width: 100%;
  height: 8px; /* thickness of underline */
  background: url('/wp-content/uploads/2025/09/underline-white.svg') no-repeat center;
  background-size: cover; /* make image scale to fit underline */
}

.text-underline-mek {
  position: relative;
  display: inline-block; /* keeps underline aligned with the text */
}

.text-underline-mek::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url('/wp-content/uploads/2025/09/about-underline-4.png') no-repeat center;
  background-size: cover;
}

.title-marks-blue-above-left .elementor-heading-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url('/wp-content/uploads/2025/09/light-blue-title-marks.png') no-repeat center;
  background-size: cover;
}

.text-underline-dark {
  position: relative;
  display: inline-block; /* keeps underline aligned with the text */
}

.text-underline-dark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* positions underline directly under the text */
  width: 100%;
  height: 8px; /* thickness of underline */
  background: url('/wp-content/uploads/2025/09/underline-dark.svg') no-repeat center;
  background-size: cover; /* make image scale to fit underline */
}


.home-ten-point-title h2:before {
	content: "";
    position: absolute;
    left: -20px;
    top: -30px;
    width: 31px;
    height: 30px;
    background: url(/wp-content/uploads/2025/09/light-blue-title-marks.png) no-repeat center;
    background-size: cover;
}

.disinformation-tactics h2:before {
	content: "";
    position: absolute;
    left: 20%;
    top: -30px;
    width: 31px;
    height: 30px;
    background: url(/wp-content/uploads/2025/09/light-blue-title-marks.png) no-repeat center;
    background-size: cover;
}

.photo-gallery-title {
	position: relative
}

.photo-gallery-title h2:before {
		content: "";
    position: absolute;
    right: 28%;
    top: -30px;
    width: 31px;
    height: 30px;
    background: url(/wp-content/uploads/2025/09/blue-title-right.png) no-repeat center;
    background-size: cover;
}

.slide-larger-sides .swiper-slide {
  transform: scale(1) !important; /* default size for all slides */
  opacity: 0.6;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.slide-larger-sides .swiper-slide.swiper-slide-next {
  transform: scale(1) !important;
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
/*   height: auto !important */
}

.slide-larger-sides .e-n-carousel.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
	padding-bottom: 80px
}

.slide-larger-sides .e-n-accordion-item-title {
	border: 0 !important;
}

/* .slide-larger-sides  .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
	justify-content: center
} */

/* .slide-larger-sides h4.elementor-heading-title {
	min-height: 160px;
} */

.slide-larger-sides .slide-large-container-inner {
	min-height: 160px;
}

.slide-larger-sides .elementor-widget-n-accordion {
	margin-top: -30px;
}

.slide-larger-sides .swiper-slide .elementor-widget-n-accordion {
	display: none
	}

.slide-larger-sides .swiper-slide.swiper-slide-next .elementor-widget-n-accordion  {
	display: block
}

.slide-larger-sides .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    border-bottom: 1px solid #Fff;
    align-items: center;
    font-size: var(--n-accordion-title-font-size);
}


.slide-larger-sides .swiper-pagination-bullet {
    width: 60px !important;
    height: 6px !important;
    border-radius: 0  !important;
    background-color: #7BD9E3 !important;
    opacity: 0.5;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}


.slide-larger-sides .swiper-pagination-bullet-active {
  background-color: #7BD9E3 !important;
	 opacity: 1;
}

.home-image-slider .swiper-slide {
  transform: scale(0.7) !important; /* default size for all slides */
  opacity: 0.7;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.home-image-slider .swiper-slide.swiper-slide-next {
  transform: scale(1) !important;
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.home-image-slider .swiper-pagination {
	margin-top: 40px
}

.home-image-slider .swiper-pagination-bullet {
       width: 36px !important;
    height: 6px !important;
    border-radius: 0 !important;
    background-color: #061748;
    opacity: 0.5;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}


.home-image-slider .swiper-pagination-bullet-active {
    background-color: #061748;
    opacity: 1;
}

.text-underline-learn-more {
    position: relative;
    display: inline-block;
}

.text-underline-learn-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(/wp-content/uploads/2025/09/change-underline.png) no-repeat center;
    background-size: cover;
}

.text-underline-change-small {
    position: relative;
    display: inline-block;
}

.text-underline-change-small::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url(/wp-content/uploads/2025/09/change-small.png) no-repeat center;
    background-size: cover;
}
.effects-title h4:before {
    content: "";
    position: absolute;
    right: -20px;
    top: -10px;
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/2025/09/effects.png) no-repeat center;
    background-size: cover;
}

.title-icon-blue-left-top {
	position: relative;
}

.title-icon-blue-left-top:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -10px;
    width: 31px;
    height: 30px;
    background: url("/wp-content/uploads/2025/09/light-blue-title-marks.png") no-repeat center;
    background-size: cover;
}

.title-icon-blue-right-top {
	position: relative;
}

.title-icon-blue-right-top:before {
    content: "";
    position: absolute;
    right: -40px;
    top: -10px;
    width: 31px;
    height: 30px;
    background: url("/wp-content/uploads/2025/09/support-titles.png") no-repeat center;
    background-size: cover;
}


.related-viewpoints-underline {
	position: relative;
}

.related-viewpoints-underline:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 335px;
    height: 4px;
    background: url("/wp-content/uploads/2025/09/viewpoints-underline.png") no-repeat center;
    background-size: cover;
}

.ten-point-slider-numbers .swiper-slide {
  transform: scale(0.9) !important; /* default size for all slides */
  opacity: 0.7;
  transition: transform 0.4s ease, opacity 0.4s ease;
/* 	height: 400px !important */
}

.ten-point-slider-numbers .swiper-slide .elementor-widget-button {
	display: none
}

.ten-point-slider-numbers .swiper-slide .elementor-widget-n-accordion {
	display: none
}

.ten-point-slider-numbers .swiper-slide.swiper-slide-next .elementor-widget-n-accordion  {
	display: block
}
.ten-point-slider-numbers .swiper-slide.swiper-slide-next {
  transform: scale(1) !important;
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
/*   height: auto !important */
}

.ten-point-slider-numbers .e-n-accordion-item-title {
	border: 0 !important;
}

.ten-point-slider-numbers .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    border-bottom: 1px solid #061748;
}
/* .ten-point-slider-numbers .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title { 
	justify-content: center 
} */

/* .ten-point-slider-numbers .swiper-slide {
  position: relative;
} */

/* .ten-point-slider-numbers .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;  
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.3s ease, opacity 0.3s ease;
  z-index: 1;   
  pointer-events: none;
  opacity: 0;    
}

.ten-point-slider-numbers .swiper-slide.swiper-slide-active::before {
  opacity: 1; 
  background-image: url("/wp-content/uploads/2025/09/yellow-over-left.png");
}

.ten-point-slider-numbers .swiper-slide.swiper-slide-duplicate::before {
	  opacity: 1; 
  background-image: url("/wp-content/uploads/2025/09/yellow-overlay-right.png");
} */
.ten-point-slider-numbers .swiper-slide.swiper-slide-next .elementor-widget-button {
	display: block
}

.ten-point-slider-numbers .swiper-pagination-bullet {
    width: 36px !important;
    height: 6px !important;
    border-radius: 0 !important;
    background-color: #061748;
    opacity: 0.5;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}


.ten-point-slider-numbers .swiper-pagination-bullet-active {
  background-color: #061748;
	 opacity: 1;
}

.home-accordion .e-n-accordion-item-title {
	border-top: 1px solid #061748;
	border-bottom: 1px solid #061748;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    justify-content: flex-end;
}

 .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    justify-content: space-between;
}

.articles .page-numbers {
	padding: 12px 20px
}

.articles .page-numbers.current {
	background: #7BD9E3;
}


.articles .page-numbers:hover {
	background: #7BD9E3;
}

.accordion-blue .e-n-accordion-item[open]>.e-n-accordion-item-title {
	background: #061748 !important
}

.accordion-blue .elementor-widget-container p {
    font-family: "PT Serif", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}


.home-title-image h2::before {
    content: "";
    position: absolute;
    right: 100px;
    top: -20px;
    width: 31px;
    height: 30px;
    background: url("/wp-content/uploads/2025/09/blue-title-right.png") no-repeat center;
    background-size: cover;
}

.home-title-image h2::after {
  content: "";
  display: inline-block;
  width: 180px;   /* adjust to image size */
  height: 130px;
  margin-left: 8px; /* spacing from text */
  background: url('/wp-content/uploads/2025/09/maryam-small-image.png') no-repeat center;
  background-size: contain;
}

.irans-current-crisis-title h2:before {
    content: "";
    position: absolute;
    left: 80px;
    top: -30px;
    width: 31px;
    height: 30px;
    background: url("/wp-content/uploads/2025/09/light-blue-title-marks.png") no-repeat center;
    background-size: cover;
}

.elementor-482 .elementor-element.elementor-element-7896db4 {
    left: 0 !important;
    right: 0!important
}

.view-poitns-link h3.elementor-heading-title {
	border-top: 1px solid #fff;
	padding: 10px 0;
}

.view-poitns-link h3.elementor-heading-title:after {
  content:url("/wp-content/uploads/2025/09/right-arrow.svg");
  display: inline-block;
  position: absolute;
  right: 0;
}

.country-block {
  display: none !important;
}

.country-block.active {
  display: block !important;

}

/* Optional styling for the dropdown */
#countrySelect {
	ppearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
    border-radius: 100px;
  padding: 10px 20px !important;
    border: 1px solid #061748;
    width: 140px;
    background: transparent;
    border-radius: 100px;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;

	  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

/* Optional: remove default arrow in IE */
#countrySelect::-ms-expand {
  display: none;
}


/* .country-block .elementor-testimonial--skin-default {
	width: auto !important;
} */

/* Default option text */

#countrySelect option {
  background-color: #7BD9E3 !important;
  color: #000;
  padding: 8px 12px; 
}

/* Example: highlight a few specific options */
/* #countrySelect option[value="Belgium"] {
  background-color: #7BD9E3 !important; 
}
#countrySelect option[value="Canada"] {
  background-color: #7BD9E3  !important; 
}
#countrySelect option[value="United States"] {
  background-color: #7BD9E3  !important;/
} */
	
	
.country-block .swiper-pagination-bullet {
    width: 36px !important;
    height: 3px !important;
    border-radius: 0  !important;
    background-color: #061748 !important;
    opacity: 0.5;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}

.country-block .swiper-pagination-bullet-active {
  background-color: #061748 !important;
	 opacity: 1;
}


.country-block .swiper .elementor-swiper-button svg {
  display: none !important;
}


.country-block .elementor-swiper-button-prev {
  background: url("/wp-content/uploads/2025/09/testimonials-arrow-left.svg") no-repeat center;
  background-size: 40px 40px; 
  width: 42px;
  height: 42px;
	left: 46% !important;
	bottom: -30%;
	top: auto  !important;
	right: 0;
}

.country-block .elementor-swiper-button-next {
  background: url("/wp-content/uploads/2025/09/testimonials-arrow-right.svg") no-repeat center;
  background-size: 40px 40px;
  width: 42px;
  height: 42px;
	right: 46% !important;
	bottom: -30%;
	top: auto  !important;
	left: 0;
}

.key-principles strong {
	font-family: "PT Serif", sans-serif;
    font-weight: 400;
	font-size: 24px;
	margin-bottom: 20px
}

.key-principles ul {
	margin-bottom: 30px
}

.key-principles ul li {
	font-family: "inter", sans-serif;
    font-weight: 400;
	font-size: 16;
	margin-bottom: 4px
}

@media (max-width: 1025px) {
  .ten-point-slider-numbers .swiper-slide {
	  transform: scale(1) !important; /* default size for all slides */
	  opacity: 1;
/* 	  height: auto !important */
	}

.ten-point-slider-numbers .swiper-slide .elementor-widget-button {
	display: block
	}
	
	.slide-larger-sides .swiper-slide {
	  transform: scale(1) !important; /* default size for all slides */
	  opacity: 1;
/* 	  height: auto !important */
	}
	
	.about-center-image {
		position: relative !important
	}
	
	.slide-larger-sides .swiper-slide .elementor-widget-n-accordion {
		display: block
	}

	.ten-point-slider-numbers .swiper-slide .elementor-widget-n-accordion {
		display: block
	}
}


@media (max-width: 577px) {
  .position-relative-mobile {
    position: relative !important;
  }
	
 .about-banner-text {
	top: 0 !important;
    left: 0 !important;
  }
	
	.swiper-pagination {
		display: flex;
		width: 100% !important
	}
	
	.slide-larger-sides h4.elementor-heading-title {
	  min-height: 100%;
   }
	
	.slide-larger-sides .e-n-carousel.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
		padding-bottom: 40px
	}

	
/* 	.swiper-wrapper {
	  display: flex;
	  		align-items: flex-end;
	}

	.swiper-slide {
	  height: auto !important;
	  display: flex;
	  flex-direction: column; 

	}
} */
	
