.icons_101112 a/* <!-- styles for new transparent navbar --> */



.sld-c1 {
    margin: 0px auto;
    /* max-width: 1420px; */
    max-width: 100%;
}

.sld-i1 {
    position: relative;
    overflow: hidden;
    transition: clip-path 0.5s ease-in-out;
}



/*css for the skelaton loading in  store page for product card*/
/* Same CSS as before */
.image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
	background-color: #f0f0f0;
	overflow: hidden;
}
.image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    display: none;
}
.image-wrapper img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
}
.skeleton-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			#e0e0e0 25%,
			#f0f0f0 50%,
			#e0e0e0 75%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.2s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.3rem;
	color: #999;
}
@keyframes skeleton-loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}



/* ********************************************* */

.nav_123 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 17px 15px;
    position: fixed !important;
    top: 0;
    z-index: 10;
    background: #00000024;
    /*border-bottom: 1px solid #E4E7ED;*/
}

.nav_123.scrolled {
    background-color: #d9e1e2;
}

.nav_123.scrolled a {
    color: #000 !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.nav_123:hover {
    border-bottom: 1px solid #ddd;
    background-color: #d9e1e2;
    color: #000;
}

.nav_123:hover .nav_links_789 a,
.nav_123:hover .icons_101112 a{
    color: #000 !important;
}

.logo_456 img {
    height: 50px;
}

.nav_links_789 {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.nav_links_789 li {
    display: inline;
}

.nav_links_789 li a:hover {
    color: #b23437 !important;
}

.nav_links_789 li a.active {
    color: #b23437 !important;
    transform: scale(1.1);
}

.nav_links_789 a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
}

.icons_101112 {
    display: flex;
    gap: 15px;
    font-size: 20px;
    cursor: pointer;
}

.icons_101112 a {
    color: #fff !important;
}


.link-001 {
    position: relative;
    text-decoration: none;
/* Add other link styles as needed */
}

.link-001::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Thickness of the underline */
    bottom: 0;
    left: 0;
    background-color: #b23437; /* Uses the same color as the text */
    transition: width 0.2s ease-in-out; /* Animation duration and timing */
}

.link-001:hover::after {
    width: 100%;
}


/* <!-- what we offer's css --> */


/*styles for the tr and bs hover*/
.section-title .collection-tab:not(.active):hover::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #b23437;
    margin: 8px auto 0;
    animation: underlineGrow 0.3s ease-out;
}
.section-title .collection-tab:not(.active):hover span{
    color: #b23437;
}

/* Animation keyframes */
@keyframes underlineGrow {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 150px;
        opacity: 1;
    }
}

/* Ensure active tab underline remains static */
.section-title .collection-tab.active:hover::after {
    animation: none;
}


.what-we-offer,
.col-wrap-abc123 {
    text-align: center;
    padding: 50px 20px;
}

.what-we-offer h2,
.col-wrap-abc123 h2,
.section-title h2,
.heading-container h2 {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.what-we-offer h2::after,
.col-wrap-abc123 h2::after,
.section-title h2::after,
.heading-container h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #b23437;
    margin: 8px auto 0;
}

.what-we-offer h2 span,
.col-wrap-abc123 h2 span,
.section-title h2 span,
.heading-container h2 span {
    color: #b23437;
}

.what-we-offer p {
    font-size: 16px;
    color: #555;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.offer-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.offer-box {
    width: 320px;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    padding: 15px;
    transition: transform 0.3s ease-in-out;
}

.offer-box img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.offer-box h3 {
    display: flex;
    justify-items: start;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}


/* Clients Section */
.clients-section {
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
}

.clients-section h2 {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
}

.clients-section h2::before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: #b23437;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clients-section h2 span {
    color: #b23437;
}

.clients-slider {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 180px;
    max-height: 80px;
    transition: 0.3s;
    opacity: 0.8;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #b23437;
}

/* Pagination */
.swiper-pagination {
    margin-top: 10px;
}

.swiper-pagination-bullet-active {
    background: #b23437;
}










.col-wrap-abc123 {
    position: relative;
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
}

/* Scrollable Container */
.col-cont-xyz456 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 10px;
    scrollbar-width: none;
    /* Hide scrollbar */
}

.col-cont-xyz456::-webkit-scrollbar {
    display: none;
}

/* Card Styles */
.col-item-mno789 {
    min-width: 300px;
    background: #fff;
    padding: 3px 3px 10px 3px;
    border-radius: 5px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border: 1px solid #d9e1e2;
    text-align: center;
    transition: transform 0.3s ease;
}

.col-item-mno789 h3 {
    padding: 0 10px;
    font-weight: 550;
    font-size: 18px;
    margin-top: 10px;
}

.col-item-mno789 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0px;
}

/* Navigation Buttons */
.nav-btn-def101 {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(0, 0, 0, 0.7); */
    background-color: transparent;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 0%;
    font-size: 20px;
    transition: 0.3s;
    z-index: 10;
}

.col-wrap-abc123:hover .nav-btn-def101 {
    display: block;
}

.nav-btn-def101:hover {
    color: #fff;
    background-color: #000;
}

.nav-left-ghi112 {
    left: 0px;
}

.nav-right-jkl131 {
    right: 0px;
}

.nav-btn-def101:hover {
    background: rgba(0, 0, 0, 0.9);
}

.common {
    margin: 0 auto;
    max-width: 1100px;
    padding: 50px 20px;
}



.bread {
    margin-top: 70px;
    min-height: 60vh;
}




/*new searchbar css */
            .search-section-header {
                padding: 10px 15px;
                font-weight: bold;
                color: #666;
                background: #f5f5f5;
                border-bottom: 1px solid #eee;
                font-size: 14px;
            }

            .suggestion-item {
                padding: 10px 15px;
                cursor: pointer;
                transition: background-color 0.2s;
                display: flex;
                align-items: center;
                gap: 10px;
                font-size:14px;
            }

            .suggestion-item:hover {
                background-color: #f9f9f9;
            }

            .suggestion-item i {
                color: #666;
                font-size: 16px;
            }

            #suggestions {
                /*max-height: 400px;*/
                /*overflow-y: auto;*/
                background: white;
                border: 1px solid #eee;
                border-radius: 4px;
                margin-top: 5px;
            }

            .search-section-header + .suggestion-item {
                border-top: none;
            }


/* searchbar css */
.sc_123 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.5s ease-in-out;
    z-index: 10;
    overflow: auto;
}

.sc_123.active {
    right: 0;
}

.cb_456 {
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sb_789 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 14px;
}

.st_101 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #d1232a;
    font-size: 14px;
}

.rs_112,
.ps_113 {
    margin-bottom: 20px;
}

.si_114 {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
}

.pt_115 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pt_115 .tg_116 {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sb_117 {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #d1232a;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.bi-arrow-up-right,
.bi-arrow-counterclockwise {
    margin-right: 10px;
}

.andu {
    cursor: pointer;
}

/* <!-- styles for creativity section --> */
.ds_001 {
    background: url('../images/1.jpg') no-repeat center center/cover;
    position: relative;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5% 10%;
    overflow: hidden;
}

.ds_002 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ds_003 {
    position: relative;
    z-index: 2;
    /* max-width: 40%; */
    max-width: 100%;
}

.ds_004 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #bbb;
}

.ds_005 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    margin-top: 10px;
}

.ds_006 {
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.ds_007 {
    /* display: flex; */
    display: inline-block;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

.ds_008 {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

.ds_009 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip styling */
.ds_009::after {
    content: attr(title);  /* Get the title attribute */
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    bottom: 100%; /* Position the tooltip above */
    left: 50%;
    transform: translateX(-50%);
}

/* Show tooltip on hover */
.ds_009:hover::after {
    opacity: 1;
    visibility: visible;
}


.ds_007:hover .ds_008 {
    transform: scale(1.1);
    color: #b23437;
}

.ds_007:hover .ds_009 {
    transform: scale(1.1);
    color: #b23437;
}

.ds_010 {
    position: relative;
    z-index: 2;
    /* top: 25%; */
    max-width: 100%;
    text-align: justify;
}

.ds_011,
.ds_012 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ccc;
}





/* styles for the counting section */
#s1a2b3c4 {
    background-image: url(../images/11.jpg);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 60px 20px;
    color: white;
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* 🔹 Changed from 'fixed' to 'scroll' */
    position: relative;
    overflow: hidden;
    /*min-height: 540px;*/
    min-height: 300px;
    gap: 10px;
}

#s1a2b3c4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    backdrop-filter: blur(5px);
    z-index: 1;
}

.s1a2b3c4-heading {
    position: relative;
    z-index: 2;
    font-size: 2.2em;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    margin-bottom: 0px;
}

/* Parent div for all counting cards */
.counting-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 30px;
    max-width: 100%;
    width: 1000px;
    position: relative;
    z-index: 2;
}

.c1a2b3 {
    position: relative;
    z-index: 2;
    font-size: 12px;
    text-align: center;
    max-width: 170px;
    padding: 20px 0;
}

.c1a2b3 .i1a2,
.c1a2b3 .i2b3,
.c1a2b3 .i3c4,
.c1a2b3 .i4d5 {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 0px;
    padding: 5px;
}

.extra-icons {
    position: relative;
    top: -5px;
    font-size: 35px;
}

.c1a2b3 .c5d6e7 {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.c1a2b3 .plus {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    margin-left: 8px;
    /* vertical-align: middle; */
}

.c1a2b3 .p1f2g3 {
    font-size: 1.2em;
    margin-top: 20px;
    background-image: url(images/11.jpg);
}

.c1a2b3 .c5d6e8 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    margin-top: 5px;
}




/*styles for the hovering on product card*/
.product-img {
	position: relative;
	overflow: hidden;
}

.product-img .main-img,
.product-img .hover-img {
	width: 100%;
	display: block;
	transition: opacity 0.3s ease-in-out;
}

.product-img .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1);
	transition: transform 1s ease, opacity 0.2s ease-in;
	pointer-events: none;
}
.product:hover .main-img {
	opacity: 0;
}

.product:hover .hover-img {
	opacity: 1;
	transform: scale(1.165);
}


/* styles for the about us heading & image section */
.s1x2y3-bg-section {
    position: relative;
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.s1x2y3-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.s1x2y3-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.s1x2y3-heading-wrapper {
    text-align: start;
    color: #fff;
}

.s1x2y3-title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
}

.s1x2y3-breadcrumb {
    font-size: 20px;
    color: #ddd;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.s1x2y3-home,
.s1x2y3-home a{
    color: #b23437;
    font-weight: bold;
}

.s1x2y3-bg-img::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.s1x2y3-heading-wrapper {
    animation: fadeInUp 1s ease-out;
}





/* Responsive Design */
@media (min-width: 991px) {
    .not-to-show {
        display: none;
    }

    /* counting section styles  */
    #s1a2b3c4 {
        padding: 40px 20px;
    }

    .c1a2b3 .i1a2,
    .c1a2b3 .i2b3,
    .c1a2b3 .i3c4,
    .c1a2b3 .i4d5 {
        font-size: 2em;
    }

    .extra-icons {
        position: relative;
        top: -5px;
        font-size: 35px !important;
        margin: 0 !important;
    }

    .c1a2b3 .c5d6e7 {
        font-size: 1.8em;
    }

    .c1a2b3 .p1f2g3 {
        font-size: 1em;
    }
}

@media (max-width:991px) {
    .bread {
        margin-top: 1px;
    }
    
    .icons_101112 a{
        color: #000 !important;
    }

    .nav_123 {
        position: sticky !important;
        justify-content: space-between;
        padding: 10px 20px;
        background-color: #d9e1e2;
    }

    .nav_links_789 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        flex-direction: column;
    }

    .nnn {
        display: none;
    }

    /* creative design section */
    .ds_001 {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 5% 8%;
        height: auto;
    }

    .ds_003 {
        max-width: 100%;
    }

    .ds_005 {
        font-size: 36px;
    }

    .ds_007 {
        justify-content: center;
    }

    .ds_010 {
        max-width: 100%;
        text-align: center;
    }
}

@media(min-width:768px) {
    .s1x2y3-heading-wrapper {
        text-align: start;
        color: #fff;
        padding-top: 10%;
    }
}

@media (max-width: 768px) {
    .col-item-mno789 {
        min-width: 250px;
    }

    .nav-btn-def101 {
        padding: 8px;
        font-size: 18px;
    }

    .offer-container {
        flex-wrap: wrap;
    }

    .logo_456 img {
        height: 40px;
    }

    /* creative section styles */
    .ds_005 {
        font-size: 28px;
    }

    .ds_007 {
        font-size: 14px;
    }

    .ds_008 {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .ds_011,
    .ds_012 {
        font-size: 14px;
    }

    /* counting section styles */
    #s1a2b3c4 {
        flex-direction: column;
        padding: 40px 10px;
    }

    .c1a2b3 {
        margin-bottom: 20px;
        max-width: none;
        padding: 0;
    }
    /* media for aboutus,contactus,services heading */
    .counting-container {
        display: inline-block;
    }
    .s1x2y3-heading-wrapper {
        text-align: center;
        width: 100%;
        padding-top: 20%;
    }

    .s1x2y3-bg-section {
        height: 180px;
    }

    .s1x2y3-title {
        font-size: 25px;
    }

    .s1x2y3-breadcrumb {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .logo_456 img {
        height: 35px;
        width: 150px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .col-item-mno789 {
        min-width: 200px;
    }

    .nav-btn-def101 {
        display: none;
        /* Hide buttons on mobile */
    }

    /* creative design styles */
    .ds_001 {
        padding: 10% 5%;
    }

    .ds_005 {
        font-size: 24px;
    }

    .ds_007 {
        flex-direction: column;
        align-items: center;
    }

    .ds_008 {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .ds_011,
    .ds_012 {
        font-size: 13px;
        line-height: 1.5;
    }
}

/*styles for the new footer*/
        .ft-a1 {
            border-top: 1px solid #ccc;
            padding: 40px 20px;
            background-color: #d9e1e2;
        }

        .ft-a2 {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            margin-bottom: 10px;
        }

        .ft-a3 {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .ft-a4 {
            height: 50px;
        }

        .ft-a5 {
            font-size: 11px;
            letter-spacing: 0.15em;
            color: #555;
            margin-top: 5px;
        }

        .ft-b1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            font-size: 18px;
            color: #000;
        }

        .ft-b2 {
            display: flex;
            flex-direction: column;
            align-items: start;
            gap: 8px;
            font-weight: 300;
        }

        .ft-b3 {
            color: #b23437;
            font-size: 22px;
            font-weight: bold;
        }

        .ft-c1 {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .ft-c2 {
            font-weight: bold;
            letter-spacing: 0.1em;
            font-size: 14px;
            color: #000;
        }

        .ft-c3 {
            width: 60px;
            height: 60px;
            border: 2px solid #b23437;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
            cursor: pointer;
        }

        .ft-c3:hover {
            background-color: #ec9d5e20;
        }

        .ft-c4 {
            line-height: 1px;
            font-size: 20px;
            color: #000;
        }

        .heading-footer-01 {
            color: #000;
            font-weight: bold;
            margin-right: 10px;
        }

        .clild-footer {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            gap: 15px;
            margin-left: 10px;
        }
        
        .margin-right-01{
            color: #b23437;
        }

        /* Responsive Styles */
        @media (min-width: 768px) {
            .ft-a2 {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                padding-bottom: 10px;
            }

            .ft-a3 {
                align-items: flex-start;
                gap: 15px;
            }

            .ft-b1 {
                flex-direction: row;
                gap: 50px;
            }

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

            .font-small {
                font-size: 15px;
            }

            .address-ghp {
                width: 400px;
            }

            .phone-ghp,
            .mail-ghp {
                width: 165px;
            }
            .margin-right-01{
                margin-right: 10px;
                color: #b23437;
            }
        }

        @media (max-width: 991px) {
            .ft-a2 {
                flex-direction: column;
            }

            .ft-b1 {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            .ft-a2 {
                align-items: start;
            }

            .ft-b1 {
                align-items: start;
            }

            .ft-a3 {
                align-items: flex-start;
                gap: 15px;
            }

            .ft-a5 {
                text-align: left;
            }
        }
        
        /*popular search styles*/
        .popular-search-tags {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .search-tag {
            display: inline-block;
            background: #f0f0f0;
            color: #b23437;
            border-radius: 16px;
            padding: 5px 14px;
            font-size: 14px;
            text-decoration: none;
            transition: background 0.2s, color 0.2s;
            border: 1px solid #b23437;
        }
        .search-tag:hover {
            background: #b23437;
            color: #fff;
        }