@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
    font-family: 'Authentic';
    src: url(/wp-content/uploads/2024/06/Authentic-Signature.otf);
}

@font-face {
    font-family: 'Ailerons';
    src: url(/wp-content/uploads/2024/06/Ailerons-Typeface.otf);
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,p {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #262626; /* Primary Black */
  --c2: #1E1E1E; /* Secondry Black */
  --c3: #ff65c3; /* Yellow */
  --c4: #FBF1E2; /* Background-light */
  --c5: #5ce1e6;
}

::selection {
  background: var(--c3);
}

h1{
	color:var(--c1);
	font-size: 60px;
	font-family: 'Ailerons';
	font-weight: 400;
	margin-left: -15px;
}
h2{
	color:var(--c1);
	font-size:70px;
	font-weight: 400;
	font-family: 'Ailerons';
	margin-left: -15px;
}
h3{
	color:var(--c3);
	font-size:70px;
	font-family: 'Authentic';
	
}

p{
	font-size:16px;
	color:var(--c1);
	margin-top: 15px;
}
.wrapper {
    overflow: hidden;
}
.Back-color{
	background: #ff65c314;
}

/* ......woocommerce..... */

.woocommerce #review_form #respond .form-submit input {
    background: var(--c3);
    color: white;
}
.woocommerce p.stars a {
    color: var(--c3);
	margin-top:10px;
}

span.drop-menu {
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #424242;
}

.shop-sidebar ul.children li:first-child {
    padding-top: 15px !important;
}


.wp-block-woocommerce-checkout {
    padding: 100px 0px 50px !important;
}
h2.woocommerce-Reviews-title {
    margin-left: -6px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    border-right: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
}
.related .product-box-main {
    margin: 0px 20px 0px 0px;
}

div#tab-description h2 {margin-left: -7px;}

.related h2 {
    margin-left: -7px;
}

.wc-block-components-checkout-step__heading h2 {font-family: 'Inter';font-size: 24px !important;font-weight: 600;}

.wc-block-components-checkout-place-order-button {
    color: black;
    font-size: 16px;
    background: transparent;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid var(--c3);
    transition: .4s all !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wc-block-components-checkout-place-order-button:hover {
    background: var(--c3);
}

a.wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--c3);
}

a.wc-block-components-checkout-return-to-cart-button {
    transition: .4s all;
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    color: var(--c3);
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid var(--c3) !important;
}

th.wc-block-cart-items__header-image span {
    font-size: 42px;
    font-family: 'Ailerons';
}

th.wc-block-cart-items__header-total span {
    font-family: 'Ailerons';
    font-size: 42px;
}

.wp-block-woocommerce-cart {
    padding-top: 80px;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 42px !important;
    font-family: 'Ailerons' !important;
}

.wc-block-cart__submit-button {
    color: black;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid var(--c3);
    transition: .4s all !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 30px !important;
}

.wc-block-cart__submit-button:hover {
    background: var(--c3);
    color: black;
}
button.wc-block-components-quantity-selector__button {
    color: var(--c3) !important;
    font-size: 24px !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    outline: none !important;
    box-shadow: none !important;
}
a.wc-block-components-product-name {
    color: black;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.single-product-main {
    padding-top: 100px;
}
.shop-sidebar ul.children li {
    padding: 0px;
    border: unset;
    padding-bottom: 8px;
}

.shop-sidebar ul.children li a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    pointer-events: unset;
}

.shop-sidebar ul.children li a::before {
    display: none;
}

.shop-sidebar ul.children li:last-child {
    padding: 0px;
}

.shop-sidebar ul.children {
    display:none;
}
.shop-sidebar ul li a:hover {
    color: var(--c3);
}
.shop-sidebar ul li:last-child {
    border: unset;
}

.shop-sidebar ul li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: var(--c3);
    left: -30px;
    top: 50%;
    transform: translate(0px, -50%);
}

.woocommerce span.onsale {
    background-color: var(--c3);
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 160px;
    height: 130px;
    object-fit: cover;
}
/* Hide the default number input spinner */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* Style the container */
.quantity {
    display: flex;
    align-items: center;
}

.quantity .minus,
.quantity .plus {
    background-color: white;
    border: 1px solid #ddd;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: var(--c3);
    font-size: 26px;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background-color: #ddd;
}

.quantity .minus:focus,
.quantity .plus:focus {
    outline: none;
}

.quantity input {
    text-align: center;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 0px;
    height: 36px;
}



body.page-template-home .woocommerce ul.products li.first, body.page-template-home .woocommerce-page ul.products li.first {
    clear: unset;
}

.product-box-img img {margin: 0px !important;}

.product-box-main {
    margin: 0px 10px 30px 10px;
    transition: .4s all;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 15px;
}

.product-box-content {
    background: white;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    height:250px;
    flex-direction: column;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {}

.product-box-main a {
    display: unset;
}

.product-box-content a h2 {
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 400 !important;
    transition: .4s all;
    font-family: 'Inter';
    padding: 0px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: unset;
}

.product-box-content .price bdi {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.product-box-content .woocommerce ul.products li.product .button {
    margin: 0px !important;
}

.product-box-content .button {margin: 20px 0px 0px !important;padding: 10px 40px !important;font-size: 14px !important;color: white !important;font-weight: 500 !important;background: var(--c3) !important;text-align: center;border-radius: 500px !important;border: 2px solid var(--c3) !important;transition: .4s all;width: fit-content;}

.product-box-content a h2:hover {
    color: var(--c3)!important;
}

.product-box-content .button:hover {
    background: transparent !important;
    color: black !important;
}

.product-box-main:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ul.products.columns-1.slick-initialized.slick-slider {}

.Product-main .products {
    margin: 0px !important;
}

.Product-main .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0px;
}

.product-box-img .onsale {
    display: none;
}

.product-box-content a.added_to_cart {
    color: var(--c3);
    text-decoration: underline !important;
    font-weight: 600;
	padding:0px;
}

.product-box-content a.added_to_cart:hover {
    text-decoration: auto !important;
}

.single-product-main .woocommerce-product-gallery__image a {
    width: 100%;
}

.single-product-main .woocommerce-product-gallery__image a img {
    height: 500px !important;
    object-fit: cover;
}
span.woocommerce-Price-amount.amount {
    color: var(--c3);
    font-size: 20px;
}

.woocommerce div.product form.cart {
    margin: 20px 0px;
}


.single-product-main .single_add_to_cart_button {
    background: var(--c3) !important;
}

.single-product-main .related h2 {
    font-size: 35px;
    font-family: 'Inter';
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 0px;
}
div#tab-description h3 {
    font-size: 35px;
    color: black;
}
section.related.products {
    margin-bottom: 60px;
}
.single-product-main div#tab-description h2 {
    font-size: 35px;
    font-family: 'Inter';
    font-weight: 700;
    margin-bottom: 10px;
	margin-left: 0px;
}

.single-product-main h2.woocommerce-Reviews-title {
    font-size: 35px;
    font-family: 'Inter';
    margin-left: 0px;
    font-weight: 700;
}


.woo-shop-header {
  text-align: center;
  margin: 50px 0px 50px;
}
.shop-sidebar {
  margin-top: 20px;
  background: var(--c4);
  padding: 10px 0px;
}
.shop-sidebar ul li a {
  color: #424242;
  font-size: 20px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  transition: .4s all;
  line-height: normal;
  position: relative;
  pointer-events: none;
}
.shop-sidebar ul li {
  padding: 20px 0px 20px 50px;
  border-bottom: 1px solid #4242427a;
  position: relative;
}


/* ........wocommerce-end........ */




.spacer {
    padding: 100px 0px;
}
.Section-title {
    text-align: center;
    margin-bottom: 80px;
}
.Section-title p {
    padding: 0px 100px;
}
.Back-overlay {
    position: relative;
}

.Back-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 42%;
    background: var(--c3);
    bottom: 0px;
    z-index: -1;
}
.primary-btn.Btn-style a {
    background: white;
    box-shadow: rgb(45 47 48 / 20%) 0px 8px 24px;
    border: 2px solid white;
}

.primary-btn.Btn-style a:hover {
    background: transparent;
    border: 2px solid white;
}

/* .........header....... */

.header {
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.navbar nav ul {
    display: flex;
    gap: 18px;
}
.navbar nav ul li a i {
    font-size: 22px;
    transform: translateY(4px);
    margin-left: 5px;
}

.navbar nav ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 60px;
}
ul.sub-menu li {
    margin-bottom: 8px;
	border-bottom: 1px solid #00000033;
    padding-bottom: 10px;
}
ul.sub-menu li:last-child {
    border: unset;
    padding: unset;
}
ul.sub-menu li:last-child {
    margin: 0px;
}
ul.sub-menu {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 100px;
    display: block !important;
    background: white;
    padding: 20px;
    z-index: 99;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid var(--c3);
    visibility: hidden;
    opacity: 0;
    transition: .4s all;
}

.navbar>nav>ul>li {
    list-style-type: none;
    position: relative;
    padding: 20px 0px;
    color: var(--c3);
}

.navbar nav ul li a {
    color: var(--c2);
    font-size: 16px;
    font-weight: 400;
    transition: .4s all;
}
.navbar nav ul li a:hover {
    color: var(--c3);
}

/* ........mobile-menu....... */

.hamburger {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.hamburger i {
    font-size: 25px;
    cursor: pointer;
}
.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    top: 0px;
    left: -200em;
    z-index: 99999;
    padding: 120px 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .8s all;
	overflow-y: auto;
}

.mobile-menu .navbar nav ul {
    display: block;
}

.mobile-menu .navbar nav ul li a {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.Close-menu {
    position: absolute;
    right: 30px;
    top: 30px;
}

.Close-menu i {
    background: var(--c3);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}

.mobile-menu .navbar nav ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--c3);
    bottom: -10px;
}
.mobile-menu.active {
    left: 0px!important;
}
.mobile-menu .header-logo a img {
    width: 210px;
}

/* .....h-banner..... */

.h-banner-content h3 {
    font-size: 40px;
}
.primary-btn a {
    color: black;
    font-size: 16px;
    background: transparent;
    padding: 12px 30px;
    border-radius: 200px;
    border: 2px solid var(--c3);
    transition: .4s all;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 40px;
}

.primary-btn a:hover {
    border: 2px solid var(--c3);
    background: var(--c3);
}

.h-banner-content p {
}

.h-banner-content .primary-btn {
}

.Banner {
    padding: 220px 0px 120px 0px;
    
     /* This is the color of the shape */
    position: relative;
}


/* .....CTA..... */

.CTA{
	background-image:url(/wp-content/uploads/2025/04/baby-cot-in-cozy-nursery-SnuggleBloom-Co.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.CTA::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000ad;
    left: 0px;
    top: 0px;
}
.CTA-main {
    position: relative;
    padding: 150px 0px;
}

.CTA-content h2 {
    color: white;
	font-family:'Ailerons';
}

.CTA-content h2 span {
    color: var(--c3);
    font-family: 'Authentic';
}

.CTA-main .primary-btn a {
    margin: 0px;
    color: white;
}

.CTA-main .primary-btn {
    text-align: end;
}

.CTA-main .primary-btn a:hover {
    color: white;
}

/* .......Team...... */

.Team-img img {
    width: 390px;
    height: 540px;
    object-fit: cover;
}

.Team-img-style img {
    width: 300px;
    height: 255px;
}

.Team-img-content h5 {
    font-size: 16px;
    color: black;
}

.Team-img-main {
    display: flex;
    gap: 30px;
}
.Team-img {position: relative;overflow: hidden;}

.Team-img-content h4 {
    font-size: 24px;
    font-weight: 700;
}

.Team-img-content {
    width: 50%;
    background: var(--c3);
    text-align: end;
    padding: 20px;
    position: absolute;
    right: -320px;
    bottom: 0px;
    transition: .8s all;
}


.Team-img:hover .Team-img-content {
    right: 0px;
}
.Team-img.Team-img-1 {
    display: flex;
    justify-content: end;
}

.Team-img-style .Team-img-content {
    padding: 20px;
    width: 70%;
}

.Team-img-style .Team-img-content h4 {font-size: 18px;}

.Team-img-style .Team-img-content h5 {
    font-size: 14px;
}

.Team-img-main {
    margin-top: 40px;
}
.Team-box {
    padding-right: 110px;
}

/* ......blogs....... */
.single-post .h-banner-content {
    display: none;
}

.single-post .Banner {
    padding: 70px 0px 70px;
}
.Blog-detail-item img {
    margin-top: 30px;
    height: 420px;
    object-fit: cover;
}


.Blogs-item-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
}
.Blogs-slider-item-content a:hover {color: var(--c3);}

.Blogs-item-date h5 {
    font-size: 16px;
    color: #97989F;
}

.Blogs-slider-item-content>h5 {
    font-family: 'Ailerons';
    font-size: 18px;
    background: #faf1e2;
    width: fit-content;
    padding: 10px;
    color: var(--c3);
}

.Blogs-slider-item-content a {
    font-size: 24px;
    color: #181A2A;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0px 50px 0px;
    transition: .4s all;
}




.Blogs-slider-item-img img {
    height: 270px;
    object-fit: cover;
}


.Blogs-slider-item {
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: .4s all;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
}
section.Blogs {
    padding-top: 100px;
}


.Blogs-slider-item-content {
    padding: 30px 20px;
}


.Blogs-slider-item:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


/* ..Footer........ */

footer.footer {
    position: relative;
}

.Footer-logo img {
    width: 315px;
}

footer.footer::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background: black;
    left: 0px;
    top: 0px;
    z-index: -1;
}

footer.footer::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background: #ff65c385;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.Footer-nav nav ul {
    display: flex;
    gap: 25px;
}

.Footer-nav nav ul li a {color: var(--c2);font-size: 16px;transition: .4s all;}

.Footer-links ul {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.Footer-links ul li a {
    color: var(--c2);
    font-size: 22px;
    transition: .4s all;
}

.Footer-nav nav ul li a:hover {
    color: white;
}

.Footer-links ul li a:hover {
    transform: translateY(-6px);
}
.Footer-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0px;
}

.copy-right h5 {
    font-size: 16px;
    color: var(--c1);
}

.Footer-bottom-links ul {
    display: flex;
    gap: 25px;
}

.Footer-bottom-links ul li a {
    color: black;
    font-size: 16px;
    text-decoration: underline;
}

.Footer-bottom-links ul li a:hover {
    text-decoration: auto;
}
.Footer-top-main {
    padding: 100px 0px;
}

/* ........Categories....... */

.Categ-1st-row .Categ-box-img img {height: 300px;object-fit: cover;}

.Categ-box-content h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}

.Categ-box-content h5 {
    font-size: 16px;
    color: #ffffff;
}

.Categ-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0px 20px;
    z-index: 9;
}

.Categ-box-content a i {
    font-size: 16px;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c3);
    border-radius: 50px;
    transition: .4s all;
    font-weight: 900;
}

.Categ-box {
    position: relative;
    overflow: hidden;
    z-index: 9999;
	height: 100%;
}

.Categ-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    background: linear-gradient(to top, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 8%) 80%, rgb(0 0 0 / 0%) 100%);
    transition: .4s all;
    z-index: 9;
}
.Categ-box-content a i:hover {
    transform: translateX(7px);
}

.Categ-2nd-row .Categ-box-img img {
    height: 300px;
    object-fit: cover;
}
.Categ-img-style img {
    height: 623px;
}

.Categ-box:hover::before {
    height: 70%;
}

.Categ-box-img img {
    transition: .4s all;
}

.Categ-box:hover .Categ-box-img img {
    transform: scale(1.1);
}

/* .......Product.... */

.Product-main .slick-arrow {
    position: absolute;
    left: -50px;
    top: 50%;
    font-size: 35px;
    cursor: pointer;
    transition: .4s all;
    transform: translate(0px, -50%);
}
.slick-list {
    padding-bottom: 10px;
}
.Product-main .slick-next {
    right: -50px;
    left: unset;
}

.Product-main .slick-arrow:hover {
    color: var(--c3);
}
.Product-item-img img {
    height: 380px;
    object-fit: cover;
}

.Product-item {
    margin: 0px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: .4s all;
}

.Product-item-content {
    background: white;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Add-to-cart a {
    font-size: 16px;
    color: var(--c3);
    text-decoration: underline;
    font-weight: 600;
}

.Add-to-cart a:hover {
    text-decoration: auto;
}

.Furniture {
    background: var(--c4);
}
.Product-title a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    transition: .4s all;
}

.Product-title h5 {
    font-size: 18px;
    font-weight: 600;
}

.Product-title a:hover {
    color: var(--c3);
}
.Product-item:hover {
    transform: translateY(-8px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Product-btn {
    display: flex;
    justify-content: center;
}

.Product-btn a {
    margin-top: 80px;
}

/* .......Lighting........ */

.Lighting {
    background: var(--c4);
}

/* .....Pillows-&-throws..... */

.Pillows-throws.Back-overlay::before {
    width: 25%;
    height: 100%;
}

.Pillows-throws .Product-main .slick-prev:hover {
    color: white;
}

/* ....Second-CTA.... */

.Second-CTA .CTA-main {
    padding: 0px;
}

/* ......Gifts..... */

.Gifts {
    background: var(--c4);
}


/* .......Testimonials...... */

.Testimonials-item {
    padding: 40px 0px 50px;
    text-align: center;
    background: #fff3fa;
	height:330px;
}

.Testimonials-title h3 {
    font-size: 40px;
    color: #000;
}

.Testimonials-title p {margin: 5px 0px 20px;}

.Testimonials-content h4 {
    font-size: 30px;
    font-weight: 600;
}

.Testimonials-content p {
    padding: 0px 200px;
}

.Testimonials-main ul.slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.Testimonials-main ul.slick-dots button {
    border: none;
    font-size: 0px;
    background: #D6D6D6;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    transition: .4s all;
}

.Testimonials-main ul.slick-dots .slick-active button {
    background: #BDBAB4;
}
.Rating ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #F8DD01;
    margin-top: 20px;
}

/* .....About-sec1..... */

.About-sec1 img {
    height: 700px;
    object-fit: cover;
}

/* .....About-sec2..... */



/* ......Contact-form...... */

.with_frm_style .frm_primary_label {
    color: #8D8D8D;
    font-size: 15px;
    padding-bottom: 10px;
}

.with_frm_style input {border: 0px !important;box-shadow: unset !important;border-bottom: 1px solid #8D8D8D !important;border-radius: 0px !important;padding: 0px !important;}

.with_frm_style textarea {
    height: 50px;
    border: 0px;
    box-shadow: unset;
    border-bottom: 1px solid #8D8D8D !important;
    border-radius: 0px;
    padding: 0px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    color: black;
    font-size: 16px;
    background: transparent;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid var(--c3);
    transition: .4s all;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: var(--c3);
	border: 2px solid var(--c3);
    
}

.with_frm_style textarea:focus {
    box-shadow: none !important;
}
.Form-details .item {display: flex;gap: 20px;margin-bottom: 13px;align-items: center;}

.Form-details .item i {
    font-size: 22px;
    color: var(--c3);
    width: 20px;
    text-align: center;
}

.Form-details .item a {
    color: black;
    font-weight: 600;
    font-size: 16px;
    transition: .4s all;
}

.Form-details .item span {
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.Form-details .item a:hover {
    color: var(--c3);
}
section.Contact-form {
    padding-top: 100px;
}

.Categ-main-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 140px);
    gap: 15px;
}
.categ-box-item.cat-key-0 {
    grid-row: 1 / 5;
}
.categ-box-item.cat-key-1 {
    grid-row: 1/ 3;
    grid-column: 2/4;
}
.Categ-box-img, .Categ-box-img img {
    height: 100%;
    object-fit: cover;
}
.categ-box-item.cat-key-2 {
    grid-row: 1/3;
}
.categ-box-item.cat-key-3, .categ-box-item.cat-key-4, .categ-box-item.cat-key-5 {
    grid-row: 3/5;
}

/* .....blog-detail.... */

.Blog-detail-wrapper {
    display: flex;
    gap: 30px;
}
.Blog-post-content h1 {
    font-family: unset;
    font-size: 48px;
    font-weight: 700;
    color: var(--c3);
    margin: 20px 0px 20px 0px;
}.Blog-post-content {}

.B-detail-item-img img {
    height: 420px;
    object-fit: cover;
}

.Blog-post-content h5 {
    font-size: 18px;
    color: #666A82;
}

.Blog-detail-item h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1B2534;
    font-family: unset;
    margin: 0px;
    text-transform: capitalize;
}

.Blog-detail-item {
    margin-top: 30px;
}

section.Blog-detail {
    padding: 100px 0px 100px 0px;
}
.TOC-header h2 {
    font-size: 32px;
    margin-left: -5px;
    color: var(--c3);
}

.TOC {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: fit-content;
    border-radius: 8px;
    position: sticky;
    top: 50px;
    height: 100%;
}

.TOC-header {
    padding: 20px;
    border-bottom: 2px solid #D9D9D9;
}

.TOC-body {
    padding: 20px 20px 30px 20px;
}

.TOC-body ul li {
    padding-bottom: 15px;
    list-style-type: decimal;
    margin-left: 20px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin-bottom: 15px;
}

.TOC-body ul li a {
    color: var(--c1);
    transition: .4s all;
}

.TOC-body ul li a:hover {
    color: var(--c3);
}

.TOC-body ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    bottom: 0px;
    left: 0px;
}

.TOC-body ul li:last-child {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.TOC-body ul li:last-child::before {
    display: none;
}

.single-post .wrapper {
    overflow: unset;
}
.header-logo a img {
    height: 120px;
}

section.home-banner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: url(/wp-content/uploads/2025/04/wave-1-e1744602605692.png);
    content: "";
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.h-banner-img {
    display: flex;
    justify-content: end;
}

.h-banner-img img {
    width: 500px;
}
section.Inner-banner {
    background: rgba(255, 101, 195, 0.08);
}

.contact-details ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .Footer-links ul {
    margin: 0px;
}

.top-header {
    background: #ff65c338;
    padding: 7px 0px;
}

.contact-details ul li a {
    color: black;
    font-size: 16px;
}

.contact-details ul li a i {
    margin-right: 3px;
    color: var(--c3);
}

.top-header .Footer-links ul li a {
    font-size: 20px;
}
.page-template-home section.Testimonials {
    padding-bottom: 100px;
}
.Form-img img {
    height: 630px;
    object-fit: cover;
}
.single-product-main .product_title {
    font-family: 'Inter';
    font-size: 35px;
    line-height: normal;
}

.page-template-thank_you .Banner {
    padding-bottom: 0px;
}

.thankyou-box {padding: 50px;text-align: center;background: #fff3fa;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.thankyou-box h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Inter';
}

.thankyou-box h3 {
    color: black;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    border-bottom: 2px solid var(--c3);
    width: fit-content;
    font-weight: 500;
}
.woocommerce-order-received section.Inner-banner.Banner {
    display: none;
}

.woocommerce-order-received .header {
    position: relative;
    background: #fff3fa;
    padding-bottom: 30px;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}