/* Import Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');

/* Import Custom Font */
@font-face {
    font-family: 'blissful_thinkingregular';
    src: url('../fonts/blissful-thinking-webfont.woff2') format('woff2'),
         url('../fonts/blissful-thinking-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Custom styles */
body {
    font-family: 'Calibri', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

h1 {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

/* Banner Styles */
.banner {
    /* background-color: #1a1a1a; */
    background-image: url('../images/banqner02.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .container {
    flex-wrap: wrap;
}
.banner .logo {
	height: 100px;
}

/* Navigation Styles */
.navbar {
    padding: 1.5rem 0;
}


 

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.5rem 1.5rem !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #4CAF50 !important;
}

/* Banner Content Styles */
.banner-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.min-vh-80 {
    min-height: 80vh;
}

.scroll-indicator {
    color: #ffffff;
    position: relative;
}

.scroll-indicator span {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 10px 0;
}

.scroll-down {
    color: #4CAF50;
    font-size: 24px;
    display: block;
    margin: 15px 0;
    text-decoration: none;
}

.scroll-down:hover {
    color: #ffffff;
}

.lets-discuss {
    color: #4CAF50;
    font-weight: bold;
}



.banner .navbar-nav{margin: 0 auto;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.banner .navbar-brand{margin: 0 auto 25px;}
.banner  #navbarNav{flex: 0 0 100%;}
.banner .navbar-nav .nav-link:hover{background-color: #53c819;color: #fff!important;transition: all 1s ease;}


.title h6 {
	line-height: 1;
	font-family: 'blissful_thinkingregular', cursive;
	font-size: 20px;
	margin: 0px;
}
.title h2{
    color: #53c819;
    font-family: 'blissful_thinkingregular';
    font-size: 40px;
    line-height: 1;
    margin: 0px;}
.stitle {
	background: url(../images/stitle.png) right no-repeat, url(../images/stitle.png) left no-repeat;
	padding: 0 30px;
    font-family: 'blissful_thinkingregular', cursive;
}
.title p { 
	color: #6d6d6d;
	font-size: 18px;
	line-height: 1.2;
	text-align-last: center;
	margin-bottom: 40px;margin-top: 20px;
} 

.widget_about_widget{padding-top: 70px;padding-bottom: 50px;}

/* Skills Section Styles */
.skills-row {
    margin-top: 50px;
}

.skill-item {
    margin-bottom: 30px;
}

.skill-item h4 {
    margin-top: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.progress-circle {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
}

.progress-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #f0f0f0;
    box-sizing: border-box;
}

.progress-circle-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 160px, 160px, 80px);
}

.circle-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 80px, 160px, 0);
    border: 12px solid;
    box-sizing: border-box;
    transform: rotate(var(--progress-rotation));
}

.progress-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Progress Circle Colors */
.skill-item:nth-child(1) .circle-progress { border-color: #53c819; }
.skill-item:nth-child(2) .circle-progress { border-color: #00bcd4; }
.skill-item:nth-child(3) .circle-progress { border-color: #ff5722; }
.skill-item:nth-child(4) .circle-progress { border-color: #9e9e9e; }

/* Portfolio Section Styles */
.portfolio-filter .nav-pills {
    display: inline-flex;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.portfolio-filter .nav-link {
    color: #333;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 25px;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.portfolio-filter .nav-link.active {
    background-color: #53c819;
    color: #fff;
}

.portfolio-filter .nav-link:hover:not(.active) {
    background-color: #f5f5f5;
}

.portfolio-filter .nav-item:first-child .nav-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.portfolio-filter .nav-item:last-child .nav-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.portfolio-box {
    transition: all 0.4s ease;
    opacity: 0;
    transform: scale(0.8);
}

.portfolio-box.show {
    opacity: 1;
    transform: scale(1);
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 250px;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 200, 25, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 20px;
    text-align: center;
    overflow-y: auto;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-overlay h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.portfolio-overlay p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    max-height: 120px;
    overflow-y: auto;
}

.portfolio-overlay .btn {
    background-color: #fff;
    color: #333;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.portfolio-overlay .btn:hover {
    background-color: #333;
    color: #fff;
}

.our_services{padding-top: 60px;padding-bottom: 60px; background-image: url(../images/fearures.jpg);background-size: cover;background-position: center;background-blend-mode: overlay;position: relative;display: flex;align-items: center;justify-content: center;}

.our_services .stitle {
	color: #FFF;
    background: url(../images/titlew.png) right no-repeat, url(../images/titlew.png) left no-repeat;
}
.our_services .title {
    margin-bottom: 40px;
}

.text-success{color: #53c819!important;}

/* Services Section Styles */
/* .our_services {
    padding: 80px 0;
    background-color: #f8f9fa;
} */

/* .our_services .title {
    margin-bottom: 50px;
}

.our_services .stitle {
    color: #28a745;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.our_services .stitle:before,
.our_services .stitle:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: #28a745;
}

.our_services .stitle:before {
    left: -30px;
}

.our_services .stitle:after {
    right: -30px;
} */

.service-item {
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
    color: #28a745;
    margin-bottom: 20px;
}

.service-item h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .service-item {
        margin-bottom: 30px;
    }
}

/* Responsive adjustments for portfolio */
@media (max-width: 767px) {
    .portfolio-filter .nav-pills {
        flex-wrap: wrap;
        width: 100%;
    }
    
    .portfolio-filter .nav-link {
        margin-bottom: 5px;
    }
    
    .portfolio-item {
        height: 200px;
    }
}

/* Contact Form Styles */
.contact-form {
    padding: 2rem;
    /* background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    margin: 2rem 0;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #53c819;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
    background: #fff;
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form .btn-success {
    padding: 12px 40px;
    background-color: #53c819;
    border-color: #53c819;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact-form .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.contact-form .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: none;
}

.contact-form .form-control.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.contact-form .alert {
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.contact-form .alert-danger {
    background-color: rgba(220, 53, 69, 0.9);
    color: white;
    border: none;
}

.contact-form .spinner-border {
    margin-right: 8px;
    vertical-align: middle;
}

/* Style for disabled button */
.contact-form .btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

/* Footer Styles */
.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 70px 0 0;
    margin-top: 50px;
}

.footer-logo {
    height: 60px;
    margin-bottom: 20px;
}

.footer-info p {
    color: #999;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #53c819;
    color: #fff;
    transform: translateY(-3px);
}

.footer-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #53c819;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #53c819;
    transform: translateX(5px);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #999;
}

.footer-contact li i {
    color: #53c819;
    margin-right: 15px;
    margin-top: 5px;
}

.footer-contact li span {
    line-height: 1.6;
}

.footer-bottom {
    background-color: #111111;
    padding: 20px 0;
    margin-top: 50px;
}

.footer-bottom p {
    color: #999;
    margin: 0;
}

.footer-bottom a {
    color: #53c819;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.input-group #phone {
    margin-bottom: 0;}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer {
        padding: 50px 0 0;
    }
    
    .footer-info {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 10px;
    }
}

/* General Responsive Styles */
@media (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Banner Responsive Styles */
@media (max-width: 991px) {
    .banner {
        min-height: auto;
        padding: 100px 0;
    }
    
    .banner .navbar-brand {
        margin: 0;
    }
    
    .banner .logo {
        height: 70px;
    }

    .banner .navbar-nav {
        margin: 20px 0;
        text-align: center;
    }

    .banner .nav-link {
        padding: 10px !important;
    }

    .navbar-toggler {
        background-color: #53c819;
        border: none;
        padding: 8px 12px;
        margin-left: auto;
    }
    .banner .navbar {
        min-width: 310px;
    } 

    .banner #navbarNav {
        flex: 0 0 100%;
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
    } 
}

/* About Section Responsive */
@media (max-width: 768px) {
    .widget_about_widget {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .title h2 {
        font-size: 32px;
    }

    .title p {
        font-size: 16px;
        padding: 0 15px;
    }

    .stitle {
        padding: 0 20px;
        font-size: 18px;
    }
}

/* Skills Section Responsive */
@media (max-width: 768px) {
    .skills-row {
        margin-top: 30px;
    }

    .skill-item {
        margin-bottom: 40px;
    }

    .progress-circle {
        width: 140px;
        height: 140px;
    }

    .progress-circle::before {
        border-width: 10px;
    }

    .circle-progress {
        border-width: 10px;
    }

    .progress-value {
        font-size: 20px;
    }
}

/* Portfolio Section Responsive */
@media (max-width: 768px) {
    .portfolio-filter .nav-pills {
        flex-direction: column;
        align-items: center;
    }

    .portfolio-filter .nav-link {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .portfolio-item {
        height: 250px;
    }

    .portfolio-overlay h5 {
        font-size: 18px;
    }

    .portfolio-overlay p {
        font-size: 13px;
        max-height: 80px;
    }
}

/* Services Section Responsive */
@media (max-width: 991px) {
    .our_services {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-item {
        margin-bottom: 30px;
        height: auto;
    }

    .service-icon i {
        font-size: 2.5em;
    }

    .service-item h4 {
        font-size: 18px;
    }

    .service-item p {
        font-size: 14px;
    }
}

/* Contact Form Responsive */
@media (max-width: 768px) {
    .contact-form {
        padding: 1.5rem;
        margin: 1rem 0;
    }

    .contact-form .form-control {
        padding: 12px;
    }

    .contact-form textarea.form-control {
        min-height: 100px;
    }

    .contact-form .btn-success {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* Footer Responsive Adjustments */
@media (max-width: 991px) {
    .footer {
        padding: 40px 0 0;
    }

    .footer-logo {
        height: 50px;
    }

    .footer-info p {
        font-size: 14px;
    }

    .footer-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-links li, .footer-contact li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .social-link {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 575px) {
    .footer-bottom {
        padding: 15px 0;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .social-links {
        justify-content: center;
    }

    .footer-contact li i {
        margin-right: 10px;
    }
}

/* Fix for navbar collapse */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .navbar-nav {
        border: none !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

/* General text responsiveness */
@media (max-width: 575px) {
    body {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 1.8rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    h3, .h3 {
        font-size: 1.3rem;
    }

    h4, .h4 {
        font-size: 1.2rem;
    }
}