﻿.section-title {
    font-weight: 900;
    display: inline-block;
    padding-bottom: 10px;
    color: gray;
}

.section-sub-title {
    font-style: italic;
}

.spinner-container {
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    position: absolute;
    right: 7%;
    z-index: 100;
    width: 85vw;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db; /* Color of the spinning part */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animation definition */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.section-title h2::after {
    content: "";
    width: 120px;
    height: 2px;
    display: inline-block;
    background: yellowgreen;
    margin: 4px 10px;
}*/

.section-title h2 {
    margin: 0px 30px;
}

.section-title hr {
    margin: 10px auto;
    border: 0;
    border-top: 2px solid yellowgreen;
}

.section-gray {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.section-faq {
    padding: 50px 0;
}

.section-faq .section-title {
    margin-bottom: 30px;
}

.section-faq .row {
    margin-bottom: 30px;
}

.space-50 {
    height: 50px;
    display: block;
}

.space {
    height: 100px;
    display: block;
}

.space-top {
    margin-top: 130px;
}

.home-space {
    padding: 80px 0px;
    position: relative;
}

.home-space h3 {
    font-size: 36px;
    font-weight: bold;
}

.home-space .hs-btn {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 20px;
    margin: 10px 0px;
    background-color: #a4d65e;
    color: black;
}

.form-group {
    margin-bottom: 35px !important;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.well .form-group {
    margin-bottom: 15px !important;
}

.parallax {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
}

.parallax .small-info {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    top: 37%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.parallax .small-info h3 {
    max-width: 790px;
    margin: 0 auto;
    line-height: 1.4;
}

.parallax .parallax-image img {
    width: 100%;
    position: relative;
}

/* NEW CSS */
.parallax-menu {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: block;
}

.parallax-menu .small-info {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.parallax-menu .small-info h5 {
    max-width: 790px;
    margin: 0 auto;
    line-height: 1.4;
}

.parallax-menu .small-info h3 {
    max-width: 790px;
    font-size: 36px;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 400;
}

.parallax-menu .small-info hr {
    max-width: 700px;
    margin: 10px auto;
}

.parallax-menu .parallax-image img {
   width: 100%;
    position: relative;
}

.big-map {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.big-info {
    margin-bottom: 60px;
}

.filter-black, .filter-mid-black {
    position: relative;
}

.filter-black:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.66);
    content: "";
}

.filter-mid-black:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.40);
    content: "";
}

.section-blog .card-background .image {
    height: 440px;
}

.about-us .container, .contact-us .container, .pricing .container, .blog-page .container, .ecommerce .container, .home .container, .product-page .container, .blog-post .container {
    max-width: 970px;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }

        .parallax .parallax-image img {
            height: 100%;
            width: auto;
        }

    .parallax .small-info {
        text-shadow: 0 0 10px black;
        padding: 5px;
        font-size: 20px !important;
    }
}

.about-us .team-presentation {
    margin: 30px 0;
}

.about-us .clients-presentation {
    margin: 30px 0;
}

.about-us .card-user {
    margin: 70px 0px 0;
}

.about-us .hr-small {
    margin: 15px 0;
}

.about-us .copyright a {
    color: #FFFFFF;
}

.about-us .info .icon {
    background: transparent;
}

.about-us .icon [class*="pe-"] {
    color: #CCCCCC;
    font-size: 74px;
}

.contact-us .navbar-transparent {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 0;
}

.contact-us .parallax {
    height: 500px;
}

.contact-us .contact-info p {
    font-size: 15px;
}

.contact-us .company-description {
    position: absolute;
    right: 0;
    top: 220px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    padding: 20px 60px 20px 20px;
    border-radius: 6px 0 0 6px;
    color: #FFFFFF;
}

    .contact-us .company-description h4 {
        margin: 0;
    }

.blog-page .card {
    margin-bottom: 60px;
}

.blog-page .section-title {
    margin-bottom: 40px;
}

.ecommerce .section {
    padding: 20px 0;
}

.ecommerce .section-title {
    margin-bottom: 30px;
}

.ecommerce .footer-default {
    border-top: 1px solid #e5e5e5;
}

.home .section-features-1 .info .icon {
    background: transparent;
}

.home .section-features-1 .icon i {
    color: #2ca8ff;
    font-size: 80px;
}

.home .section-features-1 .icon [class*="pe-7s-"] {
    width: auto;
    height: auto;
}

.home .section-features-2 .info .icon {
    margin-bottom: 10px;
}

.home .section-description h5 {
    margin-top: 40px;
}

.home .img-container {
    border-radius: 10px;
    overflow: hidden;
}

    .home .img-container img {
        width: 100%;
    }

.home .section-testimonials .carousel-control {
    left: -70px;
}

    .home .section-testimonials .carousel-control .fa {
        top: 40%;
    }

    .home .section-testimonials .carousel-control.right {
        right: -40px;
        left: auto;
    }

.home .section-clients {
    padding: 50px 0;
}

    .home .section-clients .info .icon {
        background: transparent;
    }

    .home .section-clients .icon i {
        color: #AAAAAA;
    }

    .home .section-clients h3 {
        margin-top: 10px;
    }

.home .social-line {
    border-bottom: 1px solid #dddddd;
}

.home .carousel-indicators {
    bottom: 0;
}

    .home .carousel-indicators li {
        margin: 1px 10px;
        border-color: #00bbff;
    }

    .home .carousel-indicators .active {
        background-color: #00bbff;
    }

.home .carousel-inner > .item > img,
.home .carousel-inner > .item > a > img {
    display: block;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
}

.home .carousel.fade {
    opacity: 1;
}

    .home .carousel.fade .item {
        -moz-transition: opacity ease-in-out .7s;
        -o-transition: opacity ease-in-out .7s;
        -webkit-transition: opacity ease-in-out .7s;
        transition: opacity ease-in-out .7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .home .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .home .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out .7s;
            -o-transition: opacity ease-in-out .7s;
            -webkit-transition: opacity ease-in-out .7s;
            transition: opacity ease-in-out .7s;
            z-index: 2;
        }

.product-page .tab-content {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

    .product-page .tab-content img {
        width: 100%;
        height: auto;
    }

.product-page .nav-text {
    margin: 10px 0 10px 0;
    text-align: center;
}

    .product-page .nav-text > li > a {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }

        .product-page .nav-text > li > a img {
            width: 100%;
            height: auto;
            text-align: center;
            border-radius: 4px;
        }

.product-page .product-details {
    margin: 0 15px 15px;
}

    .product-page .product-details .title {
        margin-top: 0;
        color: #333;
        text-transform: uppercase;
    }

    .product-page .product-details .title, .product-page .product-details .price {
        font-weight: 500;
    }

.product-page .actions {
    margin: 15px;
}

.product-page .container-border {
    border-top: 1px solid #DDDDDD;
}

    .product-page .container-border .title {
        color: #333;
        text-align: center;
    }

        .product-page .container-border .title h4 {
            font-weight: 500;
            margin-bottom: 0;
        }

        .product-page .container-border .title p {
            margin-bottom: 50px;
        }

.product-page .viewed {
    margin-top: 30px;
}

.blog-post .parallax {
    height: 475px;
}

.blog-post .title-blog {
    text-align: left;
    margin: 30px 0 15px;
}

.blog-post .media-author .media-heading {
    margin: 5px 0;
}

.blog-post .media-author p {
    margin-bottom: 20px;
}

.blog-post .bottom-border {
    border-bottom: 1px solid #DDDDDD;
}

.blog-post .top-border {
    border-top: 1px solid #DDDDDD;
}

.blog-post footer h3, .blog-post .container-comments h3 {
    margin: 10px 0 30px;
}

.pdfBtn {
    min-width: 190px;
}

.footer-bg {
    background: #000000;
}

.footer-bg p {
    font-size: 14px;
    color: #ffffff;
}

.footer-bg p a {
    color: yellowgreen;
}

.foot-white {
    color: white !important;
}

.footer-bg p a:hover {
    color: #80ab29;
}

.footer-header {
    font-size: 16px;
    font-weight: bold;
    color: yellowgreen;
    margin: 25px 0 15px;
}

.footer-pd{
    padding: 6% 0 0 0;
}

.mx-2 {
    margin: 0px 5px;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-flow: wrap !important;
}

.flex-col {
    flex-direction: column !important;
}

.circle-icon-container {
    display: inline-flex; /* Or block, depending on layout */
    align-items: center;
    justify-content: center;
    width: 50px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
    border: 2px solid #fff; /* Customize border color and thickness */
    border-radius: 50%; /* Creates the circle shape */
}

.circle-icon-container i {
    font-size: 24px; /* Adjust icon size as needed */
    color: #fff; /* Customize icon color */
}

@media (max-width: 1030px) {
    .parallax {
        width: 100%;
        height: 300px;
        overflow: hidden;
        display: block;
    }

    .parallax-menu .small-info {
        color: #FFFFFF;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
        top: 35%;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 2;
    }
}

@media (max-width: 768px){
    .space-top {
        margin-top: 80px;
    }

    .footer-center {
        text-align: center;
    }

    .w-100 {
        width: 100%;
    }
}

@media print{
    #btnArea {
        visibility: hidden;
    }
}