/*
Theme Name: Web D Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769663477
Updated: 2026-01-29 05:11:17

*/

.ehf-header #masthead {
    position: sticky !important;
    top: 0;
	    z-index: 999;
	    transition: all 0.3s ease;
}
.hfe-flyout-wrapper nav {
    opacity: 0;
    transform: translateY(20px);
    transition: .7s ease all;
    transition-delay: .7s;
    }

.hfe-flyout-show nav {
    opacity: 1;
    transform: translateY(0);
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    transition: .6s ease all;
    display: block !important;
}

.cus_button .elementor-button-icon svg {
    width: 35px !important;
    transition: .3s;
}

.cus_button span.elementor-button-content-wrapper {
    align-items: center;
}
.cus_button a:hover svg {
    transform: rotate(42deg);
}

	.hfe-nav-menu-icon {
    padding: 0 !important;
}
span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0:hover {
    border: 1px dotted transparent !important;
}

ul#menu-1-47b201a {
    width: 100% !important;
}


.cus_list ul {
    column-count: 2;
}

.cus_list ul a.hfe-menu-item {
    display: inline-block !important;
    width: auto !important;
}
.cus_an a {
    color: #fff !important;
}
.cus_ans a {
    color: #111111 !important;
}
.cus_blue a {
    color: #1977cc !important;
}
.cus_an .elementor-icon-box-wrapper, .cus_ans .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center;
    align-content: center;
}

.cus_an .elementor-icon-box-icon, .cus_ans .elementor-icon-box-icon {
	display: flex !important;
}


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');


.cs-post-main-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    font-family: 'DM Sans', sans-serif;
	padding-bottom:30px;
}


.cs-post-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    font-family: 'DM Sans', sans-serif;
}

.cs-post-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}


.cs-post-featured img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}


.cs-post-content {
    padding: 22px;
    font-family: 'DM Sans', sans-serif;
}


.cus_clendar {
    font-size: 14px;
    color: #777;
    display: block;
    margin-bottom: 6px;
    font-family: 'DM Sans', sans-serif;
}


.cs-post-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000A0D;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
}

.cs-post-title a:hover {
    color: #1976CB;
}


.cs-short-text {
    font-size: 16px;
    color: #111111;
    line-height: 26px;
    margin: 12px 0 18px;
    font-family: 'DM Sans', sans-serif;
}

.cs-blog-readmore {
    color: #1976CB;
    text-transform: uppercase;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: 'DM Sans', sans-serif;
}
.cs-blog-readmore:hover {
    color: #1976CB;
}

.cs-post-author {
    font-weight: 700;
    color: #0C0A09;
}


.cs-post-dot {
    font-size: 0; 
}


.cs-post-dot::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #474747;
    display: inline-block;
    border-radius: 50%;
}

.cs-post-dot::after {
    margin: 0 5px; 
}

.single-post h1 {
    font-family: 'DM Sans';
}

.cs-meta svg {
    width: 25px;
}

.cs-meta p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'DM Sans';
}

.cs-post-thumbnail img {
    width: 100%;
    border-radius: 20px;
}

.cs-post-content h2 {
    padding-top: 20px;
}

.cus_footer a {
    text-decoration: underline;
}
.cus_footer a:hover {
    color: #1977CC;
}


.slick-prev, .slick-next {
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}


.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.slick-prev {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: url('https://virginiawomenswellness.com/wp-content/uploads/2026/01/left-arrow.svg') no-repeat center center !important;
    background-size: contain !important;
    z-index: 1;
	position: absolute;
}

.slick-next {
    right: -20px !important;
    left: unset !important;
    top: 50%;
    transform: translateY(-50%);
    background: url('https://virginiawomenswellness.com/wp-content/uploads/2026/01/right-arrow.svg') no-repeat center center !important;
    background-size: contain !important;
    position: absolute;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
}

.slick-slide {
    height: 400px !important;
    display: flex !important;
    margin: 0px 8px !important;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;               
    margin-top: 14px;
    padding: 0;
}


.slick-dots li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.slick-dots li button {
    font-size: 0 !important;   
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: #bdbdbd;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #1f6fdc;
}


.slick-dots li button:focus,
.slick-dots li button:active {
    outline: none !important;
    box-shadow: none !important;
}


.slick-dots li button:before {
    content: '' !important;
}

ul.slick-dots {
    padding: 0 !important;
}

.cus_slider_mobile .slick-slide {
    height: unset !important;
    box-shadow: none !important;
}

.main_grid .child_grid_column {
  position: relative;
}

.main_grid .child_grid_column::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}


.care-box .more-text {
  display: block;
}
.toggle-btn {
    display: inline-block;
    color: #1977cc;
    cursor: pointer;
    font-weight: 600;
    text-decoration-line: underline;
	    font-family: 'DM Sans';
}
.care-box h2 {
    font-family: 'DM Sans';
    color: #140127;
    font-weight: 600;
}
.care-box p {
    font-family: 'DM Sans';
    color: #111;
}
.care-box h3 {
    font-family: 'DM Sans';
	    color: #140127;
    font-weight: 500;
}
.tick-list, .wp-block-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.tick-list li, .wp-block-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  list-style: none;
  font-family: 'DM Sans';
  color: #111;
}
.tick-list li::before, .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("https://virginiawomenswellness.com/wp-content/uploads/2026/04/check-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.tick-list {
    padding-left: 0;
}
.tick_location li::before {
    background: url("https://virginiawomenswellness.com/wp-content/uploads/2026/04/lo.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
#cus_care .tick-list li::before {
    background: url("https://virginiawomenswellness.com/wp-content/uploads/2026/04/tick.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
#cus_care .tick-list li {
    color: #fff !important;
}
#cus_care h2 {
    color: #fff !important;
}

#cus_care p {
    color: #fff !important;
}
.care-box a {
    color: #1977cc;
}


.schedule-btn {
    background: #0b375e;
    color: #fff !important;
    padding: 13px 48px 13px 18px;
    border-radius: 50px;
    transition: 0.3s ease;
    text-transform: uppercase;
    height: 47px;
    position: relative;
    font-family: 'DM Sans';    
}
.cus_top{
	margin-top:30px;
}
.schedule-btn::before {
    content: "";
    width: 36px;
    height: 35px;
    background: url('https://virginiawomenswellness.com/wp-content/uploads/2026/01/arrow.svg') no-repeat center;
    background-size: cover;
    top: 6px;
    position: absolute;
    right: 5px;
	transition: 0.3s ease all;
	
}
.schedule-btn:hover:before {
    transform: rotate(45deg);
}
.cus_tops {
    padding-top: 10px;
}
.aws-wrap h1 {
    font-family: 'DM Sans';
}
.aws-wrap .text-muted.small {
    font-family: 'DM Sans';
}
.aws-step {
    font-family: 'DM Sans';
}

.step-panel {
    font-family: 'DM Sans';
}
@media (max-width: 1024px) {

    .cs-post-main-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 991px){
.cus_list ul {
    column-count: 1;
}
}
@media (max-width: 767px) {
	.slick-slide {
    height: 300px !important;
}
	.cus_tops {
    padding-top: 0px;
}
.cus_top {
    margin-top: 40px;
    margin-bottom: 30px;
}
  .care-box .more-text {
    display: none;
  }
    .cs-post-main-row {
        grid-template-columns: 1fr;
    }
/* 	.cs-post-main-row .cs-post-item {
  display: none;
}

.cs-post-main-row .cs-post-item:first-child {
  display: block;
}
	

  .main_grid .child_grid_column::before {
    display: none;
  } */


 .main_grid .child_grid_column:nth-child(2)::before, .main_grid .child_grid_column:nth-child(4)::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}
}

@media only screen and (max-width: 575px){
.cus_button .elementor-button-icon svg {
    width: 22px !important;
}
	.cus_buttons .elementor-button-icon svg {
    width: 30px !important;
}
}