﻿.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

    .dropdown-menu-custom li {
        padding: 0;
        margin: 0;
    }

    .dropdown-menu-custom .dropdown-item {
        display: block;
        padding: 8px 20px;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
    }

        .dropdown-menu-custom .dropdown-item:hover {
            background-color: #f1f1f1;
        }

/* Hover ile görünür ve animasyonlu olsun */
.dropdown-parent {
    position: relative;
}

    .dropdown-parent:hover .dropdown-menu-custom {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }



.carousel-1 .overlay {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 128, 0, 1), rgba(0, 128, 0, 0));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-2 .overlay {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 255, 1), rgba(0, 0, 255, 0));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-3 .overlay {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 0, 0));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-item .words {
    color: white;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    margin-left: 200px;
}

.carousel-one {
    place-content: center !important;
}

.carousel-item .carousel-subtitle {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 15px;
}

.carousel-item .carousel-title {
    font-size: 3rem;
    color: white;
    font-weight: bold;
    line-height: 1.2;
}

.carousel-item .button {
    border: 2px solid silver;
    padding: 8px 40px;
    border-radius: 50px;
    cursor: pointer;
}

    .carousel-item .button a {
        color: black;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
    }

.carousel-item .button-1 {
    background-color: greenyellow;
}

.carousel-item .button-2 {
    background-color: silver;
}

.carousel-item .button-3 {
    background-color: dodgerblue;
}

.carousel-item .button-4 {
    background-color: silver;
}

.carousel-item .button-5 {
    background-color: orangered;
}

.carousel-item .button-6 {
    background-color: silver;
}

.carousel-item .button-2 a {
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}


.section-breadcrumb {
    margin-top: 100px;
    text-align: center;
    background-color: whitesmoke;
    padding: 30px;
    border: 1px solid silver;
}

    .section-breadcrumb .title {
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
    }

    .section-breadcrumb .ol {
        padding: 0;
    }

        .section-breadcrumb .ol li {
            display: inline;
            text-align: center;
            font-size: 1.2rem;
        }

            .section-breadcrumb .ol li:before {
                display: inline;
                content: " › ";
            }

            .section-breadcrumb .ol li:first-child::before {
                display: inline;
                content: " ⌂ ";
            }



.section-01 {
    background-color: green;
    padding: 50px 0;
}

    .section-01 .carousel-one {
        position: relative;
        padding: 40px;
    }

    .section-01 .image-2 {
        position: absolute;
        right: -10px;
        bottom: -25px;
        padding: 50px 0;
    }

    .section-01 .image-1 img {
        width: 100%;
    }


    .section-01 .description {
        color: #e1e1e1;
    }

    .section-01 .col-left {
        position: relative;
        padding: 50px;
    }

    .section-01 .link-button {
        background-color: white;
        padding: 16px 16px;
        margin-right: 20px;
        border-radius: 5px;
    }

    .section-01 li {
        color: silver;
        list-style: none;
    }

        .section-01 li:before {
            content: "✔ ";
            color: white;
        }

.section-subtitle {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.section-title {
    font-size: 5.7rem !important;
    color: white;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px
}

.section-bloglist {
    background-color: white;
    padding: 50px 0;
}


    .section-bloglist .blog-item {
        border: 1px solid lightskyblue;
        padding: 15px;
        border-radius: 10px;
        color: #323232;
    }

        .section-bloglist .blog-item img {
            width: 100%;
            border-radius: 10px;
        }

    .section-bloglist h4 {
        color: darkblue;
        font-weight: bold;
        font-size: 1.7rem;
    }

    .section-bloglist h5 {
      
        color: darkblue;
        font-weight:bold;
        font-size:1.5rem;
    }

    .section-bloglist h6 {
        color: darkblue;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .section-bloglist .menu-title-2 {
        color: darkblue;
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom:15px;
    }

.blog-title{
    font-weight:bold;
    color:darkblue!important;

}

.blog-side-area {
    background-color: #f3f7fb;
    padding: 15px 25px;
    border-radius: 10px;
    border: 1px solid blue;
    margin-bottom: 20px;
}

    .blog-side-area .title {
        font-size: 1.6rem;
        line-height: 2;
        /*border-bottom:1px solid;*/
        margin-bottom: 0px;
        font-weight: bold;
        color: darkblue;
    }

    .blog-side-area ul {
        padding: 10px;
    }

        .blog-side-area ul li {
            list-style: none;
            line-height: 2;
            color: black;
            width: 100%;
        }

            .blog-side-area ul li:hover:after {
                content: "> ";
            }

            .blog-side-area ul li a {
                color: darkblue;
                text-decoration: none;
                font-size: 1.2rem;
                cursor: pointer;
            }

                .blog-side-area ul li a:hover {
                    color: blue;
                }

    .blog-side-area.blue {
        background-color: darkblue;
        color: white;
    }

        .blog-side-area.blue a {
            color: white;
        }

        .blog-side-area.blue .title {
            color: white;
        }

.marketing .item {
    border: 3px solid silver;
    padding: 15px;
    border-radius: 10px;
}

.footer {
    background-color: #303030 !important;
    padding: 30px 0;
}

    .footer .menu-title {
        color: whitesmoke;
        border-bottom: 1px solid silver;
        padding: 5px;
        margin-bottom: 0px;
        font-size: 1.2rem;
    }

    .footer .menu {
        padding: 20px;
    }

.footer-ul {
    list-style: none;
    padding: 10px;
}

    .footer-ul li {
        color: white !important;
    }

.footer .hr {
    color: white;
}

.footer .logo {
    border-radius: 10px;
}

.footer .logo-text {
    color: white;
    padding: 10px;
}
