/*
 Theme Name:   aivastrachild
 Theme URI:    http://example.com/
 Description:  Child theme for aivastra
 Author:       Your Name
 Author URI:   http://example.com
 Template:     aivastra
 Version:      1.0.0
 Text Domain:  aivastra
*/


:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-margin-top:-20px;
}
body {
    margin: 0;
    padding: 0;
   font-family: "Poppins", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
a:hover,
a:focus,
a:active {
	 color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
      font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}
.container {
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}
.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;
}

.header-sticky .mobile_src_nav,
.header-sticky .showhide {

    display: block;

}
.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
   font-family: "Poppins", sans-serif;
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.webp) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 50px;
    top: 9px;
}

.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    display: block;
    background: linear-gradient(to right, #f6516a, #f5a646);
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

   font-family: "Poppins", sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;
    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}

.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;

}

.sicky-logo{
    max-width:350px;
    text-align: center;
}

.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.showhide b.txtr {
    position: absolute;
     top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
  font-family: "Poppins", sans-serif;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #114d54;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size:20px;
    letter-spacing: 0.5px;
font-family: "Poppins", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #141414;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}


.site-header .container, .hm-banner-sec .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

.site-branding {
    width: 200px;
}

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 14px;
}
.site-list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 60px;
}
.top-rite {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 28px;
    margin-left: 0;
}

.header-number {
    color: #fff;
    padding:0 0 0 30px;
    position: relative;
    margin-left: 10px;
}

.header-number a {
      font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #2A262D;
    display: inline-block;
}
.header-number a:hover {color: #f7339b;}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/header-phn-numbr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -4px;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin:0 16px;
}

#main-navigation ul li:first-child{
    margin-left:0

}
#main-navigation ul li.menu-item.sub-items {
    padding-right: 28px;
    background-image: url(images/main-menu-arow.webp);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right center;
}

#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #626262;
    display: inline-block;
     padding-bottom: 12px;
    border-bottom: 2px solid transparent;
}
#main-navigation ul > li > a:hover{
    color: #141414;

}
#main-navigation ul li.drop {
    padding-right: 20px;
    position: relative;
    background-image: url(images/main-menu-arow.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 13%;
}
#main-navigation ul li ul.sub-menu {
    display: none; 
    width: 844px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
}
#main-navigation ul li ul.sub-menu li.menu-item {
    display: inline-block;
    width: 98%;
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
    color: #a7211f;
}

#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}

.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #939393;
}
header.site-header.is-sticky .logo-section {
    padding: 15px 0 10px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}
.site-header {
    border-bottom: 1px solid #EAEAEA;
}
.home .site-header {
    border-bottom: 0;
}

@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}

.text-heading {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    color: #141414;
    margin-bottom: 45px;
}
 
a.cmn-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 18px 46px 18px 21px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(to right, #f6516a, #f5a646);
}
a.cmn-btn:before {
    position: absolute;
    content: "";
    background-image: url(images/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 17px;
    top: 0px;
    margin: auto;
    width:20px;
    height:20px;
    bottom: 0;
}

.tophdr-btn a.cmn-btn{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #434343;
    display: inline-block;
    padding: 13px 20px 13px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(227, 227, 227, 0.2);
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.tophdr-btn a.cmn-btn:before{
display:none
}

.tophdr-btn.sign a.cmn-btn, .tophdr-btn a.cmn-btn:hover{
color:#fff;
background: #141414;
}

a.cmn-btn:hover{
background: linear-gradient(to right, #EB4B6A, #E4A13E);
}
a.cmn-btn:hover:before {
    right: 15px;
}

.tophdr-btn.sign a.cmn-btn:hover{
    color: #434343;
    background: rgba(227, 227, 227, 0.2);
}

.hm-banner-sec.lft {
    background-image: url(images/bannerimg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 100%;
}
.hm-banner-sec.rgt {
    background-image: url(images/bannerimg1.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}

.hm-banner-sec.lft, .hm-banner-sec.rgt {
    padding: 240px 0;
}
.hm-banner-sec-cnt h6 {
    font-size: 14px;
    padding:10px 20px 9px 40px;
    border-radius: 24px;
    border: 2px solid transparent;
    background: linear-gradient(#f3d8d0, #f3d8d0) padding-box, /* Inner background color */ linear-gradient(to right, #f8a5b5, #f8c98c) border-box;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #141414;
    text-transform: uppercase;
    position:relative;
}
.hm-banner-sec-cnt h6:before {
    position: absolute;
    content: "";
    background-image: url(images/bannerframe.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 17px;
    top: -3px;
    margin: auto;
    width: 16px;
    height: 16px;
    bottom: 0;
}

.hm-banner-sec-cnt h1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 1.2;
    color: #141414;
}
.hm-banner-sec-cnt h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #434343;
    margin-bottom: 35px;
}
.hm-brand-sec h2 {
    text-align: center;
    margin-bottom: 58px;
}
.hm-brand-sec {
    background-color: rgba(249, 249, 249, 1);
    padding: 90px 0 100px;
}
.hm-banner-sec-lst.owl-carousel button.owl-dot {
    width: 64px;
    height: 2px;
    background-color: #B6B6B6;
    margin: 0 10px 0 80px;
}
.hm-banner-sec-lst.owl-carousel button.owl-dot.active{
    background-color:#141414;
}
.hm-banner-sec-lst.owl-carousel button.owl-dot:last-child{
    margin:0;
}
.hm-banner-sec-lst.owl-carousel button {
    position: absolute;
    bottom: 150px;
    left: 80px;
}
.hm-brand-sec-lst {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding: 0 7%;
}

.hm-create-ready-sec {
    padding: 100px 0 0;
}

.hm-create-ready {
    display: flex;
    height: 560px;
}

.hm-create-ready-category {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hm-create-ready-category-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top center;
}

.hm-create-ready-sec .men .default {
  background-image: url('images/menimg.webp');
}
.hm-create-ready-sec .men .hover {
  background-image: url('images/menimghover.webp');
  opacity: 0;
}

.hm-create-ready-sec .women .default {
  background-image: url('images/womenimg.webp');
}
.hm-create-ready-sec .women .hover {
  background-image: url('images/womenuimghover.webp');
  opacity: 0;
}

.hm-create-ready-sec .jewellery .default {
  background-image: url('images/jewelleryimg.webp');
}
.hm-create-ready-sec .jewellery .hover {
  background-image: url('images/jewelleryimghover.webp');
  opacity: 0;
}

.hm-create-ready-category h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin-bottom:0px;
}

.hm-create-ready-sec .hm-create-ready-category.active {
  flex: 3;
}

.hm-create-ready-sec .hm-create-ready-category.active .hover {
  opacity: 1;
}

.hm-create-ready-sec h2 {
    color: #141414;
    text-align: center;
    margin-bottom: 35px;
}

.hm-create-ready-sec p {
font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #626262;
    margin:0;
    text-align: center;
}
.hm-create-btn {
    text-align: center;
    margin: 40px 0 45px;
}

.hm-steps-sec {
    padding: 100px 0;
}
.hm-steps-sec .steps-cnt h2 {
    color: #141414;
    text-align: center;
    margin-bottom: 15px;
}
.hm-steps-sec .steps-cnt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
    text-align: center;
}
.steps-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 55px;
}
.step-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.step-icon {
    width: 62px;
    height: 62px;
    background-color:#141414;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.step-card {
    width: 21%;
    margin: 0 2%;
    position: relative;
    cursor: pointer;
}
.step-card:before {
    position: absolute;
    content: "";
    background-image: url(images/steparrow.webp);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    top: 70px;
    bottom: 0;
    right: -62px;
    margin: auto;
}
.step-card:last-child::before {
  display: none;
}
.step-card .step-icon img {
    width: auto;
}

.step-card img {
    width: 100%;
    display: block;
}
.step-top p strong {
    color: #141414;
    font-weight: 600;
    font-size: 20px;
}
.step-top p {
    margin: 0;
    line-height: 1;
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.step-top-cnt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.step-card.stp::before{
    display:none;
}
.step-top-img {
    background-color: #f7f6f8;
    border-radius: 10px;
}
.step-card:hover .step-icon{
        background: linear-gradient(to right, #f6516a, #f5a646);
        

}

.hm-photoshoots-sec .container {
    max-width: 100%;
}
.hm-photoshoots-sec {
    background: linear-gradient(90deg, #0a0a0a, #111111, #0d0d0d, #111111, #0a0a0a);
    padding: 100px 30px 50px 40px;
}
.hm-photoshoots-content h2 {
    color: #fff;
    margin-bottom: 15px;
}
.hm-photoshoots-content p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #E3E3E3;
    margin: 0;
}
.hm-photoshoots-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-photoshoots-image {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 58%;
}
.photoshoots-item {
    width: 32%;
}
.hm-photoshoots-content {
    width: 40%;
}
.photoshoots-item img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.hm-photoshoots-btn {
    margin-top: 40px;
}

.hm-choose-perfect-sec .container {
    max-width: 100%;
}

.hm-choose-perfect-sec {
    background: linear-gradient(to right, #D2BFAC 0%, #EDE4DE 100%);
    padding: 100px 40px;
}
.hm-choose-perfect-rgt h2 {
    color: #141414;
    margin-bottom: 15px;
}
.hm-choose-perfect-rgt p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
}
.hm-choose-perfect-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hm-choose-perfect-lft {
    width: 54%;
}
.hm-choose-perfect-rgt {
    width: 45%;
}
.hm-choose-perfect-btn {
    margin-top: 50px;
}
.hm-catalogue-creation-sec {
    padding: 100px 0;
}
.hm-catalogue-creation-sec .container {
    max-width: 100%;
}

.hm-catalogue-creation-cnt h2 {
    color: #141414;
    margin-bottom: 15px;
    text-align: center;
}
.hm-catalogue-creation-cnt p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
    text-align: center;
}
.hm-catalogue-creation-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hm-catlgue-crtion-itm-cnt {
    padding: 30px 15px 21px;
    position: relative;
}
.hm-catlgue-crtion-itm-cnt:before {
    position: absolute;
    content: "";
    background-image:none;
    background-repeat: no-repeat;
    background-size: contain;
    right: 17px;
    top: 25px;
    margin: auto;
    width: 20px;
    height: 20px;
}

.hm-catlgue-crtion-itm:hover .hm-catlgue-crtion-itm-cnt:before {
    background-image: url(images/arrowreslut.webp);

}

.hm-catlgue-crtion-itm {
    width: 30%;
    margin: 48px 24px 0px;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    cursor: pointer;
}
.hm-catlgue-crtion-itm .hm-catlgue-crtion-itm-img img {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0;
    transition: 1s;
}
.hm-catlgue-crtion-itm-cnt {
    padding: 30px 15px 21px;
}

.hm-catlgue-crtion-itm-cnt h5 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #141414;
    margin-bottom: 15px;
}
.hm-catlgue-crtion-itm-cnt p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
}

.hm-brand-choose-sec {
    position: relative;
    padding: 95px 0;
    z-index:9;
}
.hm-brand-choose-sec .container {
    max-width: 1480px;
}
.hm-brand-choose-sec:before {
    background: linear-gradient(to right, #f6516a, #f5a646);
    opacity: 3%;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index:-1;
}

.hm-brand-choose-header h2{
    color: #141414;
    margin-bottom: 15px;
    text-align: center;
}

.hm-brand-choose-header p{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
    text-align: center;
}
.hm-brand-choose-header {
    margin-bottom: 60px;
}
.hm-brand-choose-stat h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 52px;
    line-height: 1;
    color: #141414;
    margin-bottom: 0;
    text-align: center;
}
.hm-brand-choose-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.hm-brand-choose-card {
    flex: 1;
    padding: 0px 80px;
}
.hm-brand-choose-card.divider {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.hm-brand-choose-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.hm-brand-icon img {
    width: 100%;
    display: block;
}

.hm-brand-choose-card h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #141414;
    margin-bottom: 15px;
    text-align: center;
}

.hm-brand-choose-card p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
    text-align: center;
}

.hm-results-sec .container {
    max-width: 100%;
}
.hm-results-sec {
    padding: 100px 40px;
}

.hm-results-header h2{
    color: #141414;
    margin-bottom: 45px;
    text-align: center;
}
.hm-results-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: start;
}
.hm-results-col {
    display: grid;
    grid-template-columns: 1fr;
}
.hm-results-col img {
    width: 100%;
    display: block;
}
.hm-results-col.one {
    padding-top: 20px;
}
.hm-results-col.three {
    padding-top: 40px;
}

.hm-results-col.four {
    padding-top: 10px;
}

.ftr-form-sctn.popfrm {
    padding: 0;
}


.ftr-form-sctn{
    background-image:url(images/frm-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:100px 80px;
}
.ftr-form-sctn .container{
    max-width:100%;
}
.form-sec {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.frm-lft h2.text-heading {
    font-weight: 700;
    font-size: 68px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.frm-lft {
    width: 51%;
}
.frm-lft p{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height:1.4;
    color: #F9F9F9;
    margin: 0;
}

.hm-form {
    width: 26.7%;
    background: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(161, 161, 161, 0.3);
    border-radius: 20px;
}

.frm-itm input, .frm-itm textarea {
    outline: 0;
    width: 100%;
    color: #939393 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 130%;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px;
    margin: 7px 0;
}

.frm-itm p{
    margin: 0;
}

.frm-itm{
    width: 100%;
    margin: 0 0 15px;
    position: relative;
}

.frm-itm:last-child{margin: 0;}


.frm-itm input::placeholder, .frm-itm textarea::placeholder{
    color: #939393 !important;
}

.frm-itm input[type="submit"] {
    cursor: pointer;
    background: #141414;
    border-radius: 10px;
    font-size: 16px;
    padding: 17px 10px;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    transition: all 0.4s ease;
    font-family: "Poppins", sans-serif;
}
.frm-itm input[type="submit"]:hover{
opacity:0.9;
}
.frm-itm .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: max-content;
    max-height: max-content;
}

.frm-itm .wpcf7-form-control-wrap{position: inherit;}

.frm-itm .wpcf7 form .wpcf7-response-output{
    padding: 0;
    border: 0;
    color: #fff;
    display: none;
}

.frm-itm  .wpcf7-spinner{display: none;}


.hm-form h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #141414;
    margin-bottom: 20px;
}

.frm-itm label {
    color: #626262 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 100%;
}

.hm-form p.frm-disclaimer {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #939393;
    text-align: center;
    margin: auto;
    width: 80%;
}

.hm-form p.frm-disclaimer br{
    display: none;
}

.ftr-block-sec {
    background: linear-gradient(180deg, #141414 0%, #080808 100%);
    padding: 100px 80px 0;
}

.ftr-block-list {
    display: flex;
    justify-content: space-between;
}
.ftr-loca-blk {
    display: flex;
    flex-wrap: wrap;
}
.ftr-block-sec .container {
    max-width: 100%;
}

.ftr-block-list h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #F9F9F9;
    margin: 0 0 15px;
}

.ftr-block-list a, .ftr-block-list p, .cpy-inr p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #E3E3E3;
    margin: 0 0 15px;
}
.cpy-inr p {margin:0;}
.cpy-inr {
    display: flex;
    justify-content: space-between;
    padding:40px 0;
}

.ftr-logo {
    margin-bottom: 48px;
    width: 86%;
}
.ftr-logo img {
    display: block;
}
.ftr-lnks-lst, .ftr-cnt-blk {
    display: flex;
    justify-content: space-between;
}
.ftr-lnks-lst {
    margin-bottom: 40px;
}
.ftr-logo-blk {
    width: 52%;
    position: relative;
}
.ftr-lnks-blk {
    width: 39%;
}
.ftr-loca-itm, .ftrlnks-itm, .share-scl-blk{
    width: 50%;
}

.ftrlnks-itm li:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.ftrlnks-itm li:hover:before {
    background: linear-gradient(to right, #f6516a, #f5a646);
}

.ftrlnks-itm li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}

.ftr-contact .ftr-links {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.ftr-contact .ftr-links:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    background-position: -157px 2px;
    background-repeat: no-repeat;
    width: 30px;
    height: 23px;
    left: 0;
}
.ftr-contact .ftr-links.call:before{
 background-position: -127px 0;
}

.ftr-contact .ftr-links:hover:before {
    background-position: -157px -38px;
}
.ftr-contact .ftr-links.call:hover:before{
 background-position:-127px -36px;
}



.share-scl-icon a {
    font-size: 0 !important;
    background-image: url(images/sprites.webp);
    background-position: 9px 0;
    background-repeat: no-repeat;
width: 31px;
    height: 25px;
    display: inline-block;
    margin: 0;
}
.share-scl-icon-blk {
    display: flex;
    justify-content: start;
    align-items: center;
}

.share-scl-icon.instagram a {
    background-position: -21px 0px;
    width: 27px;
}
.share-scl-icon.youtube a {
    background-position:-53px 2px;
    width: 26px;
}
.share-scl-icon.linkedin a {
    background-position: -83px 0px;
}

.share-scl-icon.facebook a{
    background-position: -1px 0;
    width: 13px;
}

.share-scl-icon.instagram a:hover {
    background-position: -21px -48px;
    width: 27px;
}
.share-scl-icon.youtube a:hover {
    background-position:-53px -46px;
    width: 26px;
}
.share-scl-icon.linkedin a:hover {
    background-position:-83px -43px;
}

.share-scl-icon.facebook a:hover {
    background-position:-1px -48px;
    width: 13px;
}

.share-scl-icon-blk {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    padding-left: 10px;
    margin-top: -10px;
}

.ftr-logo-blk:before {
    position: absolute;
    content: "";
    background-color: #434343;
    width: 1px;
    height: 100%;
    right: -75px;
    opacity: 20%;
}

.ftr-block-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    position: relative;
}
.ftr-block-list::before{
    
    position: absolute;
    content: "";
    background-color: #434343;
    width: 100%;
    height: 1px;
   bottom: 0;
    opacity: 20%;

}
.hm-catlgue-crtion-itm {
    overflow: hidden;
    transition: 1s;
}
.hm-catlgue-crtion-itm:hover .hm-catlgue-crtion-itm-img img {
    transform: scale(1.03);
    transition: 1s;
}

.hm-catlgue-crtion-itm-img {
    overflow: hidden;
}
p.copy-para {
    display: flex;
    gap: 25px;
}

.hm-banner-sec.lft img.mobile, .hm-banner-sec.rgt img.mobile {
    display: none;
}

.frm-itm .wpcf7-not-valid-tip {
    font-size: 11px;
    top: 45px;
    right: 5px;
}
.hm-form .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 12px;
    border: 2px solid #000;
}

.hm-blog-sec .container {
    max-width: 100%;
    padding: 0 80px;
}
.hm-blog-top h2.text-heading {
    margin-bottom: 10px;
}
.hm-blog-top-cnt p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
}
.hm-blog-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    text-align: center;
}
.hm-blog-top-btn a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #626262;
    margin: 0;
    position: relative;
    padding-right: 25px;
}
.hm-blog-top-btn a:before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    right: 0;
    background-image: url(images/blog-top-arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.hm-blog-blk {
    display: flex;
    justify-content: center;
}
.hmblg-item {
    width: 32%;
    margin: 0 0.9% 0;
    padding: 15px;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    background-color: #FCFCFC;
}
.hmblg-item .hmblg-post-img img {
    width: 100%;
    display: block;
    border-radius: 12px;
}
.hmblg-post-img {
    margin-bottom: 20px;
}

.hmblg-item .blog-meta {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #939393;
    margin: 0 0 18px;
    position: relative;
}

.hmblg-item .blog-meta span.gradient-text {
    background: linear-gradient(to right, #f6516a, #f5a646);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
        font-weight: 600;
}
.hmblg-item h3, .hmblg-item p{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #141414;
}
.hmblg-item p {
    color: #626262;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 18px;
}
.hmpost_btn a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #141414;
    margin: 0;
    padding-right:25px;
    position: relative;
}

.hmpost_btn a:before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    right: 0;
    background-image: url(images/hmpostarrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.hmblg-item:hover .hmpost_btn a::before, .hm-blog-top-btn a:hover::before{
    background-image: url('images/hmpostarrowhover.webp');
}

.hm-blog-sec {
    padding: 0 0 100px;
}
.hmblg-post-img {
    overflow: hidden;
    border-radius: 12px;
     transition: 1s;
}
.hmblg-post-img img{
   transition: 1s;   
}
.hmblg-item:hover .hmblg-post-img img{
    transform: scale(1.03);
    transition: 1s;
}

.hmblg-item:hover .hmpost_btn a, .hm-blog-top-btn a:hover{
        -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to right, rgb(246, 81, 106), rgb(245, 166, 70)) text;
}
.tophdr-btn{
    font-size:0;
}
a.cmn-btn.two {
    background: transparent;
    color: #626262;
    padding: 14px 46px 14px 21px;
}
a.cmn-btn.two:hover {
    background-color: #000;
    color: #fff;
}
a.cmn-btn.two:before {
    background-image: url(images/blog-top-arrow.webp);
}
a.cmn-btn.two:hover::before {
    background-image: url(images/arrow.webp);}

    .hm-results-btn{
    margin-top: 25px;
}

.hm-results-btn, .hm-post-btn {
    font-size: 0;
    text-align: center;
}
.hm-blog-blk {
    margin-bottom: 40px;
}

/* innerpage */
#main-heading .container, .contact-form-sctn .container, .page-content .container, 
main.page-content.about-page .about-generate-creation-sec .container, main.page-content.about-page .about-faster-sec .container,
main.page-content.about-page .hm-blog-sec .container, main.page-content.about-page .about-table-sec .container, .single-post-layout .container, .default-page .container, .blg-form-sctn .container, .default-page.default .container {
    padding: 0 75px;
    max-width: 100%;
}

.default-page .container {
    padding: 0 25px;
}

#main-heading {
    background: linear-gradient(180deg, #FFFCF6 0%, #FFFFFF 100%);
    padding: 120px 0 48px;
    text-align: center;
}

#main-heading .inr-bnr-title h1, #main-heading .inr-bnr-title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size:68px;
    line-height: 1.02;
    letter-spacing: 0;
    color:#141414;
    display: inline-block;
    position: relative;
    margin: 0 0 24px;
}
#main-heading p {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #434343;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

#page-column.full-width,
.full-width {
    width: 100%;
}
#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2, .contact-form-sctn .hm-form h5 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    color: #141414;
    margin-bottom: 15px;
}

#page-column h3 {
    font-size: 50px;
}
#page-column h4 {
    font-size: 40px;
}
#page-column h5, .contact-form-sctn .hm-form h5 {
    font-size: 32px;
}
#page-column h6 {
    font-size: 24px;
}
#page-column h6 strong {
    font-size: 20px;
}
#page-column p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #434343;
    margin-bottom: 18px;
}


 #page-column li{
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color:#626262;
    font-size: 16px;
    font-weight: 500;

}
#page-column ul li strong, #page-column p strong {
    font-weight: 700;
}
#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}
#page-column ol,
#page-column ul {
    margin: 0 0 40px 0px;
    list-style-position: inside;
}
#page-column ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin: 0 0 16px;
}
#page-column ul li:before {
 -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
    background:linear-gradient(to right, #f6516a, #f5a646);
    border-radius: 100%;
     width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    top:7px;
}

#page-column a, #page-column li a {
 -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to right, rgb(246, 81, 106), rgb(245, 166, 70)) text;
}
#page-column a.cmn-btn {
    -webkit-text-fill-color: #fff;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to right, #f6516a, #f5a646);
}
#page-column a.cmn-btn:hover {
    -webkit-text-fill-color: #fff;
    background: linear-gradient(to right, #f6516a, #f5a646);
}

#page-column a:hover, #page-column li a:hover {
    -webkit-text-fill-color: #626262;
    background: transparent;
    color:#626262;
}

#page-column ol {
    counter-reset: my-sec-counter;
    list-style-position: inside;
}
#page-column ol li {
    list-style: none;
    margin: 0 0 12px;
    position: relative;
      padding-left: 15px;
}
#page-column ol li:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) ".";
  background: linear-gradient(to right, rgb(246, 81, 106), rgb(245, 166, 70)) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    left: 0px;
    top: 0px;
}
#page-column  ul li > ul li {
    list-style-type: none;
}
#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ul li:before {
    display: block;
}
#page-column  ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ol li:before {
    display: none;
}
#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}

/* cnt */
.contact-frm-lft {
    width: 54%;
}

.contact-form-sctn .hm-form {
    width: 34.1%;
    background: #F9F9F9;
}
.contact-frm-lft p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #434343;
    margin-bottom: 48px;
}
.frm-blk .ftr-contact a, .frm-blk .share-scl-blk h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight:600;
    font-size: 16px;
    line-height: 1.5;
    color: #141414;
    margin: 0 0 15px;
}
.frm-blk .ftr-contact {
    margin-bottom: 35px;
}

.frm-blk .ftr-contact .ftr-links:before {
    background-position: -157px -68px;
}
.frm-blk .ftr-contact .ftr-links.call:before {
    background-position: -127px -71px;
}

.frm-blk .share-scl-icon.instagram a {
    background-position: -21px -85px;
    width: 27px;
}
.frm-blk .share-scl-icon.youtube a {
    background-position:-53px -82px;
    width: 26px;
}
.frm-blk .share-scl-icon.linkedin a {
    background-position: -83px -80px;
}

.frm-blk .share-scl-icon.facebook a{
    background-position: -1px -85px;
    width: 13px;
}
.frm-blk .ftr-contact .ftr-links.call:hover:before {
    background-position: -127px -36px;
}

.frm-blk .ftr-contact .ftr-links:hover:before{
 background-position:-157px -37px;
}

.contact-frm-lft h2.text-heading {
    margin-bottom: 30px;
}
.frm-blk .ftr-contact a:hover {
    text-decoration: underline;
    text-decoration-color: #626262;
    text-decoration-thickness: 2px;
}
.frm-blk .ftr-contact {
    margin-bottom: 35px;
}

.frm-blk .share-scl-blk h4 {
    margin: 0 0 1px;
}
.contac-map-btm h2.text-heading {
    text-align: center;
}
.contac-map-lst {
    display: flex;
    justify-content: center;
    gap: 65px;
}
.contac-map-itm {
    width: 50%;

}
.contac-map-frme{
    overflow: hidden;
}
.contac-map-itm iframe {
    width: 100%;
    height: 760px;
    display: block;
    margin-top: -215px;
}

#main-heading.contact .inr-bnr-title, #main-heading.contact .inr-bnr-title h1, #main-heading.contact .inr-bnr-title h2 {
    margin: 0;
}
.contac-map-btm {
    padding: 90px 0;
}
.cnt-map-add h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #434343;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E3E080;
}
.cnt-map-add h6 a:hover, .cnt-map-add h6 a{
       color: #434343; 
}
.cnt-map-add p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #626262;
    margin: 0;
}
.cnt-map-add {
    margin-bottom: 40px;
}
.innr-form-btn {
    font-size: 0;
    margin-top: 52px;
}
.ftr-form-sctn.cntinner {
    background-image: url(images/cntinner-frm-bg.webp);
    padding: 250px 80px;
    background-position: center right;
}

/* pricing */
.pricing-table .subtitle{
  color:#666;
  margin-bottom:40px;
}
.pricing-table {
    background: #fff;
    border-radius: 40px;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.pricing-table th, .pricing-table td {
    border: 1px solid #e5e5e5;
    padding: 28px 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    color: #1F2937;
}

.pricing-table thead th {
    background: #fff;
    vertical-align: middle;
    padding: 60px 16px;
}
.pricing-table .features {
    text-align: left;
    width: 24%;
    font-weight: 700;
}
.pricing-table .plan {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    color: #1F2937;
}
.pricing-table .desc {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    color: #626262;
    margin-bottom: 16px;
    font-weight: 500;
}

.pricing-table .credits {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    color: #111827;
}
.pricing-table button {
    background: #141414;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 14px 105px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}
th.features.img {
    background-image: url(images/Features.webp);
    background-position: 14px;
    background-repeat: no-repeat;
    padding-left: 38px;
}
.pricing-table .highlight {
    background: linear-gradient(to right, #f6516a, #f5a646);
    color: #fff;
    position: relative;
}

.pricing-table .highlight .desc{
  color:#f4f4f4;
}

.pricing-table .highlight button{
  background:#fff;
  color:#111;
}
.pricing-table .tag {
    position: absolute;
    top: -17px;
    right: 0;
    left: 0;
    background: #fff;
    color: #111;
    font-size: 12px;
    padding: 9px 6px 9px 23px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    width: 100px;
    margin: auto;
    border: 2px solid #E5E7EB;
    text-transform: capitalize;
    background-image: url(images/star.webp);
    background-position: 4px;
    background-repeat: no-repeat;
}
.pricing-table .section td {
    background: #f3f3f3;
    font-weight: 600;
    text-align: left;
}
.pricing-table tbody td:first-child {
    text-align: left;
    font-weight: 500;
}
.pricing-table tbody td {
    text-align: center;
    font-weight: 600;
}
.pricing-table .highlight .plan, .pricing-table .highlight .credits {
    color: #fff;
}
.pricing-table .highlight button{
    color: #626262;
}
.pricing-table tbody tr.section td {
    font-weight: 600;
}
/* faqs section */

.inr-faqs-sec {
    padding: 130px 0 100px;
    max-width: 1320px;
    margin: auto;
}
/* .inr-faqs-sec .accordion-lst {
    padding-top: 48px;
} */

#page-column .inr-faqs-sec h2, #page-column .inr-faqs-sec p{
    text-align: center;
    position: relative;
}
#page-column .accordion-profile a {
    -webkit-text-fill-color: #434343;
    display: inline-block;
    font-weight: 600;
    background: transparent;
}
#page-column .accordion-profile h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    color: #434343;
    margin-bottom: 0;
    padding: 28px 80px 28px 28px;
    background: #FCFCFC;
    border-bottom: transparent;
    border-radius: 15px;
    background-image: url(images/inr-faqs-arow-img.webp);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: right 20px top 21px;
    background-color: #FCFCFC;
}
#page-column .accordion-profile.active, #page-column .accordion-profile {
    background-color: #FFFFFFB2;
    border: 1px solid #D9D9D9BF;
    border-radius: 12px;
    box-shadow: 0px 2px 15px 0px #0000000A;
}
#page-column .accordion-profile.active h3 {
    margin: 0;
    border-bottom: 1px solid #E8E8E8;
    background: linear-gradient(90deg, rgba(245, 92, 122, 0.03) 0%, rgba(246, 181, 83, 0.03) 100%);
    border-radius: 0;
}
#page-column .accordion-profile::before{
    display: none;
}

#page-column .accordion-profile-content p {
    text-align: left;
    letter-spacing: 0%;
    color: #626262;
}
#page-column .accordion-profile-content p:last-child {
    margin: 0;
}


#page-column .faq-accordion {
    margin: 0 0 100px;
}
#page-column .faq-ttl {
    text-align: center;
    margin: 0 0 30px;
}

#page-column .accordion-profile .accordion-profile-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 28px 80px 28px 28px;
    display: none;
}
#page-column .accordion-profile.active .accordion-profile-content {
    display: block;
}
::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}
#page-column .accordion-profile {
    margin: 0 0 35px;
    max-height: max-content !important;
    position: relative;
    background-image: url(images/inr-faqs-arow-img.webp);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: right 20px top 21px;
    background-color: #FCFCFC;
}
#page-column .accordion-profile.active {
    background-image: url(images/inr-faqs-arow-img-active.webp);
}

#page-column .accordion-profile:last-child:after{
    display: none;
}
#page-column .accordion-profile:last-child{
    margin: 0;
}
.pricing-table tbody td strong {
    font-weight: 500;
}

/* blog */

.blog-main-layout .container {
    padding: 0 60px;
    max-width:100%;
}

.blog-main-layout {
    padding: 0px 0 100px;
}

.ui-filter-toolbar {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.blog-tabs-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-pill {
    padding: 14px 28px;
        color: #626262;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0%;
    background: #FBFBFB;
}
.blog-tabs-row a.tab-pill {
    color: #626262;
}
.tab-pill.active-tab {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
    font-weight: 600;
}

.blog-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-card {
    width: 31.5%;
    margin: 0 0.9% 1.6%;
    padding: 15px;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    background-color: #FCFCFC;
}
.card-thumb-holder {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}
.card-thumb-holder img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: 1s;
    height: 100%;
    object-fit: cover;
}
.card-thumb-holder {
    height: 419px;
}
.blog-card:hover .card-thumb-holder img{
    transform: scale(1.03);
    transition: 1s;
}

.card-meta-line {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #939393;
    margin: 0 0 18px;
    position: relative;
}

.card-category-tag {
    background: linear-gradient(to right, #f6516a, #f5a646);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
}

h5.card-title-text, p.card-excerpt-text {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #141414;
}

p.card-excerpt-text {
    color: #626262;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 18px;
}

a.card-learn-more-link {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #141414;
    margin: 0;
    padding-right: 25px;
    position: relative;
}

a.card-learn-more-link:before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    right: 0;
    background-image: url(images/hmpostarrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}


.blog-card:hover a.card-learn-more-link 
{
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to right, rgb(246, 81, 106), rgb(245, 166, 70)) text;
}

.blog-card:hover a.card-learn-more-link:before{
    background-image: url(images/hmpostarrowhover.webp);
}

.ui-view-more-row {
    text-align: center;
    margin-top: 70px;
}
.ui-view-more-btn {
    padding: 14px 28px;
    color: #626262;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0%;
    background: #FBFBFB;
}
.ui-view-more-btn:hover {
    color: #000;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 15px 0px #00000014;
}


/* about */
.about-catalogue-page {
    background: linear-gradient(90deg, #FFFDFB 0%, #F5EEE8 100%);
    padding: 100px 70px 100px 90px;
}

main.page-content.about-page .container{
    padding:0;
}

.about-catalogue-page-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-catalogue-page-lft {
    width: 43%;
}
.about-catalogue-page-rgt {
    width: 52%;
}
.about-mission-page-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-mission-page-lft {
    width: 50%;
    padding: 48px 50px 48px 75px;
}
.about-mission-page-rgt {
    width: 49.8%;
}

#page-column .about-mission-box h6 strong {
    font-weight: 600;
}
.about-mission-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 33px;
    padding-top: 10px;
}
.about-mission-box {
    border-radius: 8px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    text-align: center;
}
.about-mission-page {
    background: #FFFDFB;
}
.about-mission-box-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    margin-bottom: 15px;
}
#page-column .about-mission-box h6 {
    margin: 0;
}
#page-column .about-mission-box h6 strong {
    font-weight: 600;
}
.about-mission-box-cnt img {
    width: 24px;
    display: block;
}

.about-generate-creation-sec{
    padding:100px 0;
    background-image:url(images/generate-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.about-generate-creation-cnt {
    text-align: center;
    margin-bottom: 48px;
}
#page-column .about-generate-creation-cnt h2, #page-column .about-generate-creation-cnt p, #page-column .about-generate-itm-cnt h6 {
    color: #fff;
}
.about-generate-creation-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about-generate-itm-img img {
    width: 100%;
    display: block;
    border-radius: 12px;
}
.about-generate-itm {
    width:23.5%;
    margin: 0 1% 0;
}
.about-generate-itm:last-child {
    margin-right: 0;
}

.about-generate-itm:first-child {
    margin-left: 0;
}
#page-column .about-generate-itm-cnt h6 {
    margin: 0;
    text-align: center;
}
.about-generate-itm-img {
    margin-bottom: 24px;
}
.hm-about-generate-btn {
    font-size: 0;
    padding-top: 48px;
    text-align: center;
}
.about-faster-creation-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.about-faster-itm img {
    display: block;
    width: 100%;
    height: 440px;
    border-radius: 12px;
}
.about-faster-itm.two {
    width: 64%;
}
.about-faster-itm {
    width: 34.2%;
    position: relative;
}
.about-faster-itm-cnt {
    position: absolute;
    bottom: 30px;
    left: 25px;

}
#page-column .about-faster-itm-cnt h6 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}
#page-column .about-faster-itm-cnt p {
    color: #E3E3E3;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.about-faster-sec {
    padding: 100px 0;
}
.about-faster-cnt {
    text-align: center;
    margin-bottom: 48px;
}

.hmblg-item:first-child {
    margin-left: 0;
}

.hmblg-item:last-child {
    margin-right: 0;
}
.about-table-cnt {
    text-align: center;
}

.about-table-sec  .table-wrapper {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            border: 1px solid #eaeaea;
            overflow-x: auto;
  }

.about-table-sec table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0;
}
  
.about-table-sec .table-wrapper td.text-muted {
    font-weight: 500;
    color: #626262;
}

.about-table-sec .table-wrapper td {
    padding: 28px 20px 28px 40px;
    color: #141414;
    border-bottom: 1px solid #f4f4f4;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0%;
}

 .about-table-sec  tr:last-child td {
            border-bottom: none;
        }

.about-table-sec .text-muted {
            color: #777777;
        }

.about-table-sec .highlight-text {
            font-weight: 600;
            color: #000000;
        }
.about-table-sec .check-icon {
    position: relative;
    padding-left: 35px;
}
.about-table-sec .check-icon:before {
    position: absolute;
    content: "";
    background-image: url(images/check-icon.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-table-sec .table-wrapper thead {
    background: #FCFCFC;
}
.about-table-sec .table-wrapper th {
    padding: 28px 20px 28px 40px;
    color: #111111;
    border-bottom: 1px solid #eaeaea;
    font-family:"Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0%;
    vertical-align: middle;
}
.about-table-sec {
    margin-bottom: 100px;
}
.page-template-about-page-template .inr-faqs-sec {
    padding-top: 0;
}

#main-heading.single-post {
    background: transparent;
    padding-bottom: 20px;
}
.post-header-center {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 65px;
}
.post-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin: 15px 0;
}
.post-meta-top-bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #626262;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    align-items: center;
    padding-top: 48px;
}

span.meta-item.blog-cat {
    display: inline-block;
    padding: 13px 20px 13px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(227, 227, 227, 0.2);
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

.post-meta-top-bar-cat {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.post-meta-top-bar-cat span.meta-item{
    position: relative;
}

.post-meta-top-bar-cat span.meta-item:before {
    position: absolute;
    content: "";
    background-color: #E3E3E3;
    width: 6px;
    height: 6px;
    left: -16px;
    top: 4px;
    border-radius: 100%;
}

 .post-meta-top-bar span.meta-item.back-link {
    position: relative;
    padding-left: 25px;
}
.post-meta-top-bar span.meta-item.back-link:before {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    background-image: url(images/blog-top-arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(-180deg);
    display: inline-block;
}
.post-featured-banner {
    width: 100%;
    margin-bottom: 50px;
}
.post-featured-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.post-columns-grid {
    display: grid;
    grid-template-columns: 240px 1fr 260px; /* Left Sidebar, Center Content, Right Content Table */
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 60px;
}



.author-avatar-container {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0px;
}
.author-avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-box-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.author-box-role {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}
.author-box-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.single-team .entry-content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.toc-heading {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #111;
}
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc-list li {
    margin-bottom: 12px;
    font-size: 14px;
}
.toc-list li a {
    color: #666;
    text-decoration: none;
}
.toc-list li.active a {
    color: #ff6b35; 
    font-weight: 600;
}

.post-bottom-meta-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 40px;
}

.related-articles-section {
    border-top: 1px solid #eee;
    padding-top: 50px;
    margin-top: 50px;
}
.related-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.related-post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}



.single-post-layout #page-column p {
    font-size: 16px;
    line-height: 1.7;
    color: #626262;
    margin-bottom: 16px;
}

.single-post-layout #page-column h5 {
    color: #434343;
}
.single-post-layout  #page-column ul li:before {
    background: #626262;
}
#page-column .tag-pills a {
    display: inline-block;
    padding: 13px 20px 13px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(227, 227, 227, 0.2);
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    -webkit-text-fill-color: #626262;
}
.tag-pills {
    display: flex;
    justify-content: center;
    gap: 20px;
}
aside.grid-col-author, aside.grid-col-toc {
    width: 20.2%;
}
.single-team {
    width: 58.5%;
}
.post-columns-grid {
    display: flex;
    justify-content: space-between;
}
.single-post .hm-blog-top h2.text-heading {
    margin: 0;
    line-height: 1;
}

aside.grid-col-author {
    border-radius: 12px;
    padding: 16px 13px 16px 16px;
    background: #F9F9F9;
    border: 1px solid #E3E3E3;
}
#page-column h6.author-box-name, #page-column h6 strong .author-sticky-lst {
    margin: 0;
    font-weight: 600;
}
.author-sticky-box {
    display: flex;
}
#page-column h6.author-box-name, #page-column .author-sticky-lst h6 strong {
    margin: 0;
    font-weight: 600;
}
.author-sticky-box {
    display: flex;
    gap:12px;
}

span.lwptoc_toggle {
    display: none;
}
.lwptoc:first-child {
    margin: 0 !important;
}
.lwptoc_i, .lwptoc-light .lwptoc_i {
    padding: 0;
    background: transparent !important;
}
.lwptoc_item .lwptoc_item_number {
    display: none;
}
.lwptoc_header {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    color: #141414;
    margin-bottom: 15px;
}
#page-column .lwptoc_item a {
    font-size: 16px;
    line-height: 1.7;
    color: #626262;
    margin-bottom: 16px;
    background: transparent;
    -webkit-text-fill-color: #626262;
    font-family: "Poppins", sans-serif;
}
.lwptoc_header {
    margin-bottom: 25px !important;
}
#page-column .lwptoc_item a:hover {
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to right, rgb(246, 81, 106), rgb(245, 166, 70)) text;
    border-bottom: 0 !important;
}


.share-buttons a{
    position: relative;
}
#page-column .share-buttons a, .share-buttons a {
    background-image: url(images/snglink.png) !important;
    background-position: center;
    width: 20px;
    height: 20px;
    display:inline-block;
    font-size:0;
    background:transparent

}
#page-column .share-buttons a.twitter, .share-buttons a.twitter{
       background-image: url(images/sngtwr.png) !important;
}
#page-column .share-buttons a.facebook, .share-buttons a.facebook{
       background-image: url(images/sngfb.png) !important;
}
#page-column .share-buttons a.linkedin, .share-buttons a.linkedin{
       background-image: url(images/snglinkdin.png) !important;
}
#page-column .share-buttons a.copy-btn:hover{
       background-image: url(images/hoversnglink.png) !important;
}
#page-column .share-buttons a.twitter:hover, .share-buttons a.twitter:hover{
       background-image: url(images/hoversngtwr.png) !important;
}
#page-column .share-buttons a.facebook:hover, .share-buttons a.facebook:hover{
       background-image: url(images/hoversngfb.png) !important;
}
#page-column .share-buttons a.linkedin:hover, .share-buttons a.linkedin:hover{
       background-image: url(images/hoversnglinkdin.png) !important;
}
.share-buttons {
    font-size: 0;
    display: flex;
    align-items: center;
    gap: 45px;
}

.meta-share-mini .share-buttons, .meta-share-mini, .author-social-pills .share-buttons{
    gap: 28px;
}
span.comment-count-badge img {
    display: block;
}

span.comment-count-badge {
    display: flex;
    align-items: center;
}
.meta-share-mini {
    display: flex;
    align-items: center;
}
span.comment-count-badge {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 4px 8px;
    border: 1px solid #E3E3E3;
}


.fashion-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.tab-btn {
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 14px 20px;
    border-radius: 8px;
    background: #FBFBFB;
    border: 1px solid #E3E3E3;
    line-height: 1;
}
.tab-btn.active {
    color: #fff;
    background: #141414;
}


.tab-content{
    display:none;
}

.tab-content.show{
    display:block;
}
.gallery-grid {
    column-count: 4;
    column-gap: 25px;
}

.gallery-item img{
    width:100%;
    display:block;
    border-radius:14px;
    transition:0.3s;
}


#page-column .overlay-left h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #F9F9F9;
}
.overlay-left img {
    width: auto;
    display: block;
    margin-bottom: 12px;
}


.image-overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    margin: 20px;
}

.image-overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    margin: 20px;
    background: #1C1C1CCC;
    border-radius: 12px;

       transform: translateY(100%);
    transition: transform 0.4s ease;
        opacity: 0;
    visibility: hidden;
}
#page-column a.visit-btn {
    -webkit-text-fill-color: #626262;
    display: inline-block;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #fff;
    padding: 10px 30px 10px 10px;
    border-radius: 8px;
    background-image: url(images/glry-arrow.webp);
    background-position: center right 9px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.gallery-item{
    position: relative;
    overflow: hidden;
}

.gallery-item:hover .image-overlay{
    transform: translateY(0);
        opacity:1;
    visibility:visible;
}
.ftr-form-sctn.singleblg{
    background-image: url(images/singleblg-frm.webp);
}
.ftr-form-sctn.pricing{
       background-image: url(images/pricing-frm.webp);
 
}
.ftr-form-sctn.about-page{
       background-image: url(images/about-frm.webp);
 
}
.ftr-form-sctn.blg{
       background-image: url(images/blg-frm.webp);
 
}
.contact-btn.about {
    font-size: 0;
    padding-top: 35px;
}

.page-template-about-page-template .hm-blog-top {
    justify-content: center;
}

.page-template-about-page-template .form-sec, .ftr-form-sctn.pricing .form-sec {
    align-items: flex-end;
}
.page-template-about-page-template .frm-lft, .ftr-form-sctn.pricing .frm-lft {
    padding-bottom: 60px;
}

.frm-blk .share-scl-icon.instagram a:hover {
    background-position: -21px -118px;
}
.frm-blk .share-scl-icon.youtube a:hover {
    background-position:-53px -115px;
}
.frm-blk .share-scl-icon.linkedin a:hover {
    background-position: -83px -113px;
}

.frm-blk .share-scl-icon.facebook a:hover{
    background-position: -1px -118px;
}

.page-template-ai-showcase-page .inr-faqs-sec {
    padding-top: 80px;
}

.blg-form-sctn {
    background-image: url(images/blg-form.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 00px;
    background-position: top right;
}
.blg-form-sec p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #626262;
}
.blg-form-sec {
    width: 50%;
}

.frm-itm.subscribe-box p {
    display: flex;
}

.frm-itm.subscribe-box input {
    border-radius: 8px 0 0 8px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #939393 !important;
    padding: 11px 0px 10px 35px;
    width: 328px;
    background-image: url(images/mailblg.webp);
    background-repeat: no-repeat;
    background-position: left 13px center;
    border: 1px solid #E8E8E8;
    border-right: 0;
}
.frm-itm.subscribe-box input[type="submit"] {
    border-radius: 0px 8px 8px 0px;
    width: 112px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff !important;
    display: inline-block;
    padding: 13px 7px 13px 7px;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(to right, #f6516a, #f5a646);
}

.frm-itm.subscribe-box p {
    display: flex;
    margin: 0;
    padding-top: 20px;
}

.blg-form-sec .wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em 0em;
    padding: 0.2em 1em;
    border: 0;
}

.comments-title {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}

.main-comment-form-wrapper {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.form-avatar-col img, 
.guest-avatar-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    object-fit: cover;
}

.guest-avatar-placeholder {
    background: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
}

.form-fields-col { width: 100%; }
.form-fields-col #respond { padding: 0; margin: 0; background: none; }


.form-fields-col textarea::placeholder { color: #8e8e8e; }
.form-fields-col textarea:focus { border-color: #cbd5e1; }

.submit-comment-btn {
    color: #ffffff;
    border: none;
    padding: 16px 20px;
    border-radius: 6px;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.2s;
    font-family:"Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    background: #141414;
}
.submit-comment-btn:hover { background: #2a2a2a; }

.comment-form .comment-form-cookies-consent,
.comment-form .logged-in-as { display: none !important; }

ul.commentlist, ol.commentlist, ul.children {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-comment-node {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.node-avatar-holder img {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    object-fit: cover;
}

.node-content-holder {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}
.node-meta-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.node-body-text {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.45;
}
.node-body-text p { margin: 0; }

.node-action-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}

.action-like-trigger {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #757575;
    cursor: pointer;
}

.action-reply-trigger a.comment-reply-link {
    font-size: 12px;
    color: #757575;
    font-weight: 500;
    text-decoration: none;
}
.action-reply-trigger a.comment-reply-link:hover {
    color: #111111;
    text-decoration: underline;
}

ul.children {
    padding-left: 58px; 
    margin-top: 8px;
}

ul.children #respond {
    margin-top: 12px;
    margin-bottom: 24px;
}


.post-comments-standalone-wrap .comments-title {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height:1;
    letter-spacing: 0%;
    color: #141414;
}

.main-comment-form-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 36px;
}

.form-avatar-col img, .guest-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    object-fit: cover;
}

.guest-avatar-placeholder {
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.form-fields-col {
    flex-grow: 1;
}

.form-fields-col #respond .comment-form-author,
.form-fields-col #respond .comment-form-email,
.form-fields-col #respond .comment-form-url,
.form-fields-col #respond .comment-form-cookies-consent,
.form-fields-col #respond .logged-in-as,
.form-fields-col #respond .comment-notes,
.form-fields-col #respond label {
    display: none !important;
}

.form-fields-col #respond {
    padding: 0;
    margin: 0;
    background: transparent;
}

.form-fields-col textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    color: #111111;
    outline: none;
    resize: none;
}
.form-fields-col textarea::placeholder { color: #94a3b8; }

.form-fields-col textarea, ol.commentlist textarea {
    font-family:"Poppins", sans-serif ;
    outline: none;
    padding: 14px 20px;
    opacity: 1;
    border-width: 1px;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    height: 92px;
    color: #626262 !important;
    margin-bottom: 12px;
}
.form-fields-col textarea::placeholder{
    color: #626262 !important; 
}
.submit-comment-btn:hover { background: #222222; }

ol.commentlist, ul.children {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.commentlist > li { margin-bottom: 24px; }

.custom-comment-node {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.node-avatar-holder img {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    object-fit: cover;
}

.node-content-holder {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.node-meta-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.node-author-title, .node-author-title a {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0%;
    font-family:"Poppins", sans-serif ;
    font-size: 16px;
    color: #141414;
}

.node-time-stamp {
    font-family:"Poppins", sans-serif ;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #626262;
}

.node-body-text {
    font-size: 14px;
    color: #334155;
    line-height: 1.45;
}
.node-body-text p {
    margin: 0;
     font-family:"Poppins", sans-serif ;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0%;
    color: #434343;
}
.node-action-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px;
}
.action-like-trigger {
        font-family:"Poppins", sans-serif ;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    display: flex !important;
    align-items: center !important;
    margin-top: 4px;
}
.action-reply-trigger a.comment-reply-link {
    font-size: 12px;
    color: #626262;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}
ul.children {
    padding-left: 56px; 
    margin-top: 16px;
}
ul.children li { margin-bottom: 16px; }

ol.commentlist h3#reply-title {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #141414;
}

ol.commentlist h3#reply-title small {
    font-size: 80%;
    margin-left: 10px;
}

.single-post .hm-blog-sec {
    padding: 0;
}
.post-comments-standalone-wrap {
    padding: 70px 0 90px;
}
.form-fields-col h3#reply-title {
    margin: 0;
}
 .single-post .hm-blog-top {
    justify-content: space-between;
    align-items: end;
}

#main-navigation ul li.current-menu-item a, #main-navigation ul li a:hover {
    color: #141414;
    padding-bottom: 12px;
    border-bottom: 2px solid #141414;
}

#main-heading.pricing, #main-heading.blog {
    padding-bottom: 100px;
}
.contact-form-sctn .hm-form p.frm-disclaimer {
    width: 100%;
}
.contact-form-sctn .contact-frm-lft{
    width: 56%;
}
#main-heading.about {
    padding: 100px 0 80px;
}
.default-page.default {
    padding: 3% 0;
}
.ftr-form-sctnpopfrm {
    padding: 0;
}

.ftr-form-sctnpopfrm .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
       cursor: pointer;
}

.ftr-form-sctnpopfrm .popup-box {
    max-width: 500px;
    width: 35.5%;
    border-radius: 30px;
    padding: 2.5% 2%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: min-content;
}
.ftr-form-sctnpopfrm .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color:#141414;
}

.ftr-form-sctnpopfrm h2.text-heading {
    font-size: 35px;
    margin-bottom: 18px;
}
.cmn-btn{
    cursor: pointer;
}