@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Great+Vibes&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: rgb(246 242 240);
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 24.6%;
    margin: 0.1% 0.2%;
    float: left;
}


.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm4_4{
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5{
    width: 18%;
    margin: 1%;
    float: left;
}
.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm6 {
    width: 19%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1920px;
}

.top2 {
    width: 98%;
    margin: 0 auto;
    max-width: 1920px;
}

.top3 {
    width: 70%;
    margin: 0 auto;
    max-width: 1920px;
}

.logo {
    width: 242px;
    float: left;
}

.logo a{
    display: flex;
    justify-content: center;
}

.logo img {
    width: 65%;
}

.logo2 img {
    width: 35%;
}

.phone-logo {
    position: absolute;
    z-index: 9;
    margin: 1%;
    width: 175px;
    float: left;
}

.phone-logo img {
    width: 65%;
}

.menu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2%;
}


.logo_left{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.navbarrr {
    width: 100%;
    float: right;
    margin: 1%;
}

.navbarrr2 {
    width: fit-content;
    float: left;
    margin: 1%;
}


.fix_nav {
    position: absolute;
    z-index: 99;

    background: transparent;
}


.fix_nav2 {
    position: static;
    z-index: 99;

    background: #fff;
}


.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}

.swiper-slide {
    margin-bottom: -1% !important;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}


.cta_btn a {
    float: right;
    background: #b89e47;
    font-family: "Lato", sans-serif;
    color: #fff;
    line-height: 140%;
    padding: 10px 40px;
    border-radius: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.cta_btn a:hover {
    background-color: #b89e47;
    color: #fff;
}


.mbl-display {
    display: none;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #b89e47;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/




/*------------------------------------------
Main Code 
------------------------------------------*/

.categroies-img-1 {
    position: relative;
    background: url(../images/bridal-collections.jpg);
    height: 50vh;
    background-size: 105%;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: left;
    padding-left: 1%;
    padding-bottom: 1%;
    overflow: hidden;
    transition: background-size 1s cubic-bezier(0.4, 0, 0.2, 1);
    background-repeat: no-repeat;
}

.categroies-img-2 {
    background: url(../images/evening-gowns.jpg);
    position: relative;
    height: 50vh;
    background-size: 105%;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: left;
    padding-left: 1%;
    padding-bottom: 1%;
    overflow: hidden;
    transition: background-size 1s cubic-bezier(0.4, 0, 0.2, 1);
    background-repeat: no-repeat;
}

.categroies-img-3 {
    background: url(../images/wedding-accessories.jpg);
    position: relative;
    height: 50vh;
    background-size: 105%;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: left;
    padding-left: 1%;
    padding-bottom: 1%;
    overflow: hidden;
    transition: background-size 1s cubic-bezier(0.4, 0, 0.2, 1);
    background-repeat: no-repeat;
}

.categroies-img-4 {
    background: url(../images/communion-gowns.jpg);
    position: relative;
    height: 40vh;
    background-size: 105%;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: left;
    padding-left: 1%;
    padding-bottom: 1%;
    overflow: hidden;
    transition: background-size 1s cubic-bezier(0.4, 0, 0.2, 1);
    background-repeat: no-repeat;
}

/* Dark overlay */
.categories::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.8s ease-in-out;
    z-index: 1;
}

/* Hover effects */
.categories:hover {
    background-size: 115%;
    /* smooth zoom-out */
}

.categories:hover::before {
    background: rgba(0, 0, 0, 0.5);
    /* dark overlay */
}

/* Text container for proper animation */
.categories h2,
.categories .read-more {
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.8s ease;
}

/* Heading */
.categories h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    transform: translateY(0);
}

/* Read More (initially hidden) */
.categories .read-more {
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    margin-top: 5px;
    transition: all 0.8s ease;
    font-family: "Lato", sans-serif;
}

/* On hover: both move up smoothly */
.categories:hover h2 {
    transform: translateY(-10px);
}

.categories:hover .read-more {
    opacity: 1;
    transform: translateY(0);
}

.text-box {
    text-align: left;
}


.about-us h6 {
font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #b89e47;
    font-weight: 400;
    margin: 0% 0 1% !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

.about-us h2 {

    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;

}

.about-us p {
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: 140%;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
}

.about-us span {
    color: #b89e47;
}

.btn {
    text-align: left;
    margin-top: 6%;
}

.btn a {
    background: #b89e47;
    font-family: "Lato", sans-serif;
    color: #fff;
    line-height: 140%;
    padding: 10px 40px;
    border-radius: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.btn a:hover {
    background-color: #000;
}

.btn2 {
    text-align: center;
    margin: 3% 0;
}

.btn2 a {
    background: #b89e47;
    font-family: "Lato", sans-serif;
    color: #fff;
    line-height: 140%;
    padding: 10px 40px;
    border-radius: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.btn2 a:hover {
    background-color: #000;
}

.about-left {
    padding-right: 3%;
}

.pst {
    position: relative;
}

.text-content {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    width: 360px;
    z-index: 1;

    /* 👇 Add floating animation */
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Floating keyframes */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.fa-quote-left {
    font-size: 40px;
    color: #b89e47;
}


.video-section {
    position: relative;
    width: 100%;
    height: 400px;
    /* adjust height as needed */
    overflow: hidden;
}

.video-section iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    /* full width of viewport */
    height: 118vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* prevent clicks */
    object-fit: cover;
    /* ensures video covers the entire section */
}


@media (max-aspect-ratio: 16/9) {
    .video-section iframe {
        width: 177.78vh; /* 100vh * 16/9 */
        height: 100vh;
    }
}



.video-section2 {
    position: relative;
    width: 100%;
    height: 100vh;        /* always full screen height */
    overflow: hidden;
}

/* Responsive full-screen cover */
.video-section2 iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    border: none;

    /* default: fill height */
    width: 100vw;
    height: 56.25vw;      /* 100vw * 9/16 → maintain 16:9 aspect ratio */

    min-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);
}

/* Mobile screens need opposite logic (based on height) */
@media (max-aspect-ratio: 16/9) {
    .video-section2 iframe {
        width: 177vh;     /* 100vh * 16/9 */
        height: 100vh;
    }
}




.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.overlay-content h2 {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 63px;
    color: #fff;
    text-align: center;
}

.overlay-content p {
    margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    padding: 0 !important;
    color: #fff;
}

.overlay-content .cta-btn {
    display: inline-block;
    background: #b89e47;
font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 140%;
    padding: 10px 40px;
    border-radius: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.overlay-content .cta-btn:hover {
    background: #fff;
    color: #000;
}

.overlay-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 9% !important;
    color: #fff;
    text-align: center;
    margin-bottom: 3% !important;

}

.overlay-content h3 {
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    padding: 0 !important;
    margin-bottom: 5% !important;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: center;
}

/* Optional: subtle dark overlay */
.video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 57%);
    z-index: 1;
}


.video-section2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
}


/* Text styling */
.overlay-content h1 {

    font-family: "Montserrat", sans-serif;
    font-size: 35px;

    font-weight: 600;
    line-height: 63px;
    color: #fff;
    margin-bottom: 3%;
}

.overlay-content h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 5%;
}

.overlay-content .btn_sub2 {
    display: inline-block;
    background: #b89e47;
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 140%;
    padding: 10px 40px;
    border-radius: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.overlay-content .btn_sub2:hover {
    background: #fff;
    color: #000;
}


/* ✅ Mobile adjustments */
@media (max-width: 768px) {

    .overlay-content h1 {
        font-size: 28px;
    }

    .overlay-content p {
        font-size: 14px;
    }

    .overlay-content .cta-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.wedding-images h6 {
font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #b89e47;
    font-weight: 400;
    margin: 0% 0 1% !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.wedding-images h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 63px;
    color: #000;
    text-align: center;
}

.gallery-images img {
    height: 40vh;
    object-fit: cover;
}

.gallery-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.gallery-images {
    overflow: hidden;
    height: 40vh;
}

.gallery-images .img {
    width: 100%;
    transition: transform 0.5s ease;
    /* smooth zoom effect */
    border-radius: 10px;
}

.gallery-images .img:hover {
    transform: scale(1.1);
    /* zoom in on hover */
    border-radius: 10px;
}

/* Existing layout */
.gallery-left {
    width: 21%;
    float: left;
    margin: 1%;
}

.gallery-center {
    width: 29%;
    float: left;
    margin: 1%;
}

.gallery-right {
    width: 21%;
    float: left;
    margin: 1%;
}


.bg {
    position: relative;
    /* needed for overlay */
    background-image: url(../images/bg.jpg);
    background-position: 95% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;
    padding: 54px 0;
}

/* Black overlay */
.bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 0.5 = 50% opacity */
    z-index: 1;
}

.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #b89e47;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #b89e47;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

.test {
    position: relative;
    z-index: 9;
    padding-top: 3%;
}

.test p {
    margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
    font-size: 19px;
    text-align: center;
    line-height: 140%;
    color: #fff;
    padding: 30px !important;
}

.test h6 {
    margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 140%;
    padding: 0 !important;
    color: #fff;
    font-weight: 500;
}

.fa_size {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #b99c4d;
    border-radius: 50%;
    margin: 0 auto;
}

.fa_size i {
    font-size: 28px;
    color: #fff;
}

.cont h2 {
    text-align: center;
font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    padding: 0 !important;
    color: #000;
    margin-top: 10px;
}

.cont p {
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    color: #000;
}

.cont p a {
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    color: #000;
}

.cont_bg {
    background-color: #fff;
    padding: 30px;
    min-height: 270px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cont_content h2 {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 63px;
    color: #000;
    text-align: center;
}

.cont_content p {
    margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    padding: 0 !important;
    color: #000;
}


form {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
}

input,
textarea,
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

textarea {
    grid-column: span 2;
    height: 120px;
    resize: none;
}

button {
font-family: "Montserrat", sans-serif;
    grid-column: span 2;
    padding: 12px;
    background-color: #e1d8b4;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #ba9f4c;
    color: #000;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
font-family: "Montserrat", sans-serif;
    color: #888;
    /* optional: change placeholder color */
}


/*------------------------------------------
footer
------------------------------------------*/
.footer {
    background-color: #fef7e7;
    padding-top: 50px;
}

.footer ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    justify-content: center;
}

.footer .menu {
    float: left;
    width: 100%;
    margin: 1%;
}


.footer .menu2 {
    float: left;
    width: 100%;
    
}

.footer li a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Josefin Sans", sans-serif;
    padding: 5px 0px;
    margin: 10px 18px;
}

.fa-brands {
    font-size: 19px !important;
}


.brd {
    border-right: 1px solid #000;
    min-height: 121px;
    padding: 0 0 24px 0;
}

.footer h4 {
    text-align: center;
font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    padding: 0 !important;
    color: #000;
}

.footer p {

font-family: "Montserrat", sans-serif;
    font-size: 19px;
    text-align: center;
    line-height: 140%;
    color: #000;
}

.footer p a {
    color: #000;
}

.social-link {
    display: flex;
    justify-content: center;
    gap: 34px;
}

.social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 0.3s ease-in;
}

.social-link a:hover {
    background-color: #000;
    color: #fff;
}

.bg-clr4 {
    background: #000;
}

.ftr_lt_txt {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    line-height: 140%;
    font-size: 17px;
    text-align: left;
}

.ftr_lt_txt a {
    color: #fff;
}

.col_sm2_1 {
    width: 48%;
    float: left;
    margin: 1%;
}


.ftr_right {
    text-align: right;
}


.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px !important;
}

.small_content4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
}

.small_content4 h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}

.small_content4 hr {
    width: 40%;
    margin: 0;
    color: #000;
    background: #000;
    opacity: 1;
    border: 0;
    border-top: 1px solid;
    height: 0px;
    margin: 4px 11px 0;
}

.small_content4 img {
    width: 6%;
}


/* #Progress
    ================================================== */
.progress-wrap {
    position: fixed;
    right: 16px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap i {
    position: absolute;
    font-size: 24px;
    color: #b89e47;
    text-align: center;
    line-height: 46px;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    transition: color 200ms linear;
}

.progress-wrap:hover i {
    color: black;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #b89e47;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.banner {
    position: relative;
}

.banner .content {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
}

.content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 2% !important;
    color: #fff;
    text-align: center;
}

.team {
    background: url(../images/blog_bg.jpg);
}

.team h6 {
font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #b89e47;
    font-weight: 400;
    margin: 0% 0 1% !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;

}

.team h2 {
    font-family: "Playfair Display", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 63px;
    color: #000;
    text-align: center;
}


/* Text container for proper animation */
.team-sub h2,
.team-sub h6 {
    position: relative;
    z-index: 2;
    color: #000;
font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.8s ease;
}

/* Existing image styles */
.team-sub img {
    border-radius: 13px;
    transition: all 0.7s cubic-bezier(.5, 1, .89, 1);
}

/* On hover: move image up smoothly */
.team-sub:hover img {
    transform: translateY(-10px);
}


/* Heading */
.team-sub h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transform: translateY(0);
}

/* Read More (initially hidden) */
.team-sub h6 {
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    margin-top: 5px;
    transition: all 0.8s ease;
}

/* On hover: both move up smoothly */
.team-sub:hover h2 {
    transform: translateY(-10px);
}

.team-sub:hover h6 {
    opacity: 1;
    transform: translateY(0);
}


.faq {
    background: #fef9f4;
    padding: 60px 20px;
}

.faq h2{
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 63px;
    margin-bottom: 2% !important;
    color: #000;
    text-align: center;
}

.faq-item {
    margin: 15px 0;
    border: 1px solid #e0d4c3;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-family: "Lato", sans-serif;
}

.active .faq-question {
    border-bottom: 1px solid #e0d4c3;
}

.faq-question:hover {
    background: #f7f2ec;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
font-family: "Montserrat", sans-serif;
    text-align: left;
}

.faq-answer p {
font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 140%;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
}

.arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
    background: #b99c4d;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px 20px;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-contact {
    text-align: center;
    margin-top: 30px;
    color: #555;
font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.faq-contact a {
    color: #b99c4d;
    text-decoration: none;
}

.faq-contact a:hover {
    text-decoration: underline;
}

.products-sub {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 50vh;
}

.products-sub img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    /* smooth zoom animation */
}

.products-sub:hover img {
    transform: scale(1.1);
    /* zoom-in effect */
}

/* Existing content box styling */
.content-box2 h2 {
    position: relative;
    padding: 25px;
    width: 75%;
    margin-left: 7%;
    margin-top: -82px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
}

.content-box2 p {
    position: relative;
    padding: 10px 30px;
    width: 72.5%;
    margin-left: 7%;
    background: #b89e47;
    border-radius: 0 0 5px 5px;
    text-align: center;
    color: #fff;
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 140%;
}


.product-image-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pdp-product-image {
    margin-bottom: 0px;
    width: 100%;
}


.product-thumbs a {
    padding: 0 !important;
}

.product-thumbs a img {
    border-radius: 3px;

    width: 100%;

    border: none;
}
.cell {
    margin: 0% !important;
}

.prd_slide_flex {
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-top: 1%;
}

.prd_slide_flex li {
    list-style: none;
}

.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination .page-link {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #000;
    margin: 0 4px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.pagination .page-link.active {
    background: #000;
    color: #fff;
}


/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {}

@media only screen and (max-width :1500px) {}

@media only screen and (max-width :1400px) {
    .banner img{
        
        height: 40vh;

    object-fit: cover;

    }
    .top3 {
        width: 95%;
    }

    .gallery-left {
        width: 24%;
    }

    .gallery-right {
        width: 24%;
    }

    .gallery-center {
        width: 35%;
    }
}

@media only screen and (max-width :1300px) {

    .categroies-img-1,
    .categroies-img-2,
    .categroies-img-3,
    .categroies-img-4 {
        height: 31vh;

    }
}



@media only screen and (max-width :1200px) {
    .cta_btn a {
        right: 2%;
    }

}

@media screen and (max-width: 1100px) {}

@media only screen and (max-width :1000px) {
    .cta_btn a {
        padding: 10px 29px;
        top: 39%;
        right: 1%;
    }

    .gallery-left {
        width: 34%;
    }

    .gallery-center {
        width: 44%;
    }

    .gallery-right {
        width: 34%;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm4_4 {
        width: 48%;
    }


}


@media only screen and (max-width:960px) {

    .cta_btn a {
        display: none;
}
    .mbl-display {
        display: block;
    }

    .phone-logo {
        display: none;
    }

    .col_sm2 {
        width: 98%;
    }

    .about-left {
        padding-bottom: 2%;
    }

    .col_sm5 {
        width: 48%;
    }
}

@media only screen and (max-width:800px) {
    .footer .menu {
        width: 98%;
    }

    .footer .menu2 {
        float: left;
        width: 98%;
        margin: 3% 0 0;
    }

    .small_content4 {
        margin-top: 9%;
    }

    .small_content4 img {
        width: 13%;
    }

    .col_sm3 {
        width: 98%;
    }

    .brd {
        border-bottom: 1px solid #000;
        border-right: 0;
    }

    .col_sm2_1 {
        width: 98%;

    }

    .ftr_right {
        text-align: center;
    }

    .ftr_lt_txt {
        text-align: center;
    }

    .gallery-left {
        width: 48%;
    }

    .gallery-center {
        width: 48%;
    }

    .gallery-right {
        width: 48%;
    }

    .row {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}


@media only screen and (max-width : 700px) {}

@media only screen and (max-width:600px) {
    .col_sm5 {
        width: 98%;
    }
    form {
        width: 98%;
        display: flex;
        flex-direction: column;
    }

    .gallery-left {
        width: 98%;
    }

    .gallery-center {
        width: 98%;
    }

    .gallery-right {
        width: 98%;
    }

    .gallery-images img {
        height: 62vh;
    }

    .gallery-images {
        height: 60vh;
    }

    .col_sm4 {
        width: 98%;
    }

    .col_sm4_4 {
        width: 98%;
    }



    .overlay-content {
        left: 29%;
        transform: translate(-21%, -50%);
    }

}

@media only screen and (max-width:500px) {


}


@media only screen and (max-width:400px) {

    .text-content {
        width: 322px;
    }

    .footer ul {
        gap: 0;
    }

    .gallery-images {
        height: 64vh;
    }
}

@media only screen and (max-width:360px) {
    .overlay-content .btn_sub2 {
        padding: 10px 18px;
    }

    .overlay-content h1 {
        font-size: 28px;
        line-height: 140%;
    }


    .text-content {
        width: 293px;
        padding: 13px;
    }

    .footer ul {
        display: flex;
        gap: 20px;
        list-style-type: none;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer ul li {
        width: 100%;
    }

    .small_content4 {
        margin-top: 58%;
    }

    .small_content4 img {
        width: 28%;
    }
}