/**
 * @file
 * Subtheme specific CSS.
 */
body {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000;
  font-style: normal;
      background-color: #ece7f1;
}

.featured-top {
    border-bottom: 4px solid #9dacca;
    box-shadow: rgb(100 100 111 / 36%) 0px 8px 40px 0px;
}


a {
    color: #0019e9;
    text-decoration: none;
}

h1, h2, h3{
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

img{
    max-width: 100%;
    height: auto;
}


.navbar-expand-lg .navbar-brand img{
    max-height: 50px;
    width: auto;
}

       .navbar-nav .nav-item:hover .mega-menu {
            display: block;
        }
        .mega-menu {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            padding: 2rem;
            background: white;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            border-radius: 8px;
            z-index: 1000;
        }
        .product-icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
        }
        .product-card {
            display: flex;
            gap: 1rem;
            padding: 1rem;
            border-radius: 8px;
            transition: background-color 0.3s;
        }
        .product-card:hover {
            background-color: #f8f9fa;
        }
        .badge-new {
            background-color: #ff6b6b;
            color: white;
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            margin-left: 0.5rem;
        }





.text-align-right{
    text-align: right;
}


.node-form {
    width: 80%;
}
.node-form .js-filter-wrapper {
    display: none;
}


@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 36px;
    }
}

/*------------------ Tool Page ---------------------*/
.intent-badges {
    margin-bottom: 15px;
}
.intent-badges a {
    padding: 8px 20px;
    background: #dfcdf7;
    color: #000;
    border-radius: 5px;
    display: inline-block;
}
.node--type-free-tool h1 {
    font-weight: 400;
}
.node--type-free-tool h1 b {
    color: #8234d5;
    font-weight: 800;
}
.node--type-free-tool .tool-head {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}
.node--type-free-tool .node-body {
    font-size: 106%;
}
