 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap');


 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 * {
     box-sizing: border-box
 }

 body {
     margin: 0;
     background: #000;
     font-family: Arial, Helvetica, sans-serif
 }

 body.menu-open {
     overflow: hidden;
     height: 100vh;
     touch-action: none
 }

 .main-wrap {
     max-width: 768px;
     margin: auto;
     background: #0ce5f8
 }



 /* OWL */
 .wedding-slider,
 .wedding-slider .item {
     width: 100%;
     /* height: 250px; */
     overflow: hidden;
     background: #000;
 }

 .wedding-slider img {
     width: 100%;
     /* height: 250px; */
     object-fit: cover;
     display: block;
 }

 /* PROFILE */
 .profile-card {
     background: #050505;
     color: #fff;
     /* margin: 0 0 12px; */
     /* border-top: 2px solid #90088e; */
     padding-top: 15px;
 }

 .profile-header {
     display: flex;
     align-items: center;
     padding: 8px 12px;
     background: #000;
 }

 .profile-small-img {
     width: 56px;
     height: 56px;
     border-radius: 50%;
     object-fit: cover;
     border: 2px solid #00bfff;
 }

 .profile-title {
     flex: 1;
     padding-left: 12px
 }

 .profile-title h3 {
     margin: 0;
     font-size: 20px;
     font-weight: 900;
     letter-spacing: 1px
 }

 .verify {
     color: #1da1f2;
     font-size: 15px;
     margin-left: 5px
 }

 .profile-title p {
     margin: 0;
     color: #00eaff;
     font-size: 15px;
     font-weight: bold;
     line-height: 17px
 }

 .three-dot {
     font-size: 28px;
     font-weight: bold;
     letter-spacing: 3px
 }

 .profile-info {
     background: #2c2c2c;
     padding: 15px;
     font-size: 17px;
     line-height: 22px;
     color: #fff;
     font-weight: 700;
     border-radius: 10px 10px 0px 0px;
     margin: 0 8px;
 }

 .profile-info span {
     color: #00d9ff
 }

 .main-photo-wrap {
     background: #111;
     position: relative;
     margin: 0 8px;
 }

 .main-photo-wrap img {
     width: 100%;
     height: 430px;
     object-fit: cover;
     object-position: top;
     display: block;
 }

 .zoom-text {
     position: absolute;
     right: 8px;
     bottom: -30px;
     /* background: #111; */
     color: #00d9ff;
     font-size: 18px;
     font-weight: bold;
     padding: 2px 10px;
 }

 .like-count {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 5px 15px;
     font-size: 18px;
     font-weight: bold;
     background: #2c2c2c;
     margin: 0 8px;
     color: #fff;
 }

 .like-icon {
     background: #1877f2;
     color: #fff;
     border-radius: 50%;
     width: 25px;
     height: 25px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 15px;
 }

 .action-row {
     background: #2b2b2b;
     display: flex;
     justify-content: space-around;
     padding: 20px 0px;
     border-top: 1px solid #444;
     margin: 0 8px;
     border-radius: 0 0 10px 10px;
 }

 .action-row a,
 .action-row button {
     /* background: #ddd; */
     color: #111;
     border: none;
     border-radius: 5px;
     padding: 5px 18px;
     font-size: 19px;
     font-weight: bold;
     text-decoration: none;
     min-width: 120px;
     text-align: center;
 }

 /* MODAL */
 .image-modal {
     display: none;
     position: fixed;
     z-index: 9999999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, .95);
     justify-content: center;
     align-items: center;
 }

 .image-modal img {
     max-width: 94%;
     max-height: 94%;
     object-fit: contain
 }

 .close-modal {
     position: absolute;
     top: 15px;
     right: 22px;
     color: #fff;
     font-size: 42px;
     cursor: pointer;
     font-weight: bold;
 }

 @media(max-width:600px) {


     /* .wedding-slider,
            .wedding-slider .item,
            .wedding-slider img {
                height: 210px
            } */

     .main-photo-wrap img {
         height: 430px
     }

     .profile-info {
         font-size: 17px
     }

     .action-row a,
     .action-row button {
         min-width: 95px;
         font-size: 17px;
         padding: 5px 10px
     }

 }

 .m-0 {
     margin: 0 !important;
 }

 .p-0 {
     padding: 0 !important;
 }

 /* SAME SIDEBAR */
 .nav_menu {
     /* width: 100vw !important; */
     max-width: 75vw !important;
     min-height: auto;
     max-height: 100%;
     position: fixed;
     top: 0;
     right: 0;
     z-index: 999999;
     background: linear-gradient(160deg, #06174f 0%, #09226b 45%, #06174f 100%);
     overflow-y: auto;
     overflow-x: hidden;
     box-shadow: -5px 0 20px rgba(0, 0, 0, .4);
 }

 .d-none {
     display: none !important
 }

 .nav-top {
     height: 65px;
     background: linear-gradient(90deg, #386af0, #4b80ff);
     color: #fff;
     font-size: 30px;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }

 .nav-close {
     position: absolute;
     left: 0;
     top: 0;
     width: 100px;
     height: 65px;
     border: none;
     background: #ff5738;
     color: #fff;
     font-size: 45px;
     clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%);
 }

 .nav-items {
     padding: 25px 0 0
 }

 .nav-items a {
     display: flex;
     align-items: center;
     gap: 22px;
     padding: 12px 35px;
     color: #fff;
     text-decoration: none;
     font-size: 18px;
     font-weight: 600;
 }

 .nav-items a i {
     width: 35px;
     text-align: center;
     font-size: 24px;
     color: #bcd0ff;
 }

 .nav-items a.active {
     background: linear-gradient(90deg, #5c35ff, #6e25ef)
 }

 .nav-profile {
     width: 100%;
     margin-top: 25px;
     background: #fff;
     border-radius: 55px 0 0 0;
     display: flex;
     align-items: center;
     gap: 18px;
     padding: 15px 35px;
 }

 .nav-profile img {
     width: 45px;
     height: 45px;
     border-radius: 50%;
     object-fit: cover;
 }

 .nav-profile strong {
     color: #08256b;
     font-size: 18px;
     font-weight: 800;
 }

 /* new style css */

 .mobile-container {
     width: 100%;
     max-width: 415px;
     position: relative;
     overflow: hidden;
     background-color: #06010a;
     box-shadow: 0 0 35px rgba(255, 188, 0, 0.25);
 }

 .bg-image {
     display: block;
     width: 100%;
     height: auto;
     pointer-events: none;
     user-select: none;
     -webkit-user-drag: none;
 }

 /* ==============================================
           INTERACTIVE OVERLAYS — mapped to home.jpeg
           ============================================== */

 /* Header Navigation Menu Button */
 .btn-menu {
     position: absolute;
     top: 2.7%;
     right: 5%;
     width: 11.5%;
     height: 6.1%;
     background: transparent;
     border: none;
     cursor: pointer;
     z-index: 5;
     border-radius: 8px;
     transition: background 0.2s ease, transform 0.15s ease;
 }

 .btn-menu:hover {
     background: rgba(255, 215, 0, 0.15);
     transform: scale(1.05);
 }

 .btn-menu:active {
     transform: scale(0.95);
 }

 /* Video Play Button */
 .btn-play {
     position: absolute;
     top: 37.4%;
     left: 13.5%;
     width: 12.8%;
     height: 8%;
     border-radius: 50%;
     cursor: pointer;
     z-index: 5;
     background: transparent;
     border: none;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
 }

 .btn-play:hover {
     transform: scale(1.12);
     box-shadow: 0 0 20px rgba(255, 0, 50, 0.6);
 }

 .btn-play:active {
     transform: scale(0.95);
 }

 /* Website URL Link */
 .link-url {
     position: absolute;
     top: 54.0%;
     left: 22.0%;
     width: 56.0%;
     height: 3.5%;
     z-index: 5;
     cursor: pointer;
     border-radius: 12px;
     transition: opacity 0.2s ease, transform 0.15s ease;
 }

 .link-url:hover {
     background: rgba(255, 255, 255, 0.1);
     transform: scale(1.02);
 }

 /* LOGIN Action Button */
 /* LOGIN Action Button */
 .btn-login {
     position: absolute;
     top: 77.5%;
     left: 5.2%;
     width: 27.0%;
     height: 7%;
     z-index: 5;
     cursor: pointer;
     border-radius: 30px;
     text-decoration: none;
     display: flex;
     justify-content: center;
     color: #fff;
     align-items: center;
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 1.3px;
     font-weight: 700 !important;
     outline: none;
     background: transparent;
 }

 .btn-login:hover,
 .btn-login:focus,
 .btn-login:active {
     outline: none;
     box-shadow: none;
     background: transparent;
 }

 /* REGISTER Action Button */
 .btn-register {
     position: absolute;
     top: 77.5%;
     left: 35.4%;
     width: 28.2%;
     height: 7%;
     z-index: 5;
     cursor: pointer;
     border-radius: 30px;
     text-decoration: none;
     display: flex;
     justify-content: center;
     color: #fff;
     align-items: center;
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 1.3px;
     font-weight: 700 !important;
     outline: none;
     background: transparent;
 }

 .btn-register:hover,
 .btn-register:focus,
 .btn-register:active {
     outline: none;
     box-shadow: none;
     background: transparent;
 }

 /* SUPPORT Action Button */
 .btn-support {
     position: absolute;
     top: 77.5%;
     left: 65.8%;
     width: 27.8%;
     height: 7%;
     z-index: 5;
     cursor: pointer;
     border-radius: 30px;
     background: transparent;
     text-decoration: none;
     border: none;
     display: flex;
     justify-content: center;
     color: #fff;
     align-items: center;
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 1.3px;
     font-weight: 700 !important;
     outline: none;
 }

 /* .btn-support:hover {
     transform: translateY(-2px) scale(1.03);
     box-shadow: 0 0 15px rgba(0, 200, 100, 0.6);
 } */

 /* Feature Cards Interactive Overlay */
 .feature-grid {
     position: absolute;
     top: 87.7%;
     left: 5.3%;
     width: 88.0%;
     height: 9.5%;
     z-index: 5;
     display: flex;
     justify-content: space-between;
 }

 .feature-item {
     flex: 1;
     margin: 0 1px;
     border-radius: 8px;
     cursor: pointer;
     transition: background 0.2s ease, transform 0.15s ease;
 }

 .feature-item:hover {
     background: rgba(255, 215, 0, 0.15);
     transform: scale(1.05);
 }

 /* Footer Banner Link */
 .link-footer {
     position: absolute;
     top: 95.8%;
     left: 25.0%;
     width: 50.0%;
     height: 3.8%;
     z-index: 5;
     cursor: pointer;
     border-radius: 10px;
     transition: background 0.2s ease, transform 0.15s ease;
     text-decoration: none;
     display: block;
 }

 .link-footer:hover {
     background: rgba(255, 255, 255, 0.15);
     transform: scale(1.03);
 }

 /* ==============================================
           SIDE DRAWER MENU
           ============================================== */
 .menu-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.7);
     backdrop-filter: blur(5px);
     z-index: 20;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
 }

 .menu-overlay.active {
     opacity: 1;
     visibility: visible;
 }

 .drawer {
     position: absolute;
     top: 0;
     right: -280px;
     width: 270px;
     height: 100%;
     background: linear-gradient(180deg, #1f0331 0%, #0c0210 100%);
     border-left: 2px solid #ffd700;
     box-shadow: -5px 0 25px rgba(0, 0, 0, 0.8);
     z-index: 21;
     transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     padding: 25px 20px;
     display: flex;
     flex-direction: column;
 }

 .menu-overlay.active .drawer {
     right: 0;
 }

 .drawer-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 1px solid rgba(255, 215, 0, 0.3);
     padding-bottom: 15px;
     margin-bottom: 20px;
 }

 .drawer-title {
     color: #ffd700;
     font-size: 18px;
     font-weight: 800;
     letter-spacing: 0.5px;
 }

 .btn-close-drawer {
     background: transparent;
     border: none;
     color: #ffffff;
     font-size: 22px;
     cursor: pointer;
     transition: color 0.2s ease;
 }

 .btn-close-drawer:hover {
     color: #ffd700;
 }

 .drawer-menu {
     list-style: none;
     display: flex;
     flex-direction: column;
     gap: 12px;
 }

 .drawer-menu a {
     display: flex;
     align-items: center;
     gap: 14px;
     padding: 12px 16px;
     color: #f0e6ff;
     text-decoration: none;
     font-weight: 600;
     font-size: 15px;
     border-radius: 10px;
     background: rgba(255, 255, 255, 0.04);
     border: 1px solid rgba(255, 215, 0, 0.15);
     transition: all 0.2s ease;
 }

 .drawer-menu a:hover {
     background: linear-gradient(90deg, rgba(255, 215, 0, 0.2), transparent);
     border-color: #ffd700;
     color: #ffffff;
     transform: translateX(4px);
 }

 .drawer-menu i {
     color: #ffd700;
     width: 20px;
     text-align: center;
     font-size: 16px;
 }

 .drawer-footer {
     margin-top: auto;
     padding-top: 20px;
     border-top: 1px solid rgba(255, 215, 0, 0.2);
     text-align: center;
     font-size: 12px;
     color: #b0a5c0;
 }

 /* ==============================================
           MODAL DIALOG (Video & Support)
           ============================================== */
 .modal {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.85);
     backdrop-filter: blur(6px);
     z-index: 30;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
     padding: 20px;
 }

 .modal.active {
     opacity: 1;
     visibility: visible;
 }

 .modal-content {
     background: linear-gradient(180deg, #25053b 0%, #0d0117 100%);
     border: 2px solid #ffd700;
     border-radius: 20px;
     width: 100%;
     max-width: 360px;
     padding: 22px;
     position: relative;
     box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
     transform: scale(0.85);
     transition: transform 0.3s ease;
 }

 .modal.active .modal-content {
     transform: scale(1);
 }

 .modal-close {
     position: absolute;
     top: 12px;
     right: 15px;
     background: transparent;
     border: none;
     color: #ffd700;
     font-size: 22px;
     cursor: pointer;
 }

 .modal-header-title {
     color: #ffd700;
     font-size: 18px;
     font-weight: 800;
     margin-bottom: 15px;
     text-align: center;
 }

 .video-wrapper {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     border-radius: 12px;
     border: 1px solid rgba(255, 215, 0, 0.3);
     background: #000;
 }

 .video-wrapper iframe,
 .video-wrapper video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .support-options {
     display: flex;
     flex-direction: column;
     gap: 12px;
     margin-top: 10px;
 }

 .support-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     padding: 12px;
     border-radius: 12px;
     font-weight: 700;
     text-decoration: none;
     color: #ffffff;
     transition: all 0.2s ease;
 }

 .support-whatsapp {
     background: #25D366;
     color: #ffffff;
 }

 .support-call {
     background: #0088cc;
     color: #ffffff;
 }

 .support-email {
     background: #e1306c;
     color: #ffffff;
 }

 .support-btn:hover {
     transform: translateY(-2px);
     filter: brightness(1.1);
 }

 /* Toast notification */
 .toast {
     position: absolute;
     bottom: 25px;
     left: 50%;
     transform: translateX(-50%) translateY(50px);
     background: rgba(255, 215, 0, 0.95);
     color: #12011f;
     padding: 10px 20px;
     border-radius: 25px;
     font-weight: 800;
     font-size: 13px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
     z-index: 40;
     opacity: 0;
     transition: all 0.3s ease;
     pointer-events: none;
     text-align: center;
     white-space: nowrap;
 }

 .toast.show {
     opacity: 1;
     transform: translateX(-50%) translateY(0);
 }

 @media (max-width: 440px) {
     .mobile-container {
         max-width: 100%;
     }
 }

 /* ==============================================
           AUDIO PLAYER POPUP MODAL STYLING
           ============================================== */
 .audio-card {
     background: rgba(255, 255, 255, 0.05);
     border: 1px solid rgba(255, 215, 0, 0.25);
     border-radius: 16px;
     padding: 20px 15px;
     margin-top: 10px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .disc-icon {
     font-size: 55px;
     color: #ffd700;
     margin-bottom: 12px;
     transition: transform 0.3s ease;
 }

 .disc-icon.playing i {
     animation: spin 3s linear infinite;
 }

 @keyframes spin {
     100% {
         transform: rotate(360deg);
     }
 }

 .audio-info {
     margin-bottom: 15px;
     text-align: center;
 }

 .audio-title {
     color: #ffffff;
     font-weight: 700;
     font-size: 16px;
 }

 .audio-sub {
     color: #b0a5c0;
     font-size: 12px;
     margin-top: 2px;
 }

 .audio-progress-container {
     width: 100%;
     height: 6px;
     background: rgba(255, 255, 255, 0.15);
     border-radius: 3px;
     cursor: pointer;
     overflow: hidden;
     margin-bottom: 6px;
 }

 .audio-progress-bar {
     width: 0%;
     height: 100%;
     background: linear-gradient(90deg, #ffd700, #ff8c00);
     border-radius: 3px;
     transition: width 0.1s linear;
 }

 .audio-time {
     font-size: 11px;
     color: #d0c2e6;
     margin-bottom: 15px;
     width: 100%;
     display: flex;
     justify-content: space-between;
 }

 .audio-controls {
     display: flex;
     gap: 12px;
     justify-content: center;
     width: 100%;
 }

 .audio-btn {
     flex: 1;
     padding: 10px 16px;
     border-radius: 25px;
     border: none;
     font-size: 14px;
     font-weight: 700;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     transition: all 0.2s ease;
 }

 .btn-play-audio {
     background: linear-gradient(135deg, #ffd700, #ff9900);
     color: #12011f;
     box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
 }

 .btn-play-audio:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 16px rgba(255, 215, 0, 0.5);
 }

 .btn-pause-audio {
     background: rgba(255, 255, 255, 0.12);
     color: #ffffff;
     border: 1px solid rgba(255, 215, 0, 0.3);
 }

 .btn-pause-audio:hover {
     background: rgba(255, 255, 255, 0.22);
     transform: translateY(-2px);
 }