/*.sticky { 
   	position: fixed !important;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.8s all;
	box-shadow:0 0 10px 0px #ccc;
    z-index: 111111111111111111111111 !important;
}*/

/*------------------------------------------------------------------------------------- 
           |-- All Global tags Font style / colors CSS / Layout / buttons  --| 
--------------------------------------------------------------------------------------*/
:root {
    --font-lato: "Lato", Sans-serif;
}


@font-face {
    font-family: 'Kangmas DEMO';
    src: url('/wp-content/themes/generatepress-child/font-kangmas/KangmasDEMO-Regular.eot');
    src: url('/wp-content/themes/generatepress-child/font-kangmas/KangmasDEMO-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/generatepress-child/font-kangmas/KangmasDEMO-Regular.woff2') format('woff2'),
        url('/wp-content/themes/generatepress-child/font-kangmas/KangmasDEMO-Regular.woff') format('woff'),
        url('/wp-content/themes/generatepress-child/font-kangmas/KangmasDEMO-Regular.ttf') format('truetype'),
        url('/wp-content/themes/generatepress-child/font-kangmas/KangmasDEMO-Regular.svg#KangmasDEMO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

html { scroll-behavior: smooth; }

body a:hover,
body a:focus { outline: none; }

body {  
    padding: 0; margin: 0;
    box-sizing: border-box; 
} 

body.single-baby_name {
    font-family: Arial, sans-serif;
    background-color: #ffe4f2;
    text-align: center;
    margin: 0;
    padding: 0;
}

a,span { 
    font-family:inherit;
    font-size:inherit; 
    font-weight:inherit; 
    text-decoration: none; 
    color:inherit; 
    background: none;
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title { 
    font-family: 'Kangmas DEMO'; font-weight: 400;
   color: #231F20;
}

h1:not(  h1) { font-size:60px; line-height:1.3; font-weight: 400!important;  }

h2:not(.elementor-element h2) { font-size:60px; line-height:1.3; font-weight: 400!important; }

h3:not(.elementor-element h3) { font-size: ; line-height: ;  font-weight: 400!important; }

h4:not(.elementor-element h4) { font-size: ; line-height: ; }

h5:not(.elementor-element h5) { font-size:24px; line-height:1.4; }

h5:not(.elementor-element h5) { font-size:24px; line-height:1.4;  font-family: var(--font-lato); }


ul li , ol li, p { font-family: var(--font-lato); }

p:not(:last-child) { padding-bottom:15px; }

ul , ol { padding: 0; list-style-type:none; }

/*SINGLE BABIES PAGE CSS START MAR25 START*/

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px;
        }
        .name-title {
            font-size: 36px;
            font-weight: bold;
        }
        .name-title span {
            font-size: 24px;
            cursor: pointer;
        }
        .section {
            margin-top: 20px;
        }
        .section h3 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .section p {
            font-size: 16px;
            margin: 5px 0;
        }

        .footer-title {
            font-size: 28px;
            font-weight: bold;
            margin-top: 30px;
        }

.section-table.common-bd h3 {
    margin: 0 0 15px 0;
}
.common-bd {
    font-size: 20px;
    margin: 20px 0px 20px 0px;
    text-align: LEFT;
}
.wrapper-content{
        margin-top: 30px;
}                           
.rwd-table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}

.bolder{
    font-size: 20px;
    font-weight: 600;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #5264f5;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 0.7em !important;
  }
}

/*SINGLE BABIES PAGE CSS START MAR25 END*/

.head-sticky {
    position: fixed !important;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.8s all;
    box-shadow:0 0 10px 0px #ccc;
    z-index: 111111111111111111111111 !important;
}

.mx-100 { max-width:100%; height:auto; }
.ig-100 { width:100%; max-width:100%; height:100%; }


/*----------  Global use CSS  ---------*/

    .bg-sec-round { position: relative; }
    .bg-sec-round::before {
        position: absolute;
        content: "";
        top: auto;
        bottom: -80px;
        background-image: url('/wp-content/uploads/2025/01/Vector.png');
        background-position: bottom;
        min-width: 155px;
        height: 155px;
        background-repeat: repeat;
        z-index: 1;
        background-size: contain;
    }
    div img { max-width: 100%; height: auto; }

    .ov-hiddin { overflow:hidden; }


/*----------  Newsletter Form CSS  ---------*/
    .tnp-subscription form { position:relative; }
    .tnp-subscription form .tnp-field label { display:none; }
    .tnp-subscription form .tnp-field { margin: 0; }

    .tnp-subscription form .tnp-email {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        border: 1px;
        border-radius: 12px;
        box-sizing: border-box;
        height: 48px;
        outline: 1px;
    }
    .tnp-subscription form .tnp-submit {
        display: inline-block;
        background-color: #231F20;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 12px;
        font-size: 20px;
        line-height: 28px;
        font-family: var(--font-lato);
        font-weight: 500;
        cursor: pointer;
        padding: 8px 25px 12px;
        position: absolute;
        right: 0;
        transition: 0.4s all;
        top: 0;
    }
    .tnp-subscription form .tnp-submit:hover {
        border: 0px;
        background-color: var( --e-global-color-6c5d08f )!important;
    }
   
/*---------- Elementor Home page CSS  ---------*/
    .hm-week-row2 .slick-track .slick-slide .e-con-full { 
        padding:20px; border-radius:10px; 
    } 
    .hm-week-row2 .slick-track .slick-slide { padding: 0 0 0 20px; }   
    .hm-week-row2 .slick-track { margin-left: -60px; }

    .hm-weekslider .slick-slide .elementor-widget-image-box .elementor-image-box-description {
        margin-top: -30px;
        position: relative;
    }
    .hm-weekslider .slick-slide .elementor-widget-image-box .elementor-image-box-title a {
        position: relative;
        height: 60px;
        display: block;
        z-index: 1;
    }
    .hm-pst-articles .elementor-shortcode h2.recent-articles-title {
        display: none;
    }

    .hm-week-row2 { width: calc(100% - 130px); margin-left: auto; }
    
    .hm-weeks-sec { overflow:hidden; }
    .hm-iconbx-iner { 
        width: calc(100% - 130px)!important; 
        margin-left: auto; 
        overflow-x: auto; 
        padding-bottom: 20px;
        display: flex;
        flex-wrap: nowrap
    }
    .hm-wekbox { 
        background: var(--e-global-color-fc20596);
        padding: 5px 10px;
        align-items: center;
        display: flex !important;
        min-width: 250px;
        border-radius: 10px;
    }
    .hm-wekbox .elementor-widget-text-editor p { font-size: 22px; }   

    @-moz-document url-prefix() {
        .hm-iconbx-iner {
            scrollbar-width: thin; 
            scrollbar-color: #5264f5 #fce6f2; 
        }
    }

/* WebKit Browsers (Chrome, Edge, Safari, Opera) */
    .hm-iconbx-iner::-webkit-scrollbar {
        height: 10px;
    }
    .hm-iconbx-iner::-webkit-scrollbar-track {
        background: #ffffff;
        border-radius: 12px;
        border: solid 1px #000000;
    }
    .hm-iconbx-iner::-webkit-scrollbar-thumb {
        background: var( --e-global-color-accent );
        border-radius: 12px;
        border: solid 1px #000000;
    }



/*---------- ALL Category CSS  ---------*/
    .category .site-content , .search-results .site-content {  
        max-width: 1280px;
        padding: 20px;
        margin: 60px auto;
    }
    .category .site-content .site-main , 
    .search-results .site-content .site-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap:30px;
    }
    .category .site-content .site-main header.page-header ,
    .search-results .site-content .site-main header.page-header {
        grid-column: span 3;
        text-align: center;
        font-size: 30px;
        margin-bottom: 10px;
    }

    article.hentry {
        /* box-shadow: 0 0 10px 0 #afafaf;  border-radius: 10px; */
    }
    article.hentry .inside-article{
        display:flex;
        flex-direction: column;
        /* padding: 0 20px 30px; */
        overflow: hidden;
    }
    article.hentry .post-image {
        order: 0;  margin: 0 -20px 20px;
    }
    article.hentry .entry-header { order:1; }
    article.hentry .entry-summary { 
        order: 2;
        Display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        Overflow: hidden;
        Padding: 0;
        margin: 10px 0 0;
    }
    article.hentry .post-image img {
        height: 200px;
        width:100%;
        object-fit: cover;
    }
    article.hentry .entry-header .entry-title {
        font-size: 22px;
        font-family: var(--font-lato);
        Display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        Overflow: hidden;
        Padding: 0;
    }
    article.hentry .entry-meta { display: none; }
    nav.paging-navigation {
        grid-column: span 3;
        text-align: center;
        margin-top: 20px;
    }

/*---------- ALL Single Post  ---------*/
    .single-post .site-content  {
        padding: 20px;
        margin: 60px auto;
        box-shadow: 0 0 30px -5px #838383; 
        border-radius: 8px; 
        max-width: calc(1280px - 40px);
        width: 95%;
    }

    .single-post .site-content .post h1, .single-post .site-content .post h2,
    .single-post .site-content .post h3, .single-post .site-content .post h4,
    .single-post .site-content .post h5, .single-post .site-content .post h6 {
        margin: 10px 0;
    }

    .single-post .site-content .post ul, 
    .single-post .site-content .post ol {
        margin-bottom: 15px;
    }
    .single-post .site-content .post ul li, 
    .single-post .site-content .post ol li {
        margin-bottom: 5px;
    }
  
/*     .category-posts-section , .posts_section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }
    .category-post-item , .posts_items { 
        border: solid 1px #000; 
        border-radius: 10px; 
        background-color: #FCE6F2;
    } */
	
	.posts_section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }
    .posts_items { 
        border: solid 1px #000; 
        border-radius: 10px; 
        background-color: #FCE6F2;
    }

    .posts_items img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .pst-category-name a {
        font-size:18px;
        font-family: var(--font-lato);
        font-weight: 500;
        color: var( --e-global-color-accent );
        margin-bottom: 10px;
        display: block;
    }
    .pst-title h3 {
        font-family: var(--font-lato);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        font-family: var(--font-lato);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        Display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        Overflow: hidden;
        Padding: 0;
    }   
    .pst-categry-inner { padding: 20px 25px 35px; } 



/*--------- |--  Search Bar Desktop --| ---------*/
    .custom-search-container {
        position: relative;
    }
    form.search-form { position: relative; overflow: hidden; }
    
    input.search-field {
        padding: 5px 12px 7px;
        border: solid 2px var(--e-global-color-fc20596);
        outline: none;
        height: 43px;
        font-size: 16px;
        line-height: 1;
        font-family: var(--font-lato);
        background: transparent;
        color: #fff;
        font-weight: 500;
        width: 100%;
        border-radius: 10px;
    }   
    input.search-field::placeholder { color:#e9e9e9; }
    button.search-submit {
        background-color: var(--e-global-color-fc20596);
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        position: absolute;
        right: 0;
        font-size: 18px;
        line-height: 1;
        padding: 10px 15px;
        height: 100%;
        transition: 0.25s;
    }
    button.search-submit i { color:#000; }
    button.search-submit:hover , button.search-submit:focus { border: 0; color: var(--e-global-color-fc20596)!important; }


/*--------- |--  Search Icon - Mobile --| ---------*/
    .mobile-search-icon {
        display: none;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

    /*.mobile-search-popup {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 20px;
        z-index: 11;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        text-align: center;
        background: #ffc8e3;
    }*/

    .mobile-search-popup {
        display: none;
        position: fixed;
        top: 96px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 30px 20px 20px;
        z-index: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        text-align: center;
        background: #000000b5;;
        height: 100%;
    }


    .mobile-search-popup .search-field {
        width: 100%;
    }
    .close-search {
        background: red;
        color: white;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        display: block;
        margin: 10px auto 0;
    }
    

/*--------- |--  Baby name generator --| ---------*/
    section { line-height:0; }
    section.ed_section .container {
        max-width: 1110px;
        margin: 0 auto;
    }
    section.bng-sec-banner.ed_section {
        z-index: 1;
        position: relative;
    }
    .generator-title { color: #231F20; }
    .generator-description {
        text-align: center;
        color: #231F20;
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1;
    }

    .baby-name-generator .name-generator-container { margin-bottom:0px; }

	.baby-name-generator .name-generator-container {
        /* padding: 60px 40px 0; */
	}
	div#names-results { padding: 60px 0 0; }

    .bng-babnmgrt-inner .generator-title {
        color: #fff;
        font-size: 80px; 
        line-height: 1.15;
    }   
    .bng-babnmgrt-inner .generator-description {
        color: #fff;
    }
    .row-inner2 .generator-title , 
    .row-inner2 .generator-description {
        display: none;
    }

    .row-inner1.bng-babnmgrt-inner {
        z-index: 11;  position: relative;
    }

    
    .bng-sec-babynamegnrt {
        position: relative;
        background: #fce6f2;
        padding: 120px 0;
    }
    .bng-sec-babynamegnrt .container {
        margin-top: -480px!important;
        padding-inline: 40px;
        line-height: 0;
    }

    .bng-sec-babynamegnrt::before { 
        position: absolute;
        content: "";
        top: -100px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-image: url(/wp-content/uploads/2025/02/bbnames.png);
        background-repeat: no-repeat;
        background-size: contain;
		z-index:0;
    }


    .baby-name-generator { 
        max-width: 1100px;
        position: relative;
        z-index: 11;
        background: #fff;
        padding:0 50px;
        box-shadow: none;
        border-radius: 30px;
        height: 100%;
        margin-top: 80px;
    }
    .name-generator-container .generator-form {
        background: transparent;
        padding: 0;
        border-radius: 0;
        margin-bottom: 0;
        box-shadow: none;
        padding: 60px 0 0px;
    }
	
	.dashicons-heart:before { cursor: pointer !important; }
	.dashicons-controls-volumeon:before { cursor: pointer !important; }


    /*
    .generator-form {
        background: #fff;
        padding: 50px 80px;
        box-shadow: none;
        border-radius: 30px;
    }  

    .baby-name-generator .generator-title {
        color: #fff;
        font-size: 80px; 
        line-height: 1.15;
    }   
    .baby-name-generator .generator-description {
        color: #fff;
        margin-bottom: 30px;
        font-size: 20px;
    }
    */

    .baby-name-generator .generator-section { 
        background:transparent; 
        padding: 0;
        margin-bottom: 60px;
    }
/*    .baby-name-generator .generator-section:last-of-type { margin-bottom: 30px; }*/
    .generator-form .generator-section h2 { 
        font-size: 27px;
        line-height: 1.3;
        color: var( --e-global-color-accent );
        text-align: center;
        margin-bottom: 25px;
    }

    /*     
    .generator-form a.generate-button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -60px;
        background: #5264f5;
        color: #FCE6F2;
        font-size: 24px;
        font-family: "Lato", Sans-serif;
        line-height: 1.3;
        border:solid 1px;
        padding: 10px 25px 14px;
        height: auto;
        max-width: fit-content;
        border-radius: 10px;
        transition: 0.3s;
    } 
    */

	.generator-form a.generate-button {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0px;
		background: #5264f5;
		color: #FCE6F2;
		font-size: 24px;
		font-family: "Lato", Sans-serif;
		line-height: 1.3;
		border: solid 1px;
		padding: 10px 25px 14px;
		height: auto;
		max-width: fit-content;
		border-radius: 10px;
		transition: 0.3s;
		margin: 0px auto;
	}
	
    .generator-form a.generate-button:hover { 
        background: #e0e3fd;
        color: #5264f5;
    }    

    .generator-section .button-group { grid-gap: 20px; }
    .button-group .filter-btn {
        margin: 0;
        padding: 10px 25px 12px;
        border: 2px solid #231F20;
        background: #231F20;
        color: #fff;
        border-radius:25px;
        font-size: 22px;
        line-height: 1.3;
        font-family: "Lato", Sans-serif;
        font-weight: 500;
    }
    .button-group .filter-btn:hover, .button-group .filter-btn.active {
        background: #e0e3fd;
        color: var( --e-global-color-accent );
        border-color:var( --e-global-color-accent );
    }
    .gender-group .filter-btn { 
        position: relative;
        padding-left: 50px;
        padding-block: 12px;
    }   
    .gender-group .filter-btn::before { 
        position: absolute;
        content: "";
        left: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(/wp-content/uploads/2025/02/bbnm1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        width: 32px;
        height: 32px;
    }
    .gender-group .filter-btn:nth-child(2)::before { 
        background-image: url('/wp-content/uploads/2025/02/bbnm2.png');
    }  
    .gender-group .filter-btn:nth-child(3) { padding-left:60px; }
    .gender-group .filter-btn:nth-child(3)::before { 
        background-image: url('/wp-content/uploads/2025/02/ms-grp.png'); 
    } 
    .gender-group .filter-btn:hover::before , .button-group .filter-btn.active::before {
        filter: invert(40%) sepia(70%) saturate(6669%) hue-rotate(225deg) brightness(100%) contrast(100%);    
    }
    .category-grid {
        display: flex;
        grid-gap: 35px;
        margin-top: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .category-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 22px;
        font-family: "Lato", Sans-serif;
    }
    .category-item input[type="checkbox"] {
        display: inline;
        margin-right:15px;
        width: 30px;
        height: 30px;
        appearance: none; 
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 2px solid #5264F5;
        border-radius: 50%; 
        background-color: #5264F5; 
        cursor: pointer;
        position: relative;
    }
    .category-item input[type="checkbox"]:checked {
        background-color: #e0e3fd; 
        border-color: #5264F5; 
    }
    .category-item input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        right:0;
        bottom:0;
        margin:auto;
        width:12px;
        height:12px;
        background:#5264F5;
        border-radius:50%;
        line-height:0;
    }
	

/*----- |-- STEP 2 --| ------*/
    .wrap-only-results {
        display: grid;
        grid-template-columns: repeat(3 ,1fr );
        padding: 0;
        grid-gap: 20px;
        margin-top: 40px;
    }
    .name-results {
        margin-top: 0;
        padding: 30px;
        background: var(--e-global-color-accent);
        border-radius: 15px;
        box-shadow: none;
        color: #fff;
        text-align: left;
    }
    .pagination-info {
        font-size: 26px; width: 100%;
        line-height: 1.3; text-align: left;
    }
    .pagination-info b { font-family: 'Kangmas DEMO'; font-weight:400; }   
    .name-results-footer a {
        text-align: left;
        font-family: 'Kangmas DEMO';
        font-size: 18px;
        font-weight: 400;
        text-decoration: underline;
        letter-spacing: 1px;
        margin-top: 20px;
        display: inline-block;
        line-height: 1.3;
    }
    .wrap-heart-title {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
        position: relative;
        grid-gap: 0px;
    }
    .name-results-header {
        text-align: left;
        position: absolute;
        left: 0;
    }
/*    #names-results.loading {
        text-align: left;
        padding: 0;
        font-style: normal;
    }*/
    .toggle-sec {
        position: absolute;
        right: 50px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        grid-gap: 10px;
        align-items: center;
        top: 60px;
    }
    .toggle-sec a.wishlist {
        display: inline-block!important;
        position: relative;
        line-height: 1;
        font-size: 0;
        width: 55px;
        height: 55px;
        border-radius: 10px;
        border: solid 2px;
        transition: 0.3s all;
    }
    .toggle-sec a.wishlist:hover { 
       background: var( --e-global-color-6c5d08f ); 
    }
    .toggle-sec a.wishlist:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
		bottom:0;
        margin: auto;
        line-height: 1;
        background-image: url(/wp-content/uploads/2025/02/shopping-cart.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
    }

    /*#names-results .toggle-sec a.wrapview-whishlist.wishlist:after {
        position: absolute;
        content: "";
        background-repeat: repeat-x;
        background-size: auto;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(/wp-content/uploads/2025/02/shopping-cart.png);
        line-height: 1;
    }*/

    button.toggle-form-btn {
        margin: 0;
        background: #231F20;
        padding: 10px;
        line-height: 0;
        width: auto;
        height: auto;
        border: 0px;
        position: relative;
        transition: 0.3s;
        z-index: 1;
    }
    button.toggle-form-btn:hover { 
        background: var( --e-global-color-accent )!important; 
    }
    button.form-visible , .toggle-sec button:focus { 
        background: var( --e-global-color-accent )!important; 
        transition: 0s;
    }
    button.toggle-form-btn .dashicons { 
        width: 35px;
        height: 35px;
        font-size: 0;
        position: relative;
    }   
    button.toggle-form-btn .dashicons::after {
        position: absolute;
        content: "";
        background-image: url(/wp-content/uploads/2025/02/Tune.png);
        /* background-size: contain; */
        background-position: center center;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .name-results-header h3 {
		font-size: 28px;
		line-height: 1.3;
		letter-spacing: 1.5px;
		color: #fff;
		Display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		Overflow: hidden;
		Padding: 0;
    }
    .name-results-content p {
        font-size: 20px;
        font-weight: 400;
        margin: 20px 0 0;
        line-height: 1.3;
    }
    .pagination-controls {
        margin: 40px 0 0;
        width: 100%;
		/* padding-bottom: 60px; */
    }
	#names-results .wrap-result-pagination {
		padding-bottom: 60px;
	}
    .pagination-controls button {
        padding: 10px 17px;
        font-size: 24px;
        color: #000;
        font-weight: 700;
    }
    .pagination-controls button .dashicons { 
        font-size: 24px;
        color: #000;
        font-weight: 600;
        transition: 0.3s;
    }
    .pagination-controls button .dashicons:hover {
       color: var(--e-global-color-accent);
    }
    .pagination-controls button.page-previus ,
    .pagination-controls button.page-next {
        background: transparent;
        width: 0; border: 0;
        cursor: pointer;
        padding: 0; line-height: 0;
    }
    .pagination-controls button.page-previus {
        margin-right: 40px;
    }
    .pagination-controls button.page-next {
        margin-left: 10px;            
    }
    .pagination-controls .page-number.active {
        background: var(--e-global-color-accent);
        color: white;
        border-color: var(--e-global-color-accent);
    }
    h2.footer-title { margin: 0; }
.no-results p {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    padding-bottom: 60px;
}
/*----- |-- STEP 3 --| ------*/
    .custom-baby-step-3 {
        padding: 50px 0;  position: relative;
    }

    .custom-baby-step-3 .container {     
        z-index: 1;
        position: relative; 
    } 

    .custom-baby-step-3::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: -100px;
        bottom: 0;
        margin: auto;
        background-image: url(/wp-content/uploads/2025/02/bnr11.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: top;
        z-index: 0;
    }
    .custom-baby-step-3 .section {
        font-size: 18px;
        font-family: var(--font-lato);
        line-height: 1.3;
    }
    .custom-baby-step-3 .section p {
        margin: 5px 0 0; 
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
    }
    .custom-baby-step-3 .container .section h3 {
        font-size: 24px;
        line-height: 1.3;
        font-family: "Lato", Sans-serif;
        font-weight: 700;
    }

    .grid-container.container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }   
    .custom-baby-step-3 .name-title.single-baby {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1;
    }

    .cs-sep3-babyname .baby-name-generator .generator-description { margin-bottom:0px; }

    .speak-voice , .heart-saver { line-height: 1; }
    .wrapper-speak-heart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 4%;

    }
    section.cs-sep3-similrctgr {
        background: #FFC8E3;
        padding: 150px 40px 75px;
        position: relative;
        margin-top: 0;
    }
    .cs-sep3-similrctgr::before {
        position: absolute;
        content: "";
        background-image: url(/wp-content/uploads/2025/01/Vector.png);
        background-repeat: repeat-x;
        background-size: auto;
        width: 100%;
        height: 220px;
        left: 0;
        right: 0;
        top: -95px;
        bottom: auto;
        margin: auto; 
    }
    .cs-sep3-similrctgr .container-full {
        max-width: 1560px;
        margin-inline: auto;
        position: relative;

    }
    .cs-sep3-similrctgr .container-full::before {
        position: absolute;
        content: "";
        background-image: url('/wp-content/uploads/2025/02/efegod.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        left: -100px;
        right: auto;
        top: 0;
        bottom: 0;
        margin: auto; 
        z-index: 0;
    }

    .cs-simlrctr-inner .wrap-only-results .name-results-footer a { margin-top: 30px; }
    .cs-simlrctr-inner .wrap-only-results {
        display: grid;
        grid-template-columns: repeat(4, 1fr); 
        position: relative;
        z-index: 1;
    } 
	
    .cs-simlrctr-inner .second-part h2.footer-title { position: relative; padding-bottom:40px; text-align:center; }
    .cs-simlrctr-inner .second-part h2.footer-title::before {
        position: absolute;
        content: "";
        background-image: url(/wp-content/uploads/2025/01/eer.png);
        background-repeat: no-repeat;
        background-size: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 10px;
        margin: auto;
        background-position: bottom center;
    }
    .cs-sep3-babyname { padding: 80px 40px 90px; position: relative; }  
    .cs-sep3-babyname::before {
        position: absolute;
        content: "";
        background-image: url(/wp-content/uploads/2025/02/bbnme-gnrt.png);
        background-repeat: no-repeat;
        background-size: auto;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 150px;
        bottom: 0;
        margin: auto;
    }

    .cs-babyname-inner .baby-name-generator { margin:0  auto; padding-top: 60px; }
    .whislist article.type-page .inside-article {
        padding: 0 40px;
        max-width: 1660px;
        margin: 80px 0;
        margin-inline: auto;
    }
    .whislist article.type-page .inside-article header.entry-header {
        text-align: center;
    }
    .whislist article.type-page .inside-article .wrap-only-results {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

	.page-template-baby-name-wishlist .cs-simlrctr-inner .wrap-only-results .container {
		max-width: 100%;
		width: 100%;
	}
	.page-template-baby-name-wishlist .cs-simlrctr-inner .wrap-only-results .container:first-child  {
		grid-column : span 4;
		text-align:center;
	}
	.page-template-baby-name-wishlist  .cs-sep3-babyname {
    	padding-block: 20px;
	}	

.single .elementor-widget-wpr-post-content ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
}

.single .elementor-widget-wpr-post-content ul li {
    margin-bottom: 10px;
}

.single .elementor-widget-wpr-post-content ul li, .single .elementor-widget-wpr-post-content ul li strong {
    font-size: 20px;
    font-family: 'Lato';
}


