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

@font-face {
    font-family: "Caliban Std";
    src: url("https://db.onlinewebfonts.com/t/f578cda3c153074a0c0d27415e36ab18.eot");
    src: url("https://db.onlinewebfonts.com/t/f578cda3c153074a0c0d27415e36ab18.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/f578cda3c153074a0c0d27415e36ab18.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/f578cda3c153074a0c0d27415e36ab18.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/f578cda3c153074a0c0d27415e36ab18.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/f578cda3c153074a0c0d27415e36ab18.svg#Caliban Std")format("svg");
}

/* Font family
-----------------------------------------------

font-family: "Inter", sans-serif;
font-family: "Caliban Std";


-----------------------------------------------*/

:root {
    --primarycolor: #91B2A9;
    --secondarycolor: #E97455;

    --light-blue-color: #9BC4DE;
    --light-pink-color: #EFC1D6;
    --light-yelllow-color: #FDEDAB;

    --light-bg-grey: #F5F5F5;
    --linkcolor: #006ECE;

    --blackcolor: #000000;
    --light-black: #333333;
    --whitecolor: #FFFFFF;
    --paracolor: #666666;

    --errorcolor: #f34355;
    --selection: #d9d9d9;

    --font-Inter: "Inter", sans-serif;
    --font-Caliban: "Caliban Std";
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: var(--font-Inter);
}

body,
ul,
li,
a {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 16px;
    color: var(--blackcolor);
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--whitecolor) !important;
}



.seo-title {
    display: none !important;
}





/* == CONTAINER-CSS ==
================================================= */

.container,
.e-con-inner,
.elementor-container {
    max-width: 1170px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* == CONTAINER-CSS ==
================================================= */

hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.elementor-divider span.elementor-divider-separator {
    border-top: 1px solid var(--blackcolor) ;
}

/* == SELECTION-CSS ==
===============================================================*/

::-moz-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::-webkit-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::selection {
    background: var(--selection);
    color: var(--blackcolor);
}

/* == SELECTION-CSS ==
===============================================================*/



/* == BACKEND-ISSUES-CLEAR-CODE-CSS == 
===============================================================*/

/* body.elementor-editor-active .common-outer ul {
    float: none;
    width: auto;
    display: inline-flex;
    margin: 0px;
}

body.elementor-editor-active .common-outer ul li {
    float: none;
    width: auto;
    color: var(--blackcolor);
    font-size: 20;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    padding: 0 10px;
}

body.elementor-editor-active .common-outer ul li::before {
    position: absolute;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    display: none;
}

.elementor-editor-active ul li::before {
    display: none !important;
} */

/* == BACKEND-ISSUES-CLEAR-CODE-CSS == 
===============================================================*/




/* == TYPOGRAPHY-CSS == 
===============================================================*/

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-Inter);
    color: var(--blackcolor);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-Inter);
    color: var(--blackcolor);
    font-weight: 700;
}

h1,
h1 a,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 56px;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 68px;
    margin: 30px 0 18px;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 56px;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 68px;
    margin: 30px 0 18px;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-Inter);
    font-weight: 700;
    font-size: 40px;
    color: var(--blackcolor);
    line-height: 48px;
    margin: 30px 0 18px;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 32px;
    color: var(--blackcolor);
    line-height: 40px;
    margin: 30px 0 18px;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a,
h5.elementor-image-box-title {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 30px;
    color: var(--blackcolor);
    line-height: 40px;
    margin: 30px 0 18px;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 24px;
    color: var(--light-black);
    line-height: 30px;
    margin: 30px 0 18px;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-align: initial;
    font-family: var(--font-Inter);
}

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0 !important;
}

strong {
    font-weight: 600;
}

blockquote p {
    margin-bottom: 0;
}

.common-outer {
    padding: 60px 0px 60px 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

/* body.home .common-outer {
    padding: 0;
} */

/* == LIST-OL-AND-UL-CSS ==
============================================================== */

.common-outer ol,
.entry-content ol {
    padding-left: 25px;
    margin: 20px 0;
    text-align: left;
}

.common-outer ol li,
.entry-content ol li {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 20px;
    color: var(--paracolor);
    line-height: 22px;

    padding: 0px;
    margin-bottom: 14px;
    position: relative;
    list-style-type: decimal !important;
}

.common-outer ul li 
strong,
 p strong
/* b   */
{
    font-weight: 600;
    color: var(--blackcolor);
    font-size: 18px;
}

.common-outer ul,
ul.elementor-icon-list-items {
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.common-outer ul li,
ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 18px;
    color: var(--paracolor);
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 14px;
    list-style: none;
    position: relative;
}

.common-outer ul li::before,
ul.elementor-icon-list-items li.elementor-icon-list-item::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -1px !important;
    margin-left: -19px;
    margin-top: 7px;
    width: 9px;
    height: 9px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    background: var(--primarycolor);
    border-radius: 50px;
}

.common-outer ul li ul li {
    list-style: none;
}

/* == LIST-OL-AND-UL-CSS ==
============================================================== */

a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.common-outer a {
    text-decoration: underline ;
    color: var(--linkcolor);
    font-weight: 400;
    transition: 0.5s ease;
    font-size: 16px;
}

.common-outer a:hover {
    color: var(--primarycolor);
    transition: 0.5s ease;
}

.common-outer a strong,
.common-outer strong a {
    color: var(--linkcolor);
    font-weight: 500;
}

p,span
.elementor-widget-text-editor .elementor-widget-container {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 18px;
    color: var(--paracolor);
    line-height: 22px;
    padding: 0px;
    margin-bottom: 18px !important;
}

blockquote {
    border-left: 6px solid var(--primarycolor);
    padding: 25px 20px 10px 25px;
    background: var(--light-bg-grey);
    border-radius: 10px;
}

/* == TYPOGRAPHY-CSS == 
===============================================================*/






/* == FORM-TYPOGRAPHY-CSS == 
===============================================================*/

::placeholder {
    font-family: var(--font-Inter);
    font-weight: 500;
    font-size: 14px;
    color: #777777 !important;
    line-height: 30px !important;
    padding: 0px;
    margin-bottom: 18px !important;
    text-transform: capitalize;
}

label {
    font-family: var(--font-Inter);
    font-weight: 400;
    font-size: 16px;
    color: var(--paracolor) !important;
    line-height: 30px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid {
    border: none;
    border: 1px solid var(--errorcolor) !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.invalid .wpcf7-response-output {
    text-align: center;
    color: var(--errorcolor);
    border: 1px solid var(--errorcolor) !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}

input {
    padding: 16px 17px;
    border: none;
    border-radius: 160px;
    background: #EFEFEF;
    width: 100%;
}

textarea {
    padding: 16px 17px;
    border: none;
    border-radius: 20px;
    background: #EFEFEF;
    width: 100%;
}

/* wpcf7 form wpcf7-response-output 
===============================================================*/

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: green;
    border: 1px solid green !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form ul {
    margin: 0 !important;
}

form ul li {
    padding-left: 0 !important;
}

form ul li::before {
    display: none !important;
}


/* == FORM-TYPOGRAPHY-CSS == 
===============================================================*/



/* == IMAGE-WRAP-CSS_START == 
===============================================================*/

.alignnone {
    margin: 5px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}

.alignleft {
    float: left;
    margin: 20px 40px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 40px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 40px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 12px !important;
}

/* IMAGE-WRAP-CSS_END == 
===============================================================*/



/* == ERROR_PAGE_CSS_START_START == 
===============================================================*/

.error-page_inner .error-title h1 {
    text-align: center;
    font-weight: 700;
}

.error-page {
    padding: 10px 2px;
}

.error-page_inner .error-title h1 {
    margin-top: 0 !important;
}

.error-page_inner .error-page.common-btn {
    width: fit-content;
}

.error-page_inner .error-page.common-btn a.elementor-button.btn-one {
    background: var(--blackcolor) !important;
    color: var(--whitecolor) !important;
    font-weight: 500 !important;
    border-radius: 50px;
    padding: 15px 30px;
    border: 1px solid var(--blackcolor);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.error-page_inner .error-page.common-btn a.elementor-button.btn-one:hover {
    background: transparent !important;
    color: var(--blackcolor) !important;
    font-weight: 500 !important;
    border: 1px solid var(--light-black);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}


/* == ERROR_PAGE_CSS_START_END == 
===============================================================*/


/* SCROLL_TO_TOP_CSS_START ==
===============================================================*/

.scroll-top-section {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 0;
    border-radius: 100px;
    padding: 0;
    z-index: 99;
    right: 10px;
    transition: 0.9s ease;
}

.scroll-top-section a.ScrollTop {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    border: none;
    background: url(../images/top-to-scroll.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    transition: 0.9s ease;
    display: none;
}

.scroll-top-section a.ScrollTop:hover {
    font-size: 0;
}

/* SCROLL_TO_TOP_CSS_END
===============================================================*/



/* == BTN_SECTION_CSS_START_END == 
===============================================================*/


/* == BTN_ONE_CSS :::::::::::::::::::::::::::::::::::::::::::::::::*/


/* == BTN_SECTION_CSS_START_END == 
===============================================================*/



/* HEADING DESIGN CSS CODE ::::::::::::::::::::::::::::::: */

.heading-design-top h2 {
    position: relative;
}

.heading-design-top h2::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 30px;
/*     background: url(../images/heading-design-top.svg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -13px;
    right: -30px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.heading-design-one,
.heading-design-two,
.heading-design-three,
.heading-design-four{
    padding-bottom: 40px;
    position: relative;
}

.heading-design-one::before,
.heading-design-two::before,
.heading-design-three::before,
.heading-design-four::before{
    position: absolute;
    content: "";
    width: 45px;
    height: 30px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    bottom: 0;
    left: 0;
}

.heading-design-one::before {
    background: url(../images/heading-design-one.svg);
}

.heading-design-two::before {
    background: url(../images/heading-design-two.svg);
}

.heading-design-three::before {
    background: url(../images/heading-design-three.svg);
}
.heading-design-four::before {
    background: url(../images/heading-design-one.svg);
}
.heading-design-one h4,
.heading-design-two h4,
.heading-design-three h4,
.heading-design-four h4{
    margin: 0;
}

/* HEADING DESIGN CSS CODE ::::::::::::::::::::::::::::::: */





/* HEADER-CSS-START ::::::::::::::::::::::::::::::::::::::: */

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fffffff5;
}

body.logged-in.admin-bar header.sticky {
    top: 30px;
}

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


/* LOGO-CSS ::::::::::::::::::::::::::::::::: */

header .header_top .logo-container img,
header .header_top .menu a.mobile-logo img {
    width: 170px;
}

header .header_top .menu a.mobile-logo {
    display: none;
}


/* TOP-SECTION-CSS ::::::::::::::::::::::::::::::::: */

.row-one {
    padding: 9px 20px;
    background: var(--primarycolor);
}

.row-one .top-container {
    text-align: center;
}

.row-one a {
    font-size: 15px;
    color: var(--blackcolor) !important;
    text-decoration: none !important;
}


/* BOTTOM-SECTION-CSS ::::::::::::::::::::::::::::::::: */

header .row-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 77px;
    padding-right: 77px;
    padding-bottom: 4px;
    position: relative;
    background: var(--whitecolor);
}

header .row-two::before {
    position: absolute !important;
    content: "";
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(90deg, rgba(233, 116, 85, 1) 0%, rgba(155, 196, 222, 1) 47%, rgba(253, 237, 171, 1) 100%) !important;
    z-index: 9;
}

header .row-two .column-logo.header-logo {
    width: 212px;
    height: 46px;
}

header .row-two .column-logo.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MENU CSS CODE :::::::::::::::::::::::::::::::::::::::: */

button.menu-toggle {
    display: none !important;
}

header .row-two .column-menu .mega-menu-wrap,
header .row-two .column-menu .mega-menu-wrap ul li.mega-current-menu-item a {
    background: transparent !important;
}

@media (min-width: 769px) {

    header .row-two .column-menu .mega-menu-wrap ul {
        display: flex !important;
        column-gap: 15px;
        align-items: center;
    }

}

header .row-two .column-menu .nav-mobile {
    display: none;
}

header .row-two .column-menu .mega-menu-wrap ul li a {
    font-size: 14px !important;
    color: var(--blackcolor) !important;
    font-weight: 500 !important;
    padding: 30px 20px !important;
    height: auto !important;
    position: relative !important;
    transition: 0.5s ease;
    text-align: center;
}

header .row-two .column-menu .mega-menu-wrap ul li a:focus {
    background: transparent !important;
}

header .row-two .column-menu .mega-menu-wrap ul li a::before,
header .row-two .column-menu .mega-menu-wrap ul li.mega-current-menu-item a::before {
    position: absolute !important;
    content: "";
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, rgba(233, 116, 85, 1) 0%, rgba(155, 196, 222, 1) 47%, rgba(253, 237, 171, 1) 100%) !important;
    z-index: 9;
    border-radius: 10px;
    opacity: 0;
}

header .row-two .column-menu .mega-menu-wrap ul li a:hover {
    background: transparent !important;
    transition: 0.5s ease;
}

header .row-two .column-menu .mega-menu-wrap ul li a:hover::before,
header .row-two .column-menu .mega-menu-wrap ul li.mega-current-menu-item a::before {
    opacity: 1;
    transition: 0.5s ease;
}

@media (min-width: 768px) {

    header .row-two .column-menu .mega-menu-wrap ul li.header-contact a {
        padding: 5px 17px !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        /* color: var(--secondarycolor) !important;
        border: 1px solid var(--secondarycolor) !important; */
        border-radius: 100px !important;
        background: var(--secondarycolor) !important;
        color: var(--whitecolor) !important;
    }

    header .row-two .column-menu .mega-menu-wrap ul li.header-contact a:hover {
        background: var(--secondarycolor) !important;
        color: var(--whitecolor) !important;
    }

    header .row-two .column-menu .mega-menu-wrap ul li.header-contact a::before {
        bottom: -25px;
    }

}



/* HEADER-CSS-END ::::::::::::::::::::::::::::::::::::::: */





/* FOOTER-CSS-START ::::::::::::::::::::::::::::::::::::::: */

footer {
    position: relative;
    background: linear-gradient(70deg, rgba(219, 130, 109, 1) 0%, rgba(202, 149, 141, 1) 25%, rgba(186, 164, 168, 1) 63%, rgba(173, 177, 190, 1) 82%, rgba(221, 196, 164, 1) 100%);
}

footer::before {
    position: absolute;
    content: "";
    width: 585px;
    height: 460px;
    background: url(../images/footer-top-shape.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    z-index: 1;
    left: 0;
}

footer::after {
    position: absolute;
    content: "";
    width: 138px;
    height: 128px;
    background: url(../images/footer-bottom-shape.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}


/* TOP SECTION CSS CODE :::::::::::::::::::::::::::::::::: */

.footer-row-one {
    display: flex;
    padding-left: 160px;
    padding-right: 160px;
    z-index: 9;
    position: relative;
}

.footer-row-one .footer-logo-col {
    width: 40%;
    top: 9px;
    position: relative;
}

.footer-form-outer {
    padding-top: 130px !important;
    padding-bottom: 62px;
    width: 52%;
}

.footer-row-one .footer-logo-col .footer-logo {
    width: 165px;
    height: 212px;
}

.footer-row-one .footer-logo-col .footer-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.footer-form-outer h4 {
    margin-top: 0 !important;
}

.footer-social-link ul {
    display: flex;
    flex-direction: row;
    column-gap: 11px;
    margin-top: 50px;
}

.footer-social-link ul li {
    width: 40px;
    height: 40px;
}

.footer-social-link ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    position: relative;
}

.footer-social-link ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    top: 0;
    left: 0;
}

.footer-social-link ul li.facebook_url a::before {
    background: url(../images/f-icon.svg);
}

.footer-social-link ul li.twitter_url a::before {
    background: url(../images/x-icon.svg);
}

.footer-social-link ul li.instagram_url a::before {
    background: url(../images/i-icon.svg);
}

.footer-social-link ul li.linkedin_url a::before {
    background: url(../images/l-icon.svg);
}
.footer-social-link ul li.pinterest_url a::before {
    background: url(../images/P-icon.svg);
}

.footer-form-outer h4 {
    color: var(--blackcolor) !important;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
}

.footer-form-outer p {
    color: var(--blackcolor);
    text-align: center;
}

.newsletter-form ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

form ul li.circle-btn a.contact-us-btn input {
    color: var(--secondarycolor);
    text-transform: uppercase;
    font-weight: 500;
    background: var(--whitecolor);
    transition: 0.5s ease;
    cursor: pointer;
}

form ul li.circle-btn a.contact-us-btn input:hover {
    background: var(--secondarycolor);
    color: var(--whitecolor);
    transition: 0.5s ease;
}

/* BOTTOM SECTION CSS CODE :::::::::::::::::::::::::::::::::: */

.footer-row-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    position: relative;
}

.footer-row-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: url(../images/footer-line-pattern.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    top: 0;
    right: 0;
    filter: invert(1);
    z-index: 0;
}

.footer-row-two .app-links img {
    width: 160px;
    height: 50px !important;
    object-fit: contain;
    border-radius: 13px !important;
}

.bottom_two {
    padding-top: 15px;
    padding-bottom: 25px;
}

.bottom_two p {
    color: var(--blackcolor);
    margin-bottom: 0 !important;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.newsletter-form form label {
    display: none;
}

.newsletter-form form .tnp-field.tnp-field-email input {
    width: 360px;
}

input {
    padding: 16px 17px !important;
    border: none;
    border-radius: 160px;
    background: #EFEFEF !important;
    width: 100%;
    color: var(--blackcolor) !important;
}

.newsletter-form form .tnp-field.tnp-field-button input.tnp-submit {
    padding: 15px 17px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    /* color: var(--secondarycolor) !important; */
    border: 1px solid var(--secondarycolor) !important;
    border-radius: 100px !important;
    transition: 0.5s ease;
    cursor: pointer;
    font-size: 16px;
    background: var(--secondarycolor) !important;
    color: var(--whitecolor) !important;
}

.newsletter-form form .tnp-field.tnp-field-button input.tnp-submit:hover {
    background: var(--secondarycolor) !important;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

/* FOOTER-CSS-END ::::::::::::::::::::::::::::::::::::::: */




/* OUR APP PAGE CSS CODE START ::::::::::::::::::::::::::::::::::: */


/* BANNER IMAGE CSS:::::::::::::::::::::::::::::::::::: */

.app-banner-outer .app-banner-images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.app-banner-images img {
    width: 160px;
    height: 60px;
    object-fit: contain;
}

.app-banner-outer {
    position: relative;
}

.app-banner-outer .banner-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.app-banner-outer .banner-bg-images .banner-elephant {
    width: 359px;
    height: 332px;
    position: absolute;
    bottom: -50px;
}

.app-banner-outer .banner-bg-images .banner-elephant img,
.app-banner-outer .banner-bg-images .banner-flower img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-banner-outer .banner-bg-images .banner-flower {
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0;
    top: 20%;
}

/* BANNER CONTENT CSS:::::::::::::::::::::::::::::::::::: */

.app-banner-outer {
    padding-top: 30px;
    padding-bottom: 70px;
}

.app-banner-content {
    gap: 0 !important;
}

.app-banner-content .elementor-widget-container {
    margin-bottom: 10px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

.app-banner-content h2 {
    margin: 0;
    text-align: center;
    width: fit-content;
}

.app-banner-content .banner-content {
    width: 43%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* PAGE SECTION CSS CODE :::::::::::::::::::::::::::::: */

.odd-event-sec-outer .e-con-inner {
    display: flex;
    align-items: center !important;
    max-width: 1100px !important;
    justify-content: space-between !important;
}

.odd-event-content {
    width: 40% !important;
}

.odd-event-image {
    width: 55% !important;
}

.mix-match-outer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wardrobe-outer {
    position: relative;
}

.wardrobe-outer::after {
    display: block !important;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
/*     background: url(../images/line-bg-one.png); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -107px;
    left: 0;
    z-index: -2;
}

.feel-connected-outer {
    position: relative;
}

.feel-connected-outer::after {
    display: block !important;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
/*     background: url(../images/line-bg-two.png); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    top: -247px;
    left: 0;
    z-index: -2;
}

.mix-match-content-img {
    margin-top: -50px;
    position: relative;
    right: -90px;
    width: 100%;
    z-index: -1;
}

/* OUR APP PAGE CSS CODE END ::::::::::::::::::::::::::::::::::: */




/* CONTACT US PAGE CSS CODE START ::::::::::::::::::::::::::::::::: */

.contact-us-page-heading-content h1 {
    color: var(--blackcolor) !important;
    text-align: center;
}

.contact-us-content .elementor-widget-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.contact-us-content .elementor-widget-container p {
    text-align: center;
}

.contact-us-form-outer {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.contact-us-form-outer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us-form-outer ul li {
    width: 48%;
}

.contact-us-form-outer ul li.comments {
    width: 100%;
}

.contact-us-form-outer ul li.comments textarea {
    height: 140px;
    resize: none;
    line-height: 30px;
}

.contact-us-form-outer ul li.circle-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}

.contact-us-form-outer ul li.circle-btn a.contact-us-btn input {
    color: var(--whitecolor);
    text-transform: uppercase;
    font-weight: 500;
    background: var(--secondarycolor);
    transition: 0.5s ease;
    cursor: pointer;
    border: 1px solid var(--secondarycolor);
    padding: 16px 27px;
}

.contact-us-form-outer ul li.circle-btn a.contact-us-btn input:hover {
    color: var(--secondarycolor);
    border: 1px solid var(--secondarycolor);
    background: var(--whitecolor);
    transition: 0.5s ease;
}

.contact-us-form-outer ul li.circle-btn a.contact-us-btn {
    width: fit-content;
    display: block;
    position: relative;
}

.contact-us-form-outer ul li.circle-btn a.contact-us-btn span.wpcf7-spinner {
    position: absolute;
    margin-top: 16px;
}

.contact-us-form-outer {
    position: relative;
}

.contact-us-form-outer::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 34px;
    background: url(../images/contact-us-form-left-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    left: -90px;
}

.contact-us-form-outer::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 60px;
    background: url(../images/contact-us-form-right-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    right: -90px;
}

.contact-us-form-outer form ul li.circle-btn input {
    background: var(--secondarycolor) !important;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
    font-size: 16px;
}

.contact-us-form-outer form ul li.circle-btn input:hover {
  background: var(--secondarycolor) !important;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

/* CONTACT US PAGE CSS CODE END  ::::::::::::::::::::::::::::::::: */




/* BLOG MAIN PAGE CSS CODE START ::::::::::::::::::::::::::::::::::: */

/* Container grid */
.post-whole-outer.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}

/* Regular grid items (2-column layout) */
.post-outer.item.grid-item {
    display: flex;
    flex-direction: column;
}

/* First post full-width layout */
.post-outer:first-child,
.post-outer.first-post {
    grid-column: 1 / -1;
    /* span full width */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}

.post-outer:first-child .post-image,
.post-outer.first-post .post-image {
    /* flex: 1 1 45%; */
    max-width: 48%;
    width: 48%;
}

.post-outer:first-child .post,
.post-outer.first-post .post {
    /* flex: 1 1 55%; */
    max-width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Responsive adjustment */
@media screen and (max-width: 768px) {

    .post-outer:first-child,
    .post-outer.first-post {
        flex-direction: column;
    }

    .post-outer:first-child .post-image,
    .post-outer:first-child .post,
    .post-outer.first-post .post-image,
    .post-outer.first-post .post {
        max-width: 100%;
        flex: 1 1 100%;
    }
}



.custom-share-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}

.custom-share-inner {
    background: #fff;
    width: 300px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.close-share-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
}

.filter-buttons button.active {
    background-color: #000;
    color: #fff;
}




.post-categories.filter-buttons {
    display: flex;
    justify-content: space-between;
}

.post-categories.filter-buttons button {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: var(--secondarycolor) !important;
    padding: 15px 17px !important;
    border: none;
    border-radius: 100px !important;
    background: #FFF5F2 !important;
    transition: 0.5s ease;
    cursor: pointer;
}

.post-categories.filter-buttons button.active,
.post-categories.filter-buttons button:hover {
    color: var(--whitecolor) !important;
    background: var(--secondarycolor) !important;
    transition: 0.5s ease;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.news-blog-content .post-outer:first-child {
    width: 100%;
    display: flex;
    flex-direction: row !important;
}

.post-outer:first-child .post {
    max-width: 49%;
}

.post-outer:first-child .post .post-content {
    margin-bottom: 20px;
}

.post-outer:first-child .post-image,
.post-outer.first-post .post-image {
    /* height: 335px !important; */
    height: 100% !important;
}


.news-blog-content .post-outer {
    background: #F8F8F8;
    border-radius: 32px;
    border: 1px solid #E7E7E7;
    float: left;
    width: 48.33%;
    padding: 0;
    margin-bottom: 0;
    border-radius: 32px;
    overflow: hidden;
}

.news-blog-content .post-outer .post {
    padding: 30px;
}

.news-blog-content .post-outer .post .post-meta-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-blog-content .post-outer .post .post-meta-share p.post-date {
    margin: 0 !important;
    color: var(--blackcolor);
    font-size: 16px !important;
    font-weight: 500;
}


.news-blog-content .post-outer .post h5.post-title {
    margin-top: 20px;
    font-size: 31px;
    font-weight: 700;
}

.news-blog-content .post-outer .post a {
    text-decoration: none !important;
}

.news-blog-content .post-outer .post p.post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.news-blog-content .post-outer .post p.post-categories a {
    font-size: 16px !important;
    font-weight: 500;
    color: var(--blackcolor);
    background: #CADEEB;
    padding: 13px 18px;
    border-radius: 100px;
}

.news-blog-content .post-outer .post-image {
    height: 235px;
    overflow: hidden;
}

.news-blog-content .post-outer .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-blog-content .post-whole-outer {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.news-blog-content .load-more-wrapper {
    text-align: center;
}

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-bottom: 19px;
}

.blog-categories #category-loader {
    width: 100%;
    position: relative !important;
    margin-top: 20px !important;
    text-align: center !important;
}

button#search-toggle-btn {
    width: 7%;
    border: none;
    background: transparent;
    border-left: 1px solid #999999;
    cursor: pointer;
    position: relative;
}

button#search-toggle-btn::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/serach-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
    left: 30px;
}

button#search-toggle-btn svg {
    opacity: 0;
}

.post-categories.filter-buttons {
    width: 93%;
    padding-right: 40px;
}

.blog-top-bar {
    margin-bottom: 30px;
}

button.open-share-popup {
    background: #E7E7E7;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 0;
    position: relative;
}

button.open-share-popup::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/share-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    top: 0;
    left: 0;
}

.blog-search-form form {
    position: relative;
}

.blog-search-form form button.search-submit-btn {
    position: absolute;
    right: 0;
    height: 100%;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: var(--whitecolor) !important;
    padding: 15px 28px !important;
    border-radius: 100px !important;
    background: var(--secondarycolor) !important;
    border: 1px solid var(--secondarycolor) !important;
    transition: 0.5s ease;
    cursor: pointer;
}

.blog-search-form form button.search-submit-btn:hover {
    color: var(--secondarycolor) !important;
    border: 1px solid var(--secondarycolor) !important;
    border-radius: 100px !important;
    background: var(--whitecolor) !important;
    transition: 0.5s ease;
}

.blog-search-form form input {
    padding: 16px 127px 16px 17px !important;
}

.no-more-posts {
    background: var(--primarycolor);
    width: 100%;
    padding: 20px;
    text-align: center;
    color: var(--whitecolor);
}

/* BLOG MAIN PAGE CSS CODE END ::::::::::::::::::::::::::::::::::: */





/* OUR STROY CSS CODE START ::::::::::::::::::::::::::::::::::: */

.mix-match-images {
    position: relative;
}

.mix-match-images::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 110%;
    background: url(../images/image-background-overlay-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -93px;
    top: -50px;
    z-index: -1;
}

.founder-name p {
    font-size: 55px;
    color: var(--blackcolor) !important;
    font-family: var(--font-Caliban) !important;
    margin-bottom: 0 !important;
    line-height: 40px;
}

.founder-name p span {
    font-size: 50px;
    font-family: var(--font-Caliban) !important;
    margin-bottom: 0 !important;
    line-height: 40px;
}

.founder-position p {
    padding-left: 57px;
    color: var(--blackcolor);
    font-weight: 500;
    font-style: italic;
    font-size: 19px;
}

.founder-name .elementor-widget-container {
    margin-bottom: 0 !important;
}

body.page-id-7 .common-outer {
    padding-top: 0;
    padding-bottom: 0;
}

.our-story-outer {
    position: relative !important;
    padding-top: 50px;
}

.our-story-outer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 52%;
    background: linear-gradient(70deg, rgba(233, 116, 85, 1) 8%, rgba(205, 145, 135, 1) 36%, rgba(155, 196, 222, 1) 74%, rgba(253, 237, 171, 1) 100%);
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-story-outer .os-banner-content h6 {
    font-weight: 500;
}

.our-story-outer .os-banner-content h3 {
    font-weight: 400;
}

.os-banner-top {
    display: flex;
    justify-content: space-between !important;
}

.os-banner-image {
    width: 40% !important;
    position: relative;
    bottom: -70px;
}

.os-banner-bottom {
    width: 50% !important;
    background: var(--whitecolor);
    box-shadow: 0 0 20px 0 #dfdfdf;
    padding: 40px !important;
    border-radius: 24px !important;
    margin-top: -150px !important;
}

.mission-outer .e-con-inner {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
}

.mission-outer .e-con-inner .mission-text {
    width: 53%;
}

.mission-outer .e-con-inner .mission-img {
    width: 40%;
}

.our-story-outer .e-con-inner {
    position: relative;
}

.our-story-outer::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
/*     background: url(../images/line-bg-three.svg); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    top: 220px !important;
    left: 0;
    z-index: -2;
}

.business-outer .e-con-inner .business-img {
    width: 45% !important;
}

.business-outer .e-con-inner .business-text {
    width: 45% !important;
}

.business-outer .e-con-inner {
    display: flex;
    justify-content: space-between !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    align-items: center !important;
}

.privacy-outer .e-con-inner {
    display: flex;
    justify-content: space-between !important;
    padding-top: 60px !important;
    align-items: center !important;
}

.privacy-text {
    width: 45% !important;
}

.privacy-img {
    width: 45% !important;
    padding-right: 140px !important;
    position: relative;
}

.privacy-img::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 110%;
    background: url(../images/image-background-overlay-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -93px;
    top: -50px;
    z-index: -1;
}

/* OUR STROY CSS CODE END ::::::::::::::::::::::::::::::::::: */




/* COMMON INNER PAGE BANNER CSS CODE START:::::::::::::::::::::::: */

.default-banner-section {
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
}
.default-banner-section::before {
    position: absolute;
    content: "";
    width: 233px;
    height: 160px;
    background: url(../images/inner-page-banner-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.default-banner-section::after {
    position: absolute;
    content: "";
    width: 233px;
    height: 160px;
    background: url(../images/inner-page-banner-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 20px;
    right: 0;
    transform: scaleX(-1);
}
.banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.default-banner-section h3 {
    /* text-align: center;
    font-size: 24px;
    position: relative; */
    text-align: center;
    position: relative;
    color: #000000;
    font-family: var(--font-Inter);
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.default-banner-section h3::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 30px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -50px;
    left: -40px;
    background: url(../images/heading-design-two.svg);
}


.default-banner-section h4 {
    /* text-align: center;
    margin-top: 0;
    font-size: 56px;
    font-family: var(--font-Inter) !important;
    font-weight: 500;
    position: relative; */
    color: #000000;
    font-family:var(--font-Inter);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 0;
    position: relative;

}

.default-banner-section h4::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 30px;
    background: url(../images/heading-design-one.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    bottom: -30px;
    left: 0;
}

.default-banner-section h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 30px;
    background: url(../images/heading-design-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -13px;
    right: -36px;
}

.default-banner-section h4 strong {
    color: #76ABCC;
    font-weight: 600;
}


   /* blog-header */
/* .blog-header {
    text-align: center;
    font-size: 56px;
    font-weight: 400;
     font-family: var(--font-Inter) !important;
    font-weight: 500;
    position: relative;
}

.blog-header::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 30px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -50px;
    left: -40px;
    background: url(../images/heading-design-two.svg);
}


.blog-subtitle  {
    text-align: center;
    margin-top: 0;
    font-size: 26px !important;
    font-family: var(--font-Inter) !important;
    font-weight: 500;
    position: relative;
}
     */
/* blog header template ends here */

/* COMMON INNER PAGE BANNER CSS CODE END  :::::::::::::::::::::::: */





/* blog inner page css code  :::::::::::::::::::::::::::::: */

.blog-banner {
    position: relative;
}

.blog-banner::before {
    position: absolute;
    content: "";
    width: 233px;
    height: 160px;
    top: 90px;
    left: 0px;
    background: url(../images/inner-page-banner-shape.svg) center center / contain no-repeat;
    background-position: center center;
}

.blog-banner::after {
    position: absolute;
    content: "";
    width: 233px;
    height: 160px;
    bottom: 10px;
    right: 0px;
    transform: scaleX(-1);
    background: url(../images/inner-page-banner-shape.svg) center center / contain no-repeat;
    background-position: center center;
}

.blog-banner .container {
    max-width: 1195px !important;
    padding-top: 30px;
}

.blog-banner .container .breadcrumb a {
    text-decoration: none !important;
    color: var(--blackcolor);
    font-weight: 400;

}

.blog-banner .container .breadcrumb span {
    color: var(--secondarycolor);
    font-weight: 400;
}

.blog-banner .container h1.blog-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.blog-title {
    font-size: 50px!important;
}
.blog-meta {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 13px;
}

.blog-meta span.author {
    color: var(--secondarycolor);
}

.single-top-box .e-con-inner {
    max-width: 950px !important;
}

.single-top-box .elementor-widget-text-editor {
    background: #E5F2EF;
    color: var(--whitecolor);
    margin-bottom: 40px !important;
}

.single-top-box .elementor-widget-text-editor .elementor-widget-container {
    margin: 0 !important;
}

.single-top-box .elementor-widget-text-editor .elementor-widget-container p {
    margin: 0 !important;
    padding: 15px;
    text-align: center;
    color: var(--blackcolor);
}

.three-images .elementor-image-gallery {
    display: flex;
    flex-direction: row;
}

/* .three-images .elementor-image-gallery img {
    width: 33.3%;
} */

.three-images .elementor-image-gallery figure.gallery-item:first-child {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.three-images .elementor-image-gallery figure.gallery-item:last-child {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.there-images-outer .elementor-widget-text-editor {
    max-width: 950px !important;
    margin-left: auto;
    margin-right: auto;
}

.single-post-description .e-con-inner,
.faq-outer .e-con-inner {
    max-width: 950px !important;
    margin-left: auto;
    margin-right: auto;
}

/* .blog.blog-single-outer .elementor-widget-text-editor p {
    text-align: center;
} */

.single-post-description .e-con-inner h4 {
    text-align: center;
}

.heading-top-shape-one h4::before {
    position: absolute;
    content: "";
    background: url(../images/heading-design-one.svg);
    width: 45px;
    height: 30px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -40px;
    left: auto;
    right: auto;
}

.heading-top-shape-one h4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-top-shape-two h4::before {
    position: absolute;
    content: "";
    background: url(../images/heading-design-ten.svg);
    width: 45px;
    height: 30px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -40px;
    left: auto;
    right: auto;
}

.heading-top-shape-two h4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-look {
    background: var(--whitecolor);
    padding: 16px !important;
    width: 48% !important;
    border-radius: 10px !important;
}

.get-look .shop-now-img {
    width: 35%;
}

.get-look .shop-now-img .elementor-element {
    height: 100%;
}

.get-look .shop-now-img .elementor-element img {
    height: 100%;
    object-fit: cover;
}

.get-look .shop-now-content h5 {
    margin-top: 0;
}

.get-look .shop-now-content .elementor-widget-container {
    margin-bottom: 0 !important;
}

.common-btn a,
.common-btn-one a,
.btn {
    padding: 13px 17px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    /* color: var(--secondarycolor) !important; */
    border: 1px solid var(--secondarycolor) !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    cursor: pointer;
    /* background: var(--whitecolor) !important; */
    line-height: 21px;
    position: relative;
    overflow: hidden;
    background: var(--secondarycolor) !important;
    color: var(--whitecolor) !important;

}

/* .common-btn a::before,
.common-btn-one a::before,
.btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondarycolor);
    left: -100%;
    top: 0;
    z-index: 0;
}

.common-btn a span.elementor-button-text {
    z-index: 1;
} */

.common-btn a:hover,
.common-btn-one a:hover,
.btn:hover {
    background: var(--secondarycolor) !important;
    color: var(--whitecolor) !important;
}

.shop-now-outer {
    padding-bottom: 40px;
}

.shop-now-links-outer {
    display: flex;
    justify-content: center !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.blog-search-form-wrapper.active-form {
    display: block;
}


/* blog inner page css code  :::::::::::::::::::::::::::::: */



/* PRIVACY POLICY page css code  :::::::::::::::::::::::::::::: */

body.privacy-policy .common-outer {
    max-width: 1080px !important;
    margin-left: auto;
    margin-right: auto;
}

body.privacy-policy .common-outer h5 {
    font-weight: 600;
}

/* PRIVACY POLICY page css code  :::::::::::::::::::::::::::::: */

/* home page css button */
.joinnow-button{
    text-decoration: none;
}

/* homepage button css end here */

/* texteditor p */
.para-black p{
    color: var(--blackcolor) ;
    font-size: 18px;
    font-weight:400;
    font-family: var(--font-Inter);
}
