/* General reset and styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  /* Modern font */
/*background: url('background.jpg') no-repeat center center fixed;   Background image */
background-size: cover;  /* Cover the entire viewport */
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: #000;
}

/* Main container to hold the login and footer */
.main-container {
display: flex;
flex-direction: column;
justify-content: space-between;  /* Ensures footer stays at the bottom */
min-height: 100vh;
}

/* Login container styling */
.login-container {
background-image: url(./dashbroad.jpg) !important;
background-size: cover;    
display: flex;
justify-content: center;
align-items: center;
flex: 1;
}
.login-container {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.textp{
display: flex;
align-items: center;
justify-content: center;
}
.textp p{
margin-top: -360px; 
color: #fff;
text-align: center;
font-size: 14px;

}
.line{
width: 500px;
height: 50px;
background: #000;
display: flex;
justify-content: center;
align-items: center;
}
/* Login card styling */
.login-card {
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);  /* Shadow for depth */
max-width: 315px;  /* Fixed width */
width: 100%;

}

/* Left side image styling */
.login-left {
/* flex: 1;
background: #ffcc00;  
display: flex;
justify-content: center;
align-items: center; */
}

.login-image {
width: 100%;
max-width: 100%;
border-radius: 16px 0 0 16px;  /* Rounded corners */
}

/* Right side form styling */
.login-right {
/* flex: 1;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
background: #FFB80C; */
 /* White background for the form */
}

.login-right h2 {
margin-bottom: 20px;
color: #ffffff;  /* Darker text */
font-weight: bold;
text-align: center;
}
.login-right form input.btnSubmit {
    border: 0px;
    border-radius: 0px;
}
/* Input and button styling */
.login-right form input{
width: 100%;
padding: 12px;
border: 0px solid #000; /* More rounded corners */
transition: border-color 0.3s, box-shadow 0.3s;  /* Smooth transitions */
}

.login-right form button {
background-color: #121212;
color: #F8D61C;
border: none;
cursor: pointer;
font-size: 16px;
font-weight: bold;
transition: background-color 0.3s, transform 0.2s;  /* Smooth transition */
}
.login-right form button:hover {
background-color: #464646;  /* Darker yellow on hover */
transform: translateY(-2px);  /* Lift effect on hover */
}

/* Footer styling */
footer {
background: #333;
color: #fff;
text-align: center;
padding: 15px;
font-size: 14px;
}

/* WhatsApp buttons styling */
.whatsapp-buttons {
position: fixed;
bottom: 20px; /* Position from the bottom */
left: 20px;   /* Position from the left */
display: flex;
flex-direction: column;
gap: 10px; /* Space between buttons */
}

.whatsapp-button {
width: 60px;  /* Slightly larger buttons */
height: 60px;
background-color: #25D366; /* WhatsApp green */
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
transition: transform 0.3s;  /* Smooth scaling */
}

.whatsapp-button:hover {
transform: scale(1.1);  /* Scale up on hover */
}

.whatsapp-button img {
width: 28px;  /* Larger icon */
height: 28px;
}

/* Additional content styling */
.additional-content {
background: #ffffff;
padding: 20px;
margin: 20px auto;  /* Margin to separate from the main content */
max-width: 1200px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 12px;
line-height: 1.6;
}






fieldset { 
border: 1px solid #ccc; 
padding: 15px; 
max-width: 345px;
background-color: #fff;
border-radius: 5px;
}
.secimg{
display: none;
}


.CaptchaWrap { position: relative; right: 1px; }
.CaptchaTxtField { 
border-radius: 5px; 

display: block;  
box-sizing: border-box;
}
#UserCaptchaCode { 
padding: 12px 12px 12px 12px; 
outline: none; 
font-size: 14px; 

}
#CaptchaImageCode { 
text-align:center;
margin-top: 15px;
padding: 0px 0;
width: 300px;
overflow: hidden;
}

.capcode { 
font-size: 46px; 
display: block; 
-moz-user-select: none;
-webkit-user-select: none;
user-select: none; 
cursor: default;
letter-spacing: -3px;
color: #ccc;
font-family: 'Roboto Slab', serif;
font-weight: 100;
font-style: italic;
}

.ReloadBtn { 
background:url('') left top no-repeat;   
background-size : 100%;
width: 32px; 
height: 32px;
border: 0px; outline none;
position: absolute; 
bottom: 30px;
left : 310px;
outline: none;
cursor: pointer; /**/
}
.btnSubmit {
font-size: 14px;
background-image: linear-gradient(-180deg, #464646 15%, #121212 100%);
color: #ffffff;
background: #0078b1;
cursor: pointer;
font-weight: 500;
}
.login-right .text-item:last-child {
    margin-bottom: 0px;
}

.login-right .text-item {
    margin-bottom: 15px;
}
.error { 
color: red; 
font-size: 12px; 
display: none; 
}
.success {
color: green;
font-size: 18px;
margin-bottom: 15px;
display: none;
}
.capcode{
position: absolute;
top: -49px;
width: 100px;
right: 0px;
}

.input-custom-design {
overflow: hidden;
}
.container {
    max-width: 1420px;
    margin: 0 auto;
}
.main-header {
    border-bottom: 7px solid #616161;
    padding: 10px 0px;
}

.custom-container {
    max-width: 850px;
    margin: 0 auto;
}
.main-item-content h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.main-item-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}
.custom-row {
    display: flex;
    align-items: flex-start;
}
.right-column {
    width: 40%;
    text-align: center;
}
.left-column {
    width: 60%;
}
.small-area-content {
    background-color: #191919;
    padding: 100px 0px;
}
.after-content-dashbroad{
    background-color: #191919;
    padding: 0px 0px 100px;
}
.read-more-btn {
    margin-top: 100px;
    background-color: #ffcc00;
    text-decoration: none;
    color: #191919;
    padding: 13px 45px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}
.read-more-btn:hover {
    background-color: #5439A4;
}
.full-image-section img {
    width: 100%;
    height: 406px;
    object-fit: cover;
    object-position: 50% 50%;
}
.Popularity-content .read-more-btn {
    margin-top: 30px;
}
.grid-warrper-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 70px;
    margin-top: 50px;
}
.grid-item-image img {
    width: 100%;
    height: auto;
}
.small-area-content.smilar-section-first {
    padding-bottom: 30px;
}
.small-area-content.smilar-section-second {
    padding-top: 20px;
}


@media (max-width:992px) {
    .custom-container {
        max-width: 100%;
        padding: 0 20px;
    }
    .full-image-section img{
        height: auto;
    }
    .main-item-content h2{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .item-content-image img {
        max-width: 100%;
    }
}
/* Responsive design */
@media (max-width: 768px) {
    .login-card {
    flex-direction: column;
    border-radius: 0px;
    }
    
    .login-right {
    padding: 350px 20px 210px 20px;
    }
    
    .login-image {
    width: 100%; 
    height: 550px; /* Full width on small screens */
    border-radius: 0px;
    display: none;
    }    
    .textp p{
    margin-top: 0px;
    font-size: 10px;
    padding: 10px 0px;
    }   
    .capcode{
    letter-spacing: -1px;  
    }
    .secimg{
    display: block !important;
    position: absolute;
    top: 0px;
    height: 74.66667vw;
    }
    .login-right h2{
    display: none;
    }
    }

    @media (max-width:767px) {
        .main-item-content h2 {
            font-size: 16px;
            margin-bottom: 15px;
        }
        .main-item-content p {
            font-size: 8px;
        }
        .read-more-btn {
            margin-top: 0px;
            padding: 7px 15px;
            font-size: 8px;
        }
        .main-logo-view {
            text-align: center;
        }
        .custom-container{
            padding: 0px 10px;
        }
        .small-area-content {
            padding: 40px 0px;
        }
        .grid-warrper-view {
            grid-gap: 10px;
            margin: 35px 0px;
        }
        .Popularity-content .read-more-btn {
            margin-top: 0;
        }
        .after-content-dashbroad {
            padding-bottom: 30px;
        }
    }

@media(max-width:580px) {
    .login-container {
        background-image: url(./aa.webp) !important;
    }
}