/* Reset CSS */
html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #f5f5f5;
    padding-top: 100px;
    min-width: 1215px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: scroll;
    overflow-y: auto;
}

body a {
    text-decoration: none;
    color: #1289d7;
    cursor: pointer;
    outline: 0;
}

body input:not([type='image']),
body textarea {
    box-sizing: border-box;
}

.content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.content-wrapper:after {
    clear: both;
    display: table;
    content: " ";
}

/* Navbar Styles */
.navbar {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2001;
    transition: all .3s;
    transform: translateZ(0);
    height: 100px; /* Adjusted to accommodate the larger logo */
}

.navbar .header-wrapper {
    position: relative;
}

.navbar .super-header {
    background-color: #f8f8f8;
    border-bottom: 0;
    min-height: 60px;
    height: 60px;
}

.navbar .super-header .content-wrapper {
    height: 60px; /* Adjusted to match the initial state */
}

.navbar .super-header .navbar-header {
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.navbar .super-header .navbar-header .navbar-brand {
    position: relative;
    float: left;
    margin-top: -10px;
    z-index: 1;
    background-color: #0a6ed9;
    border-radius: 0 0 4px 4pxbox-shadow: 0px 1px 15px 2px rgba(100, 100, 100, 0.49);
transition: all .3s;
}

.navbar .super-header .navbar-header .navbar-brand .cd-logo {
background: url("/18366.svg") no-repeat; /* Larger logo as default */
width: 208px;
height: 127px;
background-position: center;
transition: all .3s;
}

.navbar .super-header .navbar-header .search-container {
position: relative;
float: left;
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper {
display: flex;
width: 450px;
height: 40px;
box-sizing: border-box;
margin-left: 127px;
transition: all .3s;
z-index: 1002;
position: relative;
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper .search-input {
flex-grow: 1;
height: 40px;
padding: 5px 19px;
box-sizing: border-box;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: solid 0.5px #e5e5e5;
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper .search-icon {
width: 40px;
height: 40px;
background-color: #0a6ed9;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper .search-cross-icon {
display: none;
width: 22px;
height: 22px;
position: absolute;
top: 9px;
right: 54px;
cursor: pointer;
}

.navbar .super-header .navbar-header .search-container .search-typeahead-suggestion-container {
display: none;
position: absolute;
width: 638px;
background-color: #f8f8f8;
min-height: 50px;
max-height: calc(100vh - 100px);
margin-left: 88px;
border-radius: 5px;
z-index: 1002;
top: 42px;
overflow: auto;
scroll-behavior: smooth;
}

.navbar .super-header .navbar-header .bell-notification {
position: absolute;
right: 230px;
top: 20px;
height: 25px;
width: 25px;
cursor: pointer;
font-size: 16px;
z-index: 100;
color: #a7a9ac;
}

.navbar .sub-header {
height: 39px;
line-height: 39px;
top: 60px;
background-color: #454545;
color: #ffffff;
letter-spacing: 0.2px;
transition: top 0.3s;
}

.navbar .sub-header .content-wrapper {
height: 40px;
}

.navbar .sub-header a {
color: inherit;
}

.navbar .sub-header .header-left-block {
position: relative;
float: left;
height: 39px;
}

.navbar .sub-header .header-left-block .sub-header-divider {
display: inline-block;
width: 1px;
height: 30px;
background-color: #575757;
vertical-align: middle;
}

.navbar .sub-header .header-right-block {
height: 39px;
float: left;
}

.navbar .sub-header .header-right-block .sub-header-divider {
display: inline-block;
width: 1px;
height: 30px;
background-color: #575757;
vertical-align: middle;
}

.navbar .sub-header .header-component {
display: inline-block;
height: 37px;
line-height: 37px;
cursor: pointer;
padding: 0 25px;
border-bottom: 2px solid transparent;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.navbar .sub-header .header-component .header-block-txts {
vertical-align: middle;
margin-left: 5px;
}

.navbar .sub-header .header-component .header-down-arrow {
font-size: 18px;
margin-left: 5px;
vertical-align: middle;
display: none;
}

.navbar .sub-header .header-component .extension-text {
padding: 6px 13px 6px 14px;
border-radius: 5px;
background-color: #666566;
font-size: 13px;
color: #f7f2f2;
vertical-align: middle;
}

.navbar .sub-header .header-component:hover {
border-bottom: 2px solid #0a6ed9;
}

/* Scrolled State for Navbar */
.scrolled-up-header .cd-logo {
background: url("/5051.svg") no-repeat !important; /* Smaller logo on scroll */
width: 95px !important;
height: 100px !important;
background-position: center !important;
}

.scrolled-up-header .super-header .content-wrapper {
height: 60px !important;
}

/* Welcome Message */
.content-wrapper.welcome-msg {
display: flex;
}

.welcome-msg h1 {
font-family: HelveticaNeue;
font-size: 14px;
line-height: normal;
letter-spacing: 0.22px;
color: #000000;
margin-block-start: 0px;
padding-top: 20px;
text-align: center;
font-weight: normal;
margin-block-end: 0px;
background-color: #ffffff;
flex-grow: 1;
}



/* 

//banner */













/* Auto-Changing Banner Styles */
.auto-banner {
    background-color: #f5f5f5;
    padding: 20px 0;
    margin-top: 60px; /* Offset for fixed navbar */
}

.auto-banner .content-wrapper {
    position: relative;
}

.auto-banner .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.auto-banner .banner-slide {
    display: none;
    width: 100%;
    position: relative;
}

.auto-banner .banner-slide img {
    width: 100%;
    height: auto;
border-radius: 10px;
    max-height: 400px;
    object-fit: cover;
}

.auto-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 80%; /* Ensure content fits on mobile */
    max-width: 300px; /* Limit width on mobile */
}

.auto-banner .banner-content h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

.auto-banner .banner-content p {
    font-size: 14px;
    margin: 0 0 15px;
}

.auto-banner .banner-content .join-btn {
    background-color: #9b59b6; /* Purple button for Telegram */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.auto-banner .banner-content .join-btn:hover {
    background-color: #8e44ad;
}

.auto-banner .banner-content .banner-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.auto-banner .banner-content .banner-links a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.auto-banner .banner-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.auto-banner .dot {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.auto-banner .dot.active {
    background-color: #0a6ed9;
}

/* Courier Banner with Sub-Banners */
.courier-banner {
    background-color: #ffcc00;
    padding: 20px 0;
    text-align: center;
    margin-top: 60px; /* Offset for fixed navbar */
}

.courier-banner .content-wrapper {
    position: relative;
}

.courier-banner .main-banner {
    max-width: 800px;
    margin: 0 auto 20px;
}

.courier-banner .main-banner h2 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #333;
}

.courier-banner .main-banner p {
    font-size: 16px;
    margin: 0 0 15px;
    color: #333;
}

.courier-banner .main-banner .shop-now-btn {
    background-color: #0a6ed9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.courier-banner .main-banner .shop-now-btn:hover {
    background-color: #1289d7;
}

.courier-banner .sub-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px 0;
}

.courier-banner .sub-banner {
    flex: 0 0 calc(16.66% - 10px); /* 6 banners in a row on desktop */
    max-width: calc(16.66% - 10px);
}

.courier-banner .sub-banner img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}





















/* Fashion Categories Section */
.fashion-categories-section {
margin-top: 40px;
}

.category-heading {
font-size: 20px;
font-weight: bold;
color: #322f2e;
margin-bottom: 20px;
}

.category-grid {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 40px;
}

.category-item {
flex: 1;
min-width: 150px;
text-align: center;
}

.category-item img {
width: 150px;
height: 200px;
border-radius: 10%;
object-fit: cover;
background: linear-gradient(135deg, #f6d5f7 0%, #fbe9d7 100%);
}

.category-item p {
margin-top: 10px;
font-size: 14px;
color: #333;
}

/* Product Grid Section */
.product-grid-section {
margin-top: 40px;
margin-bottom: 60px;
}

.section-heading {
font-size: 20px;
font-weight: bold;
color: #322f2e;
margin-bottom: 20px;
}

.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}

.product-card {
background-color: #fff;
border: 1px solid #f0f0f0;
border-radius: 8px;
padding: 15px;
text-align: left;
transition: box-shadow 0.3s ease;
}

.product-card:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-card img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 5px;
}

.product-info {
margin-top: 10px;
}

.product-info .brand {
font-size: 12px;
color: #666;
margin-bottom: 5px;
}

.product-info .title {
font-size: 14px;
color: #333;
margin-bottom: 5px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.product-info .rating {
font-size: 12px;
color: #f5c518;
margin-bottom: 5px;
}

.product-info .price {
font-size: 16px;
font-weight: bold;
color: #000;
margin-bottom: 5px;
}

.product-info .original-price {
font-size: 12px;
color: #999;
text-decoration: line-through;
}

.product-info .delivery {
font-size: 12px;
color: #008000;
margin-bottom: 10px;
}

.product-info .add-to-cart {
width: 100%;
padding: 10px;
background-color: #0a6ed9;
color: #fff;
border: none;
border-radius: 5px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}



.product-info .add-to-cart:hover {
background-color: #e68a00;
}

/* Footer Styles */
.cd-footer {
width: 100%;
background-color: #3f404a;
color: #151515;
}

.cd-footer .shopping-assistant-section .container {
padding-top: 60px;
padding-bottom: 40px;
}

.cd-footer .shopping-assistant-section .container .tiles-container-wrapper .tiles-container {
display: flex;
column-gap: 24px;
}

.cd-footer .shopping-assistant-section .container .tiles-container-wrapper .tiles-container .tile-wrapper {
display: flex;
border-radius: 5px;
background-color: #e9f4f6;
width: 350px;
height: 173px;
column-gap: 15px;
align-items: center;
padding: 0 4px 0 20px;
}

.cd-footer hr {
margin: 0 15px;
background-color: #575757;
height: 1px;
border: none;
}

.cd-footer .seo-section .container {
padding: 40px 0 35px;
}

.cd-footer .seo-section .container .cat-links {
font-size: 12px;
line-height: 2;
}

.cd-footer .seo-section .container .cat-links a {
color: #d6d6d6;
}

.cd-footer .seo-section .container .cat-links .cat-header {
text-transform: uppercase;
font-weight: bold;
}

.cd-footer .seo-section .container .cat-links .cat-header:after {
content: ':';
}

.cd-footer .seo-section .container .cat-links ul {
display: inline;
padding-left: 2px;
}

.cd-footer .seo-section .container .cat-links ul li {
display: inline-block;
cursor: pointer;
}

.cd-footer .seo-section .container .cat-links ul li:not(:last-child):after {
content: ' | ';
}

.cd-footer .seo-section .container .cat-links ul li:hover {
text-decoration: underline;
}

.cd-footer .blog-hiring-subscribe-section .container {
padding: 37px 0 42px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container {
display: flex;
column-gap: 75px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .heading {
padding-left: 10px;
border-left: 1px solid #13c8e8;
font-size: 15px;
font-weight: bold;
line-height: 18px;
text-align: left;
color: #fff;
margin-bottom: 22px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .heading.blog-heading {
padding-left: 0;
border-left: none;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper {
border-radius: 5px;
background-color: #4f515d;
padding: 25.5px 20px;
display: flex;
column-gap: 21px;
box-sizing: border-box;
width: 340px;
height: 150px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .img-wrapper {
min-width: 95px;
height: 94px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content {
color: #f5f5f5;
text-align: left;
width: 100%;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .title {
font-size: 13px;
font-weight: 500;
line-height: 1.54;
margin-bottom: 19px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .title a {
color: inherit;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .title a:hover {
text-decoration: underline;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .author {
font-size: 13px;
font-weight: normal;
line-height: 1.33;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link {
text-align: end;
margin-top: -12px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link a {
color: inherit;
font-size: 13px;
font-weight: 500;
line-height: 1.54;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link a i {
background-color: #0a6ed9;
border-radius: 50%;
width: 19px;
height: 20px;
font-size: 12px;
text-align: center;
vertical-align: bottom;
margin-left: 2px;
padding-left: 1px;
line-height: 20px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link a:hover {
text-decoration: underline;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper {
width: 100%;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .label {
font-size: 13px;
font-weight: 500;
line-height: 1.54;
text-align: left;
color: #f5f5f5;
margin-bottom: 11px;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form {
display: flex;
height: 41px;
border-radius: 5px;
background-color: #fff;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form input {
font-family: 'Noto Sans', sans-serif;
flex-grow: 1;
height: 41px;
padding-left: 9px;
font-size: 11.5px;
font-weight: 500;
line-height: 0.87;
text-align: left;
color: #333;
border: none;
border-radius: inherit;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form .submit-btn {
width: 41px;
height: 41px;
border-radius: 2.5px;
background-color: #33a9e9;
border: none;
margin-left: -2px;
display: flex;
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form .submit-btn img {
margin: auto;
}

.cd-footer .dmca-section .container {
padding: 40px 0 38px 0;
}

.cd-footer .dmca-section .container .img-wrapper {
width: 84px;
height: 35px;
margin: 0 auto 18.5px;
background-color: #0a6ed9;
border-radius: 5px;
}

.cd-footer .dmca-section .container .description {
font-size: 14px;
line-height: 1.54;
color: #fff;
text-align: center;
}

.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 50px;
right: 1%;
visibility: hidden;
opacity: 0;
background-color: #fff;
text-align: center;
cursor: pointer;
border: 1px solid #4a4a4a;
z-index: 99999;
color: #333;
transition: all 0.25s ease-in;
}

.scrollup i {
font-size: 30px;
line-height: 20px;
}

.scrollup .top-text {
font-size: 10px;
margin-top: -5px;
}

.scrollup:hover {
background-color: #656565;
color: #fff;
}

.scrollup.load {
visibility: visible;
opacity: 1;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
.content-wrapper {
    width: 100%;
    padding: 10px;
}

.navbar .super-header .navbar-header .navbar-brand .cd-logo {
    width: 150px;
    height: 90px;
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper {
    width: 100%;
    margin-left: 0;
}

.promo-banner-slider {
    height: 120px;
}

.promo-banner-content {
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

.promo-text h2 {
    font-size: 18px;
}

.promo-text p {
    font-size: 12px;
}

.promo-offer {
    flex-direction: column;
    gap: 10px;
}

.offer-box {
    font-size: 12px;
    padding: 5px 10px;
}

.category-grid {
    gap: 10px;
}

.category-item img {
    width: 100px;
    height: 100px;
}

.category-item p {
    font-size: 12px;
}

.product-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.product-card img {
    height: 150px;
}

.product-info .title {
    font-size: 12px;
}

.product-info .price {
    font-size: 14px;
}

.cd-footer .shopping-assistant-section .container .tiles-container-wrapper .tiles-container {
    flex-direction: column;
    gap: 20px;
}

.cd-footer .shopping-assistant-section .container .tiles-container-wrapper .tiles-container .tile-wrapper {
    width: 100%;
    height: auto;
    padding: 15px;
}
}


/* for contact section */










/* Contact Section Styles */
.contact-section {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-header h1 {
    font-size: 24px;
    font-weight: bold;
    color: #322f2e;
    margin-bottom: 10px;
}

.contact-header p {
    font-size: 16px;
    color: #666;
}

/* Instant Contact Info */
.instant-contact {
    text-align: center;
    margin-bottom: 40px;
}

.instant-contact h2 {
    font-size: 20px;
    font-weight: bold;
    color: #322f2e;
    margin-bottom: 10px;
}

.instant-contact p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.contact-emails {
    font-size: 14px;
}

.contact-emails a {
    color: #0a6ed9;
    font-weight: bold;
}

.contact-emails a:hover {
    text-decoration: underline;
}

/* FAQ Section */
.faq-section {
    margin-bottom: 40px;
}

.faq-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #322f2e;
    margin-bottom: 20px;
    text-align: center;
}

.faq-item {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 0 auto 10px;
    padding: 15px;
    transition: all 0.3s ease;
    max-width: 600px;
    text-align: center;
}

.faq-item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.faq-item h3::before {
    content: "?";
    color: #e63946;
    font-size: 20px;
}

.faq-item p {
    font-size: 14px;
    color: #666;
    display: none;
}

.faq-item:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Contact Form Section */
.contact-form-section {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #322f2e;
    margin-bottom: 10px;
}

.contact-form-section p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background-color: #0a6ed9;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #e63946;
}

/* Mobile Responsiveness for Contact Section */
@media (max-width: 768px) {
    .contact-section {
        padding: 15px;
    }

    .contact-header h1 {
        font-size: 20px;
    }

    .contact-header p {
        font-size: 14px;
    }

    .instant-contact h2 {
        font-size: 18px;
    }

    .faq-section h2 {
        font-size: 18px;
    }

    .faq-item h3 {
        font-size: 14px;
    }

    .faq-item p {
        font-size: 12px;
    }

    .contact-form-section h2 {
        font-size: 18px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 12px;
    }

    .contact-form button {
        font-size: 12px;
    }
}















