/* ======= Common CSS Start ======= */

.inner-page-text {
  padding: var(--section-spacing) 0;
}

.privacy-content ul,
.entry-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.privacy-content ol,
.entry-content ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.privacy-content .list-disk li,
.entry-content .list-disk li,
.privacy-content ul li,
.entry-content ul li,
.privacy-content ol li,
.entry-content ol li {
  list-style: unset;
}

.privacy-content ul,
.privacy-content ol {
  margin: 15px 0;
}

.privacy-content ul ul {
  margin: 0;
}

.privacy-content ol ol {
  margin: 0 0 0 1em;
}

.privacy-content :where(h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 50px;
}

.privacy-content :where(h2, h3, h4, h5, h6):not(:last-child) {
  margin-bottom: 20px;
}

/* ======= Common CSS End ======= */

/*========== Thank You Page Start ==========*/

.thank-text h6 {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.thank-text p a {
  text-decoration: underline !important;
  color: var(--primary-color);
  transition: var(--transition);
}

.thank-text p a:hover {
  color: var(--dark-color);
}

/*========== Thank You Page End ==========*/

/*========== 404 Not Found Start ==========*/

.not-found-section {
  padding-block: var(--section-spacing);
  text-align: center;
}

.not-found-section img {
  width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  .not-found-section img {
    width: 100%;
  }
}

/*========== 404 Not Found End ==========*/

/*========== Blog Start ==========*/

.type-post .post-thumbnail {
  margin-block: 30px 50px;
}

.wp-block-group .wp-block-heading {
  font-size: 30px;
  margin-bottom: 14px;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
  transition: var(--transition);
  color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: var(--secondary-color);
}

.entry-footer span a {
  color: var(--primary-color);
}

.entry-footer span a:hover {
  color: var(--secondary-color);
  text-decoration: underline !important;
}

.entry-title {
  margin-bottom: 15px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
  background: var(--white-color);
  font-size: 16px;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  padding: 13px 95px 12px 20px;
  -webkit-appearance: none;
  appearance: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  height: 50px;
  color: var(--primary-color);
  position: absolute;
  right: 0;
  bottom: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--secondary-color);
  flex: 1;
  transition: var(--transition);
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
  background: var(--primary-color);
  color: var(--light-color);
}

.comments-area textarea {
  resize: none;
  width: 100%;
  height: 180px;
  border-radius: 0;
  box-shadow: none;
  background: var(--black-color);
  border: 1px solid var(--border-color);
  outline: none;
  padding: 15px;
}

.comments-area p input {
  width: 100%;
  height: 46px;
  border-radius: 0;
  background: var(--black-color);
  border: 1px solid var(--border-color);
  outline: none;
  box-shadow: none;
  padding: 15px;
}

.form-submit .submit {
  width: 170px;
  height: 46px;
  background: var(--primary-color);
  color: var(--light-color);
  font-weight: bold;
  border: none;
  border-radius: 40px;
  outline: none !important;
  transition: var(--transition);
}

.form-submit .submit:hover {
  background: var(--dark-color);
  color: var(--primary-color);
}

.avatar.photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover {
  color: var(--secondary-color);
}

.comment-meta .url,
.comment-content a {
  color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
  color: var(--dark-color);
  text-decoration: none !important;
}

.comment-metadata a {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.reply a {
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 10px;
  transition: var(--transition);
}

.comment-reply-title {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.comment-reply-title small a:hover {
  color: var(--dark-color);
}

.comment-form-comment .form-submit #submit {
  padding: 0;
  line-height: 42px;
}

.comments-area {
  margin-top: 60px;
}

.comments-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.comment-body {
  margin-bottom: 30px;
}

.comment-form-url {
  margin-right: 0;
}

.single-post .widget-area {
  margin-top: 0;
}

.nav-previous a,
.nav-next a {
  color: var(--primary-color);
  transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
  --pagination-size: 50px;
  width: var(--pagination-size);
  height: var(--pagination-size);
  background: var(--light-color);
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 10px;
  color: var(--dark-color);
  font-size: 20px;
  z-index: 10;
  transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
  background: var(--primary-color);
  color: var(--light-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
  width: 50px;
  height: 50px;
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 8px;
  border: none;
  outline: none;
  background: var(--primary-color);
  color: var(--light-color);
  font-size: 18px;
  z-index: 10;
  transition: var(--transition);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}

.page-numbers li {
  margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
  background: var(--primary-color);
  color: var(--light-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin-bottom: 0;
}

.site-main .post-navigation .nav-links {
  display: flex;
  gap: 14px;
}

.site-main .post-navigation .nav-links>* {
  flex: 1;
}

/*========== Blog End ==========*/

/*========== View All Services Start ==========*/

.footer-last .text,
.menu-seo-menu-container ul li a {
  font-size: 14px;
  line-height: 20px;
  color: var(--white-color);
  cursor: pointer;
  transition: var(--transition);
}

.footer-last .text:hover {
  color: var(--secondary-color) !important;
}

.menu-seo-menu-container ul li a {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid var(--white-color);
  transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
  color: var(--secondary-color);
}

/*========== View All Services End ==========*/

/*===========View Menu Popup==================*/
/* Overlay */
#overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(26,26,24,0.55);
	backdrop-filter: blur(4px);
	z-index: 100;
	opacity: 0;
}

/* Popup */
#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -48%) scale(0.97);
	width: min(520px, 90vw);
	background: var(--divider-color);
	z-index: 200;
	opacity: 0;
	box-shadow: 0 4px 6px rgba(0,0,0,0.04), 0 24px 60px rgba(0,0,0,0.14);
}

.popup-inner { padding: 2.5rem 2.75rem 2.25rem; }

.popup-eyebrow {
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.popup-inner h2 {
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
	letter-spacing: -0.01em;
}

.popup-divider {width: 40px;height: 2px;background: var(--primary-color);margin-bottom: 1.25rem;}

.popup-inner p {
	color: var(--muted);
	font-size: 0.925rem;
	line-height: 1.75;
	font-weight: 300;
	margin-bottom: 2rem;
}

.popup-actions { display: flex; gap: 0.75rem; align-items: center; }
 .popup-close {
	 position: absolute;
	 top: 1rem;
	 right: 1.25rem;
	 width: 28px; height: 28px;
	 background: none; border: none;
	 cursor: pointer;
	 display: flex; align-items: center; justify-content: center;
	 transition: color 0.2s, transform 0.2s;
}

 /* Animations */
#overlay.fade-in  { animation: fadeIn  0.25s forwards; }
#overlay.fade-out { animation: fadeOut 0.2s  forwards; }
#popup.slide-in   { animation: slideIn 0.3s  cubic-bezier(0.34,1.4,0.64,1) forwards; }
#popup.slide-out  { animation: slideOut 0.2s ease-in forwards; }

@keyframes fadeIn  { to { opacity: 1; } }
@keyframes fadeOut { to { opacity: 0; } }
@keyframes slideIn  { to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes slideOut { to { opacity: 0; transform: translate(-50%, -46%) scale(0.96); } }

/*==========View Menu Popup End===============*/

/*========== SEO page Start ==========*/

.seo-form-wp {
  --form-control-wrap-margin-bottom: 8px;
  padding: 60px 50px;
  --border-size: 16px;
  background-color: var(--light-color);
  position: relative;
  z-index: 0;
  border-radius: 20px;
  margin-top: auto;
}

.main-seo-content .excerpt-content {
  max-height: 325px;
  position: relative;
}

.main-seo-content .excerpt-content[style*="max-height: unset;"]{
  margin-bottom: 0;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, var(--light-color), transparent);
  pointer-events: none;
}

@media (max-width: 991px) {
  .main-banner.seo-banner .seo-form-wp {
    margin-top: 60px;
    padding: 50px 30px;
  }
}

@media (max-width: 575px) {
  .main-banner.seo-banner .seo-form-wp {
    padding: 40px 30px;
  }

  .main-banner.seo-banner {
    background-size: 2060px;
  }
}


/*========== SEO page End ==========*/

