   
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++
[ RESPONSIVE STYLESHEET ]
AUTHOR : VIJAYAN PP
PROJECT : Nim
VERSION : 1.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/*......................................................
	DESKTOP LAYOUT
........................................................*/
@media only screen and (max-width: 900px){
    .ramsh-menu ul li:last-child::after{
        display:none;
    }
    
}


/*......................................................
	MOBILE LAYOUT
........................................................*/
/* =========================================
   MOBILE UI & TYPOGRAPHY IMPROVEMENTS
========================================= */

@media (max-width: 768px) {

    /* ---------- TYPOGRAPHY SCALE ---------- */

    body {
        font-size: 15px;
        line-height: 1.7;
    }

    h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    h4 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

    /* ---------- MAIN HEADING SPACING ---------- */

    .main-heading {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .main-heading-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .main-heading-text {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 15px;
    }

    /* ---------- BUTTON ALIGNMENT ---------- */

    .btn-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .btn,
    .btn-custom,
    .btn-custom-outline {
        width: auto;
        padding: 10px 22px;
        font-size: 14px;
    }

    /* ---------- ABOUT SECTION ---------- */

    .aboutus {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aboutus h3.title {
        margin-bottom: 15px;
    }

    .aboutus p {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* ---------- PRODUCT CARDS ---------- */

    .recent-works {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .port-item {
        margin-bottom: 30px;
    }

    .item-img-wrap img {
        border-radius: 6px;
    }

    .work-desc {
        padding: 12px 10px;
    }

    .work-desc h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .work-desc span {
        font-size: 13px;
        line-height: 1.5;
        display: block;
        padding: 0 5px;
    }

    /* ---------- CONTACT SECTION ---------- */

    .sub-form {
        padding: 40px 0;
    }

    .sub-form h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .sub-form .lead {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 15px;
    }

    /* ---------- FOOTER ---------- */

    .site-footer {
        padding: 25px 0;
    }

    .site-footer small {
        font-size: 13px;
    }
}
