@import url('bootstrap-icons.min.css');
@import url('font.css');

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

h1,h2,h3,h4,h5,h6,p {
    padding: 0;
    margin: 0;
}

.custom-container {
        width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

@media (max-width:575px) {

     .custom-container{
        max-width: 96%;
        width: 96%;
    
 }

}



.plus-icon-menu {
   width: 17px;
}


.home-header {
    width: 100%;
    padding: 25px 0;
    position: absolute;
    top: 0;
}


.Menu {
    color: #FFF;
font-family:ElmsSans-Semibold ;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 25.2px */
letter-spacing: 0.75px;
}




.contact-details-text {
    color: #060606;
    font-family:sen ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
    text-decoration: none;
}

.number-line::after {
       position: absolute;
    width: 1px;
    height: 65%;
    background: #FE0000;
    left: 0;
    top: 4px;
    content: "";
}

.number-line::before {
    position: absolute;
    width: 1px;
    height: 65%;
    background: #FE0000;
    right: 0;
    top: 4px;
    content: "";
    
}


.logo-line::after {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background-color: #9D9D9D;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

@media (max-width:991px) {
    .showcase-row {
        row-gap: 70px;
    }

    .show-case-center-line::after {
    width: 60%;
        height: 1px;
        background: linear-gradient(to right, #000000 0%, rgb(255, 255, 255) 49%, #000000 100%);
        right: 0;
        top: unset;
        bottom: -43px;
        left: 50%;
        transform: translateX(-50%);
}

@media(max-width:575px) {
    .mobile-full {
        width: 100%;
        text-align: center;
    }

    .number-line::before,.number-line::after {
        display: none;
    }
}

}

.yellow-change {
    background: url(../images/project/yellow-bg.jpg);
    background-size: cover;
    background-position: center;
}

/* footer start  */

.footer-bottom {
    background-color: #000;
}

.footer-content {
    color: #FFF;
 font-family:ElmsSans ;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 18.651px; /* 143.472% */
text-decoration: none;
}

.foot-get-touch-title {
       color: #000;
 font-family:ElmsSans-Semibold ;
font-size: 21px;
font-style: normal;

text-align: center;
margin-bottom: 16px;
text-transform: uppercase;
}



 .thank-you-content {
            text-align: center;
            padding: 40px;
        }

        .success-icon {    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #30ffa8 0%, #13583b 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            animation: scaleIn 0.5s ease;
        }

        @keyframes scaleIn {
            from {
                transform: scale(0);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .success-icon i {
            font-size: 50px;
            color: white;
        }

        .thank-you-content h2 {
            font-size: 24px;
            font-weight: 700;
            color: #3b3c3f;
            margin-bottom: 16px;
        }

        .thank-you-content p {
            font-size: 16px;
            color: #505254;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .close-btn {
padding: 6px 20px 10px;
     background:linear-gradient(135deg, #a19797 0%, #000000 100%);
         color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.75px;
    font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(224, 228, 245, 0.3);
            border: none;
            cursor: pointer;
        }

        .close-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px  rgba(224, 228, 245, 0.3);
            color: white;
        }

          @media (max-width: 768px) {
           

            .thank-you-content {
                padding: 40px 24px;
            }

            .thank-you-content h2 {
                font-size: 26px;
            }
        }



   .custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 89%);
    display: none;  /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
background: #fff;
    padding: 30px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
        margin-top: 2%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
