/* .sticky-top {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1030; 
    background-color: white; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */



/* .men-women-box.text-center {
    display: block;
    margin-top: -50%;
    color: white;
    height: 260px;
} */
/* .men-women-box.text-center {
    display: inherit;
    margin-bottom: 6px;
} */

/* home page progress bar */
html,
body {
    max-width: 100%;
    /* overflow-x: hidden; */
}

.form-control:focus {
    border: 1px solid black !important;
    box-shadow: none !important;
}

#progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    z-index: 9999;
}

#progress-bar {
    height: 100%;
    background-color: #007bff;
    width: 0;
    transition: width 0.3s;
}

body.loading {
    overflow: hidden;
    /* filter: blur(1px); */
}

@font-face {
    font-family: poppins;
    src: url("https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2");
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Poppins !important;
}

p,
a,
span,
div,
label,
button,
input,
select {
    font-family: Poppins !important;

}

.men-women-box {
    display: block !important;
    position: relative;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    color: white;
    text-align: center;
    margin-left: 0px;
    margin-top: -30% !important;
}



/* .booking-appoitment {
    background: linear-gradient(rgb(84 84 84 / 23%), rgb(0 0 0 / 70%)), url(../images/booking-appoitment.jpeg) center center no-repeat;
    background-size: cover;
}

.booking-virtual {
    background: linear-gradient(rgb(84 84 84 / 23%), rgb(0 0 0 / 70%)), url(../images/virtual-booking.jpeg) center center no-repeat;
    background-size: cover;
} */



.wedding {
    /* background: url(/images/images-2023/wedding.jpg) center center no-repeat; */
    background: url(https://cdn-ilbjpoh.nitrocdn.com/irqMNmbANnWKDLjAhhyiXtOeVUdvvZsh/assets/images/optimized/rev-649b5fe/www.houseoftailors.ae/images/images-2023/wedding.jpg) center center no-repeat;
    background-size: cover;
    height: 750px;
}

.banner-breadcrum {
    background: url(/images/images-2023/banner-for-all.jpg);
}

ol.breadcrumb.align-right {
    font-size: 10px;
}

.dark1 {
    /* background-color: #124133 !important; */
    background-color: #212529 !important;
}

.dark2 {
    /*  background-color: #031633 !important */
    background-color: #F8F9FA !important;
}

.book-an-appointment-home:hover {
    background: #212529 !important;
    color: white !important;
}

div>a,
h2 .text-white .book-an-appointment {
    text-decoration: none;
}

div#navbar-content ul li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-unstyled>li a {
    line-height: 2rem;
    text-decoration: unset;
}

/* hamburger desing start */
/* CSS Effect */


.hamburger {
    /* display: block !important; */
    height: 17px;
    width: 20px;
    /* position: absolute; */
    top: 33px;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.hamburger .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

/* hamburger design end  */

.ht-menu li a {
    color: rgb(0, 0, 0, 74%) !important;
}

.copyright {
    font-size: 12px;
}

.banner-text-group {
    background: black;
    padding: 10px;
    opacity: 66%;
    border-radius: 4px;
}

.ht-menu li.nav-item {
    margin-right: 13px !important;
}

li.register>a,
li.phone,
li.email {
    font-size: 12px;
}


button.hambu {
    box-shadow: none !important;
    border-style: none;
}


.book-an-appointment-explore {
    width: 35% !important;
    /* background-color: unset !important; */
    /*color: rgb(199, 177, 177) !important;*/
    color: #FFFFFF;
    border-radius: 0% !important;
    height: 3rem;


}

/* added code */


.book-an-appointment {
    width: auto;
    background-color: black !important;
    /* color: rgb(199, 177, 177) !important; */
    color: #FFFFFF;
    border-radius: 0% !important;
}

.book-an-appointment-explore:hover,
.book-an-appointment:hover {
    background-color: white !important;
    color: black !important;
    border-radius: 0% !important;
}



/* footer nav-link animation */


.nav-link-ltr {
    text-decoration: none;
    display: inline-block;
    position: relative;
    opacity: 0.75;
    height: 2.3rem;
}

.nav-link:hover {
    opacity: 1;

}

.nav-link::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #031D44;
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 10px;
}

.nav-link-ltr:hover::before {
    width: 60%;
}

i.contactus:hover {
    color: gray;
    font-size: 20px;
}

a.list-group-item.border-0:hover {
    border-left: 1px solid black !important;
    border-radius: 0px;
}

span.col-lg-3.text-dark.px-4.gap-3.offset-start-3 {
    border-bottom: 1px solid #ded0d0;
    padding: 15px;
}

p.animated.bounceInLeft.d-none.d-md-block {
    font-size: 18px;
}

.banner-title {
    font-size: 28px;
    text-transform: uppercase;
}

/* To make menu's submenu display on hover  */
.dropdown:hover .dropdown-menu {
    display: block;
    left: 0px;
}


/*.float {
    position: fixed;
    width: 62px;
    height: 62px;
    padding-top: 6px;
    bottom: 40px;
    right: 39px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}*/

.float {
    position: fixed;
    width: 62px;
    height: 62px;
    padding-top: 1px;
    bottom: 40px;
    right: 39px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}



.my-float {
    margin-top: 16px;
}

/* start for blog details page */
/* ============== */

header.masthead {
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;
}

header.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    opacity: 0.5;
}



header.masthead .post-heading .meta a {
    color: #fff;
}

@media (min-width: 992px) {
    header.masthead {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }

    header.masthead .page-heading h1,
    header.masthead .page-heading .h1,
    header.masthead .site-heading h1,
    header.masthead .site-heading .h1 {
        font-size: 5rem;
    }

    header.masthead .post-heading h1,
    header.masthead .post-heading .h1 {
        font-size: 3.5rem;
    }

    header.masthead .post-heading .subheading {
        font-size: 1.875rem;
    }
}

/* end for blog details page */




/* women section start here first */
.image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image .overlay {
    position: absolute;
    bottom: 0;
    padding-left: 25px;
    padding-top: 15px;
    width: 100%;
    color: white;
    font-size: 20px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.4);
}

.image .overlay::before {
    content: "";
    background: #ffff;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -150px;
    z-index: -2;
    opacity: 0.5;
    transition: all 0.3s ease-out;

}

.image:hover .overlay {
    color: black;
}

.women-section .image:hover .overlay .amount,
.women-section .image:hover .overlay .h4,
.women-section .image:hover .overlay .textmuted,
.women-section .image:hover .overlay .fa-star,
.women-section .image:hover .overlay .fa-star-half-alt,
.women-section .image:hover .overlay .review {
    color: black;
}

.image:hover .overlay::before {
    bottom: 0px;
}

.amount {
    font-size: 15px;

}

.textmuted {
    color: #f8f8f8;
    font-weight: 200;
    font-size: 15px;
    text-transform: capitalize;
}

/* women section end here */


.section-heading {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 60px;
}

.bespoke-text {
    padding: 10%;
}

.bespoke-c-1 {
    background: #f5f5f7 !important;
}

.bespoke-img>img {
    max-width: 100%;
}

/* book an appointment */


.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;

}

.get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2.2em;
    line-height: 48px;
    padding-bottom: 48px;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 1px 0;
    border-color: #8b8989;
    /* border-color: red; */
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 35px;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
        -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    /*background-image: linear-gradient(125deg,#a72879,#064497);*/
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
}

.card.bg-dark.text-white>img {
    background: black;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 63%;
}

.booking-appoitment .card-img-overlay,
.virtual-appoitment .card-img-overlay {
    top: 50%;
}




/* women and men page  */

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }

}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

img.d-block.d-sm-none {
    margin-left: -100px;
}

.wedding-text-2 {
    margin-top: 6rem !important;
}


img.d-block.w-100 {
    height: 400px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 4rem;
}

h3,
h2 {
    text-transform: uppercase !important;
    margin-bottom: 0.8rem;
}

h3 {
    margin-bottom: 0.8rem;
}

nav.float-end ol li,
nav.float-end ol li>a {
    color: white !important;
}

h1.text-center.mb-4.text-dark {
    color: white !important;
}


/*************
******************* Customistation page designing ***************
********/

/* common changes added here  */
.progress {
    border: 1px solid black !important;
    --bs-progress-bar-bg: black !important;
    border-radius: inherit !important;
}

a.nav-link.btn.btn-default.bg-dark.text-light.p-2 {
    text-align: start;
}

.progress-container .row.buttons.p-2.mb-3 {
    margin-left: -8px;
    margin-right: -25px;
}

/* common changes added done */

.summary>div>div>img.img-responsive {
    width: 100% !important;
}

/* custom suit icons */
nav#sidebar {
    padding-top: 84px;
}

.jacket-style-details img,
.lapel-details img,
.vent-details img,
.suit-pocket-details img,
.chest-pocket-details img,
.cuff-button-details img {

    padding: 0px;
    /* background: #b1b1b1; */
    margin-left: 0px;
    /* border: 1px solid; */
    width: 100%;

}

a.changeOption.active>img {
    /* background: black; */
    border: 2px solid black;
}

a.changeOption>img {
    width: 100%;
}

.jacket-style-details.active img,
.lapel-details.active img,
.vent-details.active img,
.suit-pocket-details.active img,
.chest-pocket-details.active img,
.cuff-button-details.active img {

    background: #4a4a4a;
}

/* custom shirt icons */
.sleeve-details img,
.collar-details img,
.cuffs-details img,
.placket-details img,
.pocket-details img,
.back-details img,
.bottom-details img {
    padding: 10%;
    /* background: #b1b1b1; */
}

.sleeve-details.active img,
.collar-details.active img,
.cuffs-details.active img,
.placket-details.active img,
.pocket-details.active img,
.back-details.active img,
.bottom-details.active img {
    background: #4a4a4a;
}

/* custom trouser icons */

.pleats-details img,
.pocket-details img,
.cuffs-details img,
.belt-details img {
    padding: 10%;
    /* background: #b1b1b1; */
}

.pleats-details.active img,
.pocket-details.active img,
.cuffs-details.active img,
.belt-details.active img {
    background: #4a4a4a;
}

/* Alteration icons */

.alteration-details img {
    padding: 10%;
    /* background: #b1b1b1; */
}

.alteration-details.active img {
    background: #4a4a4a;
}

div#summary_options img {
    padding: 5%;
    background: #4a4a4a;
    width: 200px;
    height: 200px;
}

/* custom suit icons */
a.changeOption>img {
    width: 100%;
}

.col-lg-4.buy_now {
    border: 0.5px solid gray;
    padding: 16px;
}

.home-video {
    height: 100vh;
    position: relative;
}

.home-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* var: 17 Nov 24 */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* removes any potential border */
}

.wedding {
    background: url(https://cdn-ilbjpoh.nitrocdn.com/irqMNmbANnWKDLjAhhyiXtOeVUdvvZsh/assets/images/optimized/rev-649b5fe/www.houseoftailors.ae/images/images-2023/wedding.jpg) center center no-repeat;
    background-size: cover;
    height: 750px;
}

/*18/1/2024*/
.banner-breadcrum {
    /* background: url(/images/images-2023/banner-for-all.jpg); */
    background: url(https://cdn-ilbjpoh.nitrocdn.com/irqMNmbANnWKDLjAhhyiXtOeVUdvvZsh/assets/images/optimized/rev-649b5fe/www.houseoftailors.ae/images/images-2023/banner-for-all.jpg);
}

.bg-dark-black {
    background-color: #000;
}

/* Sliding Contact Sidebar */
.custom-contact-sidebar {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    display: flex;
    z-index: 9999;
    transition: right 0.4s ease;
}

.custom-contact-sidebar:hover {
    right: 0;
}

.sidebar-tab {
    background: black;
    color: white;
    width: 50px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}

.sidebar-tab span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}

.sidebar-content {
    width: 300px;
    background: black;
    color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    /* Removing gap to match list style */
}

.contact-item {
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    /* Icon to right */
    gap: 15px;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    transition: background 0.2s;
}

.contact-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item i {
    font-size: 18px;
}

.contact-item:hover {
    color: #eee !important;
}

@media (max-width: 540px) {
    .custom-contact-sidebar {
        display: none !important;
    }
}