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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #140034;
	--wd-alternative-color: rgb(12,192,242);
	--btn-default-bgcolor: rgb(20,0,52);
	--btn-default-bgcolor-hover: rgb(12,193,241);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--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: 8px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

h1{
font-size: 50px;
}
h2{

font-size: 45;
}

.gradient-text {
    font-family: sans-serif; /* Font style add kiya */
    font-weight: 800; /* Thora aur bold kiya taake gradient saaf dikhe */
    /* Gradient Logic */
    background: linear-gradient(to right, #0ABFF4, #30D8C3);
    -webkit-background-clip: text; /* Safari/Chrome ke liye */
    background-clip: text;         /* Standard property */
    -webkit-text-fill-color: transparent;
    /* Alignment fix */
    display: inline-block;
    line-height: 1.2;
  }
.agency-item-content::after {
    content: '';
    position: absolute;
    top: 40;
    left: -41px;
    background-color: #140034 !important;
    mask-image: url(https://corewebsol.com/wp-content/uploads/2026/04/dot-green-icon.svg);
    width: 21px;
    height: 21px;
}

span.wd-btn-icon {
    font-size: 19px;
    line-height: 0px ;
    padding: 0px;
}

.wd-info-box .info-box-icon
 {
    border-radius: 6px !important;
    padding: 9px !important;
}

/* Make the section a flex container */
.your-section-class {
    display: flex;
    align-items: flex-start; /* CRITICAL: must be flex-start, not stretch */
}

/* Sticky left column */
.your-left-column-class {
    position: sticky;
    top: 120px; /* Adjust based on your header height */
    align-self: flex-start; /* CRITICAL: needed for sticky to work in flex */
}

.testimon-style-info-top .wd-testimon-thumb img {
    min-width: 60px !important;
    max-width: 72px;
}
.wd-testimon-info {
    display: flex;
    align-items: start !important;
}
/* .wd-testimon-text.reset-last-child {
    height: 165px;
} */
.wd-accordion.wd-opener-pos-left>.wd-accordion-item>.wd-accordion-title {
    flex-direction: row-reverse;
    background-color: #D2E4F6;
}
.wd-accordion:where(.wd-style-shadow)>.wd-accordion-item>:is(.wd-accordion-title,.wd-accordion-content) {
    padding-top: 12px;
}

/* service page Silder background */

.grid-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(to right, #e2e8f0 1px, transparent 1px),
    linear-gradient(to bottom, #e2e8f0 1px, transparent 1px);
  background-size: 20px 30px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 100%, #000 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 100%, #000 60%, transparent 100%);
  pointer-events: none;
}
/* service page Silder background */

/* first service section background */
.grid-bg-section1 {
  background-color: #f8fafc;
  position: relative;
}
.grid-bg-section1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(to right, #d1d5db 1px, transparent 1px),
    linear-gradient(to bottom, #d1d5db 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 0% 100%, #000 50%, transparent 90%);
  mask-image: radial-gradient(ellipse 80% 80% at 0% 100%, #000 50%, transparent 90%);
  pointer-events: none;
}
/* first service section background */
/* second service section background */
.grid-bg-section2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(to right, #d1d5db 1px, transparent 1px),
    linear-gradient(to bottom, #d1d5db 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
  mask-image: radial-gradient(ellipse 80% 80% at 0% 0%, #000 50%, transparent 90%);
  pointer-events: none;
}
/* second service section background */

/* portfolio page main top Section background */
.portfolio::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(to right, #d1d5db 1px, transparent 1px),
    linear-gradient(to bottom, #d1d5db 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%);
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%);
  pointer-events: none;
}
/* portfolio page main top Section background */