@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//nilgam.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.0") format("woff2");
}

:root {
	--wd-header-banner-h: 72px;
	--wd-text-font: "nilgam", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(28,28,28);
	--wd-text-font-size: 16px;
	--wd-title-font: "nilgam", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(28,28,28);
	--wd-entities-title-font: "nilgam", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(28,28,28);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "nilgam", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "nilgam", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "nilgam", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(0,71,171);
	--wd-alternative-color: rgb(149,178,221);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(123,187,221);
	--btn-accented-bgcolor-hover: rgb(103,167,202);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://nilgam.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.header-banner {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #1C1C1C;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(0,0,0);
	--wd-form-placeholder-color: rgb(149,178,221);
	--wd-form-brd-color: rgb(149,178,221);
	--wd-form-brd-color-focus: rgb(0,71,171);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 60px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 14px;
	}

}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

@media (min-width: 1440px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "nilgam";
	src: url("//nilgam.com/wp-content/uploads/2025/03/YekanBakhFaNum-Regular.woff2") format("woff2"), 
url("//nilgam.com/wp-content/uploads/2025/03/YekanBakhFaNum-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

html {
  scroll-behavior: smooth;
}
img[data-lazyloaded]{
    opacity: 0;
}
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
#openConsultationModal {
	cursor: pointer !important;
}
#openConsultationModal.elementor-button {
	cursor: pointer !important;
	background: linear-gradient(180deg, #0047AB 0%, #033a87 100%);
	box-shadow: 0 0 12px 4px rgb(0 0 0 / 50%);
}
#openConsultationModal.elementor-button:hover {
	background: linear-gradient(180deg, #033a87 0%, #0047AB 100%);
}
#consultationModal {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(6px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 9999999999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
#consultationModal.active {
	opacity: 1;
	pointer-events: auto;
}
.modal-content {
	background-color: #ffffff;
	padding: 40px 24px;
	width: 100%;
	max-width: 500px;
	border-radius: 24px 24px 0 0;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
	text-align: right;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	direction: rtl;
}
#consultationModal.active .modal-content {
	transform: translateY(0%);
}
.modal-content h3 {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: bold;
}
.option-box {
	background-color: #F8FAFF;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 16px;

	align-items: center;
	transition: background-color 0.3s;
	cursor: pointer;
}
.option-box:hover {
	background-color: #eef2f7;
}
.option-icon {
	font-size: 28px;
	margin-left: 16px;
}
.option-text .option-title {
	font-size: 16px;
	margin-bottom: 4px;
	color: #1C1C1C;
}
.option-text .option-desc {
	font-size: 13px;
	color: #95B2DD;
}
.close-modal {
	display: inline-block;
	font-size: 14px;
	color: #007bff;
	cursor: pointer;
	float: left;
}
@media (min-width: 576px) {
    .wd-grid-g {
    justify-items: center;
		}
}
.btnleft .info-btn-wrapper {
    float: left;
}
.wd-toolbar {
    border-radius: 25px 25px 0 0;
}
.wd-toolbar {
    overflow: visible !important;
		background: radial-gradient(circle at 50% -15%, #00000000 50px, #ffffff 55px) !important;
		box-shadow: none !important;
}
.wd-toolbar-link:nth-child(2) {
    background-color: #0047ab;
    color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -30px;
    box-shadow: 0px 2px 8px 2px #fff;
    flex: none !important; 
}
.wd-toolbar-link:nth-child(2) a {
    color: white;
    font-weight: bold;
    text-align: center;
}
.wd-toolbar-link:nth-child(2) .wd-toolbar-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
body:not([class*="wrapper-boxed"]) {
    background-color: #1C1C1C;
}
.wd-tools-element:nth-child(2)>a {
    padding-inline: 30px !important;
}
.wd-toolbar-link .wd-custom-icon img {
    height: 32px !important;
}
.wd-toolbar>a, .wd-toolbar>div {
    flex: 1 1 20% !important;
}
.wd-toolbar-link:nth-child(2) .wd-toolbar-label {
    font-size: 9px !important;
    color: #fff; !important;
}
.wd-toolbar-label {
    color: #6c8bb9;
		inset-inline: unset;
}
.wd-single-footer {
    justify-content: center !important;
		display: flex !important;
    margin: 15px !important;
}
html .post.blog-post-loop .post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		font-size: 18px;
}
.wd-post-date.wd-style-with-bg {
    right: unset !important;
    left: 15px;
    line-height: 0.8 !important;
		border-radius: 8px;
}
.post-date-day {
		font-size: 20px !important;
    padding-top: 8px !important;
}
:is(.box-icon-align-left,.box-icon-align-right) .box-icon-wrapper {
    max-width: 40% !important;
}
a.active {
  border-bottom: 2px solid orange;
  font-weight: bold;
  color: #f90;
}
.elementor-menu-anchor {
  scroll-margin-top: 120px !important
}
h2 {
  scroll-margin-top: 80px !important
}
iframe {
  border-radius: 12px; 
  overflow: hidden;
}
.fixcenter1 {
	inset-inline-start: unset !important;
}
.fixcenter2 {
	inset-inline-start: unset !important;
}
.fixcenter3 {
	inset-inline-start: unset !important;
}
.inlinemenu .elementor-icon-list-items.elementor-inline-items {
	flex-wrap: nowrap !important;
}
.inlinemenu .elementor-widget-container {
	display: flex !important;
	overflow-x: auto !important;
	white-space: nowrap !important;
	-webkit-overflow-scrolling: touch !important;
	scrollbar-width: thin !important;
	scrollbar-color: #0400ff #ff000000 !important;
}
.wd-accordion-title .wd-accordion-title-text {
  justify-content: space-between !important;
}
.wd-accordion-title .img-wrapper {
  order: 2 !important;
}
.rank-math-breadcrumb .separator {
  margin: 0px 6px 0px 6px !important;
}
.wd-accordion-title.wd-active {
    background-color: #F8FAFF !important;
}
.wd-accordion-content.wd-entry-content.wd-active {
    background-color: #F8FAFF !important;
}
.site-content img.attachment-full.size-full {
    border-radius: 20px;
}
:not(.post) > :is(header.wd-single-post-header.wd-align) {
    display: none !important;
}
:is(.single-pages, .single-tourist-visa, .single-job-offer, .single-embassy-time, .single-immigration, .single-visa-pickup, .single-tour, .single-campaigns) :is(.wd-page-nav) {
    display: none !important;
}
:is(.single-pages, .single-campaigns) :is(.wd-single-footer) {
    display: none !important;
}
:is(.single-tourist-visa, .single-job-offer, .single-embassy-time, .single-immigration, .single-visa-pickup, .single-tour, .single-campaigns, .single-tours) :is(.wd-toolbar) {
    display: none !important;
}
.wd-accordion-title-text img {
    min-width: 40px !important;
}
.wd-meta-author {
    display: none !important;
}
.meta-author {
    display: none !important;
}
.custom-toc-wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.custom-toc-header {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}
.toc-arrow {
    margin-left: 10px;
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
}
.custom-toc {
    padding: 15px;
    background-color: #f9f9f9;
    max-height: none;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.custom-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.custom-toc li {
    margin-bottom: 10px;
}
.custom-toc a {
    text-decoration: none;
    color: #0073aa;
}
.custom-toc a:hover {
    text-decoration: underline;
}
.custom-toc.closed {
    max-height: 0px;
    padding: 0;
}
@media (max-width: 768px) {
    .custom-toc {
        max-height: 0;
        padding: 0;
    }
}
p {
    text-align: justify;
}
table p {
  text-align: initial;
}
.wd-content-area p a:not(.elementor-button) {
    color: #83BFA9;
}
.footerlink p a {
    color: #0047AB !important;
}
.postid-29328 .wd-page-content{
	background-color: #1C1C1C;
}
.wd-timer>span {
    border-radius: 50px;
}
.comment-form .submit {
    background-color: #0047AB;
		border-radius: 50px !important;
}
.comment-form .submit:hover {
    background-color: #95B2DD;
}
.gform_button{
		border-radius: 50px;
    background-color: #0047AB;
    color: #fff;
}
.gform_button:hover{
    background-color: #95B2DD;
}
.num .large{
		text-align: left !important;
	  direction: ltr !important;
}
.survey .gfield_radio{
    justify-content: center;
		gap: 30px !important;
}
fieldset.survey .ginput_container_image_choice .gchoice {
    inline-size: 100px !important;
    max-inline-size: 100px !important;
    min-inline-size: 100px !important;
		cursor: pointer;
}
fieldset.survey ~ .gfield textarea.small {
  min-height: unset !important;
}
.hide {
    display: none !important;
}
.comments-area .children {
    margin-right: 70px;
}
@media (max-width: 768.98px) {
    .comments-area .children {
        margin-right: 40px;
    }
}
#openConsultationModal .elementor-button-icon svg {
    height: auto;
    width: 2em;
}
#openConsultationModal .elementor-button-content-wrapper {
    align-items: center;
}
[data-id="6bb8f4e"] {
  cursor: pointer;
}
.footer-sidebar {
    color: #fff;
}
.footertopborder {
		border-top: 1px solid #ffffff8c;
		padding-top: 5px;
}
.mobilemenu .woodmart-nav-link{
	border-bottom: unset;
}
.wd-nav-vertical > li.mobilemenu > a {
    color: #878B99;
}
.wd-nav-mobile > li.mobilemenu > a {
    color: #878B99;
}
.wd-nav-vertical > li.mobilemenu > a:hover {
    color: #0047AB;
}
.wd-nav-mobile > li.mobilemenu > a:hover {
    color: #0047AB;
}
.wd-nav-pagin-wrap {
    margin-top: 10px;
	  display: flex !important;
}
.gform_heading {
    display: none !important;
}
.wd-menu-price .menu-price-price {
    color: #0047ab !important;
}
.wd-menu-price .menu-price-image {
    max-width: 100% !important;
    text-align: center !important;
}
.wd-menu-price-link::after {
  content: "مشاهده تور";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #0047ab;
  color: #fff;
  padding: 8px 32px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
}
.wd-menu-price-link:hover::after {
  background: #005bb5;
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .wd-menu-price-link::after {
    position: static;
    display: block;
    margin: 10px auto 0;
    text-align: center;
    width: fit-content;
  }
	.wd-menu-price-link {
		position: relative;
	}
}
.wd-sticky-nav-title:before {
    content: "\2190" !important;
		font-family: unset !important;
}


#lotteryModal {
	cursor: pointer !important;
}
#lotteryModal.elementor-button {
	cursor: pointer !important;
	background: linear-gradient(180deg, #0047AB 0%, #033a87 100%);
	box-shadow: 0 0 12px 4px rgb(0 0 0 / 50%);
}
#lotteryModal.elementor-button:hover {
	background: linear-gradient(180deg, #033a87 0%, #0047AB 100%);
}
.container:has(img[src*="Sticky_Sticky_web.jpg"]),
.container:has(img[src*="Sticky_Sticky_mobile.jpg"]) {
    padding-inline: 0 !important;
}
.wd-collapsible-content:not(.wd-opened) .fixcenter1 {
    display: none;
}
.textwidget {
    font-size: 14px !important;
}
.footer-widget .menu-item {
    font-size: 14px !important;
}
#text-8 p.widget-title {
    color: #95B2DD !important;
}
.widget {
    border-bottom: unset !important;
}
.footer-sidebar {
    padding-block: 20px !important;
}
.footer-column-2.wd-grid-col{
		text-align: center !important;
}
.footer-column-3.wd-grid-col{
		text-align: center !important;
}
#nav_menu-2 p.widget-title {
		text-align: center !important;
}
#nav_menu-3 p.widget-title {
		text-align: center !important;
}
.pad20 {
		padding: 10px !important;
    background-color: #F8FAFF;
}
.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon) {
   border: unset !important;
   background-color: #F8FAFF;
   color: #6C8BB9;
}
.footer-sidebar a{
    color: #fff9 !important;
}
.footer-sidebar p{
    color: #fff9 !important;
}
.footer-sidebar .widget-title,
.footer-sidebar p strong {
    color: #fff !important;
}
.footer-sidebar a:hover {
    color: #fff !important;
		font-weight: 700;
}
.onlyformmodal {
		cursor: pointer !important;
}
.wd-collapsible-content {
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1025px) {
  .woot-widget-bubble {
    bottom: 70px !important;
  }
}
.header-banner {
		justify-content: unset !important;
}
.header-banner-container {
		padding: 0px !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	.footer-column-1.wd-grid-col{
		order: 4 !important;
}
.footer-column-4.wd-grid-col{
		order: 3 !important;
}
.footer-column-2.wd-grid-col{
		order: 1 !important;
}
.footer-column-3.wd-grid-col{
		order: 2 !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.footer-column-1.wd-grid-col{
		order: 4 !important;
}
.footer-column-4.wd-grid-col{
		order: 3 !important;
}
.footer-column-2.wd-grid-col{
		order: 1 !important;
}
.footer-column-3.wd-grid-col{
		order: 2 !important;
}
}

@media (max-width: 576px) {
	fieldset.survey .ginput_container_image_choice .gchoice {
    inline-size: 45px !important;
    max-inline-size: 45px !important;
    min-inline-size: 45px !important;
}
.footer-column-1.wd-grid-col{
		order: 4 !important;
}
.footer-column-4.wd-grid-col{
		order: 3 !important;
}
.footer-column-2.wd-grid-col{
		grid-column: auto / span 6 !important;
		order: 1 !important;
}
.footer-column-3.wd-grid-col{
		grid-column: auto / span 6 !important;
		order: 2 !important;
}
#text-8.widget {
    padding-bottom: 0px !important;
}
}

