
/* color pallate : https://colorhunt.co/palette/ff731dfff7e95f9df71746a2 */


@import url(../vendor/bootstrap/css/bootstrap.min.css);
/* @import url(../vendor/bootstrap/icons/bootstrap-icons.css); */
@import url(../vendor/fontawesome/css/all.min.css);
@import url(../vendor/owl-carousel/css/owl.carousel.min.css);
@import url(../vendor/magnific/magnific-popup.css);

body{
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-weight: 500;
    color: #687898;
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .main-header {
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        top: 0px; 
    } 
}

@media (max-width: 991px) {
    .main-header .navbar-nav {
        padding-top: 20px; 
    } 
}

@media (max-width: 991px) {
    .main-header .navbar-nav > .nav-item {
        padding-left: 0;
        padding-right: 0; 
    } 
}

@media (max-width: 991px) {
    .main-header .navbar-nav > .nav-item > .nav-link {
        padding: 10px 0;
        line-height: normal; 
    } 
}

@media (max-width: 991px) {
    .main-header .navbar-toggler {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        border: none;
        padding: 4px 9px;
        outline: none;
        box-shadow: none; 
    }
    .main-header .navbar-toggler span {
        width: 25px;
        height: 2px;
        background: #323258;
        margin: 4px 0; 
    }
    .white-theme .main-header .navbar-toggler span {
        background: #fff; 
    } 
}

.fixed-header .main-header {
    background-color: #fff;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    top: 0px;
    /* box-shadow: 0px 6px 12px #5F9DF7; */
}

.main-header {
    position: fixed;
    left: 0;
    right: 0;
    /* top: 15px; */
    z-index: 111;
}


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.main-header .navbar-nav > .nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav > li > a {
    color: #1746A2;
    font-weight: 600;
}

.navbar .navbar-toggler-icon{
    color: #1746A2;
}

.btn-primary{
    color: #ffffff;
    background-color: #1746A2;
    outline: none;
    border-radius: 30px;
}


.main-header .navbar-nav > .nav-item > .active {
    color: #FAC133;
}

.home-section {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-section .home-intro-box {
    display:flex;
    position: relative;
    align-items: center;
    min-height: 100vh;
    z-index: 1;
    padding-top: 90px;
}

@media (max-width: 768px) {
    .home-section .user-text {
        width: 100%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;

    }

    .home-section .home-intro-box {
        display: block;
        position: relative;
        align-items: center;
        min-height: 100vh;
        z-index: 1;
    }
}

.home-section .user-review {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 48px 60px rgb(119 118 156 / 30%);
    border-radius: 24px;
    padding: 38px 26px;
    text-align: center;
    max-width: 330px;
    margin-left: auto;
    margin-right: 5%;
    margin-top: auto;
    margin-bottom: 5%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.home-section .user-review .star-box {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    color: #1877F2;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.home-section .user-review p {
    font-weight: 500;
    font-size: 20px;
    color: #5F9DF7;
}

.home-section .user-review h6 {
    font-size: 22px;
    color: #1877F2;
    font-weight: 600;
    margin: 0;
}

.home-section .user-img{
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.home-section .user-img .user-img-round{
    background-color: #fff;
    border-radius: 50%;
    width: calc(100vh - 90px);
    /* height: 680px; */
    position: absolute;
    left: 0;
    /* top: 0; */
    right: 0;
    bottom: 0;
    margin: auto;
}

.home-section .user-img img{
    max-height: calc(100vh - 90px);
    max-width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .home-section .user-img img{
        position: relative;
    } 
}

.user-text h1{
    font-size: 180px;
    font-weight: 900;
    color: #1746A2;
    margin-top: 26px;
    margin-bottom: 30px;
    line-height: 0.7;
}

.user-text h6{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF7E9;
    letter-spacing: 2px;
    line-height: 1;
}

.user-text h2{
    font-size: 20px;
    color: #FFF7E9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.user-text h2 span{
    font-size: 20px;
    color: #1746A2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .home-section .user-text h6 {
        justify-content: center; 
    } 
}

@media (max-width: 768px) {
    .home-section .user-text h1 {
        font-size: 80px; 
    } 
}

@media (max-width: 1200px) {
    .home-section .user-text h2 {
        font-size: 18px; 
    } 
}

@media (max-width: 768px) {
    .home-section .user-img .user-img-round {
        width: 300px;
        height: 300px; 
    } 
}

@media (max-width: 768px) {
    .home-section .user-review {
        display: none; 
    } 
}

.section-heading {
    text-align: center;
    padding-bottom: 55px;
}

.section-heading h3 {
    margin: 0;
    font-weight: 700;
    color: #323258;
    font-size: 50px;
}

.about-section .about-intro h6 {
    font-size: 18px;
    line-height: 1;
    color: #1877F2;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-section .about-intro .text p {
    font-size: 18px;
    line-height: 1.7;
}

.about-section .about-intro h2 {
    line-height: 1;
    font-size: 48px;
    color: #1746A2;
    margin-bottom: 18px;
}

.about-section .about-intro h2 span {
    font-weight: 800;
}

.about-section .about-intro h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}

.about-section .about-intro .text {
    padding-bottom: 30px;
}

.about-section .about-intro ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.about-section .about-intro ul span {
    font-weight: 400;
}

.about-section .about-intro ul label {
    margin: 0;
    font-weight: 600;
    color: #323258;
}


.bg-gray {
    background-color: #F8FBFF;
}

.section-heading {
    text-align: center;
    padding-bottom: 55px;
}

.section-heading h3 {
    margin: 0;
    font-weight: 700;
    color: #323258;
    font-size: 50px;
}

.skills-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.skills-list li {
    margin-bottom: 35px;
    padding-right: 50px;
}

.skills-list .skill-box .skill-icon {
    width: 120px;
    height: 120px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.skills-list .skill-box .skill-icon i {
    font-size: 50px;
    margin-top: 22px;
    margin-bottom: 8px;
}

.skills-list .skill-box .count {
    font-size: 16px;
    font-weight: 600;
    color: #323258;
}

.skills-list .skill-box h6 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0 0;
}

.experiences-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.experiences-box li {
    display: flex;
}

.experiences-box li + li {
    margin-top: 40px;
}

.experiences-box h6 {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin: 0;
    color: #1877F2;
    font-weight: 600;
    font-size: 20px;
}

.experiences-box .text {
    -ms-flex: 1;
    flex: 1;
}

.experiences-box .text h5 {
    font-weight: 700;
    color: #323258;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 4px;
}

.experiences-box .text span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.experiences-box label {
    font-size: 16px;
    margin-left: auto;
    text-align: right;
}

.feature-box-01 {
    position: relative;
}

.feature-box-01 .feature-box-in {
    position: relative;
    text-align: center;
    border-radius: 36px;
    padding: 40px 20px;
    margin: 0 10px;
    transition: ease all 0.35s;
}

.feature-box-01 .icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #1877F2;
    margin-bottom: 30px;
}

.feature-box-01 .icon:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(24, 119, 242, 0.1);
}

.feature-box-01 h5 {
    font-size: 20px;
    color: #323258;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-box-01 p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.feature-box-01:after {
    content: "";
    position: absolute;
    bottom: -20px;
    top: 25%;
    left: -20px;
    width: 123px;
    z-index: -1;
    border-radius: 30px;
    background: rgba(24, 119, 242, 0.1);
    opacity: 0;
    transition: ease all 0.35s;
}

.feature-box-01:hover .feature-box-in {
    box-shadow: 0px 48px 60px rgba(119, 118, 156, 0.12);
    background: #fff; 
}

.feature-box-01:hover:after {
    opacity: 1; 
}




.work-box {
    margin: 0 15px;
    margin-top: 40px;
    transition: ease all 0.35s;
}

.work-box .work-img {
    box-shadow: 0px 6px 10px rgb(119 118 156 / 12%);
    border-radius: 17px;
    overflow: hidden;
}

.work-box .work-img img {
    transform: scale(1);
    transition: ease all 0.35s;
}

.work-box .work-info {
    padding-top: 42px;
}

.work-box .work-info h6 {
    font-size: 15px;
    color: #687898;
    margin-bottom: 10px;
}

.work-box .work-info h3 {
    font-size: 24px;
    color: #323258;
    font-weight: 700;
    margin: 0;
}

.work-box .work-img {
    box-shadow: 0px 6px 10px rgb(119 118 156 / 12%);
    border-radius: 17px;
    overflow: hidden;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    font-size: 0px;
    margin-top: 45px;
}

.owl-carousel .owl-nav > div {
    margin: 0 10px;
    padding: 10px 0;
}

.owl-carousel .owl-nav i {
    width: 45px;
    height: 3px;
    background: #C5CFE4;
    color: #C5CFE4;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: ease all 0.35s;
}

.owl-carousel .owl-nav i:after {
    content: "";
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
    position: absolute;
    top: -1px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}

.owl-carousel .owl-nav i.left:after {
    left: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-carousel .owl-nav i.right:after {
    right: 1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.work-box:hover .work-img img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); 
}


/* ----------------------
*   testimonial
-------------------------*/
.testimonial-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto; 
}


.testimonial-box .icon {
    width: 96px;
    height: 96px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #1877F2;
    box-shadow: 0px 48px 60px rgba(119, 118, 156, 0.12);
    background: #fff;
    margin-bottom: 30px;
    border-radius: 50%; 
}


.testimonial-box .star-box {
    -ms-flex-pack: center;
    justify-content: center;
    color: #1877F2;
    margin-bottom: 30px; 
}


.testimonial-box .star-box i {
    margin: 0 5px;
    font-size: 20px; 
}


@media (max-width: 768px) {
    .testimonial-box .star-box i {
        font-size: 16px;
        margin: 0 2px; 
    } 
}

.testimonial-box h6 {
    font-size: 25px;
    font-weight: 600;
    color: #323258;
    margin-bottom: 20px; 
}

@media (max-width: 768px) {
    .testimonial-box h6 {
        font-size: 20px;
        margin-bottom: 10px; 
    } 
}

    .testimonial-box p {
        font-size: 20px;
        font-weight: 400; 
    }
    @media (max-width: 768px) {
        .testimonial-box p {
            font-size: 16px; 
        } 
    }

    .testimonial-box h5 {
        margin-top: 30px;
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #1877F2; 
    }

    @media (max-width: 768px) {
        .testimonial-box h5 {
            margin-top: 20px;
            font-size: 20px; 
        } 
    }

    .testimonial-box .testimonial-text {
        padding: 36px 48px;
        background: #F2F6FF;
        border-radius: 17px;
        text-align: center; 
    }

    @media (max-width: 768px) {
        .testimonial-box .testimonial-text {
            padding: 30px; 
        } 
    }

/* ----------------------
  *   Blog
-------------------------*/
.blog-post {
    position: relative; 
}

.blog-post .blog-post-img {
    border-radius: 17px;
    overflow: hidden; 
}

.blog-post .blog-post-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: ease all 0.35s; 
}

.blog-post .blog-post-info {
    padding-top: 40px; 
}

.blog-post .blog-post-info h6 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 12px; 
}

.blog-post .blog-post-info h3 {
    font-weight: 600;
    font-size: 25px;
    color: #323258;
    margin-bottom: 12px; 
}

.blog-post .blog-post-info p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    max-width: 90%; 
}

.blog-post .blog-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.blog-post:hover .blog-post-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}

.blog-popup-content {
    max-width: 890px;
    margin: 30px auto;
    background: #fff;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    position: relative; 
}

.blog-popup-content .blog-popup-dismiss {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 30px;
    color: #323258; 
}

.blog-popup-content .single-blog-content {
    padding: 30px; 
}

.blog-popup-content .single-blog-content h6 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 12px; 
}

.blog-popup-content .single-blog-content h3 {
    font-weight: 600;
    font-size: 25px;
    color: #323258;
    margin-bottom: 12px;
}

.blog-popup-content .single-blog-content p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400; 
}

.blog-popup-content .single-blog-content blockquote {
    font-size: 18px;
    border-left: 5px solid #1877F2;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    color: #323258;
    font-weight: 400;
    line-height: 1.8; 
}

.blog-popup-content .social-icons {
    border-top: 1px solid #eee;
    padding-top: 20px; 
}

.blog-popup-content .social-icons a {
    width: 35px;
    height: 35px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 3px;
    font-size: 17px;
    background: #F8FBFF;
    border: 1px solid #eee;
    color: #323258;
    margin-right: 10px; 
}

.blog-popup-content .social-icons a:hover {
    border: 1px solid #1877F2;
    background: #1877F2;
    color: #fff; 
}


/* ----------------------
  *   Contact
-------------------------*/
.contact-info {
    margin-bottom: 50px; 
}

.contact-info a {
    padding: 15px 30px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #323258;
    text-decoration: none;
    transition: ease all 0.35s; 
}

@media (max-width: 1200px) {
    .contact-info a {
        font-size: 20px;
        padding: 15px 15px; 
    } 
}

@media (max-width: 768px) {
    .contact-info a {
        margin-bottom: 15px; 
    } 
}

.contact-info a.email {
    background: rgba(225, 67, 247, 0.08); 
}

.contact-info a.email:hover {
    background: rgba(225, 67, 247, 0.2); 
}

.contact-info a.phone {
    background: rgba(24, 119, 242, 0.08); 
}

.contact-info a.phone:hover {
    background: rgba(24, 119, 242, 0.2); 
}
.contact-info a img {
    margin-right: 15px; 
}

.contact-form .form-floating {
    margin-bottom: 30px; 
}

.contact-form .form-floating .form-control {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #C5CFE4;
    padding-left: 0;
    padding-right: 0; 
}

.contact-form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    text-transform: uppercase; 
}

.contact-form .form-floating .form-control:not(:-ms-input-placeholder) ~ label {
        transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
        text-transform: uppercase; 
}

.contact-form .form-floating .form-control:not(:placeholder-shown) ~ label, .contact-form .form-floating .form-control:focus ~ label {
    -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    text-transform: uppercase; 
}

.contact-form .form-floating > .form-select ~ label {
    -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
    text-transform: uppercase; 
}

.contact-form .form-floating label {
    padding-left: 0; 
}

/* ----------------------
  *   Back to top
-------------------------*/
.back-to-top {
    width: 42px;
    height: 42px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #1877F2;
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 11; 
}


@media (max-width: 991px) {
    .back-to-top {
        right: 15px; 
    } 
}

.back-to-top:hover {
    background: #323258; 
}




.footer {
    border-top: 1px solid #C5CFE4;
    padding: 12px 0; 
}
.footer .social-icons a {
    width: 36px;
    height: 36px;
    border: 1px solid #1877F2;
    color: #1877F2;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px; 
}


.footer .social-icons a:hover {
    background-color: #1877F2;
    color: #fff; 
}




.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23000" opacity="0.02"/><circle cx="80" cy="80" r="1" fill="%23000" opacity="0.02"/><circle cx="40" cy="60" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-heading h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-intro {
    padding: 20px 0;
}

.about-intro h6 {
    color: #3498db;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 15px;
    position: relative;
}

.about-intro h6::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background: #3498db;
}

.about-intro h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.2;
}

.about-intro h2 span {
    background: linear-gradient(135deg, #3498db, #2980b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.about-intro h5 {
    color: #7f8c8d;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 25px;
    position: relative;
}

.text p {
    color: #5a6c7d;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

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

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.contact-info li:hover {
    padding-left: 10px;
    background: rgba(52, 152, 219, 0.05);
    border-radius: 8px;
    border-bottom: 1px solid rgba(52, 152, 219, 0.2);
}

.contact-info li span {
    font-weight: 600;
    color: #2c3e50;
    min-width: 80px;
    display: inline-block;
    position: relative;
}

.contact-info li span::after {
    content: ':';
    margin-left: 5px;
}

.contact-info li a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-left: 10px;
}

.contact-info li a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.contact-info li label {
    color: #5a6c7d;
    margin: 0;
    margin-left: 10px;
    font-weight: 500;
}

.btn-bar {
    margin-top: 30px;
}

.btn-primary {
    background: linear-gradient(135deg, #3498db, #2980b9);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(52, 152, 219, 0.4);
    background: linear-gradient(135deg, #2980b9, #21618c);
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-section {
        padding: 60px 0;
    }

    .section-heading h3 {
        font-size: 2rem;
    }

    .about-intro h2 {
        font-size: 2.2rem;
    }

    .about-image {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .about-intro h2 {
        font-size: 1.8rem;
    }

    .text p {
        font-size: 1rem;
    }

    .contact-info li {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info li span {
        margin-bottom: 5px;
    }
}

/* Animation on scroll */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.projects-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaf6 100%);
    position: relative;
    overflow: hidden;
}

.projects-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.015"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.015"/><circle cx="50" cy="50" r="1" fill="%23000" opacity="0.015"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-heading h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.category-section {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.category-section h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-section h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #3498db, transparent);
}

.category-section h4::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3498db);
}

.card {
    border: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9, #e74c3c, #f39c12);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.card:hover::before {
    transform: scaleX(1);
}

.card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 20px 20px 0 0;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.card-body {
    padding: 25px;
    position: relative;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.card-title a {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.card-title a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    transition: width 0.3s ease;
}

.card-title a:hover::after {
    width: 100%;
}

.card-title a:hover {
    color: #3498db;
}

.card-text {
    color: #5a6c7d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Project link indicator */
.card[data-has-link="true"] {
    cursor: pointer;
}

.card[data-has-link="true"]::after {
    content: '\f35d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(52, 152, 219, 0.9);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.card[data-has-link="true"]:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* Staggered animation */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.card {
    animation: fadeInScale 0.6s ease forwards;
    animation-delay: var(--delay, 0s);
    opacity: 0;
    transform: translateY(30px) scale(0.9);
}

@keyframes fadeInScale {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .projects-section {
        padding: 60px 0;
    }

    .section-heading h3 {
        font-size: 2rem;
    }

    .category-section h4 {
        font-size: 1.5rem;
    }

    .category-section h4::before,
    .category-section h4::after {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .category-section h4::before,
    .category-section h4::after {
        display: none;
    }

    .card-body {
        padding: 20px;
    }

    .card-title {
        font-size: 1.2rem;
    }
}

/* Loading animation for images */
.card-img-top {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.card-img-top[src] {
    animation: none;
    background: none;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Categories filter (bonus feature) */
.category-filter {
    text-align: center;
    margin-bottom: 40px;
}

.filter-btn {
    background: transparent;
    border: 2px solid #3498db;
    color: #3498db;
    padding: 8px 20px;
    margin: 5px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
    background: #3498db;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}


.services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%23000" opacity="0.01"/><circle cx="70" cy="70" r="1" fill="%23000" opacity="0.01"/><circle cx="15" cy="85" r="1" fill="%23000" opacity="0.01"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-heading h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.feature-box-01 {
    position: relative;
    z-index: 1;
    height: 100%;
}

.feature-box-in {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.feature-box-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9, #e74c3c, #f39c12, #2ecc71);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-box-in::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: -1;
}

.feature-box-01:hover .feature-box-in {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.feature-box-01:hover .feature-box-in::before {
    transform: scaleX(1);
}

.feature-box-01:hover .feature-box-in::after {
    width: 300px;
    height: 300px;
}

.icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(135deg, #3498db, #2980b9);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
    transition: all 0.4s ease;
}

.feature-box-01:hover .icon {
    transform: rotateY(360deg) scale(1.1);
    background: linear-gradient(135deg, #2980b9, #21618c);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

.icon i {
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.feature-box-01:hover .icon i,
.feature-box-01:hover .icon img {
    transform: scale(1.1);
}

.feature-content h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    transition: color 0.3s ease;
}

.feature-box-01:hover .feature-content h5 {
    color: #3498db;
}

.feature-content p {
    color: #5a6c7d;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    transition: color 0.3s ease;
}

.feature-box-01:hover .feature-content p {
    color: #34495e;
}

/* Service-specific icon colors */
.feature-box-01:nth-child(3n+1) .icon {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.feature-box-01:nth-child(3n+2) .icon {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.feature-box-01:nth-child(3n+3) .icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.feature-box-01:nth-child(4n+4) .icon {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.feature-box-01:nth-child(5n+5) .icon {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.feature-box-01:nth-child(6n+6) .icon {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

/* Hover effects for different colors */
.feature-box-01:nth-child(3n+1):hover .icon {
    background: linear-gradient(135deg, #2980b9, #21618c);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

.feature-box-01:nth-child(3n+2):hover .icon {
    background: linear-gradient(135deg, #27ae60, #1e8449);
    box-shadow: 0 15px 40px rgba(46, 204, 113, 0.4);
}

.feature-box-01:nth-child(3n+3):hover .icon {
    background: linear-gradient(135deg, #c0392b, #a93226);
    box-shadow: 0 15px 40px rgba(231, 76, 60, 0.4);
}

.feature-box-01:nth-child(4n+4):hover .icon {
    background: linear-gradient(135deg, #e67e22, #d35400);
    box-shadow: 0 15px 40px rgba(243, 156, 18, 0.4);
}

.feature-box-01:nth-child(5n+5):hover .icon {
    background: linear-gradient(135deg, #8e44ad, #7d3c98);
    box-shadow: 0 15px 40px rgba(155, 89, 182, 0.4);
}

.feature-box-01:nth-child(6n+6):hover .icon {
    background: linear-gradient(135deg, #16a085, #138d75);
    box-shadow: 0 15px 40px rgba(26, 188, 156, 0.4);
}

/* Animation on scroll */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation for service cards */
.feature-box-01 {
    animation: slideInUp 0.8s ease forwards;
    animation-delay: var(--delay, 0s);
    opacity: 0;
    transform: translateY(50px);
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Floating animation for icons */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.feature-box-01:hover .icon {
    animation: float 2s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }

    .section-heading h3 {
        font-size: 2rem;
    }

    .feature-box-in {
        padding: 35px 25px;
    }

    .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .icon i {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .feature-box-in {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .feature-content h5 {
        font-size: 1.2rem;
    }

    .feature-content p {
        font-size: 0.95rem;
    }

    .icon {
        width: 60px;
        height: 60px;
    }

    .icon i {
        font-size: 1.5rem;
    }
}

/* Additional decorative elements */
.services-section::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-section .container::before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


.skills-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaf6 100%);
    position: relative;
    overflow: hidden;
}

.skills-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.015"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.015"/><circle cx="50" cy="50" r="1" fill="%23000" opacity="0.015"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-heading h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.skills-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.skills-list li {
    position: relative;
}

.skill-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.skill-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9, #e74c3c, #f39c12, #2ecc71, #9b59b6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.skill-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: -1;
}

.skill-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.skill-box:hover::before {
    transform: scaleX(1);
}

.skill-box:hover::after {
    width: 200px;
    height: 200px;
}

.skill-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
}

.skill-box:hover .skill-icon {
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

.skill-icon i {
    font-size: 2.2rem;
    color: white !important;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 2;
}

.skill-box:hover .skill-icon i {
    transform: scale(1.1);
}

.count {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(52, 152, 219, 0.2);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #2c3e50;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.skill-box:hover .count {
    background: rgba(52, 152, 219, 0.9);
    color: white;
    border-color: white;
    transform: scale(1.1);
}

.count::after {
    content: '%';
    font-size: 0.7rem;
}

.skill-box h6 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    transition: color 0.3s ease;
}

.skill-box:hover h6 {
    color: #3498db;
}

/* Skill-specific colors */
.skills-list li:nth-child(6n+1) .skill-icon {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
}

.skills-list li:nth-child(6n+2) .skill-icon {
    background: linear-gradient(135deg, #2ecc71, #27ae60) !important;
}

.skills-list li:nth-child(6n+3) .skill-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
}

.skills-list li:nth-child(6n+4) .skill-icon {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
}

.skills-list li:nth-child(6n+5) .skill-icon {
    background: linear-gradient(135deg, #9b59b6, #8e44ad) !important;
}

.skills-list li:nth-child(6n+6) .skill-icon {
    background: linear-gradient(135deg, #1abc9c, #16a085) !important;
}

/* Hover effects for different colors */
.skills-list li:nth-child(6n+1):hover .skill-icon {
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

.skills-list li:nth-child(6n+2):hover .skill-icon {
    box-shadow: 0 15px 40px rgba(46, 204, 113, 0.4);
}

.skills-list li:nth-child(6n+3):hover .skill-icon {
    box-shadow: 0 15px 40px rgba(231, 76, 60, 0.4);
}

.skills-list li:nth-child(6n+4):hover .skill-icon {
    box-shadow: 0 15px 40px rgba(243, 156, 18, 0.4);
}

.skills-list li:nth-child(6n+5):hover .skill-icon {
    box-shadow: 0 15px 40px rgba(155, 89, 182, 0.4);
}

.skills-list li:nth-child(6n+6):hover .skill-icon {
    box-shadow: 0 15px 40px rgba(26, 188, 156, 0.4);
}

/* Animation on scroll */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation for skill items */
.skills-list li {
    animation: slideInUp 0.8s ease forwards;
    animation-delay: var(--delay, 0s);
    opacity: 0;
    transform: translateY(50px);
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Counter animation */
.count.counting {
    animation: pulse 0.1s ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}

.skill-box:hover .skill-icon {
    animation: float 2s ease-in-out infinite;
}

/* Progress ring animation */
.skill-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.3);
    animation: spin 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.skill-box:hover .skill-icon::before {
    opacity: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .skills-section {
        padding: 60px 0;
    }

    .section-heading h3 {
        font-size: 2rem;
    }

    .skills-list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }

    .skill-box {
        padding: 25px 20px;
    }

    .skill-icon {
        width: 80px;
        height: 80px;
    }

    .skill-icon i {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .skills-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .skill-box {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .skill-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .skill-icon i {
        font-size: 1.5rem;
    }

    .count {
        width: 35px;
        height: 35px;
        font-size: 0.7rem;
        bottom: -5px;
        right: -5px;
    }

    .skill-box h6 {
        font-size: 1rem;
    }
}

/* Additional decorative elements */
.skills-section::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.skills-section .container::before {
    content: '';
    position: absolute;
    bottom: 20%;
    left: -5%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%23000" opacity="0.01"/><circle cx="70" cy="70" r="1" fill="%23000" opacity="0.01"/><circle cx="15" cy="85" r="1" fill="%23000" opacity="0.01"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.contact-section::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section-heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-heading h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
}

.contact-info {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.contact-info a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-info a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.contact-info a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.contact-info a:hover::before {
    transform: scaleX(1);
}

.contact-info a i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.contact-info a:hover i {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.contact-info a span {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.contact-info a:hover span {
    color: #3498db;
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 40px 35px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9, #e74c3c, #f39c12, #2ecc71);
    border-radius: 25px 25px 0 0;
}

.form-floating {
    margin-bottom: 25px;
    position: relative;
}

.form-control {
    background: rgba(248, 249, 250, 0.8);
    border: 2px solid rgba(52, 152, 219, 0.1);
    border-radius: 15px;
    padding: 20px 15px 8px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.95);
    border-color: #3498db;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.15);
    transform: translateY(-2px);
}

.form-floating label {
    color: #7f8c8d;
    font-weight: 500;
    transition: all 0.3s ease;
    padding-left: 15px;
}

.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
    color: #3498db;
    font-weight: 600;
}

.btn-bar {
    margin-top: 30px;
}

.btn-primary {
    background: linear-gradient(135deg, #3498db, #2980b9);
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
    background: linear-gradient(135deg, #2980b9, #21618c);
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:active {
    transform: translateY(-1px);
}

/* Input animations */
.form-floating {
    animation: slideInUp 0.6s ease forwards;
    animation-delay: var(--delay, 0s);
    opacity: 0;
    transform: translateY(30px);
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form validation styles */
.form-control:valid {
    border-color: #2ecc71;
}

.form-control:valid ~ label {
    color: #2ecc71;
}

.form-control:invalid:not(:placeholder-shown) {
    border-color: #e74c3c;
}

.form-control:invalid:not(:placeholder-shown) ~ label {
    color: #e74c3c;
}

/* Animation on scroll */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Contact info icons specific colors */
.email i {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
}

.phone i {
    background: linear-gradient(135deg, #2ecc71, #27ae60) !important;
}

.email:hover i {
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4) !important;
}

.phone:hover i {
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.4) !important;
}

/* Floating particles animation */
.contact-section .container::before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }

    .section-heading h3 {
        font-size: 2rem;
    }

    .contact-form {
        padding: 35px 30px;
        border-radius: 20px;
    }

    .contact-info a {
        padding: 18px 20px;
    }
}

@media (max-width: 767px) {
    .section-heading h3 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .contact-form {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .contact-info a {
        padding: 15px 18px;
        border-radius: 12px;
    }

    .contact-info a i {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .contact-info a span {
        font-size: 1rem;
    }

    .form-control {
        padding: 18px 12px 6px 12px;
        border-radius: 12px;
    }

    .btn-primary {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}

/* Success message styles */
.success-message {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.success-message.show {
    opacity: 1;
    transform: translateY(0);
}

/* Loading state for button */
.btn-primary.loading {
    pointer-events: none;
    opacity: 0.7;
}

.btn-primary.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.project-tags .badge {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.project-tags .badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Alternative color schemes for tags - uncomment to use */
/*
.project-tags .badge {
    background: linear-gradient(45deg, #6c757d, #495057) !important;
}

.project-tags .badge.bg-primary {
    background: linear-gradient(45deg, #007bff, #0056b3) !important;
}

.project-tags .badge.bg-success {
    background: linear-gradient(45deg, #28a745, #1e7e34) !important;
}

.project-tags .badge.bg-info {
    background: linear-gradient(45deg, #17a2b8, #117a8b) !important;
}





