/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
}

h2,
p,
ul {
    margin: 0 !important;
}

p.collections {
    font-family: "poppins", serif !important;
}

.faq-section-area p,
.faq-section-area span {
    font-family: "poppins", serif !important;
}

.wrapper {
    max-width: 1240px !important;
    /* width: 90%; */
    margin: auto;
}

#primary {
    margin: 0;
}

/* Header CSS Starts */

header#site-header {
    box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.05);
}

.header-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 70px;
}

.header-cont .menus-container ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.header-cont .menus-container ul ul {
    display: none;
}

.header-cont .menus-container ul li:hover ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    padding-top: 15px;
    background: white;
    box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.relative {
    position: relative;
}

.logo-heading {
    font-family: "Bebas Neue", 'sans-serif';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    color: rgba(30, 30, 30, 1);
}

.logo-heading img {
    max-height: 54px;
}

.menus-container li a {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.menus-container li:hover a {
    color: rgba(159, 29, 53, 1);
}

.search-icon .is-search-form {
    display: flex;
    flex-direction: row-reverse;
    background: rgba(228, 226, 221, 1);
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.6;
}

.search-icon .is-form-style input.is-search-input {
    background: rgba(228, 226, 221, 1);
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 0px 12px 0 0 !important;
    border: none !important;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    background: rgba(228, 226, 221, 1) !important;
    border: none !important;
}

.is-form-style .is-search-submit path {
    fill: rgba(171, 168, 163, 1);
}

header#site-header {
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    position: relative;
}

.secondary-header {
    background: rgba(255, 255, 255, 1);
    /* z-index: -1; */
}

.secondary-header-cont {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    padding-left: 15px;
}

.list-style {
    list-style-type: none;
}

.secondary-header-cont .menu-list {
    display: flex;
    gap: 30px;
}

.secondary-header-cont .menu-list a {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
}

.ctas-cont li:first-child a {
    border: 1px solid rgba(159, 29, 53, 1);
    border-radius: 6px;
    padding: 14px 24px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: rgba(159, 29, 53, 1);
    transition: all 0.5s ease;
}

.ctas-cont li:first-child a:hover {
    background: rgba(159, 29, 53, 1);
    color: white;
}

.ctas-cont ul.menu-list {
    gap: 10px;
}

.ctas-cont li:last-child a {
    border: 1px solid rgba(159, 29, 53, 1);
    border-radius: 6px;
    padding: 14px 24px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: white;
    transition: all 0.5s ease;
    background: rgba(159, 29, 53, 1);
}

.ctas-cont li:last-child a:hover {
    background: transparent;
    color: rgba(159, 29, 53, 1);
}

.more-header::before {
    content: "";
    background: url(/wp-content/uploads/2025/05/Frame.svg);
    position: absolute;
    right: -18px;
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: cover;
    top: 5px;
    rotate: 0deg;
    transition: all 0.5s ease;
}

.more-header:hover::before {
    rotate: 180deg;
}



/* Homepage starts */


/* banner section */

.f-14 {
    font-size: 14px;
}

.col-4 {
    color: rgba(171, 168, 163, 1);
}

.col-6 {
    color: rgba(159, 29, 53, 1);
}

.league-font {
    font-family: "Poppins", serif;
}

.line-banner-para {
    line-height: 1;
    letter-spacing: 5px;
}

.dm-font {
    font-family: "Bebas Neue", serif;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.col-white {
    color: white;
}

.uppercase {
    text-transform: uppercase;
}

.mt-10 {
    margin-top: 10px !important;
}

.col-white h1 {
    color: white !important;
}

.f-70 h1 {
    font-size: 70px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
}

.dm-font h1 {
    font-family: "Bebas Neue", serif !important;
}

.dm-font h2 {
    font-family: "Bebas Neue", serif !important;
}

.fw-400 h2 {
    font-weight: 400 !important;
}

.f-35 h2,
h3.f-35 {
    font-size: 35px !important;
}

.col-3 h2 {
    color: rgba(30, 30, 30, 1) !important;
}

.col-3 {
    color: rgba(30, 30, 30, 1) !important;
}

.lh-1 {
    line-height: 1 !important;
}

.equal-spacing {
    padding: 60px 0;
}

.equal-spacing-2 {
    padding: 88px 0;
}

.slider-navigation svg {
    font-size: 40px;
}

.animated-btn {
    border-radius: 6px;
    background: rgba(228, 226, 221, 1);
    padding: 16px 33px 16px;
    text-decoration: none !important;
    transition: all 0.5s ease;
    border: 1px solid rgba(228, 226, 221, 1);
}

.animated-btn:hover {
    background: rgba(159, 29, 53, 1);
    color: rgba(228, 226, 221, 1);
}

.insolar-footer-container .image-logo img {
    width: 130px;
    margin-left: -7px;
}

.insolar-footer-container p {
    margin: 0;
}

.insolar-social-icons img {
    transition: all 0.5s;
}

.insolar-social-icons img:hover {
    transition: all 0.5s;
    transform: scale(1.3);
}

.logo-text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 35px;
    padding-top: 15px;
}

.follow-us-icons p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
}

.quick-links-col h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "poppins", serif;
    letter-spacing: 0.5px;

}

.quick-links-col a,
.quick-links-col p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.8;
    width: fit-content;
    transition: all 0.3s;
    font-family: 'poppins', serif;
}

.quick-links-col a:hover,
.inner-address p:hover,
.powered-area a:hover,
.privacy-area a:hover {
    color: #d74634;
    transition: all 0.3s;
}



.footer-row.first-footer {
    display: grid;
    grid-template-columns: 33% 67%;
    padding-bottom: 40px;
}

.insolar-info-col {
    width: 59%;
}

.insolar-social-icons {
    display: flex;
    gap: 20px;
}

.all-get-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-part-two {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
}

.quick-links-col.quick-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.inner-address.contact-cover h4 {
    line-height: 23px;
}

.copyright-text p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    opacity: 0.8;
}

.privacy-area a {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 184%;
    opacity: 0.8;
}

.powered-area a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    opacity: 0.8;
}

.footer-same-section {
    padding-bottom: 0;
}

.footer-row.second-footer {
    padding: 25px 0;
    border-top: 1px solid #ffffff2b;
}

.privacy-area {
    display: flex;
    gap: 30px;
}

.last-label-links {
    display: flex;
    gap: 80px;
}

.last-copyright {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    font-family: "Bebas Neue",
        'sans-serif', 'serif';
    font-weight: 400;
    font-size: 26.91px;
    line-height: 1;
    color: rgba(159, 29, 53, 1);
    text-transform: uppercase;
}

.icons-for-mobile {
    display: none;
}

.cards-cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: space-evenly;
}

.cards-cont.no-grid {
    display: flex;
}

.makeover-section .cards-cont.no-grid .card img {
    max-height: 200px;
}

.cards-cont .card {
    padding: 10px;
    padding-top: 0;
    border: 1px solid rgba(228, 226, 221, 1);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cards-cont .card .card-img-cont {
    margin-top: -10px;
    overflow: hidden;
    border-radius: 6px;
}

.cards-cont .card img,
.cards-cont .card iframe {
    /* margin-top: -10px; */
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    scale: 1;
    transition: all 0.5s ease;
}

.cards-cont .card iframe {
    min-height: 215px;
}

.mobile-menu a {
    font-family: "poppins", serif !important;
}

.cards-cont .card .collection-name h3 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    padding-top: 17px;
    color: rgba(30, 30, 30, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.free-consult-cont a.btn:hover {
    background: white;
}

.cards-cont .card .collections p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(30, 30, 30, 1);
    padding-top: 3px;
}

.cards-cont .card .price-cont p {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: white;
}

.cards-cont .card .price-cont {
    position: relative;
    padding: 7px 0 5px 7px;
    margin: 5px 0;
}

.cards-cont .card .price-cont:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 215px;
    background: rgba(159, 29, 53, 1);
    z-index: -1;
    border-radius: 0 6px 6px 0;
}

.cards-cont .card:hover img {
    scale: 1.05;
}

.cards-cont .explore a {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: rgba(159, 29, 53, 1);
}

.collection-name,
.collections,
.price-cont,
.explore {
    padding-left: 7px;
}

.explore {
    position: relative;
    width: max-content;
}

.explore:before {
    content: '';
    position: absolute;
    right: -30px;
    background: url(/wp-content/uploads/2025/05/Frame.svg);
    rotate: -90deg;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 16px;
    width: 16px;
    top: 7px;
    transition: all 0.5s ease;
}

.explore:hover:before {
    rotate: 0deg;
}

.box-shadow-light {
    box-shadow: 0px 19px 34.4px 0px rgba(0, 0, 0, 0.06);
}

.text-cont {
    padding: 34px 44px;
}

.text-cont .text-cont-heading h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(159, 29, 53, 1);
}

.text-cont .text-cont-para p {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: rgba(228, 226, 221, 1);
}

.line-1 {
    line-height: 1;
}

.bg-card-border {
    border: 1px solid rgba(255, 255, 255, 1);
}

.bg-overlay-card:before {
    content: '';
    background: linear-gradient(0deg, #202020 -5.43%, rgba(42, 42, 42, 0.765152) 26.07%, rgba(73, 73, 73, 0) 71.57%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-card-2:before {
    content: '';
    background: linear-gradient(180deg, #202020 -5.43%, rgba(42, 42, 42, 0.765152) 26.07%, rgba(73, 73, 73, 0) 71.57%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-card-3:before {
    content: '';
    background: linear-gradient(0deg, #202020 -5.43%, rgba(42, 42, 42, 0.81) 52.41%, rgba(73, 73, 73, 0) 79.62%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-card-4:before {
    content: '';
    background: linear-gradient(180deg, #202020 -5.43%, rgba(42, 42, 42, 0.765152) 26.07%, rgba(73, 73, 73, 0) 71.57%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-card-5:before {
    content: '';
    background: linear-gradient(0deg, #202020 -5.43%, rgba(42, 42, 42, 0.765152) 26.07%, rgba(73, 73, 73, 0) 71.57%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-cont-btn-1 {
    margin-top: 40px;
}

.text-cont-btn-2 {
    margin-top: 30px;
}

.text-cont-btn-1 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none !important;
    background: rgba(159, 29, 53, 1);
    padding: 13px 46px 15px;
    border-radius: 6px;
}

.bg-card-border {
    background-size: 110% !important;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.bg-card-border:hover {
    background-size: 125% !important;
}

.text-cont-btn-2 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none !important;
    background: rgba(159, 29, 53, 1);
    padding: 13px 46px 15px;
    border-radius: 6px;
}

.bg-card-border .text-cont-btn-1 {
    opacity: 1;
    transition: all 0.5s ease;
}

.bg-card-border:hover .text-cont-btn-1 {
    opacity: 1;
}

.bg-card-below .text-cont {
    transform: translateY(50px);
    transition: all 0.5s ease;
}

.bg-card-border:hover .text-cont {
    transform: translateY(0);
}

.bg-card-above .text-cont-btn-2 {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s ease;
}

.bg-card-above:hover .text-cont-btn-2 {
    transform: translateY(0px);
    opacity: 1;
}

.icon-card-cont .elementor-icon-box-title {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    max-width: 185px;
    margin: auto;
}

.small-spacing {
    padding: 20px 0;
}

a.btn {
    border: 1px solid rgba(159, 29, 53, 1);
    border-radius: 6px;
    padding: 14px 24px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: white;
    transition: all 0.5s ease;
    background: rgba(159, 29, 53, 1);
    text-decoration: none !important;
    display: block;
}

a.btn:hover {
    background: transparent;
    color: rgba(159, 29, 53, 1);
}

.maxwidth-850 {
    max-width: 851px !important;
    margin: auto;
}

.text-center {
    text-align: center;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-1 {
    letter-spacing: 1px;
}

body ul,
body li {
    list-style: none;
}

.grid-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}

.grid-wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
    grid-auto-flow: dense;
    grid-gap: 10px;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    grid-auto-rows: 20px;
}

.grid-wrap ul li {
    position: relative;
}

.grid-wrap ul .item1 {
    grid-row: span 11;
    grid-column: span 2;
}

.grid-wrap ul .item11 {
    grid-row: span 16;
    grid-column: span 2;
}

.grid-wrap ul .item12 {
    grid-row: span 6;
    grid-column: span 2;
}

.grid-wrap ul .item13 {
    grid-row: span 10;
    grid-column: span 1;
}

.grid-wrap ul .item14 {
    grid-row: span 10;
    grid-column: span 1;
}

.grid-wrap ul .item2 {
    grid-row: span 11;
    grid-column: span 2;
}

.grid-wrap ul .item3 {
    grid-row: span 8;
    grid-column: span 4;
}

.grid-wrap ul .item4 {
    grid-row: span 11;
    grid-column: span 4;
}

.grid-wrap ul .item5 {
    grid-row: span 14;
    grid-column: span 2;
}

.grid-wrap ul .item6 {
    grid-row: span 14;
    grid-column: span 2;
}

.grid-wrap ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
    scale: 1;
    transition: all 0.5s ease;
}

.grid-wrap .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.grid-wrap .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #202020 -5.43%, rgba(42, 42, 42, 0.765152) 15.44%, rgba(73, 73, 73, 0) 26.57%);
    z-index: 1;
}

.grid-wrap .item:hover img {
    scale: 1.1;
}

.item-heading {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    z-index: 2;
    color: rgba(228, 226, 221, 1);
    letter-spacing: 3px;
    padding-left: 15px;
}

.item-heading:before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 2;
    background: url(/wp-content/uploads/2025/05/items-arrow.png);
    height: 19px;
    width: 23px;
}

a.btn-green {
    border: 1px solid rgba(159, 29, 53, 1);
    border-radius: 6px;
    padding: 14px 24px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: white;
    transition: all 0.5s ease;
    background: rgba(159, 29, 53, 1);
    text-decoration: none !important;
    display: block;
}

a.btn-green:hover {
    background: transparent;
    color: rgba(159, 29, 53, 1);
}

.mt-37 {
    margin-top: 37px;
}

.equal-spacing.pb-40 {
    padding-bottom: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.burger span:nth-child(2) {
    opacity: 1;
    transition: all 0.5s ease;
}

.burger span:nth-child(1) {
    rotate: 0;
    transform: translate(0px, 0px);
    transition: all 0.5s ease;
}

.burger span:nth-child(3) {
    rotate: 0;
    transform: translate(0px, 0px);
    transition: all 0.5s ease;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(1) {
    rotate: 45deg;
    transform: translate(5px, 5px);
}

.burger.active span:nth-child(3) {
    rotate: -45deg;
    transform: translate(5px, -5px);
}


/* Past project Swiper */

.project-slider-cont .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.project-slider-cont .swiper-slide {
    text-align: center;
    background: transparent;
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-slider-cont .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-slider-cont .mySwiper {
    width: 30%;
    height: 15%;
    box-sizing: border-box;
    margin-top: 1rem;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 6px;
}

.project-slider-cont .mySwiper img {
    border-radius: 6px;
}

.project-slider-cont .mySwiper2 {
    height: 100%;
    width: 100%;
    max-height: 620px;
}

.project-slider-cont .mySwiper2 .swiper-slide {
    width: 100%;
    max-height: 620px;
}

.project-slider-cont .mySwiper .swiper-wrapper {
    justify-content: center;
    height: 100%;
}

.project-slider-cont .mySwiper .swiper-slide {
    flex: 0 1 auto;
    height: auto;
    opacity: 1;
}

.project-slider-cont .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 7px solid rgba(159, 29, 53, 1);
    border-radius: 6px;
}

.project-slider-cont .mySwiper .project-cont {
    display: none;
}

.project-slider-cont .project-slider-cont {
    position: relative;
    max-height: 620px;
}

.project-slider-cont img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-slider-cont .main-slider {
    max-height: 620px;
    position: relative;
}

.project-slider-cont .project-cont {
    position: absolute;
    background: rgba(159, 29, 53, 1);
    padding: 30px 0 30px 70px;
    bottom: 0;
    left: 0;
    max-width: 681px;
    width: 50%;
}

.project-heading {
    padding-bottom: 40px;
}

.project-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line {
    max-width: 300px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5)
}

/* swiper css Ends */

.col-2 {
    color: rgba(228, 226, 221, 1) !important;
}

.text-left {
    text-align: left;
}

.project-content h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.project-content {
    max-width: 557px;
}

.lh-15 {
    line-height: 1.5;
}

.cards-cont.testimonial-card {
    display: flex;
}

.card-img-cont {
    position: relative;
}

.cards-cont .card img.play-btn {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.testimonial-content {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
}

.cards-cont .card .testimonial-logo img {
    height: 44px;
    width: 44px;
    padding-top: 20px;
}

.testimonial-content .testimonial-logo {
    width: 77px;
}

.pt-20 .e-n-carousel.swiper {
    padding-top: 20px !important;
}

.cards-cont.testimonial-card .card {
    padding: 0 10px 15px 10px;
    box-shadow: 0px 19px 34.4px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(228, 226, 221, 1);
    background: rgba(255, 255, 255, 1);
}

.cards-cont.testimonial-card .card .location {
    padding-left: 7px;
}

.cards-cont .card .testimonial-content p.collections {
    padding-top: 6px;
    font-size: 14px;
    max-width: 100%;
    padding-right: 15px;
}

.cards-cont .card .testimonials-text-content .collection-name h3 {
    line-height: 1;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    padding: 0 !important;
    padding-bottom: 24px !important;
}

.eael-accordion-header .eael-advanced-accordion-icon-closed {
    display: none;
}

.eael-accordion-header.active .eael-advanced-accordion-icon-opened {
    display: none;
}

.col-white h2 {
    color: white !important;
}

.news-section p {
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    margin-left: 10px !important;
    opacity: 0.8;
    font-weight: 400 !important;
}

.news-section h3 {
    margin-bottom: 12px !important;
}

.col-5 {
    color: rgba(159, 29, 53, 1);
}

.d-block {
    display: inline-block;
}

.box-shadow-2 {
    box-shadow: 0px 24px 52px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px !important;
    overflow: hidden;
}

.blogs-arrow {
    position: relative;
}

.blogs-arrow:before {
    content: '';
    background: url('/wp-content/uploads/2025/05/blogs-arrow.svg');
    position: absolute;
    right: -40px;
    z-index: 2;
    bottom: 10px;
    height: 10px;
    width: 20px;
}

.blogs-cont h4 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(156, 24, 55);
    position: relative;
    padding-top: 15px;
}

.blogs-cont h4:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #DB4A2B;
}

.col-text {
    color: #333F50 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.f-20 {
    font-size: 20px !important;
}

header {
    position: sticky !important;
    top: 0;
}

.f-16 {
    font-size: 17px !important;
}

.text-cont-btn-2 .explore a {
    background: transparent;
    color: white;
    padding: 0;
    font-size: 16px;
}

.text-cont-btn-2 .explore:before {
    background: url(/wp-content/uploads/2025/05/explore-white.svg);
    rotate: 0deg;
}

#ast-scroll-top {
    background-color: #9F1D35 !important;
    border-radius: 8px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 99999999999;
}

.whatsapp-icon img {
    height: 80px;
}

.text-cont-btn-1 {
    margin-top: 20px;
}

.text-cont-btn-1 .price-tags {
    padding: 5px 30px 3px;
    font-size: 14px;
    box-shadow: 0px 19px 34.4px 0px #0000000F;
    font-weight: 600;
    background: rgba(159, 29, 53, 1);
    width: max-content;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(159, 29, 53, 1);
}

.col-maroon {
    color: rgba(159, 29, 53, 1) !important;
}

#pum-2786.pum-active {
    display: none;
}

.bg-overlay-card-2,
.bg-overlay-card-4 {
    justify-content: space-between !important;
}

.text-cont-btn-1 .price-tags:hover {
    background-color: white;
    color: rgba(159, 29, 53, 1);
}

.kpi-sect-gal .grid-wrap .item::before {
    display: none;
}

.cards-cont .card .price-cont:before {
    display: none;
}

.cards-cont .card .price-cont a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none !important;
    background: rgba(159, 29, 53, 1);
    padding: 10px 16px 10px;
    border-radius: 6px;
    width: max-content;
    display: block;
    border: 1px solid rgba(159, 29, 53, 1);
}

.cards-cont .card .price-cont a:hover {
    background: white;
    color: rgba(159, 29, 53, 1);
}

.parent-category-grid .parent-box {
    border: 1px solid #ccc;
    text-decoration: none !important;
    border-radius: 16px;
    box-shadow: 0px 19px 34.4px 0px #0000000F;
    overflow: hidden;
}

.parent-category-grid .parent-box:hover {
    box-shadow: 0px 19px 34.4px 0px #0000002d;
}

.parent-category-grid .parent-box-img {
    max-width: 100%;
    height: auto;
    scale: 1;
    transition: all 0.5s ease;
}

.parent-category-grid .parent-box-img-cont {
    overflow: hidden;
}

.parent-category-grid .parent-box:hover .parent-box-img {
    scale: 1.15;
}

.parent-category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.parent-category-grid .parent-box-cont {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.parent-category-grid .parent-box-cont h3 {
    margin-bottom: 0;
}

.mobile-btn-cta {
    display: none;
}


@media (max-width: 1300px) {
    .wrapper {
        max-width: 90%;
        margin: auto !important;
    }

    .grid-wrap {
        margin: auto !important;
    }

    .text-cont-btn-2 a,
    .text-cont-btn-1 a {

        padding: 13px 25px 15px;
        width: max-content;
        display: block;

    }

    .wrapper2>.e-con-inner {
        max-width: 90%;
        margin: auto;
    }

    .team-meet-sect {
        max-width: 95% !important;
    }

    .header-cont .menus-container ul {
        gap: 25px;
    }

    .search-icon .is-search-form {
        max-width: 150px;
    }
}

@media (max-width: 1024px) {
    .grid-collection .cards-cont {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .equal-spacing {
        padding: 40px 0;
    }

    .f-70 h1 {
        font-size: 60px !important;
    }

    .quick-links-col.quick-contact-info {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .f-14 {
        font-size: 12px !important;
    }

    .f-20 {
        font-size: 18px !important;
    }

    .f-18 {
        font-size: 16px !important;
    }

    .cards-cont .card .collection-name h3 {
        font-size: 18px !important;
    }

    .f-16 {
        font-size: 15px !important;
    }

    .item-heading {
        font-size: 14px !important;
        padding-right: 50px;
    }

    .mobile-btn-cta {
        display: block;
    }

    .pagination-issue .swiper-pagination {
        /* transform: translate3d(0, 0, 0) !important; */
        bottom: -10px !important;
    }

    .f-35,
    .f-35 h2,
    h3.f-35 {
        font-size: 30px !important;
    }

    .f-70 h1 {
        font-size: 45px !important;
        max-width: 300px;
    }

    .equal-spacing {
        padding: 30px 0;
    }

    .project-slider-cont .project-cont {
        position: relative;
        width: 100%;

    }

    .project-slider-cont .mySwiper2 .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

    .text-cont-btn-2,
    .text-cont-btn-1 {
        margin-top: 20px;
    }

    .project-slider-cont .mySwiper {
        width: 100%;
        position: relative;
        right: 0;
        padding: 10px;
    }

    .testimonial-content {
        padding-bottom: 15px;
    }

    .mob-width {
        max-width: 300px;
    }

    .insolar-info-col {
        width: 100%;
    }

    .cards-cont .card .price-cont:before {
        width: 100%;
    }

    .footer-part-two {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-between;
    }

    .footer-row.first-footer {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .last-copyright {
        flex-direction: column;
        gap: 10px;
    }

    .privacy-area {
        gap: 15px;
    }

    .cards-cont {
        column-gap: 15px;
        row-gap: 40px;
    }

    .cards-cont .card p.collections {
        min-height: 50px;
    }
}

@media (max-width: 600px) {
    .grid-wrap ul {
        grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    }

    .grid-collection .cards-cont {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .grid-wrap ul {
        grid-template-columns: repeat(auto-fit, minmax(70px, auto));
    }
}

/* Hide burger on large screens */
.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    height: 3px;
    width: 25px;
    background: #000;
    margin: 2px 0;
    display: block;
}

/* Mobile Menu styles */
.mobile-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    padding: 15px 20px;
    transition: right 0.3s ease;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    margin: 20px 0;
}

.mobile-menu a {
    color: black;
}

.counter-sect .elementor-widget-container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.counter-sect img {
    height: 108px;
    width: 108px;
}

.counter-sect .elementor-counter-number-wrapper {
    line-height: 1 !important;
}

.padd-top {
    padding-top: 30px;
}

.max-cont {
    max-width: max-content;
}

.minus-margin {
    margin-top: -100px !important;
}

.about-img img {
    max-width: 428px;
}

.about-box-shadow {
    box-shadow: 0px 19px 34.4px 0px #0000000F;
}

.box-shadow-dark {
    box-shadow: 0px 19px 34.4px 0px #00000035;
}

.team-sect-para {
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease;
}

.team-sect-card div {
    padding: 10px !important;
    box-shadow: 0px 19px 34.4px 0px rgba(0, 0, 0, 0.06);
}

.mb-0 {
    margin-bottom: 0px !important;
}

.team-card .team-sect-card {
    transform: translateY(10px);
    transition: all 0.5s ease;
    width: 95%;
}

.team-card img {
    border-radius: 10px;
}

.founders-cont>div {
    max-width: 310px;
    background: white;
    top: 180px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 19px 34.4px 0px rgba(0, 0, 0, 0.06);
}

.founders-cont>div p {
    max-height: 150px;
    overflow: auto;
}

.team-card:hover .team-sect-card {
    transform: translateY(0);
}

.team-card:hover .team-sect-para {
    display: block;
    opacity: 1;
}

.team-sect-card .f-14 {
    font-size: 12px;
}

.f-18 {
    font-size: 18px !important;
}

.team-section>div {
    background: rgba(228, 226, 221, 1);
    border-radius: 10px;
}

.opacity-4 {
    opacity: 0.04;
}

.tab-number {
    font-size: 110px;
    line-height: 0.8 !important;
}

.box-shadow-tab {
    box-shadow: 0px 3px 34.4px 0px rgba(0, 0, 0, 0.06);
}

.f-25 {
    font-size: 25px !important;
}

.padd-left-tab {
    padding-left: 20px;
}

.about-tabs-section .e-n-tabs button {
    width: 400px;
}

.tabs-content-sect {
    max-width: 355px !important;
}

.about-tabs-section .e-n-tab-title-text span {
    padding-left: 20px;
    font-family: poppins, serif;
    text-transform: uppercase;
}

.about-tabs-section .e-n-tabs-heading button {
    justify-content: flex-start;
}

.tab-content-container {
    max-width: 400px;
}

.pt-10 {
    padding-top: 10px;
}

/* .wrapper {
    width: 100%;
} */

.col-2 h2 {
    color: rgba(228, 226, 221, 1) !important;
}

.col-black h2 {
    color: black !important;
}

.timeline-top {
    position: relative;
}

.timeline-top::before {
    background: url(/wp-content/uploads/2025/06/Group-29246.png);
    content: "";
    bottom: -20px;
    left: 0;
    height: 90%;
    width: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}


.timeline-top:nth-child(2) {
    visibility: hidden;
}

.timeline-top:nth-child(4) {
    visibility: hidden;
}

.timeline-top:nth-child(6) {
    visibility: hidden;
}

.timeline-bottom.hide {
    visibility: hidden;
    /* Hides the first .timeline-bottom element */
}

.timeline-bottom::before {
    background: url(/wp-content/uploads/2025/05/dashed-line2.svg);
    content: "";
    top: -20px;
    left: 0;
    height: 100%;
    width: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.divider-line:before {
    content: "";
    background: black;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 46%;
}

.league-font h2 {
    font-family: "Poppins", serif !important;
}

.pb-15 {
    padding-bottom: 15px;
}

.padd-top-60 {
    padding-top: 60px;
}

.social-share-icons img {
    height: 18px;
    width: 18px;
}

.social-share-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.social-share-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*     padding-bottom: 20px; */
    gap: 15px;
}

@media (max-width: 1300px) {
    .wrapper {
        max-width: 90% !important;
    }
}

@media (max-width: 1200px) {

    .menus-container,
    .secondary-header {
        display: none;
    }

    .mobile-btn-cta {
        display: block;
    }

    .burger {
        display: flex;
    }

    .ctas-cont ul.menu-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .about-tabs-section .e-n-tabs button {
        width: 325px;
    }

    .team-card img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .timeline-top:nth-child(2) {
        display: none;
    }

    .timeline-top:nth-child(4) {
        display: none;
    }

    .timeline-top:nth-child(6) {
        display: none;
    }

    .timeline-bottom.hide {
        display: none;
        /* Hides the first .timeline-bottom element */
    }

    .about-img img {
        max-width: 100%;
    }

    .about-tabs-section .e-n-tabs button {
        width: 325px;
    }

    .equal-spacing-2 {
        padding: 60px 0;
    }

    .f-25 {
        font-size: 23px !important;
    }
}

@media (max-width: 921px) {
    #primary {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .f-18 {
        font-size: 16px !important;
    }

    .timeline-top::before,
    .timeline-bottom::before {
        display: none;
    }

    .timeline-top::after,
    .timeline-bottom::after {
        background: url(/wp-content/uploads/2025/05/milestone-line.svg);
        content: "";
        bottom: 0;
        left: 0;
        height: 25px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;

    }

    .divider-line:before {
        height: 100%;
        width: 1px;
        top: 0;
        left: 30px;
    }

    .ctas-cont li:last-child a .timeline-top,
    .timeline-bottom {
        padding-bottom: 20px;
    }

    .equal-spacing-2 {
        padding: 40px 0;
    }

    .project-slider-cont .project-cont {
        padding: 30px 0 30px 30px;
    }

    .line {
        max-width: 180px;
    }

    .text-center.mob-left {
        text-align: left;
    }

    .wrapper.mob-full-width {
        max-width: 100% !important;
    }

    .f-25 {
        font-size: 20px !important;
    }

    .logo-heading img {
        max-width: 200px;
    }

}

@media (max-width: 500px) {
    .logo-heading img {
        max-width: 125px;
    }

    .ctas-cont li:last-child a {
        font-size: 12px;
    }

    .ctas-cont li:last-child a {
        padding: 14px 8px;
    }
}

@media (max-width: 470px) {
    .founders-cont {
        position: relative;
        /* bottom: 20px; */
        /* right: 20px; */
    }


}

@media (max-width: 400px) {
    .privacy-area a {
        font-size: 12px;
    }

    .ctas-cont li:last-child a {
        padding: 14px 6px;
    }

    .header-cont {
        gap: 10px;
    }

    .logo-heading img {
        max-width: 125px;
    }
}

@media (max-width: 350px) {
    .header-cont {
        gap: 5px;
    }
}

@media (max-width: 325px) {
    .logo-heading img {
        max-width: 100px;
    }
}

/* Bottom navbar css */

nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999999;
    display: none;
    padding-bottom: 0px;
}

.bannar-slider-cont {
    max-height: calc(100vh - 140px) !important;
}

.nav-box {
    display: flex;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #4444;
    border-radius: 8px;
}

.nav-container {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-between;
}

.nav__item {
    display: flex;
    position: relative;
    padding: 2px;
    justify-content: center;
    align-items: center;
}

.nav__item.active .nav__item-icon {
    margin-top: 0;
    /* box-shadow: 0px 0px 16px 0px #4444; */
}

.nav__item.active {
    box-shadow: 0px 0px 16px 0px #4444;
    z-index: 9;
    border-radius: 10px;
}

.nav__item .nav__item-text {
    transform: scale(1);
    font-size: 12px;
    font-family: '"Poppins"';
}

.nav__item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2f3046;
    text-decoration: none;
}

.nav__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.nav__item-text {
    /* position: absolute;
    bottom: 0; */
    transform: scale(1);
    transition: transform 250ms ease-in-out;
}

@media (max-width: 768px) {
    nav {
        display: block;
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .timeline-bottom:before {
        top: -13px;
    }
}

/* Blogs CSS */

.main-blog-title h1 {
    line-height: 1 !important;
    text-transform: uppercase;
    color: black !important;
    margin-bottom: 10px;
    font-family: "Bebas Neue",
        serif;
    letter-spacing: 2px;
    font-weight: 400;
}

.main-blog-detail-container {
    background: white;

}

.main-blog-title .f-35 {
    font-size: 35px !important;
}

.blog-container-request p {
    margin-bottom: 0 !important;
}

.main-blog-detail-container .container {
    padding: 50px 0;
    margin: auto !important;
}

.blog-container-request {
    display: grid;
    grid-template-columns: 68% 28%;
    gap: 48px;
}

.date-author-cover p {
    color: #9c1837;
    font-weight: 600;
    font-size: 16px;
/*     text-transform: uppercase; */
    font-family: "Poppins", 'serif';
}

.date-author-cover {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}

.image-area img {
    width: 100%;
   height: 450px;
    object-fit: cover;
}

/* .post-editor-content {
    padding: 30px 0;
} */

.post-editor-content h4 {
    margin-bottom: 10px;
}

.post-editor-content p {
    padding-bottom: 15px;
    line-height: 1.3;
}

.blog-cont li{
	list-style-type: disc;
}

.blog-cont ul{
	padding-left: 30px;
	padding-bottom: 15px;
}

.blog-category-fileds ul {
    margin-left: 35px;
    padding-top: 10px;
}

.blog-category-fileds h3,
.recent-blogs-contain h3,
.recent-cover {
    font-size: 24px;
    color: #000;
    font-family: "Bebas Neue",
        sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.blog-page-row li a {
    color: #000 !important;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.inner-post-cover img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.inner-post-cover a {
    color: #000 !important;
    font-size: 20px;
    text-transform: capitalize;
}

.recent-post-around {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.inner-post-cover {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-category-fileds,
.recent-blogs-contain {
    background: white;
    padding: 20px;
}

.blog-category-fileds {
    margin-bottom: 20px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
}

.main-blog-detail-container.blogs-main-section .elementor-post__card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.05);
}

.main-blog-detail-container.blogs-main-section .elementor-post__thumbnail img {
    position: initial !important;
    transform: initial !important;
    height: 200px !important;
    transition: all 0.4s;
    width: 100%;
    object-fit: cover;
}

.main-blog-detail-container .elementor-post__thumbnail {
    overflow: hidden;
}

.main-blog-detail-container .elementor-post__card {
    position: relative;
}

.wopb-image-row img {
    width: auto !important;
    object-fit: cover;
    margin: auto;
    display: block;
    height: 200px !important;
}

.wopb-compare-wrapper .wopb-modal-body table.wopb-compare-table thead td .wopb-compare-add-btn {
    margin: auto;
}

.main-blog-detail-container .elementor-post__badge {
    color: white;
    display: inline-flex;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00000040;
    border-radius: 10px;
}

.main-blog-detail-container.blogs-main-section .elementor-post__text {
    padding: 20px 15px 25px 15px !important;
}

.main-two-info-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-blog-detail-container .elementor-post__text {
    min-height: 180px;
}

.recent-cover {
    margin-bottom: 25px;
}

.right-slide-area {
    width: 100%;
    position: sticky;
    overflow-y: auto;
    top: 60px;
    max-height: calc(-100px + 100vh);
    height: max-content;
    padding-top: 40px;
}

div[data-gallery-id="cde10473"] .pgcsimplygalleryblock-masonry-item-title {
    background: #417e7d;
}


.wishlist-section .wopb-wishlist-product-footer a,
.wopb-wishlist-modal .wopb-wishlist-cart-added a {
    text-transform: capitalize !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
    height: max-content;
    position: sticky;
    top: 100px;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper {
    padding: 5px 0;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 5px;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options,
.wc-block-components-totals-shipping .wc-block-components-shipping-address {
    margin-top: 5px !important;
}

.wc-block-cart table.wc-block-cart-items {
    margin-bottom: 10px !important;
}

.wc-block-cart__submit {
    margin-bottom: 0 !important;
}

.wc-block-components-button:not(.is-link).outlined {
    color: white !important;
}

.wc-blocks-components-select__container,
.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 10px !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 10px 10px !important;
}

.wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary .wc-block-components-product-name {
    font-size: 14px !important;
    line-height: 1.1 !important;
}

/* .wc-block-components-checkout-order-summary__content .wc-block-components-product-metadata {
	display: none;
} */

.wc-block-components-checkout-step__description {
    margin-bottom: 5px !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 15px !important;
}

.wc-block-components-checkout-step__heading {
    margin-bottom: 0 !important;
}

.wc-block-components-checkout-step__content .wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
    margin-top: 0 !important;
}

.wc-block-components-address-card {
    padding: 10px !important;
}

.wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper {
    margin-bottom: 5px !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 10px 10px !important;
}

.is-search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.woocommerce-account.woocommerce-js h2 {
    font-size: 24px !important;
    margin-bottom: 0 !important;
}

.woocommerce-account.woocommerce-js .woocommerce-form-login {
    margin: 10px 0 !important;
    padding: 15px !important;
}

.woocommerce-account.woocommerce-js .woocommerce-LostPassword {
    margin-bottom: 0 !important;
}

.woocommerce-account.woocommerce-js form .form-row label {
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-bottom: 5px !important;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content a {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0 0 24px 0;
}

.woocommerce-account table.shop_table td {
    padding: 0 1em !important;
}

.woocommerce-account .woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 15px !important;
}

.woocommerce-account .addresses .title::before {
    display: none;
}

.woocommerce-account .addresses .title .edit {
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.woocommerce-account.woocommerce-js .woocommerce-form-register {
    margin: 10px 0 !important;
    padding: 15px !important;
}

.woocommerce-account.woocommerce-js .woocommerce-form-register p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.wpc-filter-selected-values {
    display: none;
}

.search-results .site-main {
    max-width: 1240px;
    margin: auto;
}

.search-results .ast-archive-description {
    max-width: 100%;
}

.search-results .ast-article-inner .wp-post-image {
    aspect-ratio: auto;
    object-fit: cover;
}

.search-results .ast-blog-layout-4-grid .ast-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 20px;
    margin: 0 !important;
}

.search-results .ast-article-inner {
    padding: 10px !important;
}

.search-results .post-content,
.search-results .post-thumb {
    overflow: hidden;
}

.search-results .entry-meta {
    display: none;
}

.search-results .ast-excerpt-container {
    display: none;
}

.search-results .entry-title a {
    font-size: 14px !important;
}

.search-results .site-main {
    padding: 30px 20px 0px 20px !important;
    background: white;
}

.search-results .ast-pagination .nav-links {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.search-results .ast-article-post {
    padding: 0 !important;
    margin-bottom: 0;
    width: 100%;
}

.search-results .ast-pagination .prev.page-numbers,
.search-results .ast-pagination .next.page-numbers {
    padding: 0;
}

.search-results .ast-archive-description {
    background-color: #417E7D;
    background-image: url(https://tempdev.uk/wp-content/uploads/2025/02/Group-28971.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-results .page-title,
.search-results .trail-items,
.search-results .trail-items span {
    color: white !important;
}

.search-results .ast-article-post {
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08) !important;
}


.search-results .ast-pagination {
    background: white;
}

.search-results .post-page-numbers.current .page-link,
.search-results .ast-pagination .page-numbers.current {
    background-color: #457e7d;
}

body .wpc-filters-open-button-container a.wpc-filters-open-widget,
body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    background-color: white !important;
}


.search-results .ast-pagination .page-numbers {
    border: 1px solid #E9E9E9;
    padding: 0 10px !important;
}

.wpc-filters-section.wpc-filter-product_cat {
    display: none;
}

h3.elementor-post__title a {
    font-size: 30px;
    font-family: "Bebas Neue",
        sans-serif !important;
    line-height: 1;
    color: rgba(30, 30, 30, 1) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.elementor-posts .elementor-post__title {
    margin-bottom: 15px !important;
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
    margin-bottom: 10px !important;
    font-family: "Poppins", 'serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    background: rgba(159, 29, 53, 1);
    padding: 10px 16px 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.5s ease;
    border: 1px solid rgba(159, 29, 53, 1);
}

.elementor-posts .elementor-post__card {
    border-radius: 10px !important;
}

.elementor-posts .elementor-post__card .elementor-post__read-more:hover {
    background: white;
    color: rgba(159, 29, 53, 1);

}

.elementor-posts .elementor-post-author,
.elementor-posts .elementor-post-date {
    font-family: "Poppins", 'serif';
    text-transform: uppercase;
}

.elementor-posts .elementor-post__excerpt p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(30, 30, 30, 1);
}

.image-area {
    margin-bottom: 40px;
}

.blog-divider {
    height: 1px;
    width: 100%;
    background: black;
}

.image-area img {
    border-radius: 10px;
}

.elementor-post__excerpt p {
    font-family: "Poppins", 'serif';
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 400;
}

.main-two-info-area .elementor-post__title a {
    font-size: 20px !important;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.elementor-post__read-more.btn {
    width: max-content;
    margin-top: 20px;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: none !important;
}

.careers-section-contain .careers-row {
    width: 85%;
    margin: auto;
    max-width: 1300px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.blog-cont img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 500px;
    object-position: bottom;
}

.privacy-cont p,
.privacy-cont ul li,
.privacy-cont span {
    font-size: 17px;
    font-family: "Poppins", 'serif';
    font-weight: 400;
    line-height: 1.2;
}

.privacy-cont span b {
    font-size: 24px;
    font-family: "Bebas Neue",
        sans-serif;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nav__item-icon img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.nav__item-icon.brand-logo {
    height: 50px;
    width: 50px;
}

.nav__item-icon.brand-logo img {
    height: 45px;
    width: 45px;
}

.nav__item-icon.brand-logo {
    box-shadow: 0px 0px 16px 0px #4444;
}

#category-tabs {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tabs-category-cont {
    position: sticky;
    top: 100px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.tab-button {
    padding: 12px 15px;
    background: white;
    width: 100%;
    color: rgba(159, 29, 53, 1);
/*     border-radius: 10px; */
    border-right: 3px solid;
	border-color: white;
    transition: all 0.5s ease;
}


.tab-button.active{
	border-color: black;
	background: rgb(159, 29, 53);
	color: white;
}

.linkedin-icon img {
    border-radius: 0;
    height: 16px;
    width: 16px;
}

.tab-button:hover {
    background: rgba(159, 29, 53, 1);
    color: white;
	border: none;
}

.tab-button.active:hover{
	border-right: 3px solid;
	border-color: black;
}

.single_add_to_cart_button {
    display: none !important;

}

.main-category-name {
    font-family: "Bebas Neue",
        sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
}

.main-category-name:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 70%;
    width: 1px;
    background: black;
    top: 15%;
    opacity: 0.2;
}

.products-count {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

.product-category-links {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.product-category-links li {
    padding: 16px 16px;
    background: white;
    box-shadow: 0px 4px 9.4px 0px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
}

.product-category-links li.active {
    padding: 16px 16px;
    background: rgba(159, 29, 53, 1);
    box-shadow: 0px 4px 9.4px 0px rgba(0, 0, 0, 0.13);
}

.product-category-links li a {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(159, 29, 53, 1);
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.woocommerce-js div.product form.cart .variations label {
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    display: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    border: none;
    box-shadow: 0px 2px 15.4px 0px rgba(0, 0, 0, 0.13);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    padding: 10px !important;
    height: 100% !important;
    border-radius: 10px;
}

.woo-variation-swatches .variable-items-wrapper .color-variable-item {
    padding: 0 !important;
    border: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border: 1px solid rgba(159, 29, 53, 1);
    box-shadow: 0px 2px 34.4px 0px rgba(0, 0, 0, 0.06);
}

.f-28 h1 {
    font-size: 28px !important;
}

.col-3 h1 {
    color: black !important;
}

.woocommerce-js div.product div.images {
    margin-bottom: 0 !important;
}

.product-category-links li.active a {
    color: white;
}

.product-category-links li a img {
    display: none;
}

.product-category-links li a .cat-list {
    background: white;
}

.product-category-links li.active a img {
    display: block;
}

.cat-list {
    height: 13px;
    width: 14px;
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 2px;
}

.blogs-card h3 a {
    font-family: "Bebas Neue",
        sans-serif !important;
}

.elementor-posts .elementor-post__excerpt p {
    font-family: 'poppins', 'serif';
}

.consultation-container {
    position: fixed;
    right: 0;
    top: 40%;
    width: 32px;
    background: rgba(30, 30, 30, 1);
    z-index: 999999999999;
    border-radius: 6px 0 0 6px;
    padding: 5px 0;
}

.free-consult-cont {
    position: fixed;
    right: -68px;
    top: 64%;
    width: max-content;
    z-index: 99999999;
    transform: rotate(-90deg);
}

.free-consult-cont .btn a.btn {
    padding: 8px 14px;
}

.consultation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.call-back-cont img {
    height: 18px;
    width: 18px;
    object-fit: contain;
}

.about-tabs-section .e-n-tabs-content {
    overflow: hidden;
    border-radius: 10px;
}


/* about-timeline-sect */


.timeline-new-cont {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* position: relative; */
    padding: 0 3% 0 3%;
}

.timeline-new-cont:before {
    content: '';
    top: 50%;
    width: 100%;
    left: 0;
    height: 1px;
    background: black;
    position: absolute;
}

.timeline-story {
    position: relative;
}

.timeline-story.down-9:before {
    content: '';
    left: 0;
    top: -30px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29246.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.timeline-story.up-2:before {
    content: '';
    left: 0;
    bottom: -46px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29247.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-story.up-4:before {
    content: '';
    left: 0;
    bottom: -46px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29249.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-story.up-6:before {
    content: '';
    left: 0;
    bottom: -46px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29251.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-story.up-8:before {
    content: '';
    left: 0;
    bottom: -46px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29253.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.timeline-story.down-11:before {
    content: '';
    left: 0;
    top: -30px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29248.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-story.down-13:before {
    content: '';
    left: 0;
    top: -30px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29250.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-story.down-15:before {
    content: '';
    left: 0;
    top: -30px;
    position: absolute;
    height: 170px;
    width: 78px;
    background: url(/wp-content/uploads/2025/06/Group-29252.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.timeline-story {
    padding-left: 50px;
    overflow: visible;
}

.timeline-story p {
    max-width: max-content;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-family: poppins, serif;
    line-height: 1.2;
    font-weight: 400;
}

.span-2 {
    grid-column: span 2;
}

.timeline-story h3 {
    margin: 0;
    font-family: 'poppins', serif;
}

.timeline-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-top: 50px;
    gap: 5px;
    height: 140px;
}

.up-2 .timeline-content,
.up-4 .timeline-content,
.up-6 .timeline-content,
.up-8 .timeline-content {
    padding-top: 0;
    justify-content: flex-start;
}

.line-timeline {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: black;
}

.quote-icon {
    display: flex;
    gap: 2px;
}

.quote-icon img {
    height: 16px;
}

.padd-23 {
    padding-left: 23px;
}

.linkedin-icon {
    position: absolute;
    top: 0px;
    right: 10px;
    box-shadow: none;
}

.founders-cont .linkedin-icon {
    padding: 10px;
}

.team-sect-card .linkedin-icon {
    box-shadow: none;
}

.intl-tel-input.iti-container {
    z-index: 999999999999;
}

.map-cover-overall-section .m-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.map-cover-overall-section .div-one {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.map-cover-overall-section .div-one iframe {
    height: 100%;
    border-radius: 10px;
	min-height: 400px;
}

.contact-address-area .address-form-rol,
.contact-address-area .mobile-number-rol {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    grid-template-columns: 3% 95%;
}

.contact-address-area .mobile-number-rol a {
    width: max-content;
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: "poppins", serif;
}

.contact-address-area .address-form-rol svg,
.contact-address-area .mobile-number-rol svg {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.map-heading-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.map-heading-area .locations {
    display: flex;
    gap: 10px;
}

.map-heading-area .bottom-border {
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.address-form-rol,
.locations {
    cursor: pointer;
}

.map-heading-area .bottom-border:last-child {
    border: none;
}

.contact-address-area {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.map-heading-area {
    max-height: 674px;
    overflow: auto;
}

.scroll-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(159, 29, 53, 1) #f0f0f0;
    padding-right: 10px;
}

.timeline-new-cont.scroll-container {
    padding-right: 0;
}

.scroll-container::-webkit-scrollbar {
    width: 10px;
    /* for vertical scroll */
    height: 8px;
    /* for horizontal scroll */
}

.scroll-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: rgba(159, 29, 53, 1);
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(159, 29, 53, 1);
}

.blog-container-request {
    display: flex;
    flex-direction: column;
}

.blog-container-request .blog-page-row.right-slide-area {
    display: none;
}

.woocommerce-js div.product form.cart .variations th {
    margin-bottom: 0;
}

.reset_variations {
    display: none !important;
}

.woocommerce-js div.product form.cart .variations {
    border-bottom: none !important;
}

.woocommerce-js div.product form.cart .variations td {
    padding-bottom: 20px;
}

.team-sect-card .f-14.team-sect-para {
    font-size: 14px !important;
}

.blog-category-title{
	padding: 20px;
}

.category-name{
	color: rgba(159, 29, 53, 1);
/* 	padding-bottom: 10px; */
}


.author-cover{
	color: black;
	font-size: 18px;
	font-weight: 700;
	font-family: "Poppins", 'serif';
	letter-spacing: 1px;
}

.social-share-icons a{
	line-height: 1;
}

.product-icon-pdp img{
	height: 90px;
	width: auto;
}

.product-icon-pdp > div{
	height: 75px;
	overflow: hidden;
}

.card-img-cont .elementor-widget-container a{
	width: 100%;
}

.product-blog-btn.color-palette-btn{
	color: #9F1D35 !important;
	background: white;
	    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.product-blog-btn.color-palette-btn:hover{
	color: white !important;
	background: #9F1D35;
}

.color-palette-btn-icon{
	margin-left: 10px;
	height: 17px !important;
}

.filter-flex{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#product-filters input[type="checkbox"]:checked{
	background-color: rgba(159, 29, 53, 1);
	border: 1px solid rgba(159, 29, 53, 1);
	accent-color: rgba(159, 29, 53, 1);
}

#product-filters.filter-flex{
	gap: 15px;
	padding: 15px;
	border: 1px solid rgba(228, 226, 221, 1);
	border-radius: 6px;
	box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.05);
}

.filter-group label{
	display: flex;
	gap: 5px;
}

.journey-snapsot-tabwrap .tab-left-right .no-before .steps-list:before{
	display: none;
}

.variable-item-contents:before{
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
	box-shadow: 0 0 0 2px #9F1D35 !important;
}

@media (max-width: 1700px) {
    .span-2 {
        min-width: 400px;
    }

    .timeline-new-cont {
        overflow-x: auto;
    }

    /* .timeline-story {
            width: 300px;
        } */

    .timeline-content {
        height: 170px;
    }

    .header-cont .menus-container ul {
        gap: 30px;
    }
}


@media (max-width: 1400px) {
    .span-2 {
        min-width: 400px;
    }

    .timeline-new-cont {
        overflow-x: auto;
    }

    /* .timeline-story {
        width: 300px;
    } */

    .timeline-content {
        height: 170px;
    }
}

@media (max-width: 1300px) {
    .header-cont .menus-container ul {
        gap: 20px;
    }
}


@media (min-width: 1024px) {
    .sorting-sidebar {
        position: absolute;
        top: -50px;
        right: 0;
    }

    .inner-post-cover a {
        font-size: 14px;
    }

    .second-product-col-area {
        margin-top: 65px;
    }

    body .wpc-filters-open-button-container a.wpc-filters-open-widget,
    body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
        margin-bottom: 10px !important;
    }


}

@media (max-width: 1024px) {
    h3.elementor-post__title a {
        font-size: 30px !important;
    }

    .blog-container-request {
        grid-template-columns: 1fr !important;
    }

    .related-posts-grid {
        grid-template-columns: 1fr 1fr;
    }

    h3.elementor-post__title a {
        font-size: 30px !important;
    }

    .privacy-cont p,
    .privacy-cont ul li,
    .privacy-cont span {
        font-size: 15px;
    }

    .privacy-cont span b {
        font-size: 22px;
    }

    .parent-category-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .f-35 h2,
    h3.f-35 {
        font-size: 30px !important;
    }

    .mob-bg-maroon {
        background: #9F1D35 !important;
    }

    .map-cover-overall-section .m-div {
        gap: 40px;
    }

    .map-heading-area .bottom-border {
        padding-bottom: 20px;
    }

    .map-heading-area {
        gap: 20px;
    }
	
	.makeover-section .cards-cont{
		grid-template-columns: 1fr 1fr;
	}
}




@media only screen and (max-width: 1574px) and (min-width: 1460px) {
    .half-container .elementor-container.elementor-column-gap-default {
        width: 91% !important;
    }

}

@media screen and (max-width: 1500px) {
    .product-details-banner .woocommerce-product-gallery__image {
        height: 450px;
    }

    .panorama-container,
    .woocommerce-product-gallery__image img {
        height: 450px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .pum-container.popmake {
        margin-left: -18% !important;
        width: 35% !important;
        padding: 30px 20px 10px 20px !important;
        background: #fff;
    }
}

/* Hide popup on screens wider than 768px */
@media (min-width: 769px) {
    #pum-2786 {
        display: none !important;
    }
}

@media (max-width: 768px) {

    h3.elementor-post__title a {
        font-size: 24px !important;
    }

    .main-two-info-area .elementor-post__title a {
        font-size: 24px !important;
        font-weight: 400;
        margin-bottom: 10px;
        display: block;
    }

    .elementor-post__excerpt p {
        font-size: 15px !important;

    }
	

    .blog-category-fileds,
    .recent-blogs-contain {
        padding: 10px 20px;
    }

    .image-area img {
        width: 100%;
    }

    .blog-container-request {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .blog-area-related-post {
        padding-top: 40px;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
    }

    .privacy-cont p,
    .privacy-cont ul li,
    .privacy-cont span {
        font-size: 14px;
    }

    .privacy-cont span b {
        font-size: 20px;
    }

    .whatsapp-icon {
        bottom: 100px;
    }

    .parent-category-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }


    .parent-box-cont .f-35,
    h3.f-35 {
        font-size: 24px !important;
    }

    .parent-category-grid .parent-box-cont {
        padding: 10px;
        padding-top: 15px;
    }

    .free-consult-cont {
        display: none;
    }


    #pum-2786 {
        display: block;
    }

    .founders-cont>div {
        top: 0;
        width: 100%;
        max-width: 100%;
    }

    .timeline-new-cont {
        grid-template-columns: 1fr;
        padding-top: 50px;
    }

    .timeline-story.down-9:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29226.png);
        background-size: contain;
        background-repeat: no-repeat;
    }


    .timeline-story.up-2:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29227.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .timeline-story.up-4:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29229.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .timeline-story.up-6:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29231.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .timeline-story.up-8:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29233.png);
        background-size: contain;
        background-repeat: no-repeat;
    }


    .timeline-story.down-11:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29228.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .timeline-story.down-13:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29230.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .timeline-story.down-15:before {
        content: '';
        left: 0;
        top: -30px;
        position: absolute;
        height: 170px;
        width: 78px;
        background: url(/wp-content/uploads/2025/06/Group-29232.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .timeline-new-cont:before {
        content: '';
        top: 0;
        width: 1px;
        left: 50px;
        height: 100%;
        background: black;
        position: absolute;
    }

    .timeline-content,
    .up-2 .timeline-content,
    .up-4 .timeline-content,
    .up-6 .timeline-content,
    .up-8 .timeline-content {
        padding-top: 10px;
        padding-left: 50px;
    }

    .timeline-new-cont {
        overflow: hidden;
    }

    .span-2 {
        min-width: 100px;
        width: 100%;
    }

    .map-cover-overall-section .m-div {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .map-cover-overall-section .div-one iframe {
        min-height: 350px;
    }

    .map-heading-area .bottom-border {
        padding-bottom: 15px;
    }

    .map-heading-area {
        gap: 15px;
    }

    .tab-number {
        font-size: 110px;
    }

    .team-sect-card p {
        line-height: 1.1;
    }

    .team-card .team-sect-card {
        width: 100%;
        position: relative !important;
        top: -10px;
        left: 0 !important;
    }

    .about-tabs-section .e-n-tabs button {
        padding-left: 20px;
    }

    .about-tabs-section .e-n-tab-title-text span {
        padding-left: 8px;
    }

    .team-sect-card .f-14.team-sect-para {
        font-size: 14px !important;
    }
	
	.tabs-wrapper {
  width: 100%;
  border-top: 1px solid #ccc;
}

.tab-item {
  border-bottom: 1px solid #ccc;
}

.tab-header {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
}

.tab-content {
  display: none;
  padding: 15px;
  background: #fff;
}

.tab-item.active .tab-content {
  display: block;
}
	
	.team-card img{
		aspect-ratio: 1/1.2;
		object-fit: cover;
	}
	
	.padd-btm{
	padding-bottom: 30px;
}
	
	.date-author-cover{
		flex-wrap: wrap;
	}


}

@media (max-width: 600px) {

    .map-cover-overall-section .div-one iframe {
        min-height: 250px;
    }
	
	.makeover-section .cards-cont{
		grid-template-columns: 1fr;
	}
	
	.modular-heading br{
		display: none;
	}
	
	.modular-image{
		height: 100%;
		width: max-content;
	}
	
	.product-category-links {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 400px) {
    .about-tabs-section .e-n-tab-title-text span {
        font-size: 12px;
    }
}