.footer-six-right {margin-bottom:50px!important;}
.social-icon-six {margin-top:0px!important;}

.wg_red {
    font-size: 12px;
    color: red;
}

.wg_required {
    color: red;
    font-size: 12px;
    margin-top:4px;
}

.divFor {
    cursor: pointer;
}

.wg_required_border {
    border: 1px solid red !important;
}

.wg-desktop {display: block!important;}
.wg-mobile {display: none!important;}

@media screen and (max-width: 750px) {
    .wg-desktop {display: none!important;}
    .wg-mobile {display: block!important;}
}





.user-menu {
	position: relative;
	display: inline-block;
	font-family: Arial, sans-serif;
}

.user-menu-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px 10px;
}

.user-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.user-info {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.user-name {
	font-weight: 600;
	font-size: 14px;
}

.member-since {
	font-size: 11px;
	color: #777;
}

.arrow {
	font-size: 12px;
	margin-left: 5px;
}

.user-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	min-width: 180px;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	display: none;
	flex-direction: column;
	overflow: hidden;
	z-index: 999;
}

.user-dropdown a {
	padding: 10px 14px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
}

.user-dropdown a:hover {
	background: #f5f5f5;
}

.user-dropdown .divider {
	height: 1px;
	background: #eee;
}

.logout {
	color: #c0392b;
}


.wg-three-videos {
	background:#000;
	padding-top:50px;
	padding-bottom: 100px;
}

.wg-three-videos-container {
	display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.phone-block{
	text-align:center;
	color:white;
	width: 100%;
}

.phone-block p{
	margin-top:20px;
	font-size:14px;
	letter-spacing:2px;
}

.phone{
	width:100%;
	height:720px;
	border-radius:40px;
	border:6px solid #c8b07b;
	overflow:hidden;
	position:relative;
	background:black;
}

/* notch */
.phone::before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:140px;
	height:28px;
	background:black;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	z-index:10;
}

.phone video{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border: 7px solid #000;
    border-radius: 37px;
}

@media screen and (max-width: 768px) {
	.wg-three-videos-container {
		flex-direction: column;
	}
}