body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
    overflow: auto
}
.main-banner{
    height: 400px !important;
    width: 100% !important;
    background-color: #18A8AD !important;
}
.main-banner-color{
    color: #FFEB3B;
}
.form-control::placeholder {
    color: white !important;
    opacity: 1;
}
.footer{
    background-color: #0F172A !important;
}
.footer p {
    font-size: 13px !important;
}
.tools h3 {
    font-size: 16px !important;
}
.split-bg {
    background: linear-gradient(90deg, #1bacaa, #fff);
}
.tool-card {
    background-color: #ffffff;
    border: 1px solid #e1e1e1; 
    border-radius: 6px;      
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.tool-card:hover {
    border-color: #1bacaa;
    background-color: #f9f9f9;
    transform: translateX(5px);
}
.tool-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.tool-arrow {
    font-size: 18px;
    color: #1bacaa; 
    font-weight: bold;
}
.tools-section .row {
    margin: 0 -30px; 
}
.tools-section .col-md-4 {
    margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif !important;
}
a {
    text-decoration: none;
    color: black !important;
}
.size {
    font-size: 13px !important;
}
a:hover {
    text-decoration: none !important;
}
.line-1,.line-2,.line-3,.line-4,.line-5,.line-6 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.line-1 {
    -webkit-line-clamp: 1
}
.line-2 {
    -webkit-line-clamp: 2
}
.line-3 {
    -webkit-line-clamp: 3
}
.line-4 {
    -webkit-line-clamp: 4
}
.line-5 {
    -webkit-line-clamp: 5
}
.line-6 {
    -webkit-line-clamp: 6
}
@media (max-width:750px) {
    .nav-res {
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        left: -280px;
        background-color: rgb(0 0 0 / .9);
        z-index: 999;
        transition: all 0.3s ease;
    }
    .nav-res .fa-chevron-right {
        display: none;
    }

    .nav-res.show {
        left: 0;
    }
    .right.show {
        left: 280px;
        transition: all 0.3s ease;
    }
    .right {
        transition: all 0.3s ease;
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        left: 100%;
        right: 0;
        background-color: rgb(0 0 0 / .8);
        z-index: 999;
        cursor: pointer;
    }
    .nav-res a {
        color: white !important;
        padding: 12px 20px !important;
        border-bottom: solid 1px #ababab !important;
    }
    .nav-res a:last-child {
        border: none;
    }

    .nav-res a:hover {
        color: white !important;
        background-color: rgb(0 0 0 / .8);
    }

    .logo{
        width: 78% !important;
        margin-top: 11px;
    }
    .main-banner h1 {
        font-size: 35px !important;
    }
    .main-banner p {
        font-size: 13px !important;
    }
}