/*
Theme Name: Senior Stylist Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Codedrill 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.1770807370
Updated: 2026-02-11 10:56:10

*/


/*************** DEFAULT CUSTOM CSS STARTS HERE ***************/


/***
rgb(22, 39, 33) #162721
rgb(138, 168, 151) #8aa897
rgb(39, 63, 54)  #273f36
hsl(150, 20%, 85%) #D1E0D9
hsl(160, 65%, 50%) #2DD29B
hsl(0, 0%, 100%) #fff
hsl(160, 70%, 45%) #22C38E
hsl(0, 0%, 45%) #737373
****/

:root {
    --background: #f1f9f5;
    --foreground: #1A1A1A;
    --card: #FFFFFF;
    --card-foreground: #1A1A1A;
    --primary: #22c38e;
    --primary-foreground: hsl(0, 0%, 100%);
    --secondary: #E3F2EB;
    --secondary-foreground: #1A1A1A;
    --muted: hsl(150, 20%, 90%);
    --muted-foreground: #737373;
    --accent: #2DD29B;
    --accent-foreground: hsl(0, 0%, 100%);
    --border: #D1E0D9;
    --radius: 0.63rem;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

h1.elementor-heading-title span,
h2.elementor-heading-title span,
h3.elementor-heading-title span,
h4.elementor-heading-title span,
h5.elementor-heading-title span,
h6.elementor-heading-title span {
    color: #22c38e !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
    color: #1A1A1A;
}

body{
    color: var(--foreground);
    background-color: var(--background);
}

p {
    color: var(--muted-foreground);
}

html.dark body {
    background: linear-gradient(180deg, hsl(158 32% 8%), hsl(158 32% 12%));
}

html.dark body p{
    color: #8aa897;
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6,
.elementor-heading-title {
    color: #fff;
}

html.dark body,
html.dark p {
    color: #8aa897;
}


/* Fade-in Animation */

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*************** DEFAULT CUSTOM CSS ENDS HERE ***************/


/*************** HEADER CUSTOM CSS STARTS HERE ***************/

.header-menus-wrapper nav ul.hfe-nav-menu {
    flex-wrap: nowrap;
}

.header-menus-wrapper nav ul.hfe-nav-menu li a {
    white-space: nowrap;
}

.light .header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu{    
    background: #162721;
}

.light .header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item span.wpml-ls-native{
    color: #fff;
}

.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu{
    top: calc(100% + 15px);
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(34, 195, 142, 0.2);
}

.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item{
    display: block;
    padding: 10px 15px;
}

.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item img.wpml-ls-flag{
    margin-right: 5px;
}

.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item span.wpml-ls-native{
    color: #0e1b16;
}

.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item:hover{
    background: #22c38e;
}

.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item:hover span.wpml-ls-native{
    color: #fff;
}

body button.js-dark-mode-trigger.nocturne-dark-mode-trigger {
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    background: #0f1c17;
    border: 0;
    border-radius: 50%;
}

body button.js-dark-mode-trigger.nocturne-dark-mode-trigger svg{
    width: 20px;
    height: 20px;
}

.light body button.js-dark-mode-trigger.nocturne-dark-mode-trigger svg path:last-child{
    fill: #1a1a1a;
}

.light body button.js-dark-mode-trigger.nocturne-dark-mode-trigger{
    background: #fff;
}

.light body .site-header-main{
    backdrop-filter: blur(12px);
}

.dark body .site-header-main{
    background: rgba(14, 27, 22, 0.95) !important;
    border-bottom: 1px solid #273f36 !important;
}

.dark .light-header-logo, .light .dark-header-logo {
  display: none;
}
/*************** HEADER CUSTOM CSS ENDS HERE ***************/


/*************** HOME PAGE CUSTOM CSS STARTS HERE ***************/

.hovered-effect-block-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hovered-effect-block-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -10px rgba(34, 195, 142, 0.2);
}

.become-ss-grid-column .elementor-icon {
    background: rgba(34, 195, 142, 0.1);
    border-radius: 11px;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    text-align: center;
    line-height: 3.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.get-started-cta-buttons a {
    max-width: 190px;
    display: inline-block;
}

.get-started-cta-icon {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.dark .features-background{
    background: rgb(14, 27, 22) !important;
}

.dark .experts-background{
    background: #162721 !important;
}

.light .hovered-effect-block-item, .light .become-ss-grid-column, .light .default-listing-block{
    background: #fff !important;
    border: 1px solid #D1E0D9 !important;
}

.become-ss-grid-column .elementor-icon-box-title {
  margin: 0 !important;
}

.dark .global-get-started{
    background: #162721 !important;
    border: 1px solid rgb(39, 63, 54) !important;
}

.light .global-get-started{
    background: linear-gradient(135deg, white 0%, hsl(150, 30%, 98%) 100%) !important;
    border: 1px solid var(--border) !important;
}

.dark .icon-with-btn .elementor-button-icon .e-font-icon-svg {
  fill: #fff;
}

.elementor-widget-text-editor ul{
	padding-left:15px;
}

.light .elementor-widget-text-editor ul li{color: #737373;}

.dark .elementor-widget-text-editor ul li{color: #8aa897;}
/*************** HOME PAGE CUSTOM CSS ENDS HERE ***************/


/*************** FAQS PAGE CUSTOM CSS STARTS HERE ***************/

.faqs-page-accordians details.e-n-accordion-item {
    padding: 0.6rem 0;
    border-bottom: 1px solid #273f36;
}

.faqs-page-accordians details.e-n-accordion-item:first-child {
    padding-top: 0;
}

.faqs-page-accordians details.e-n-accordion-item:last-child {
    border-bottom: 0;
}

.faqs-page-accordians details.e-n-accordion-item summary.e-n-accordion-item-title {
    justify-content: space-between;
}

.faqs-page-accordians details.e-n-accordion-item summary.e-n-accordion-item-title .e-n-accordion-item-title-header h6.e-n-accordion-item-title-text {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.faqs-page-accordians details.e-n-accordion-item summary.e-n-accordion-item-title .e-n-accordion-item-title-icon span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .3s ease;
    margin-left: 10px;
    position: relative;
    left: -6px;
}

.faqs-page-accordians details.e-n-accordion-item summary.e-n-accordion-item-title .e-n-accordion-item-title-icon span.e-opened::after {
    transform: rotate(-135deg);
    border-color: var(--primary);
}

.faqs-page-accordians details.e-n-accordion-item summary.e-n-accordion-item-title .e-n-accordion-item-title-icon span svg {
    display: none;
}

.faqs-page-accordians details.e-n-accordion-item .elementor-element.e-con.e-child {
    border: 0 !important;
}


/*************** FAQS PAGE CUSTOM CSS ENDS HERE ***************/

/*************** HOW IT WORKS PAGE CUSTOM CSS STARTS HERE ***************/
.bodered-divider-verticle .elementor-divider-separator{
    height: 35px;
    background: rgb(73 91 82);
    border: 0;
    direction: unset;
}

.hiw-title-icon .elementor-icon-box-title {
  margin: 0;
}
/*************** HOW IT WORKS PAGE CUSTOM CSS ENDS HERE ***************/

/*************** CONTACT US PAGE CUSTOM CSS STARTS HERE ***************/
.contact-us-info .elementor-icon-box-icon .elementor-icon{
    background: rgba(34, 195, 142, 0.1);
    border-radius: var(--radius);
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3.3rem;
}

.contact-us-info .elementor-icon-box-content .elementor-icon-box-title{
    margin: 0;
}

.contact-page-form form br{
    display: none;
}

.contact-page-form p label{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 12px;
}

.light .contact-page-form p label{
    color: #1A1A1A;
}

.contact-page-form p input, .contact-page-form p textarea{
    border-radius: 11px;
    width: 100%;
    border: 1px solid var(--border);
    color: var(--muted-foreground);
    font-size: 16px;
    background: transparent;
    line-height: 20px;
    padding: 15px 15px;
}

.contact-page-form form.wpcf7-form p {
  margin: 0 0 22px;
}

.contact-page-form form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
  margin: 0 0 22px;
  width: auto;
  border-radius: 50px;
  border-color: var(--primary);
}
/*************** CONTACT US PAGE CUSTOM CSS ENDS HERE ***************/


/*************** FOOTER CUSTOM CSS STARTS HERE ***************/
.site-footer-block{
    background: #fff;
    border-top: 1px solid var(--border) !important;
}

html.dark .site-footer-block{
    background: rgba(14, 27, 22, 0.95);
    border-color: #273f36 !important;
}

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

.dark-mode-logo, html.dark .light-mode-logo{
    display: none;
}

html.dark .dark-mode-logo{
    display: block;
}

.site-footer-block nav ul.hfe-nav-menu li.menu-item a.hfe-menu-item{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html.dark .footer-bottom-default{
    border-color: #273f36 !important;
}

html.light .footer-social-media .elementor-social-icon{
   background:  var(--secondary) !important;
}


html.light .footer-social-media .elementor-social-icon:hover{
   background:  var(--primary) !important;
}
/*************** FOOTER CUSTOM CSS ENDS HERE ***************/


/*************** RESPONSIVE CSS STARTS HERE ***************/
@media (max-width: 1025px) {
    body button.js-dark-mode-trigger.nocturne-dark-mode-trigger {
        top: 1.2rem;
        right: .5rem;
    }
    .header-menus-wrapper {
        position: absolute;
        right: 3.5rem;
    }
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active {
        margin-top: 20px;
    }
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active ul.hfe-nav-menu{
        flex-wrap: wrap;
    }
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active ul.hfe-nav-menu li.menu-item {
        border-bottom: 1px solid #fff !important;
    }
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active ul.hfe-nav-menu li.menu-item:last-child {
        border-bottom: 0 !important;
    }
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
        background: #E7B008 !important;
        padding: 1rem;
        color: #fff;
    }
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover,
    .header-menus-wrapper .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active ul.hfe-nav-menu li.menu-item a.hfe-menu-item:focus {
        color: #1a1a1a !important;
    }
	.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child a.hfe-menu-item{
		justify-content:flex-start;
	}
	
	.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu{
		top:0;
		border-radius: 0;
	}
	
	.header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu .menu-item a.hfe-sub-menu-item{
		background:transparent;
	}
	
	.light .header-menus-wrapper nav ul.hfe-nav-menu li.menu-item.menu-item-has-children.parent-has-child .sub-menu{
		width:100% !important;
	}
	
	.header-menus-wrapper .hfe-nav-menu-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
    .bodered-divider-verticle .elementor-divider-separator{
        position: absolute;
        bottom: 34px;
        right: 0;
        height: 1px;
        width: calc(100% - 50px) !important;
        z-index: 1;
    }
}

@media (min-width: 640px) {
    .get-started-cta-buttons {
        flex-direction: row;
    }
}


/*************** RESPONSIVE CSS ENDS HERE ***************/