﻿.containerborder {
    box-shadow: 1px 1px 1px 1px #fdfdfd;
    border: 1px solid #e6e6e6;
    background: white;
    padding: 30px;
}

.margin-right
{
    margin-right:5px;
}


.icon_sty {
    /* max-height: 120px; */
    width: 158px;
    width: 164px;
    margin-bottom: 25px;
    cursor: pointer;
    color: #3490dc;
    text-decoration: none;
    background-color: transparent;
}

    .icon_sty div {
        width: 80px;
        height: 80px;
        box-shadow: 0px 0px 5px 5px #eef1f5;
        border-radius: 5px;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0px auto;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

.icon_sty span {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    width: 85%;
    width: 140px;
    margin: 0px auto;
}

.p-1 {
    padding: 0.25rem !important;
}

.textSetting
{
    padding-top:20%;
}

#toolsContainer {
    padding: 20px;
    background: #f8fafc;
}

.popular_tools {
    right: 0px;
    font-size: 13px;
    color: #000;
}

    .popular_tools .col {
        min-height: 30px;
        border-bottom: 1px solid #E3E7ED;
    }

        .popular_tools .col a {
            color: #000;
        }

.sub_headings {
    font-weight: 600;
    font-size: 15px;
}

.form-group
{
    margin-bottom:15px;
}

.headerCls {
    width: 30%;
    background: #f3f3f3 !important;
}

.field-validation-error {
    color: red;
    font-weight: 500;
}

.h2styling {
    border-bottom: 1px solid #0ea2bd;
}

/* Side Panel CSS starts */
.containerborder.popular_tools {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
}

.popular_tools .sub_headings {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #1abc9c;
    padding-bottom: 6px;
    margin-bottom: 15px;
    text-align: center;
}

.popular_tools .col {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    padding: 8px 12px;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 6px;
}

    .popular_tools .col:hover {
        background-color: #1abc9c;
        box-shadow: 0 4px 8px rgba(26,188,156,0.3);
    }

        .popular_tools .col:hover a,
        .popular_tools .col:hover i {
            color: #fff !important;
        }

.popular_tools i.fa-arrow-right {
    margin-right: 10px;
    color: #1abc9c;
    min-width: 18px;
    transition: color 0.25s ease;
    font-size: 0.9rem;
}

.popular_tools a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    flex-grow: 1;
    transition: color 0.25s ease;
}

    .popular_tools a:hover {
        text-decoration: underline;
    }

/* Side Panel CSS ends */

/* Layout CSS starts */

.row {
    margin-right: 0px !important;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fa;
}

.navbar-brand img {
    height: 40px;
}

.hero {
    background: linear-gradient(120deg, #1abc9c, #16a085);
    color: white;
    padding: 80px 0;
    text-align: center;
}

    .hero h1 span {
        color: #ffeaa7;
    }

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.tool-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.tool-card {
    transition: all 0.3s ease;
}

.feature-icon {
    font-size: 40px;
    color: #1abc9c;
    margin-bottom: 10px;
}

.footer {
    background: #343a40;
    color: #dee2e6;
}

    .footer a {
        color: #adb5bd;
    }

        .footer a:hover {
            color: #fff;
        }

.testimonial-card {
    background: #fff;
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.containerborder {
    background: white;
}
/* Layout CSS Ends */