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

:root {
	--wd-text-font: "daneshgam", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(28,28,28);
	--wd-text-font-size: 16px;
	--wd-title-font: "daneshgam", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "daneshgam", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "daneshgam", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "daneshgam", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "daneshgam", 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,103,102);
	--wd-alternative-color: rgba(0,103,102,0.5);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,103,102);
	--btn-accented-bgcolor-hover: rgb(0,103,102);
	--wd-form-brd-width: 1px;
	--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://daneshgam.com/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://daneshgam.com/wp-content/uploads/2021/09/cosmetics-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgba(0,103,102,0.6);
	background-image: none;
}
.wd-load-additional-fonts {
	font-family: "daneshgam", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
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(229,229,229);
	--wd-form-brd-color: rgb(0,103,102);
	--wd-form-brd-color-focus: rgb(0,103,102);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


@font-face {
	font-family: "daneshgam";
	src: url("//daneshgam.com/wp-content/uploads/2025/03/YekanBakhFaNum-Regular.woff2") format("woff2"), 
url("//daneshgam.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, #006766 0%, #004948 100%);
	box-shadow: 0 5px 5px rgb(0 0 0 / 20%) !important;
}
#openConsultationModal.elementor-button:hover {
	background: linear-gradient(180deg, #004948 0%, #006766 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: 9999;
	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: #f3fbfb;
	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: #006766;
}
.close-modal {
	display: inline-block;
	font-size: 14px;
	color: #006766;
	cursor: pointer;
	float: left;
}
@media (min-width: 576px) {
    .wd-grid-g {
    justify-items: center;
		}
}
.btnleft .info-btn-wrapper {
    float: left;
}
.blog-design-mask.wd-add-shadow .article-inner {
    border-radius: 8px;
}
.wd-post .article-body-container {
    text-align: right !important;
}
h3.wd-entities-title.title.post-title {
    font-size: 18px !important;
}
.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(3) {
    background-color: #006766;
    color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    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(3) a {
    color: white;
    font-weight: bold;
    text-align: center;
}
.wd-toolbar-link:nth-child(3) .wd-toolbar-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.wd-tools-element:nth-child(3)>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(3) .wd-toolbar-label {
    font-size: 8px !important;
}
body:not([class*="wrapper-boxed"]) {
    background-color: #66a3a3 !important;
}
.wd-single-footer {
    justify-content: center !important;
		display: flex !important;
    margin: 25px !important;
}
html .post.blog-post-loop .post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.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: #006766;
}
.wd-nav-mobile > li.mobilemenu > a:hover {
    color: #006766;
}
.wd-nav[class*="wd-style-"] > li.mainmenu > a {
    color: #767676;
}
.wd-nav[class*="wd-style-"] > li.mainmenu > a:hover {
    color: #006766;
}
.wd-single-post-header {
    display: none !important;
}
.custom-toc-wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.custom-toc-header {
    background-color: #006766;
    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: #006766;
}
.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;
}
.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: #006766 #ff000000 !important;
}
a.active {
  border-bottom: 2px solid orange;
  font-weight: bold;
  color: #f90;
}
.wd-accordion-title .wd-accordion-title-text {
  justify-content: space-between !important;
}
.wd-accordion-title .img-wrapper {
  order: 2 !important;
}
.wd-accordion-title-text img {
    min-width: 40px !important;
}
.elementor-menu-anchor {
  scroll-margin-top: 120px !important
}
h2 {
  scroll-margin-top: 80px !important
}
:is(.single-pages) :is(.wd-page-nav) {
    display: none !important;
}
:is(.single-pages) :is(.wd-single-footer) {
    display: none !important;
}
.gform_heading {
    display: none !important;
}
.gform-theme--api,.gform-theme--framework {
    --gf-color-primary: #006766 !important;
    --gf-local-bg-color: #006766 !important;
    --gf-ctrl-btn-bg-color-hover-primary: #006766bd !important;	
}
@media (max-width: 1024px) {
    .wd-sticky-social {
        display:flex;
    }
}
.wd-social-icons .wd-icon:before {
    font-size: 20px;
}
.social-instagram {
    --wd-social-brand-color: #fe0175 !important;
}
:is(.single-pages, .single-campaigns) :is(.wd-single-footer) {
    display: none !important;
}
:is(.single-pages, .single-campaigns) :is(.wd-page-nav) {
    display: none !important;
}
:is(.single-pages, .single-campaigns) :is(.wd-toolbar) {
    display: none !important;
}
.search-lists-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search-lists-input {
	background-color: #fff !important;
  width: 100% !important;
  padding: 10px 40px 10px 10px !important;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px !important;
  font-size: 14px;
}
.search-lists-input:focus {
  outline: none;
  border-color: #006766;
  box-shadow: 0 0 5px rgba(0,103,102,0.4);
}
.search-lists-box::after {
  content: "🔍︎";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-38%);
  font-size: 18px;
  color: #888;
  pointer-events: none;
}
.majorsList ul {
  column-count: 4;
  column-gap: 30px;
}
@media (max-width: 700px) {
	.majorsList ul {
		column-count: 2;
		column-gap: 30px;
}
}@media (min-width: 768px) and (max-width: 1024px) {
	footer.wd-footer.footer-container.color-scheme-light {
    padding-bottom: 50px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	footer.wd-footer.footer-container.color-scheme-light {
    padding-bottom: 50px;
}
}

@media (max-width: 576px) {
	footer.wd-footer.footer-container.color-scheme-light {
    padding-bottom: 50px;
}
}

