--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

:root {
    --brand-start: #ea4646;
    --brand-end: #ffb700;
    --brand-light: #ffd047;
    --brand-shadow: rgba(234, 70, 70, 0.18);
    --brand-soft: rgba(234, 70, 70, 0.10);
    --brand-soft-strong: rgba(234, 70, 70, 0.18);
    --brand-glow: rgba(255, 183, 0, 0.18);
}

.orange-gradient {
    background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
    color: #ffffff !important;
}

@keyframes float-button {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes glow-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 transparent;
    }
    50% {
        box-shadow: 0 0 30px var(--brand-glow);
    }
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* banner bg main start */



/* banner bg main end */


/* header top section start */

.header_section_top {
    width: 100%;
    float: left;
    background-color: #2b2a29;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
    height: auto;
    position: relative;
    z-index: 2;
    padding: 28px 0 10px;
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.custom_menu li {
    font-size: 16px;
    color: #f1f1f1;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
}

.custom_menu li a:hover {
    color: var(--brand-start);
}

.custom_menu li.social-links {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 6px;
    margin-left: 12px;
}

.custom_menu li.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #f1f1f1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.2s ease;
    text-decoration: none;
}

.custom_menu li.social-links a:hover {
    color: var(--brand-start);
    border-color: var(--brand-start);
    background: rgba(234, 70, 70, 0.12);
}

.custom_menu li.social-links a svg,
.custom_menu li.social-links a i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.sidenav .social-links {
    display: flex;
    gap: 0.5rem;
    padding: 0 32px;
    margin-top: 24px;
}

.sidenav .social-links a {
    width: 38px;
    height: 38px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    justify-content: center;
}

.sidenav .social-links a:hover {
    color: var(--brand-start);
    border-color: var(--brand-start);
    background: rgba(234, 70, 70, 0.12);
}

.sidenav .social-links a svg,
.sidenav .social-links a i {
    width: 18px;
    height: 18px;
}


/* header top section end */


/* logo section start */

.logo_section {
    width: 100%;
    float: left;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}


/* logo section end */


/* header section start */

.header_section {
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
}


/* opennav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: var(--brand-start);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.toggle_icon {
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

.header_box {
    order: 2;
    display: flex;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    order: 2;
}

.btn-secondary {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li a {
    color: #ffffff;
}

.login_menu li a:hover {
    color: var(--brand-start);
}

.padding_10 {
    padding-left: 10px;
}


/* flage css start */

.lang_box {
    display: flex;
    float: right;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
    align-items: center;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 0.8rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #1f1f1f;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: var(--brand-start);
    border-color: var(--brand-start);
    background: rgba(242, 102, 34, 0.1);
}

.social-links a svg,
.social-links a i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.footer-social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #1f1f1f;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    transition: all 0.2s ease;
}

.footer-social-links a:hover {
    color: var(--brand-start);
    border-color: var(--brand-start);
    background: rgba(234, 70, 70, 0.12);
}

.social-links a.instagram i,
.footer-social-links a.instagram i {
    font-size: 1rem;
}

.social-links a.tiktok svg,
.footer-social-links a.tiktok svg {
    width: 18px;
    height: 18px;
}

a:hover {
    color: var(--brand-start);
    text-decoration: underline;
}


/* flage css end */


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 50px;
}

.buynow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt a:hover {
    background-color: var(--brand-start);
    color: #ffffff;
}
#my_slider2 a.carousel-control-next {
    right: 90px;
    top: 0px;
}

#my_slider2 a.carousel-control-prev {
    left: 90px;
    top: 0px;
}

#my_slider2 .carousel-control-next,
#my_slider2 .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider2 .carousel-control-next:focus,
#my_slider2 .carousel-control-next:hover,
#my_slider2 .carousel-control-prev:focus,
#my_slider2 .carousel-control-prev:hover {
    color: #fff;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 0px;
}

#my_slider a.carousel-control-prev {
    left: 0px;
    top: 0px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}


/* banner section end */


/* fashion section start */

.fashion_section {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.fashion_taital {
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 30px;
}

.fashion_section_2 .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 0;
}

.fashion_section_2 .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    padding: 22px;
    box-shadow: 0px 0 30px 10px rgba(240, 240, 240, 0.9);
    margin-bottom: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .25s ease, box-shadow .25s ease;
}

.box_main:hover {
    transform: translateY(-4px);
}

.shirt_text,
.price_text,
.price_text2 {
    width: 100%;
    text-align: center;
}

.shirt_text {
    font-size: 20px;
    color: #30302e;
    font-weight: bold;
    padding-bottom: 5px;
}

.price_text {
    font-size: 15px;
    color: #000000;
    margin: 0px;
}
.price_text2 {
    font-size: 23px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.tshirt_img,
.electronic_img,
.jewellery_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    max-height: 220px;
    margin: 0 auto 15px;
    padding: 10px 0;
}

.tshirt_img img,
.electronic_img img,
.jewellery_img img {
    width: 100%;
    max-width: 240px;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.btn_main {
    width: 100%;
    margin-top: 10px;
}

.btn_main a {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn_main {
    width: 100%;
    display: flex;
}

.buy_bt {
    width: 100%;
}

.buy_bt a {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: green;
    text-align: right;
    font-weight: bold;
}

.buy_bt a:hover {
    background-color: transparent;
    color: #262626;
}

.seemore_bt {
    width: 100%;
    float: right;
    text-align: right;
}

.seemore_bt a {
    width: 100%;
    font-size: 16px;
    color: #262626;
    background-color: transparent;
    text-align: right;
}
.action2{
    margin-top: 50px;
}
.seemore_bt a:hover {
    background-color: transparent;
    color: var(--brand-start);
}

#main_slider a.carousel-control-next {
    right: 540px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 540px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: var(--brand-start);
}


/* fashion section end */


/* electronic section start */

.electronic_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
    right: 540px;
    top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
    left: 540px;
    top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: var(--brand-start);
}


/* electronic section end */

#electronic_main_slider2 a.carousel-control-next {
    right: 540px;
    top: 105%;
}

#electronic_main_slider2 a.carousel-control-prev {
    left: 540px;
    top: 105%;
}

#electronic_main_slider2 .carousel-control-next,
#electronic_main_slider2 .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider2 .carousel-control-next:focus,
#electronic_main_slider2 .carousel-control-next:hover,
#electronic_main_slider2 .carousel-control-prev:focus,
#electronic_main_slider2 .carousel-control-prev:hover {
    color: #fff;
    background-color: var(--brand-start);
}
/* jewellery section start */

.jewellery_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.jewellery_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#jewellery_main_slider a.carousel-control-next {
    right: 540px;
    top: 75%;
}

#jewellery_main_slider a.carousel-control-prev {
    left: 540px;
    top: 75%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: var(--brand-start);
}


/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #414744;
    border-right: 16px solid var(--brand-start);
    border-bottom: 16px solid #414744;
    border-left: 16px solid var(--brand-start);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 6s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */


/* jewellery section end */


/* footer section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.footer_logo {
    width: 100%;
    text-align: center;
}

.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: var(--brand-start);
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
}

.subscribe_bt a {
    color: var(--brand-start);
}

.subscribe_bt a:hover {
    color: #ffffff;
}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: #f1f1f1;
}

.footer_menu li a:hover {
    color: var(--brand-start);
}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
    color: var(--brand-start);
}

.back-to-top,
.whatsapp-float {
    position: fixed;
    right: 20px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.18);
    z-index: 999;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.b-show_scrollBut,
.whatsapp-float.b-show_scrollBut {
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    bottom: 90px;
    background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(234, 70, 70, 0.18);
}

.back-to-top:hover {
    transform: translateY(-2px) scale(1.05);
    background: linear-gradient(135deg, var(--brand-end), var(--brand-start));
}

.back-to-top i {
    font-size: 18px;
}

.whatsapp-float {
    bottom: 20px;
    background-color: #25D366;
    animation: whatsapp-pulse 2.2s infinite ease-in-out;
    opacity: 1;
    visibility: visible;
}

.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.06);
}

@keyframes whatsapp-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
}

@media (max-width: 576px) {
    .back-to-top {
        bottom: 90px;
        right: 20px;
    }
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: var(--brand-start);
}

.margin_top90 {
    margin-top: 90px;
}


/* premium motion and layout polish */
.page-loader {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1f1f1f;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-loader.page-loaded {
    opacity: 0;
    visibility: hidden;
}
.page-loader-content {
    text-align: center;
    max-width: 260px;
    padding: 1rem 1.25rem;
}

.page-loader-image {
    width: 96px;
    max-width: 100%;
    display: block;
    margin: 0 auto 18px;
}
.page-loader-progress {
    width: 100%;
    height: 8px;
    background: #f2f2f2;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto 18px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.08);
}
.page-loader-progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
    border-radius: 999px;
    transition: width 0.45s ease;
}
.page-loader-text {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #2b2b2b;
}
.page-loader-ring {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border: 4px solid rgba(255,255,255,0.12);
    border-top-color: #25D366;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}
.hero-button,
.buynow_bt a,
.btn_main a,
.buy_bt a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 20px 50px var(--brand-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    animation: float-button 5s ease-in-out infinite, glow-pulse 4.8s ease-in-out infinite;
}
.buynow_bt a:hover,
.btn_main a:hover,
.buy_bt a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--brand-end), var(--brand-start));
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}
.banner-bg-main,
.banner_bg_main {
    background-color: #050b12;
    color: #ffffff;
}
.banner-carousel .carousel-caption {
    pointer-events: none;
    padding: 0 1rem;
}
.banner-carousel .carousel-caption .buynow_bt {
    pointer-events: auto;
}
.hero-slide-copy {
    max-width: 760px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem;
    background: rgba(0, 0, 0, 0.42);
    border-radius: 28px;
}
.hero-slide-copy p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.banner-carousel .carousel-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem;
}
.banner-carousel .carousel-caption .hero-overlay {
    max-width: 46%;
    padding: 1.6rem 2rem;
    background: rgba(10, 10, 10, 0.36);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
    color: #fff;
}
.banner-carousel .carousel-caption .hero-overlay-copy {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.banner-carousel .carousel-caption .hero-overlay-eyebrow {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff;
}
.banner-carousel .carousel-caption .hero-overlay h1 {
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 1.03;
    font-weight: 800;
    margin: 0;
    color: #fff;
    text-shadow: 0 18px 30px rgba(0, 0, 0, 0.32);
}
.banner-carousel .carousel-caption .hero-overlay-text {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    line-height: 1.8;
    max-width: 32rem;
    margin: 0;
}
.banner-carousel .carousel-caption .hero-overlay-bbi .hero-overlay h1 {
    color: #ffffff;
}
.banner-carousel .carousel-caption .hero-overlay-bbi .hero-overlay-strong {
    display: block;
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}
.banner-carousel .carousel-caption .hero-overlay-starlink h1 {
    font-size: clamp(2.8rem, 4.2vw, 5rem);
}
.banner-carousel .carousel-caption .buynow_bt {
    margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
    .banner-carousel .carousel-caption {
        justify-content: center;
        padding: 1rem;
    }
    .banner-carousel .carousel-caption .hero-overlay {
        max-width: 100%;
        width: min(100%, 680px);
        padding: 1.25rem 1.5rem;
        margin: 0 auto;
        justify-self: center;
    }
    .banner-carousel .carousel-caption .hero-overlay h1 {
        font-size: clamp(2rem, 6vw, 3rem);
        text-align: left;
    }
    .banner-carousel .carousel-caption .hero-overlay-text {
        font-size: 1rem;
        text-align: left;
    }
}
@media (max-width: 575.98px) {
    .banner-carousel .carousel-caption {
        padding: 0.75rem;
    }
    .banner-carousel .carousel-caption .hero-overlay {
        padding: 1rem 1.1rem;
        border-radius: 20px;
    }
    .banner-carousel .carousel-caption .hero-overlay h1 {
        font-size: clamp(1.75rem, 7vw, 2.4rem);
    }
    .banner-carousel .carousel-caption .hero-overlay-eyebrow {
        font-size: 0.95rem;
    }
}
.desktop-slide {
    display: block;
}
.mobile-slide {
    display: none;
}
.fashion_section,
.jewellery_section,
.footer_section {
    position: relative;
}
.box_main {
    background-color: rgba(255,255,255,0.98);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.box_main:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.12);
}
.fashion_taital {
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}
.price_text {
    color: #525252;
    font-size: 15px;
    margin-bottom: 18px;
}
.shirt_text {
    font-size: 18px;
    margin-bottom: 12px;
}
.brand-logo img,
.logo img,
.footer_logo img {
    max-width: 100%;
    height: auto;
}
.btn_main {
    width: 100%;
    display: block;
}
.footer_section {
    padding: 50px 0 24px;
}
.mail_bt {
    color: #ffffff;
}
.subscribe_bt button {
    color: var(--brand-start);
}
.location_main a {
    color: #ffffff;
}
.copyright_text {
    opacity: 0.9;
}
@media (max-width: 767.98px) {
    .banner_bg_main {
        min-height: 72vh;
    }
    .header_section_top {
        padding-top: 22px;
        padding-bottom: 12px;
    }
    .box_main {
        padding: 18px;
    }
}

/* copyright section end */

/* Header responsiveness tweaks for logo / language switcher / menu */
.lang_box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lang_box .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
}
.lang_box img { width: 18px; height: auto; display: inline-block; }
.logo img { max-width: 96px; height: auto; }
@media (max-width: 767.98px) {
    .logo img { max-width: 72px; }
    .lang_box .nav-link { font-size: 0.95rem; }
    .custom_menu ul { display: none; }
}
@media (min-width: 768px) {
    .custom_menu ul { display: flex; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap; }
}

/* --- Targeted fixes added by frontend engineer (page-specific & viewport-specific) --- */

/* 1) MENU ITEMS OVERFLOW: target only narrow tablet/compact fold widths (768px - 854px) */
@media (min-width: 768px) and (max-width: 854px) {
    .header_section_top {
        padding: 12px 0 8px; /* reduce vertical space so menu fits */
    }
    .custom_menu ul {
        gap: 6px; /* slightly reduce horizontal gaps */
        padding: 0 6px; /* small horizontal padding to avoid edge clipping */
    }
    .custom_menu li {
        padding: 4px 6px 0 6px; /* reduce top/bottom and horizontal padding */
        font-size: 15px; /* scale down slightly */
    }
    .custom_menu li.social-links {
        margin-left: 8px;
    }
    .header_section { /* ensure header doesn't create extra height */
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* 2) BABYSHOP: fix overlapping columns hiding hamburger + Instagram icon appearance */
/* Ensure the toggle icon is always on top and clickable inside baby-shop pages */
.baby-hero .toggle_icon,
.banner_bg_main .toggle_icon {
    position: relative;
    z-index: 99999; /* elevate above nearby layout columns */
    pointer-events: auto; /* ensure clickable */
}

/* Fix social icon sizing so FontAwesome and SVG render consistently */
.custom_menu li.social-links a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto; /* allow natural width */
    height: auto;
    padding: 6px; /* comfortable tap/click target */
}
.custom_menu li.social-links a i,
.custom_menu li.social-links a svg {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

/* If you use FontAwesome 5+ use `fab fa-instagram`, but this theme loads 4.7 so `fa fa-instagram` is correct. */

/* 3) STARLINK PAGE: desktop-only alignment & font-size fixes */
@media (min-width: 992px) {
    .starlink-hero .hero-overlay {
        max-width: 42%; /* slightly narrower so text wraps nicely */
        padding: 1.8rem 1.6rem;
    }
    .starlink-hero .hero-overlay h1 {
        font-size: 2.6rem !important; /* scale down for desktop web banner */
        line-height: 1.04;
    }
    .starlink-hero .hero-overlay p {
        font-size: 1rem !important;
        max-width: 34rem;
    }
}

/* 4) BBI PAGE: center hero text block on desktop */
@media (min-width: 992px) {
    .bbi-hero {
        justify-content: center; /* horizontally center the content */
        padding: 140px 0; /* increase top spacing slightly for balanced layout */
    }
    .bbi-hero .hero-content {
        max-width: 56%;
        margin: 0 auto;
        text-align: center; /* center internal text */
        padding: 2.8rem 2.2rem;
    }
    .bbi-hero h1,
    .bbi-hero .hero-subtitle {
        margin-left: 0;
        margin-right: 0;
    }
}

/* end of targeted fixes */

/* --- Starlink desktop-only typography fixes (min-width:992px) --- */
@media screen and (min-width: 992px) {
    /* target the grey left card and its heading */
    .starlink-hero .hero-overlay-starlink {
        /* increase available width and add horizontal padding for long words */
        max-width: 80% !important;
        width: min(80%, 720px) !important;
        padding: 2rem 35px !important;
        box-sizing: border-box;
    }

    .starlink-hero .hero-overlay-starlink h1 {
        font-size: 2rem !important; /* match Services visual weight (smaller to fit) */
        line-height: 1.5 !important; /* added breathing room */
        font-weight: 800 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        margin-bottom: 1rem;
        text-align: left;
    }

    .starlink-hero .hero-overlay-starlink p {
        max-width: 34rem; /* keep paragraph width readable */
        line-height: 1.8;
    }

    /* defensive: ensure the column doesn't visually overflow the overlay */
    .starlink-hero .col-md-6 {
        overflow: visible;
    }
}

