/* Premium Typography & Colors */
/* font */
@font-face {
    font-family: 'roboto-regular';
    src: url('../webfonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../webfonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../webfonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-black';
    src: url('../webfonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-light';
    src: url('../webfonts/Roboto-Light.ttf') format('truetype');
}


:root {
    --primary-teal: #0B2D26;
    --accent-salmon: #FF7051;
    --text-dark: #000000;
    --text-muted: #666;
    --check-color: #235556;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label {
    font-family: "Roboto", sans-serif !important;
}

html,
body {
    overflow-x: hidden;
}

.loginModal-btn:hover,
.loginModal-btn:focus {
    opacity: 1;
    color: #fff !important;
}

.digital-wedding-page {
    font-family: 'Inter', 'Roboto', sans-serif;
    color: var(--text-dark);
    background: white;
}

.hero-section {
    padding: 50px 0 70px 0;
    background: #fff;
}

.hero-section-home {
    padding: 100px 0;
    margin-top: 80px;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.badge-icon {
    background: var(--accent-salmon);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon i {
    font-size: 18px;
}

.badge-text {
    color: var(--accent-salmon);
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.hero-title {
    color: var(--text-dark);
    margin-bottom: 12px;
    font-family: Roboto;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
}

.hero-subtitle {
    color: #888;
    max-width: 600px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.hero-subheading {
    color: var(--text-dark);
    margin-bottom: 12px;
    font-family: Roboto;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    color: #555;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.feature-icon-box {
    width: 15px;
    height: 15px;
    background: #2355561A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-box i {
    color: #235556;
    font-size: 15px;
    font-weight: 900 !important;
}

.mockup-container {
    position: relative;
}

.mockup-image {
    width: 100%;
    height: auto;
}

/* Why Couples Love It Section */
.love-section {
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.love-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.love-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.love-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(35, 85, 86, 0.736) 0%, rgba(23, 53, 54, 0.92) 100%);
    z-index: 2;
}

.love-container {
    position: relative;
    z-index: 3;
}

.love-title {
    color: white;
    font-family: Roboto;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.love-subtitle {
    opacity: 0.95;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    color: white;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.btn-explore {
    background: white;
    color: var(--primary-teal);
    padding: 18px 45px;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    border: none;
}

.btn-explore i {
    font-size: 20px;
}

.btn-explore:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
    color: var(--primary-teal);
}


/* New HOME PAGE CSS */
.loginModal-btn {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 9px 30px;
    color: #fff;
    opacity: 0.6;
}

.becomeVendor {
    background: linear-gradient(90deg, rgb(219, 87, 64) 0%, rgb(222, 92, 69) 7.14%, rgb(224, 96, 74) 14.29%, rgb(227, 101, 79) 21.43%, rgb(229, 105, 83) 28.57%, rgb(232, 109, 88) 35.71%, rgb(234, 114, 93) 42.86%, rgb(237, 118, 97) 50%, rgb(239, 122, 102) 57.14%, rgb(242, 127, 107) 64.29%, rgb(244, 131, 111) 71.43%, rgb(247, 135, 116) 78.57%, rgb(249, 140, 121) 85.71%, rgb(252, 144, 125) 92.86%, rgb(254, 148, 130) 100%);
    padding: 9px 30px !important;
}

.header-section.header-fixed {
    background-color: #1D4F50 !important;
}

.header-section .navbar .navbar-nav a {
    color: #fff !important;
}

.header-section .navbar-toggler.open span,
.header-section .navbar-toggler span,
.animated .navbar-toggler span {
    background-color: #FFFFFF !important;
}

.overlay-ct {
    min-height: 100vh;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.overlay-ct::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(33, 76, 76, 0.6) 100%);
    opacity: 1;
}

.overlay-ct .wedding-1 {
    z-index: 9;
}

.wedding-1 h1 {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 800;
    line-height: 1.1 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.wedding-1 .journey {
    color: #EE7965
}

.wedding-1 p {
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF !important;
    padding: 15px 0px !important;
    max-width: 520px;
    line-height: 1.6;
    margin: auto;
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

}

/* Trust Badge */
.trusted-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    font-family: Roboto;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.red-dot {
    width: 8px;
    height: 8px;
    background-color: #FF4D4D;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 0 10px #FF4D4D;
}

/* Hero Buttons */
.hero-btn-start {
    background-color: #FFFFFF !important;
    color: #0B2D26 !important;
    border: none !important;
    padding: 16px 35px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.hero-btn-start:hover {
    box-shadow: 0px 14px 24px 0px #23555699;
}

.hero-btn-watch {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 12px 25px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.play-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

/* Hero Stats */
.hero-stats {
    margin-top: 60px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
}

.stat-item.border-start {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Scroll Indicator */
.mouse {
    width: 26px;
    height: 44px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-mouse 2s infinite;
}

@keyframes scroll-mouse {
    0% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

/* Planning Tools Dropdown Redesign */
.dropdown-menu-end[data-bs-popper] {
    left: 0px !important
}

.planning-tools-div,
.for-vendors-dropdown {
    top: 42px;
    width: 370px !important;
    padding: 20px 0 !important;
    border-radius: 24px !important;
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    background: #fff !important;
    display: block !important;
}

.planning-header {
    padding: 0px 25px 10px 25px !important;
}

.planning-header h4 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0B2D26 !important;
    margin-bottom: 5px !important;
    font-family: 'Inter', sans-serif !important;
}

.planning-header p {
    font-size: 15px !important;
    color: #666 !important;
    margin: 0 !important;
}

.planning-divider {
    height: 1px !important;
    background-color: #FF7051 !important;
    opacity: 0.2 !important;
    margin: 0 0 15px 0 !important;
    border: none !important;
}

.planning-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 15px 25px !important;
    gap: 15px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
}

.planning-item:hover {
    background-color: #f8fbfb !important;
}

.planning-icon-box {
    width: 42px !important;
    height: 42px !important;
    background-color: #1D4F50 !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 6px 15px rgba(29, 79, 80, 0.15) !important;
}

.planning-icon-box i,
.planning-icon-box .material-symbols-outlined,
.planning-icon-box svg {
    color: white !important;
    font-size: 22px !important;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.planning-icon-box svg {
    width: 24px;
    height: 24px;
}

.planning-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: left !important;
}

.planning-item-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #0B2D26 !important;
    line-height: 1.2 !important;
    margin-bottom: 2px !important;
}

.planning-item-desc {
    font-size: 14px !important;
    color: #888 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.planning-tools-div a,
.for-vendors-dropdown a {
    justify-content: start !important;
}

.header-section .navbar .navbar-nav .dropdown-menu a:hover {
    letter-spacing: unset !important;
}

/* Powerful Features Section Styling */
.powerful-features-section {
    padding: 40px 0px 0px 0px;
    background: #ffffff;
}

/* .features-header {
    margin-bottom: 25px;
} */

.feature-row {
    padding: 25px 0px;
}

.features-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: #F4F8F8;
    border: 1px solid #E5EDED;
    border-radius: 50px;
    color: #00000099;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
}

.features-header h2 {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

.features-header h2 .highlight {
    color: #FF7051;
}

.features-header p {
    color: #00000080;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

}

.feature-mockup-wrapper {
    position: relative;
    padding: 20px;
}

.feature-mockup-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background: radial-gradient(circle, rgba(29, 79, 80, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.feature-mockup {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #235556;
    box-shadow: 0px 24px 24px 0px #23555666;
    background: #fff;
    transition: box-shadow 0.6s ease;
}

.feature-mockup:hover {
    box-shadow: 0px 32px 48px 0px #23555644;
}

.feature-mockup img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature-mockup:hover img {
    transform: scale(1.1);
}

.feature-type-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.type-icon {
    width: 44px;
    height: 44px;
    background: #FF7051;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.type-name {
    color: #FF7051;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.feature-row-title {
    font-family: Roboto;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 25px;
    color: #000;
}

.feature-row-desc {
    color: #00000080;
    margin-bottom: 40px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;

}

.feature-action-btns {
    display: flex;
    gap: 20px;
}

.submenu-text {
    display: flex;
    flex-direction: column;
}

.web-hide {
    display: none;
}

.btn-start-feature {
    background: linear-gradient(90deg, #235556 0%, #225253 12.5%, #215051 25%, #204D4E 37.5%, #1E4A4B 50%, #1D4849 62.5%, #1C4546 75%, #1B4344 87.5%, #1A4041 100%);
    color: #fff !important;
    border: none !important;
    padding: 16px 25px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
}

.btn-start-feature:hover {
    /* background: #1D4F50 !important; */
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(11, 45, 38, 0.2) !important;
}

.btn-learn-more-feature {
    background: transparent !important;
    color: #000 !important;
    border: 1.5px solid #000 !important;
    padding: 16px 30px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.btn-learn-more-feature:hover {
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
}

#strngComyName,
.header-section .navbar .dropdown-toggle::after {
    color: #fff;
}

a.btn.btn-outline-light.hero-btn-watch:hover {
    border: 1px solid #fff !important;
}


.features-badge svg {
    color: #1D4F50;
    flex-shrink: 0;
}

/* Vendor CTA Section */
.vendor-cta-section {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    /* margin-top: 80px; */
}

.vendor-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vendor-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vendor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(35, 85, 86, 0.736) 0%, rgba(23, 53, 54, 0.92) 100%);
    z-index: 2;
}

.vendor-container {
    position: relative;
    z-index: 3;
}

.vendor-cta-box {
    max-width: 900px;
    margin: 0 auto;
}

.vendor-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.vendor-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #fff;
    font-family: Roboto;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-align: center;

}

.vendor-title .highlight {
    color: #FF7051;
}

.vendor-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

}

.vendor-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.leftSide .btn-explore {
    background: linear-gradient(90deg, #235556 0%, #225253 12.5%, #215051 25%, #204D4E 37.5%, #1E4A4B 50%, #1D4849 62.5%, #1C4546 75%, #1B4344 87.5%, #1A4041 100%);
    color: #fff;
}

.leftSide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: auto;
}

.btn-register-leads {
    background: #fff !important;
    color: #0B2D26 !important;
    padding: 16px 32px !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-register-leads:hover {
    background: #FF7051 !important;
    color: #fff !important;
    transform: translateY(-3px);
}

.btn-vendor-learn-more {
    background: transparent !important;
    color: #fff !important;
    padding: 16px 32px !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
}

.btn-vendor-learn-more:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
}

.vendor-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-top: 30px;
}

.stat-value {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

/* Why Choose Section */
.happy-couple {
    padding: 40px 0;
}

.why-choose-section {
    padding: 40px 0;
    background: #fff;
}

.why-choose-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
    font-family: Roboto;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-align: center;

}

.why-choose-title .highlight {
    color: #FF7051;
}

.why-choose-subtitle {
    color: #666;
    max-width: 700px;
    margin: 0 auto 12px;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0%;
    text-align: center;

}

.choose-card {
    background: #fff;
    border: 1px solid #23555666;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.choose-card:hover {
    backdrop-filter: blur(4px);
    box-shadow: 10px 34px 34px 0px #23555640;
}

.choose-icon {
    width: 60px;
    height: 60px;
    background: #2355561A;
    border-radius: 12px;
    border: 1px solid #23555633;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.choose-icon i {
    color: #1D4F50;
    font-size: 28px;
}

.choose-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.choose-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 22.75px;
    text-align: center;

}

/* Testimonials Section Enhancements */
.section-header {
    margin-bottom: 15px;
}

.testimonials-badge {
    display: inline-block;
    padding: 8px 24px;
    border: 0.8px solid #23555626;
    background: #0000000A;
    color: #00000099;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.testcontentpara {
    color: #00000099 !important;
    font-family: Roboto !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 22.75px !important;
    letter-spacing: 0px;

}

.clientdestination {
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;

}

.testclientname {
    color: #00000066;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.testimonials-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
    font-family: Roboto;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    text-align: center;

}

.testimonials-title .highlight {
    color: #FF7051;
}

.happy-couple-carouselss .swiper-slide {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #eee;
    padding: 40px !important;
}

.star-icon i {
    color: #FF7051 !important;
}

.slide-button.ara-prev {
    transform: rotate(0deg);
}

.ara-prev,
.ara-next {
    width: 50px !important;
    height: 50px !important;
    background: #1D4F50 !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.ara-prev:hover,
.ara-next:hover {
    background: #FF7051 !important;
    /* transform: scale(1.1); */
}

/* faq css */
.faq-badge {
    display: inline-block;
    padding: 8px 24px;
    background: #F4F8F8;
    border: 1px solid #E5EDED;
    border-radius: 100px;
    color: #00000099;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.faq-section-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.faq-section-title span {
    color: #FF7051;
}

.admin_faqs-section {
    padding: 40px 0px 20px 0px;
}

.admin_faqs-section .accordion-item {
    border: none !important;
    background: #1D4F50;
    border-radius: 16px !important;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.admin_faqs-section .accordion-button {
    background: #1D4F50 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 25px 30px;
    box-shadow: none !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

.admin_faqs-section .accordion-button:not(.collapsed) {
    background: #FF7051 !important;
    color: #fff !important;
}

.admin_faqs-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    background: #FF7051 !important;
}

.admin_faqs-section .accordion-button::after {
    filter: brightness(0) invert(1);
    background-size: 1.25rem;
}

.admin_faqs-section .accordion-body {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    padding: 0 30px 25px 30px;
    font-weight: 300;
}

.admin_faqs-section .accordion-button:hover {
    background: #FF7051 !important;
}

.admin_faqs-section .accordion-button:hover::after {
    filter: brightness(0) invert(1);
}

/* blog section css */
.blog-section {
    padding: 40px 0px;
}

.blog-section .single-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}

.blog-section .img-area {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-section .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-section .single-box:hover .img-area img {
    transform: scale(1.1);
}

.blog-cat-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1D4F50;
    color: #fff;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
}

.blog-content-box {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.blog-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
}

.blog-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-card-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.read-more-btn {
    color: #FF7051;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #e65d3f;
}

.blog-badge {
    display: inline-block;
    padding: 8px 24px;
    background: #F4F8F8;
    border: 1px solid #E5EDED;
    border-radius: 100px;
    color: #00000099;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.single-box {
    margin-bottom: 0px;
}

.blog-section-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.blog-section-title span {
    color: #FF7051;
}

.blog-section .single-box:hover {
    transform: none;
}

.blog-section .single-box {
    box-shadow: none;
}

.mobile-menu-overlay {
    display: none;
}

.fa-arrow-right,
.material-symbols-outlined {
    transition: transform 0.3s ease-out;
}

.btn-explore:hover .material-symbols-outlined,
.btn-register-leads:hover .fa-arrow-right,
.btn-start-feature:hover .fa-arrow-right,
.hero-btn-start:hover .fa-arrow-right {
    transform: translateX(10px);
}

.footerImageNew {
    margin-top: 25px;
}

@media (min-width: 320px) and (max-width: 370px) {
    .wedding-1 h1 {
        font-size: 38px;
    }
}

@media (min-width: 371px) and (max-width: 439px) {
    .wedding-1 h1 {
        font-size: 43px;
    }
}

@media (min-width: 440px) and (max-width: 767px) {
    .wedding-1 h1 {
        font-size: 51px;
    }
}

@media (max-width: 425px) {
    .features-badge {
        font-size: 12px;
        padding: 10px 18px;
        margin-bottom: 15px;
    }

    .admin_faqs-section .accordion-button {
        font-size: 13px;
        padding: 15px 20px;
    }

    .admin_faqs-section .accordion-body {
        font-size: 12px;
        padding: 0 20px 15px 20px;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .features-badge {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .admin_faqs-section .accordion-button {
        font-size: 14px;
        padding: 15px 20px;
    }

    .admin_faqs-section .accordion-body {
        font-size: 13px;
        padding: 0 20px 15px 20px;
    }
}

@media (max-width: 767px) {
    .firstSectionTextArea {
        margin-top: 25px;
    }

    .hero-badge {
        flex-direction: column;
        align-items: start;
    }

    .headerUpperBar {
        display: none;
    }

    /* home page css */
    .powerful-features-section {
        padding: 35px 0px !important;
    }

    .features-header h2 {
        font-size: 33px;
    }

    .feature-mockup-wrapper {
        padding: 0px !important;
        margin-bottom: 20px;
    }

    .feature-content-box {
        padding-left: unset;
    }

    .wedding-1 h2 {
        font-size: 32px;
    }

    .wedding-1 p {
        font-size: 24px;
    }

    .vendor-title {
        font-size: 32px;
        line-height: 1.2;
    }

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

    .vendor-stats {
        gap: 40px;
    }

    .faq-badge,
    .blog-badge,
    .testimonials-badge,
    .vendor-badge,
    .features-badge {
        padding: 5px 16px;
        font-size: 10px;
    }

    .btn-vendor-learn-more,
    .btn-register-leads {
        width: 100%;
    }

    .mobile-hide {
        display: none;
    }

    .web-hide {
        display: flex;
    }

    .accordion-button::after {
        padding: 2px;
    }

    .wedding-6 .image-abs.position-absolute img {
        box-shadow: unset;
        border-radius: unset;
    }

    .enhancementSection-card {
        height: auto;
    }

    .faq-section-title {
        font-size: 33px;
    }



    .titleHeigth {
        height: 65px;
    }


    .customSpace {
        margin-top: 20px !important;
    }

    .header-hero {
        margin-top: 20px;
    }


    .slider-pagination.photo .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }

    .col-md-6.position-relative.pr-40.img-w-shadow {
        padding-right: 0;
        max-width: 384px;
    }

    .wedding-4 .vendor-btn {
        padding: 14px 32px;
        /* box-shadow: 0px 7px 4px 0px #23555640; */
    }

    .ct-image-2 .img-abs img {
        width: 88%;
        max-width: 420px;
        border-radius: 20px;
    }

    section.section-4 {
        background: none !important;
    }

    .wedding-4 .dot-red-sec {
        display: none;
    }


    .signupbtnnNew {
        padding: 14px 30px;
    }

    .section3 .icon-img1 {
        max-width: 290px;
        height: 100%;
        /* min-height: 241px; */
        margin-top: 0px;
        /* max-height: 100px; */
        /* padding-left: 0px; */
    }

    .wedding-2 {
        padding: 22px 0px;
    }

    .wedding-2 .second-btn {
        padding: 13px 30px
    }

    .section2dot {
        display: none;
    }

    .title-color-red {
        font-size: 25px
    }

    .hero-section-home {
        padding: 40px 0px;
        /* max-width: 500px; */
    }

    .btn-sec {
        text-align: center;
    }

    .happy-couple h2,
    .why-choose-title,
    .blog-section-title {
        font-size: 35px;
        line-height: 1.2;
    }

    .feature-type-badge {
        margin-bottom: 15px;
    }

    .features-header p {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-row,
    .blog-section,
    .admin_faqs-section,
    .happy-couple,
    .why-choose-section,
    .vendor-cta-section {
        padding: 20px 0px;
    }

    .blog-content-box {
        padding: 20px 20px 25px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .features-header h2,
    .vendor-title,
    .happy-couple h2,
    .why-choose-title,
    .faq-section-title,
    .blog-section-title {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media (max-width: 1200px) {
    .feature-action-btns {
        flex-direction: column;
    }

    .feature-mockup-wrapper {
        padding: 0px;
    }

    .feature-row-title {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .feature-row-desc {
        margin-bottom: 15px;
    }

    .choose-card:hover {
        backdrop-filter: unset;
        box-shadow: unset;
    }
}

@media (max-width: 991px) {
    .header-section .navbar-toggler {
        display: flex !important;
        z-index: 10001 !important;
        position: relative;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1000000 !important;
        overflow-y: auto;
    }

    .mobile-menu-overlay.active {
        display: block !important;
        animation: slideInUp 0.3s ease-out;
    }

    @keyframes slideInUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .mobile-btn-hide {
        display: none;
    }

    .mobile-menu-content {
        padding: 25px 20px;
        position: relative;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .menu-screen {
        display: none;
        flex-direction: column;
        flex-grow: 1;
    }

    .menu-screen.active {
        display: flex;
    }

    .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .mobile-logo {
        height: 40px;
    }

    .header-actions {
        display: flex;
        gap: 12px;
    }

    .close-menu,
    .back-menu {
        width: 36px;
        height: 36px;
        background: #FF7051;
        border: none;
        border-radius: 8px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .back-menu {
        background: #FF705199;
    }

    .menu-body {
        flex-grow: 1;
    }

    .menu-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        color: #666;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
    }

    .menu-link:last-child {
        border-bottom: none;
    }

    .menu-link i {
        font-size: 20px;
        color: #aaa;
    }

    .menu-footer {
        margin-top: auto;
        padding-top: 40px;
        text-align: center;
    }

    .signin-link {
        display: block;
        color: #000;
        font-weight: 700;
        margin-bottom: 25px;
        text-decoration: none;
        font-size: 14px;
    }

    .btn-become-vendor {
        display: block;
        background: #FF7051;
        color: #fff;
        padding: 18px;
        border-radius: 20px;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px;
        box-shadow: 0 10px 20px rgba(255, 112, 81, 0.2);
    }

    /* Submenu item styling */
    .submenu-item {
        display: flex;
        gap: 20px;
        padding: 20px 0;
        text-decoration: none;
        align-items: center;
    }

    .submenu-icon-box {
        width: 50px;
        height: 50px;
        background: #1D4F50;
        border-radius: 12px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .submenu-icon-box i,
    .submenu-icon-box svg {
        font-size: 24px;
    }

    .submenu-title {
        color: #000;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 4px;
    }

    .submenu-desc {
        color: #666;
        font-size: 13px;
    }

    #navbar-content {
        display: none !important;
    }

    .hero-title {
        font-family: Roboto;
        font-weight: 800;
        font-size: 30px;
        line-height: 42px;
    }

    .hero-section .row {
        gap: 20px;
    }

    .hero-section {
        padding: 0px 0px 40px 0px;
        text-align: left;
    }

    .hero-badge {
        justify-content: flex-start;
    }

    .hero-subtitle {
        margin: 0 0 2rem;
    }

    .feature-list {
        text-align: left;
    }

    .love-title {
        font-size: 32px;
        line-height: 46px;
    }

    .love-subtitle {
        font-size: 1rem;
    }

    .btn-explore {
        margin: 0 auto;
    }

    /* home page media query css */
    .planning-tools-div {
        width: 100% !important;
        box-shadow: none !important;
        padding: 10px !important;
        /* position: static !important; */
    }

    .planning-item {
        padding: 12px 15px !important;
    }

    .wedding-1 h1 {
        line-height: 1 !important;
        margin: 0 auto !important;
    }

    .wedding-1 p {
        font-size: 16px !important;
        line-height: 1.3;
        padding: 10px !important;
    }

    .trusted-badge {
        font-size: 12px;
        padding: 6px 15px;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        gap: 15px !important;
    }

    .hero-btn-start {
        background-color: #1D4F50 !important;
        color: #FFFFFF !important;
        width: 100%;
        justify-content: center;
        padding: 14px 20px !important;
    }

    .hero-btn-watch {
        width: 100%;
        justify-content: center;
        padding: 12px 20px !important;
    }

    .hero-stats {
        margin-top: 50px !important;
        gap: 0 !important;
        justify-content: space-around !important;
    }

    .stat-item {
        padding: 0 !important;
    }

    .stat-value {
        font-size: 32px !important;
    }

    .stat-label {
        font-size: 10px !important;
    }

    .stat-item.ps-5,
    .stat-item.pe-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .flex-row-reverse .feature-content-box {
        padding-left: 0;
        padding-right: 30px;
    }
}