/* ==========================================
   COMMON CSS
========================================== */

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

body{
    background:#ffffff;
    font-family:'Manrope',sans-serif;
	padding-bottom:90px;
}

a{
    text-decoration:none;
    transition:.3s;
}

.mobile-screen{
    max-width:420px;
    min-height:100vh;
    margin:auto;
    background:#ffff;
    overflow:hidden;
    position:relative;
}

/* ==========================================
   INDEX PAGE
========================================== */

.top-area{
    height:420px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#fff,#fff5f8);
}

/* Hearts */

.heart{
    position:absolute;
    color:#ff4f8b;
    opacity:.25;
    font-size:22px;
}

.heart:nth-child(1){
    top:70px;
    left:35px;
}

.heart:nth-child(2){
    top:130px;
    right:40px;
}

.heart:nth-child(3){
    bottom:70px;
    left:50px;
}

.heart:nth-child(4){
    bottom:40px;
    right:60px;
}

/* Cards */

.profile-card{
    width:170px;
    height:250px;
    border-radius:30px;
    overflow:hidden;
    position:absolute;
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.profile-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.card1{
    top:65px;
    right:40px;
    transform:rotate(14deg);
}

.card2{
    top:170px;
    left:55px;
    transform:rotate(-14deg);
}

/* Heart Buttons */

.like{
    width:55px;
    height:55px;
    background:linear-gradient(180deg,#ff79b4,#ff3f8d);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    position:absolute;
    font-size:20px;
    box-shadow:0 10px 25px rgba(255,50,130,.4);
}

.like1{
    right:25px;
    top:80px;
}

.like2{
    left:25px;
    bottom:45px;
}

/* Logo */

.logo{
    position:absolute;
    top:25px;
    width:100%;
    text-align:center;
    color:#ff4f8b;
    font-size:32px;
    font-family:'DM Serif Display',serif;
    letter-spacing:1px;
    z-index:100;
}

/* Content */

.content{
    padding:25px;
    text-align:center;
}

.content h6{
    color:#ff4f8b;
    letter-spacing:2px;
    font-size:15px;
    font-weight:700;
    margin-bottom:15px;
}

.content h1{
    font-family:'DM Serif Display',serif;
    font-size:56px;
    color:#111;
    line-height:1.1;
    margin-bottom:15px;
}

.content h1 span{
    font-style:italic;
    font-weight:400;
}

.content p{
    color:#777;
    font-size:17px;
    line-height:1.7;
    font-weight:500;
    margin-bottom:30px;
}

/* Buttons */

.btn-pink{
    width:100%;
    background:linear-gradient(180deg,#ff7db8,#ff3b8b);
    color:#fff;
    border:none;
    border-radius:50px;
    padding:15px;
    font-size:18px;
    font-weight:700;
}

.btn-light-pink{
    width:100%;
    background:#fde8f0;
    color:#ff4f8b;
    border:none;
    border-radius:50px;
    padding:15px;
    font-size:18px;
    font-weight:700;
}

.btn-pink:hover{
    color:#fff;
    background:#ff3b8b;
}

.btn-light-pink:hover{
    background:#ffd6e8;
    color:#ff4f8b;
}

/* ==========================================
   SETTINGS PAGE
========================================== */
.settings-header{
    height:250px;
    background:linear-gradient(180deg,#ffdbe8,#f8bfd2);
    border-radius:0 0 35px 35px;
    text-align:center;
    padding-top:45px;
    overflow:hidden;
}
/* Main Gear Icon */

.settings-header > .fa-heart-circle-check{
    position:relative;
    z-index:2;
    font-size:60px;
    color:#ff4f8b;
    margin-bottom:15px;
}

/* Background Hearts */

.bg-heart{
    position:absolute;
    color:#ffffff;
    opacity:.30;
    z-index:1;
}

.heart1{
    top:25px;
    left:28px;
    font-size:58px;
    transform:rotate(50deg);
}

.heart2{
    top:80px;
    right:28px;
    font-size:70px;
	transform:rotate(-20deg);
}

.heart3{
    top:170px;
    left:30px;
    font-size:40px;
	transform:rotate(-20deg);
}

.settings-header h2{
    position:relative;
    z-index:2;
    margin-top:1px;
    font-size:42px;
    font-weight:800;
    color:#20315d;
}

.settings-header p{
    position:relative;
    z-index:2;
    color:#666;
    font-size:17px;
}

.settings-list{
    padding:20px;
    margin-top:-40px;
}

.setting-item{
    background:#fff;
    border-radius:18px;
    padding:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
    color:#333;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.setting-item:hover{
    transform:translateY(-2px);
}

.left{
    display:flex;
    align-items:center;
}

.icon-box{
    width:55px;
    height:55px;
    border-radius:15px;
    background:#ffe5ef;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
}

.icon-box i{
    color:#ff4f8b;
    font-size:22px;
}

.text h5{
    margin:0;
    color:#24305e;
    font-size:18px;
    font-weight:700;
}

.text small{
    color:#999;
}

.arrow{
    color:#999;
    font-size:18px;
}

.logout .icon-box{
    background:#ffe8e8;
}

.logout .icon-box i{
    color:#ff3b3b;
}

/* ==========================================
   FOOTER MENU
========================================== */

.bottom-nav{
    position:fixed;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:420px;
    height:72px;
    background:#fff;
    display:flex;
    justify-content:space-around;
    align-items:center;
    border-radius:25px 25px 0 0;
    box-shadow:0 -5px 20px rgba(0,0,0,.12);
    z-index:999;
}

.nav-item{
    width:20%;
    text-align:center;
    color:#999;
    font-size:12px;
    font-weight:600;
}

.nav-item span{
    display:block;
    margin-top:4px;
}

.nav-item i{
    display:block;
    font-size:20px;
}

.nav-item:hover,
.nav-item.active{
    color:#ff4f8b;
}

.home-btn{
    width:64px;
    height:64px;
    margin:-35px auto 5px;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(180deg,#ff7db8,#ff3b8b);
    color:#fff;
    font-size:26px;
    box-shadow:0 10px 25px rgba(255,79,139,.35);
}

.active .home-btn{
    transform:translateY(-5px);
}

/* ==========================================
   HOME PAGE
========================================== */
.home-profile-card{
    display:block;
    position:relative;
    width:100%;
    height:240px;
    border-radius:16px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.home-profile-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.3s;
}

.home-profile-card:hover img{
    transform:scale(1.05);
}

.profile-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:15px;
    color:#fff;
    background:linear-gradient(transparent,rgba(0,0,0,.82));
}

.profile-overlay h5{
    margin:0;
    font-size:20px;
    font-weight:700;
}

.profile-overlay p{
    margin:2px 0;
    font-size:13px;
    color:#e8e8e8;
}

.profile-overlay span{
    display:block;
    font-size:13px;
    color:#ffc5da;
}

/* ==========================================
   CHAT PAGE
========================================== */

.chat-screen{
    position:relative;
    display:flex;
    flex-direction:column;
    height:100vh;
    max-width:420px;
    margin:auto;
    background:#f8f9ff;
    overflow:hidden;
}

/* Header */

.chat-header{
    height:75px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 15px;
    border-bottom:1px solid #ececec;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    flex-shrink:0;
    z-index:10;
}

.back-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff3f8;
    color:#ff4f8b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.chat-user{
    flex:1;
    display:flex;
    align-items:center;
    margin-left:12px;
}

.chat-user img{
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover;
    margin-right:12px;
    border:2px solid #ffd4e5;
}

.chat-user h5{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#222;
}

.chat-user span{
    display:block;
    color:#2fb56f;
    font-size:13px;
}

.chat-actions{
    display:flex;
    gap:8px;
}

.chat-actions a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff3f8;
    color:#ff4f8b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

/* Chat Messages */

.chat-body{
    flex:1;
    overflow-y:auto;
    padding:20px 15px 170px;
    background:#f8f9ff;
}

.chat-body::-webkit-scrollbar{
    width:5px;
}

.chat-body::-webkit-scrollbar-thumb{
    background:#ffd4e5;
    border-radius:20px;
}

/* Message */

.message{
    display:flex;
    align-items:flex-end;
    margin-bottom:16px;
}

.message.left{
    justify-content:flex-start;
}

.message.right{
    justify-content:flex-end;
}

.message.left img{
    width:38px;
    height:38px;
    border-radius:50%;
    object-fit:cover;
    margin-right:8px;
}

/* Bubble */

.bubble{
    max-width:75%;
    background:#fff;
    padding:12px 15px;
    border-radius:18px;
    font-size:14px;
    line-height:1.5;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    word-break:break-word;
}

.message.left .bubble{
    border-bottom-left-radius:5px;
}

.message.right .bubble{
    background:#ff4f8b;
    color:#fff;
    border-bottom-right-radius:5px;
}

.bubble small{
    display:block;
    margin-top:6px;
    font-size:11px;
    opacity:.75;
}

/* Voice */

.voice{
    display:flex;
    align-items:center;
    gap:10px;
}

.voice-bar{
    width:90px;
    height:4px;
    border-radius:20px;
    background:#ff4f8b;
}

/* Footer */

.chat-footer{
    position:absolute;
    left:0;
    right:0;
    bottom:0px;

    display:flex;
    align-items:center;
    gap:10px;

    padding:12px 15px;

    background:#fff;
    border-top:1px solid #ececec;
    box-shadow:0 -3px 15px rgba(0,0,0,.08);

    z-index:20;
}

.chat-footer input{
    flex:1;
    height:46px;
    border:none;
    outline:none;
    background:#f5f5f7;
    border-radius:30px;
    padding:0 18px;
    font-size:14px;
}

.chat-footer input::placeholder{
    color:#999;
}

.icon-btn{
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:#f5f5f7;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#666;
    cursor:pointer;
    flex-shrink:0;
    transition:.3s;
}

.icon-btn:hover{
    background:#ffe5ef;
    color:#ff4f8b;
}

.icon-btn.send{
    background:#ff4f8b;
    color:#fff;
}

.icon-btn.send:hover{
    background:#ff2f7d;
}

/* Mobile */

@media(max-width:420px){

    .chat-screen{
        max-width:100%;
    }

    .bubble{
        max-width:82%;
    }

}

/*==============================
PACKAGES PAGE
==============================*/

.package-header{
    padding:40px 25px 30px;
    text-align:center;
    background:linear-gradient(180deg,#ffd9e7,#ffc3d8);
    border-radius:0 0 35px 35px;
}

.package-header i{
    font-size:55px;
    color:#ff4f8b;
    margin-bottom:12px;
}

.package-header h2{
    font-size:30px;
    font-weight:800;
    color:#24305e;
}

.package-header p{
    color:#666;
    margin-top:5px;
}

.package-list{
    padding:20px;
}

.package-card{
    background:#fff;
    border-radius:22px;
    padding:22px;
    margin-bottom:22px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    position:relative;
}

.package-card.active{
    border:2px solid #ff4f8b;
}

.popular{
    position:absolute;
    top:-12px;
    right:18px;
    background:#ff4f8b;
    color:#fff;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
}

.price{
    font-size:38px;
    color:#ff4f8b;
    font-weight:800;
    margin-bottom:8px;
}

.package-card h4{
    font-weight:700;
    color:#24305e;
    margin-bottom:18px;
}

.package-card ul{
    list-style:none;
    padding:0;
    margin:0 0 20px;
}

.package-card li{
    margin-bottom:14px;
    color:#555;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
}

.package-card li i:first-child{
    width:24px;
    color:#ff4f8b;
}

.info-icon{
    color:#999;
    cursor:pointer;
}

.buy-btn{
    display:block;
    width:100%;
    text-align:center;
    background:linear-gradient(180deg,#ff78b5,#ff458f);
    color:#fff;
    padding:14px;
    border-radius:40px;
    font-weight:700;
}

.buy-btn:hover{
    color:#fff;
}

/*==============================
LOGIN PAGE
==============================*/


.login-page{
    min-height:100vh;
    background:linear-gradient(180deg,#ffdce8 0%,#ffffff 45%);
    padding:40px 20px;
}

.login-header{
    text-align:center;
    margin-bottom:35px;
}

.login-logo{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 15px 35px rgba(255,79,139,.20);
    margin-bottom:20px;
}

.login-logo i{
    font-size:42px;
    color:#ff4f8b;
}

.login-header h2{
    font-size:34px;
    font-weight:800;
    color:#24305e;
    margin-bottom:8px;
}

.login-header p{
    color:#777;
    font-size:15px;
}

.login-card{
    background:#fff;
    border-radius:30px;
    padding:30px 22px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.form-label{
    font-weight:700;
    color:#24305e;
    margin-bottom:8px;
}

.input-box{
    display:flex;
    align-items:center;
    background:#f7f7fb;
    border:1px solid #ececec;
    border-radius:15px;
    padding:0 15px;
}

.input-box i{
    color:#ff4f8b;
    font-size:18px;
}

.input-box input{
    border:none;
    background:transparent;
    height:55px;
    box-shadow:none;
}

.input-box input:focus{
    box-shadow:none;
}

.forgot-link{
    color:#ff4f8b;
    font-size:14px;
    font-weight:600;
}

.btn-login{
    width:100%;
    height:55px;
    border:none;
    border-radius:30px;
    background:linear-gradient(180deg,#ff7db8,#ff3b8b);
    color:#fff;
    font-size:17px;
    font-weight:700;
}

.btn-login:hover{
    background:#ff3b8b;
}

.divider{
    text-align:center;
    margin:25px 0;
    position:relative;
}

.divider::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    height:1px;
    background:#ececec;
}

.divider span{
    background:#fff;
    padding:0 15px;
    position:relative;
    color:#999;
    font-size:13px;
}

.btn-register{
    display:block;
    text-align:center;
    background:#ffe5ef;
    color:#ff4f8b;
    padding:15px;
    border-radius:30px;
    font-weight:700;
}

.btn-register:hover{
    background:#ffd6e8;
    color:#ff4f8b;
}

.password-box{
    position:relative;
}

.password-box input{
    padding-right:45px;
}

.password-eye{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#999;
    cursor:pointer;
    font-size:18px;
}

.password-eye:hover{
    color:#ff4f8b;
}

/* ==========================================
   REGISTER PAGE
========================================== */

.register-top{
    height:220px;
    background:linear-gradient(180deg,#fff5f8,#ffdbe8);
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    overflow:hidden;
}

.register-icon{
    width:110px;
    height:110px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:45px;
    color:#ff4f8b;
    box-shadow:0 10px 30px rgba(255,79,139,.25);
    z-index:2;
}

.register-content{
    margin-top:-15px;
    padding:30px 25px 40px;
}

.register-input{
    height:55px;
    background:#f8f8fb;
    border-radius:18px;
    padding:15px 18px;
    font-size:15px;
    box-shadow:none;
}

.register-input:focus{
    border:1px solid #ff4f8b;
    box-shadow:none;
    background:#fff;
}

.upload-box{
    width:100%;
    height:60px;
    border:2px dashed #ffc2d8;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#ff4f8b;
    background:#fff8fb;
    cursor:pointer;
    font-weight:600;
}

.upload-box i{
    font-size:20px;
}

.text-pink{
    color:#ff4f8b;
    text-decoration:none;
}

.text-pink:hover{
    color:#ff2f82;
}

.select-box{
    position:relative;
}

.select-box select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-right:45px;
}

.select-icon{
    position:absolute;
    top:50%;
    right:18px;
    transform:translateY(-50%);
    color:#000;
    font-size:16px;
    pointer-events:none;
}

.password-input{
    padding-right:50px;
}

.password-toggle{
    position:absolute;
    top:50%;
    right:18px;
    transform:translateY(-50%);
    color:#999;
    cursor:pointer;
    font-size:18px;
}

.password-toggle:hover{
    color:#ff4f8b;
}

/*=========================
PROFILE EDIT
=========================*/

.profile-header{
    position:relative;
    height:140px;
}

.profile-cover{
    height:100px;
    background:linear-gradient(135deg,#ff86b7,#ff4f8b);
    border-radius:0 0 35px 35px;
}

.profile-back{
    position:absolute;
    top:18px;
    left:18px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    z-index:2;
}

.profile-image{
    position:absolute;
    left:50%;
    top:20px;
    transform:translateX(-50%);
}

.profile-image img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.camera-btn{
    position:absolute;
    right:6px;
    bottom:6px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:#ff4f8b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.profile-form{
    padding:20px;
}

.profile-form h3{
    text-align:center;
    font-size:30px;
    font-weight:800;
    color:#24305e;
    margin-bottom:5px;
}

.profile-form p{
    text-align:center;
    color:#888;
    margin-bottom:30px;
}

.form-label{
    font-weight:700;
    color:#24305e;
    margin-bottom:8px;
}

.register-input{
    height:55px;
    border-radius:15px;
    border:1px solid #ececec;
    box-shadow:none;
}

.register-input:focus{
    border-color:#ff4f8b;
    box-shadow:0 0 0 .2rem rgba(255,79,139,.15);
}

/*=========================
MY PROFILES IMAGES PAGE
=========================*/

.page-header{
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    background:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}

.page-header h3{
    margin:0;
    font-weight:800;
    color:#24305e;
}

.page-header .back-btn{
    position:absolute;
    left:18px;
    color:#444;
    font-size:22px;
}

.main-photo{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    height:280px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.main-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.main-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#ff4f8b;
    color:#fff;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
}

.upload-main{
    position:absolute;
    right:15px;
    bottom:15px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ff4f8b;
    font-size:20px;
    cursor:pointer;
}

.gallery-item{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    height:130px;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.delete-photo{
    position:absolute;
    top:8px;
    right:8px;
    width:32px;
    height:32px;
    border:none;
    border-radius:50%;
    background:#ff4f8b;
    color:#fff;
}

.gallery-upload{
    height:130px;
    border:2px dashed #ffb4cd;
    border-radius:16px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#ff4f8b;
    background:#fff6fa;
    cursor:pointer;
}

.gallery-upload i{
    font-size:24px;
    margin-bottom:8px;
}

.gallery-upload span{
    font-size:13px;
    font-weight:700;
}


/*=========================
MY PROFILES PASSWORD PAGE
=========================*/

.password-icon{
	width:120px;
	height:120px;
	border-radius:50%;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 8px 25px rgba(0,0,0,.12);
	font-size:48px;
	color:#ff4f8b;
}

.password-box{
	position:relative;
}

.password-box input{
	padding-right:48px;
}

.toggle-password{
	position:absolute;
	right:18px;
	top:50%;
	transform:translateY(-50%);
	color:#999;
	cursor:pointer;
	font-size:18px;
}

.toggle-password:hover{
	color:#ff4f8b;
}

/*=========================
TERMS PAGE
=========================*/

.terms-box{
	padding:10px;
	margin-top:10px;
}

.terms-box h6{
	font-size:17px;
	font-weight:700;
	color:#24305e;
	margin-top:10px;
	margin-bottom:8px;
}

.terms-box h6:first-child{
	margin-top:0;
}

.terms-box p{
	font-size:14px;
	line-height:1.8;
	color:#666;
	margin-bottom:12px;
	text-align:justify;
}


/*=========================
LOGOUT MODAL
=========================*/

.logout-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:20px;
}

.logout-modal.show{
    display:flex;
}

.logout-box{
    width:100%;
    max-width:330px;
    background:#fff;
    border-radius:28px;
    padding:30px 25px;
    text-align:center;
    animation:popup .25s ease;
}

@keyframes popup{

    from{
        transform:scale(.8);
        opacity:0;
    }

    to{
        transform:scale(1);
        opacity:1;
    }

}

.logout-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#ffe6ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.logout-icon i{
    font-size:42px;
    color:#ff4f8b;
}

.logout-box h3{
    margin-bottom:10px;
    font-size:28px;
    font-weight:800;
    color:#24305e;
}

.logout-box p{
    color:#777;
    font-size:15px;
    line-height:1.6;
    margin-bottom:25px;
}

.logout-buttons{
    display:flex;
    gap:12px;
}

.btn-cancel,
.btn-logout{
    flex:1;
    height:48px;
    border-radius:30px;
    border:none;
    font-weight:700;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

.btn-cancel{
    background:#f3f3f3;
    color:#555;
}

.btn-logout{
    background:linear-gradient(180deg,#ff7db8,#ff3b8b);
    color:#fff;
}

.btn-logout:hover{
    color:#fff;
}


/* ===========================
   VIDEO CALL
=========================== */

.video-page{

    position:relative;

    height:100vh;

    overflow:hidden;

    background:#000;

}

.remote-video{

    position:absolute;

    inset:0;

}

.remote-video img{

    width:100%;

    height:100%;

    object-fit:cover;

    filter:brightness(.85);

}

.video-header{

    position:absolute;

    top:0;

    left:0;

    right:0;

    z-index:10;

    display:flex;

    align-items:center;

    padding:20px 15px;

    background:linear-gradient(rgba(0,0,0,.55),transparent);

}

.video-header .back-btn{

    width:42px;

    height:42px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:15px;

    font-size:18px;

}

.call-user h4{

    color:#fff;

    margin:0;

    font-size:20px;

    font-weight:700;

}

.call-user span{

    color:#eee;

    font-size:13px;

}

.local-video{

    position:absolute;

    top:90px;

    right:15px;

    width:105px;

    height:150px;

    border-radius:18px;

    overflow:hidden;

    border:3px solid rgba(255,255,255,.8);

    box-shadow:0 10px 25px rgba(0,0,0,.35);

    z-index:20;

}

.local-video img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.video-controls{

    position:absolute;

    left:0;

    right:0;

    bottom:35px;

    display:flex;

    justify-content:center;

    gap:16px;

    z-index:20;

}

.control-btn{

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    color:#fff;

    backdrop-filter:blur(10px);

    font-size:22px;

}

.control-btn.end{

    background:#ff3b5c;

}

/* ==========================================
   AUDIO CALL
========================================== */

.audio-page{

    position:relative;
    height:100vh;
    overflow:hidden;
    background:linear-gradient(180deg,#ff7db8,#ff4f8b);

}

.audio-bg{

    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 180px),
    radial-gradient(circle at 80% 35%,rgba(255,255,255,.18),transparent 170px),
    radial-gradient(circle at 50% 90%,rgba(255,255,255,.12),transparent 220px);

}

.audio-back{

    position:absolute;
    top:25px;
    left:20px;

    width:44px;
    height:44px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:20px;

    z-index:10;

}

.audio-user{

    position:relative;

    z-index:5;

    text-align:center;

    padding-top:90px;

}

.audio-user img{

    width:160px;
    height:160px;

    border-radius:50%;

    object-fit:cover;

    border:6px solid rgba(255,255,255,.9);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.audio-user h2{

    color:#fff;

    margin-top:25px;

    font-size:32px;

    font-weight:800;

}

.audio-user p{

    color:#fff;

    opacity:.9;

    font-size:18px;

    margin-top:8px;

}

.call-time{

    margin-top:20px;

    text-align:center;

    color:#fff;

    font-size:18px;

    font-weight:600;

}

.audio-controls{

    position:absolute;

    left:0;
    right:0;
    bottom:60px;

    display:flex;

    justify-content:center;

    gap:18px;

}

.audio-btn{

    width:65px;

    height:65px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.20);

    color:#fff;

    backdrop-filter:blur(10px);

    font-size:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.audio-btn:hover{

    transform:scale(1.08);

}

.audio-btn.end{

    background:#ff2f55;

}