/********** Template CSS **********/
:root {
    --primary: #0737bb;
    --secondary: #190cca;
    --light: #F7FAFF;
    --dark: #1D1D27;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
}


/*** Hero Header ***/
.hero-header {
    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--light);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--light);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}


/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
    width:fit-content;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--dark);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



       
        .header-section {
            background-color: #007bff;
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        .header-section h1 {
            font-size: 3em;
            margin-bottom: 20px;
        }
        .header-section p {
            font-size: 1em;
            margin: 0;
        }
        .content-section {
            padding: 50px 0;
        }
        .content-section h2 {
            text-align: center;
            margin-bottom: 40px;
        }
        .features-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .feature-item {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 10px;
            margin: 20px;
            background-color: #f9f9f9;
            width: 300px;
            text-align: center;
        }
        .feature-icon {
            font-size: 50px;
            color: #007bff;
            margin-bottom: 15px;
        }
        .feature-title {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .benefits-section {
            font-family: 'Roboto', sans-serif;
            padding: 50px 0;
            background-color: #f8f9fa; /* Light grey background */
        }
        
        .benefits-section h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 40px;
            color: #333; /* Dark text for a modern look */
        }
        
        .benefit-item {
            margin-bottom: 30px;
            padding: 20px;
            border-radius: 10px;
            background-color: #fff; /* White background for each benefit item */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for a modern look */
        }
        
        .benefit-item h4 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            color: #007bff; /* Modern blue color for headings */
            display: flex;
            align-items: center;
        }
        
        .benefit-item i {
            font-size: 18px; /* Reduced size for icons */
            margin-right: 10px;
            color: #28a745; /* Green color for check icons */
        }
        
        .benefit-item p {
            font-size: 16px;
            color: #666; /* Lighter color for paragraph text */
            margin-bottom: 0;
        }
        
        @media (max-width: 768px) {
            .benefit-item {
                text-align: center;
            }
            
            .benefit-item h4 {
                justify-content: center;
            }
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', sans-serif;
            background-color: #f0f0f0;
            color: #000000;
        }

        header {
            background: linear-gradient(90deg, #235bc4, #235bc4);
            color: white;
            text-align: center;
            padding: 40px 20px;
            animation: fadeIn 1.5s ease-in-out;
        }

        header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        header p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
        }

        .container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
        }

        section {
            background-color: white;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            opacity: 0;
            transform: translateY(20px);
            animation: slideUpFadeIn 1s forwards;
            animation-delay: 0.3s;
        }

        h2 {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #235bc4;
        }

        p, ul li {
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 10px;
        }

        ul {
            list-style: none;
            padding-left: 0;
        }

        ul li {
            background-color: #f9f9f9;
            padding: 10px;
            margin-bottom: 10px;
            /* border-left: 4px solid #235bc4; */
        }

        strong {
            color: #333;
        }

        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px;
            margin-top: 40px;
        }

        footer p {
            margin: 0;
        }

        @keyframes slideUpFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
    
        
        .feature-item {
            background-color: #f9f9f9;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            flex-basis: calc(33.333% - 20px);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
        }
        
        .feature-item:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            background-color: #e0f7fa;
        }
        
        .feature-item:active {
            transform: scale(1.02);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
            background-color: #b2ebf2;
        }
        
        .feature-icon {
            font-size: 3rem;
            color: #00796b;
            margin-bottom: 15px;
        }
        
        .feature-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #004d40;
            margin-bottom: 10px;
        }
        
        .feature-item p {
            color: #555;
            font-size: 0.5rem;
        }
        
        @media (max-width: 768px) {
            .feature-item {
                flex-basis: calc(50% - 20px);
            }
        }
        
        @media (max-width: 480px) {
            .feature-item {
                flex-basis: 100%;
            }
        }
        .features-section {
            text-align: center;
            padding: 50px 0;
            background-color: #f0f4f8; /* Light background for a modern look */
        }
        
        .features-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around; /* Aligns items horizontally */
        }
        
        .feature-item {
            flex: 1 1 15%; /* Controls width and responsiveness */
            margin: 10px;
            min-width: 150px; /* Ensure it doesn't get too small */
            max-width: 200px;
        }
        
        .feature-item {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 15px; /* Softer corners */
            margin: 20px;
            background-color: #ffffff;
            width: 250px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
        }
        .feature-item p {
            color: #555;
            font-size: 0.8rem;
        }
        
        .feature-item:hover {
            transform: translateY(-10px); /* Slight upward movement */
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
        }
        
        .feature-icon {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 15px;
        }
        
        .features-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px; /* Add spacing between items */
        }
        
        .features-grid .feature-item {
            flex: 0 0 30%;
            max-width: 250px; /* Limit width for responsiveness */
        }
        
        .feature-title {
            font-weight: bold;
            font-size: 1.2em;
            margin-bottom: 10px;
            color: #333;
        }
        .bg-Wisteria {
            background-color:#ffffff !important;
        }
        body {
                font-family: 'Poppins', sans-serif;
                background: linear-gradient(135deg, #ffffff, #ffffff);
                color: #000000;
            }
        
            .custom-block {
                background-color: #ffffff;
                padding: 20px;
                border-radius: 12px;
                text-align: center;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s, box-shadow 0.3s;
            }
        
            .custom-block:hover {
                transform: translateY(-5px);
                box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
            }
        
            .custom-block i {
                font-size: 2rem;
                color: #007bff;
                margin-bottom: 10px;
                transition: color 0.3s ease;
            }
        
            .custom-block:hover i {
                color: #0056b3;
            }
        
            .custom-block p {
                font-size: 1.1rem;
                font-weight: 600;
                color: #333;
            }
        
            /* Animation on page load */
            .fade-in-up {
                opacity: 0;
                transform: translateY(20px);
                animation: fadeInUp 1s ease-in-out forwards;
            }
        
            @keyframes fadeInUp {
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
        
            
        