/*model start*/
/* Modal Overlay */
.modal {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    padding: 1rem;
    overflow-y: auto;
} 

/* Modal Box */
.modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 1.5rem;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

/* Heading */
.modal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #111;
}

/* List */
.modal-content ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}
.modal-content ul li {
    margin-bottom: 0.5rem;
}

/* Button */
.modal-content button {
    background-color: #0069d9;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.modal-content button:hover {
    background-color: #0056b3;
}

/* Responsive */
@media (max-width: 480px) {
    .modal-content {
        padding: 1rem;
        font-size: 0.95rem;
    }
    .modal-content h2 {
        font-size: 1.25rem;
    }
    .modal-content button {
        width: 100%;
        padding: 0.8rem;
    }
}


/*model end*/
/*extra start*/ 

.desktop ul{
    display: inline-flex;
}
.desktop{
    font-weight: 600;
}
.desktop ul li{
 margin-right:5px;   
}
/*extra end*/

 .main-menu ul li .leftlaws {
        left: -82px;
}
.main-menu ul li .tota{
    left: -420px;
    width: 796px;
}
.w-btn {
    margin-top: 22px;
}
.main-menu{
  justify-content: center;
    display: flex; 
}
.desktop-menu-job .btn {
    line-height: unset;
    padding: 8px 10px;
    background-color: black;
    color: white;
    height: 40px;
    width: 252px;
}
.mean-expand .fa-plus{
    font-size: 12px;
    margin-top: 16px;
}
.desktop-menu-job .carousel-caption {
    position: unset;
    padding: 0;
}
.desktop-menu-job .carousel-caption h3 {
    font-size: 12px;
    color: white;
    font-weight: 600;
}
.bixol-header .info-left img {
    width: 120px;
}
.bixol-header .info-left {
    display: flex;
    justify-content:first baseline;
}
.bixol-header .info-left a:nth-child(1) {
    margin-right: 8px;
}
.carousel-item h1{
    font-size: 25px;
}
.layba h2{
    color:black;
}
.footer__social i{
    margin-top: 12px;
}
.footer__top .row{
    justify-content: center;
}
.layba h3{
    color: black;
}
/*  */
.contact .contact-form form {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.form-group {
    margin-bottom: 15px;
}
.contact .contact-form form .form-group input[type="text"] {
    border-color: #f04e3e;
}
.header-style-5 .info-top .info-right div+div {
    margin-left: 40px;
}
.info-right {
    display: flex;
    color: black;
}
.mail-info{
    margin-left: 20px;
}
.header-navigation{
    padding: 7px;
    background: #0c11aa08;
    font-size: 13px;
    font-weight: 300;
}
.logo a img{
    width: 200px;
    margin-left: -45px;
}
.info-social{
    margin-left: 25px;
}
.info-social a{
    margin-left: 10px;
}
.header__padding .sticky{
    color: #0a0a0a;
}
.main-menu .garam{
    width:800px !important;
}
.main-menu .jalebi{
    width:1272px !important;
    justify-content: center;
    left: -340px !important;
}
.main-menu .rubdhi{
    left: -529px !important;
}
.header__area.sticky {
    width: 100%;
    height: 70px;
    background: #fff;
    background: linear-gradient(-45deg, white 79%, #0b1026 45%);
}
.header__area.sticky .main-menu ul li a{
color: black;
}
.header__area.sticky .main-menu ul li.has-dropdown > a::after{
    color: black;
    }
.btn-danger {
    color: #fff;
    /* background-color: #dc3545; */
    border-color: white;
}
.header__area .container .align-items-center{
    margin-top: -10px;
}
.header__area.sticky .main-menu ul li .header__right-btn a{
    color:black;
    background-color: #dec96d;
    border: 2px solid #dec96d;
    }
.services__icon img{
    height: 145px;
}
.footer__logo img{
    width: 260px;
}
