.navbar ul li a.active {
    color: #00aced;
    /* অথবা যেকোনো হাইলাইট রঙ */
    font-weight: bold;
    border-bottom: 2px solid #00aced;
}
@media only screen and (min-width: 700px){
    .for-wave {
        width: 100%;
            margin-bottom: -150px;
    }
}
@media only screen and (max-width: 700px){
    .for-wave {
        width: 100%;
            margin-bottom: -50px;
    }
}

.for-imgg {
    width: 100%;
background-image: url('../../cus-imag/ioti7q492knmc1vd3g2.svg');
background-color: orange;
    background-repeat: no-repeat;
    background-position: 0px -550px;
    background-size: cover;
}
.portfolio-section {
    text-align: center;
    padding: 30px 10px;
    width: 96%;
    margin: auto;
}

.portfolio-subtitle {
    font-size: 2.5rem;
    font-family: cursive;
    color: #0aa;
    margin-bottom: 0;
}

.portfolio-title {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 20px;
    justify-content: center;
}

.project-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
    /*Makesallcardssquare*/display: flex;
    flex-direction: column;
    padding: 5px;
    
}

.project-card img {
    width: 100%;
    height: 70%;
    /*Adjustthispercentagetocontrolimageheight*/object-fit: cover;
    flex-grow: 1;
    border-radius:10px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}

.project-label {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    height: 30%;
    /* Remaining space for label */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.portfolio .project-label {
    color: #6a1b9a;
}

.wholesale .project-label {
    color: #2e7d32;
}

.seo .project-label {
    color: #f57c00;
}

.restaurant .project-label {
    color: #fbc02d;
}

.business .project-label {
    color: #ab47bc;
}

.web-agency .project-label {
    color: #00bcd4;
}

.project-card:hover {
    transform: translateY(-5px);
}

.view-all-wrapper {
    margin-top: 30px;
}

.view-all-btn {
    background-color: #ffb300;
    border: none;
    padding: 12px 24px;
    font-size: 2rem;
    border-radius: 25px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    transition: background 0.3s ease;
}

.view-all-btn:hover {
    background-color: #ffa000;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .project-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 900px) {
    .portfolio-title {
        font-size: 3.8rem;
    }

    .project-label {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .portfolio-section {
        width: 98%;
        margin: auto;
        padding: 25px 0px;
    }

    .portfolio-title {
        font-size: 3rem;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .portfolio-subtitle {
        font-size: 2rem;
    }

    .project-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .view-all-btn {
        font-size: 1.5rem;
        padding: 10px 20px;
    }
}

@media (max-width: 400px) {
    .project-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-title {
        font-size: 2.5rem;
    }

    .portfolio-subtitle {
        font-size: 1.8rem;
    }
}




/* project count styart */
.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    width: 90%;
    padding: 20px;
    margin: auto;
}

.stat-box {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s;

    /* ✅ Fixed width বাদ */
    height: 160px;
}
.stat-box h2 {
    color: #ff4c4c;
    font-size: 4rem;
    font-weight: 700;
}

.stat-box p {
    margin-top: 5px;
    font-size: 3rem;
    color: #111827;
}

/* Color borders */
.clients {
    border: 6px solid #fde68a;
}

.projects {
    border: 6px solid #fce7f3;
}

.awards {
    border: 6px solid #bae6fd;
}

.experience {
    
    border: 6px solid #e0e7ff;
}
@media only screen and (max-width: 700px) {
    .fr-res-pro {
        width: 98%;
        height: fit-content !important;
        margin: auto;
        
    }
}
/* Responsive */
@media (max-width: 768px) {
    .stat-box {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .stat-box {
        width: 100%;
    }
}
@media only screen and (max-width: 700px){
    .about-con-cus {
        width: 90%;
        
    }
}
/* Wrapper with background */
.for-wrl-img {
    width: 100%;
    height: 580px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../cus-imag/Screenshot_2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    
}

/* Section */
.testimonial-section {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    
}

/* Headings */
.testimonial-subtitle {
    color: #00b894;
    font-size: 2.5rem;
        font-family: cursive;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    color: white;
}

/* Swiper Container */
.swiper {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: auto;
}

/* Each Slide */
.swiper-slide {
    width: 550px;
    background: #fff;
    border-radius: 20px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Image */
.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Texts */
.testimonial-text {
    font-style: italic;
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

.testimonial-stars {
    color: #f1c40f;
    font-size: 20px;
    margin-bottom: 8px;
}

.testimonial-name {
    font-weight: bold;
    font-size: 18px;
}

.testimonial-role {
    color: #d63031;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .for-wrl-img {
    height: fit-content !important;
    padding-bottom: 35px;
  }
  .testimonial-section {
    padding-bottom: 5px;
  }
    .testimonial-title {
        font-size: 3rem;
        line-height: 36px;
    }
    
    .swiper {
        width: 100%;
        max-width: 95%;
        height: auto;
    }

    .swiper-slide {
        padding: 25px 15px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    .testimonial-role {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .testimonial-subtitle {
        font-size: 2.5rem;
    }

    .testimonial-title {
        font-size: 3rem;
        line-height: 36px;
    }

    .testimonial-img {
        width: 70px;
        height: 70px;
    }

    .testimonial-text {
        font-size: 13px;
    }
}

/* blog post */
.blog-section {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    background: linear-gradient(to right, #fdfbfb, #ebedee);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.blog-title {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1f2937;
}

.blog-carousel .blog-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* padding: 15px; */
    text-align: center;
    border: 1px solid black;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.blog-date {
    font-size: 1.4rem;
    color: #6b7280;
    margin-bottom: 1px;
}

.blog-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
    min-height: 70px;
}

.blog-description {
    font-size: 1.5rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1px;
    min-height: 60px;
}

.blog-readmore {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.blog-readmore:hover {
    color: #1e40af;
}

@media screen and (max-width: 768px) {
    .blog-section {
        width: 98%;
        padding: 23px 20px;

    }
    .blog-title {
        font-size: 3rem;
    }

    .blog-img {
        height: 160px;
    }

    .blog-heading {
        font-size: 1.2rem;
    }
}

/* Newsletter Section - Enhanced Design */
.newsletter-section {
    background-color: #111827;
    padding: 55px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-wrapper {
    background: linear-gradient(135deg, #f97316, #fb7185);
    padding: 30px 80px;
    border-radius: 24px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.newsletter-wrapper:hover {
    transform: translateY(-5px);
}

.newsletter-content {
    position: relative;
    z-index: 2;
}

.newsletter-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.newsletter-title span {
    background: linear-gradient(90deg, #fff, #fef08a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.newsletter-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    display: flex;
    justify-content: center;
}

.input-group {
    display: flex;
    max-width: 600px;
    width: 100%;
    background: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.newsletter-input {
    padding: 18px 25px;
    font-size: 2rem;
    border: none;
    flex: 1;
    min-width: 250px;
    outline: none;
    background: transparent;
}

.newsletter-button {
    padding: 20px 30px;
    background: linear-gradient(90deg, #111827, #1f2937);
    color: white;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-button:hover {
    background: linear-gradient(90deg, #1f2937, #111827);
    transform: translateX(5px);
}

.newsletter-button svg {
    transition: transform 0.3s ease;
}

.newsletter-button:hover svg {
    transform: translateX(5px);
}

.newsletter-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: float 6s ease-in-out infinite;
    animation-delay: var(--delay);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.floating-icon:hover {
    transform: scale(1.1) rotate(10deg);
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.newsletter-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.circle-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}

.circle-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 70%;
}

@media screen and (max-width: 768px) {
    .newsletter-section {
        padding: 60px 20px;
    }

    .newsletter-wrapper {
        padding: 60px 20px;
    }

    .newsletter-title {
        font-size: 1.8rem;
    }

    .input-group {
        flex-direction: column;
        background: transparent;
        gap: 15px;
    }

        .newsletter-input {
            border-radius: 50px;
            background: white;
            width: 100%;
    
            text-align: center;
            /* ✅ input ও placeholder দুটোই center aligned হবে */
            padding: 10px 20px;
            /* ✅ একটু padding দিলে visual better হয় */
            font-size: 16px;
            /* ✅ পড়ার সুবিধা */
            border: 1px solid #ccc;
            /* Optional border */
        }

    .newsletter-button {
        border-radius: 50px;
        justify-content: center;
        padding: 10px 20px;
    }

    .floating-icon {
        width: 40px;
        height: 40px;
    }
}







/* end*/
.header-section {
    background: #16161d;
    padding: 20px 20px;
    text-align: center;
    
}

/* Container */
.header-container {
    max-width: 960px;
    margin: auto;
}

/* Logo */
.header-logo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
/* Logo */
.header-logoM {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    
}


.logo-red {
    color: #ff5c5c;
}

/* Nav Menu */
.header-nav .nav-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

.nav-item {
    position: relative;
    color: #ddd;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-item.active,
.nav-item:hover {
    color: #ff5c5c;
}

.nav-item:not(:last-child)::after {
    content: '|';
    color: #ff5c5c;
    position: absolute;
    right: -15px;
}

/* Social Icons */
.header-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    color: #fff;
    background: #1e1e25;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    background: #ff5c5c;
    color: #fff;
}

/* Responsive */
@media screen and (max-width: 600px) {
    .header-section {
        padding: 10px 20px;
    }
    .header-logo {
        font-size: 2rem;
    }

    .header-nav .nav-menu {
        flex-direction: row;
        gap: 15px;
        border: none;
        padding: 0;
    }

    .nav-item:not(:last-child)::after {
        content: none;
    }

    .header-socials {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
    }
}

/* footer */
/* Footer Section */
.footer {
    background-color: #14141a;
    /* Dark background like your image */
    padding: 20px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.footer-text {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-author {
    color: #00e0ff;
    /* Light blueish color for author name */
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .footer-text {
        font-size: 12px;
        padding: 0 10px;
    }
}






.for-litt-one, .for-litte-two {
    padding: 70px 0px;
}

@media only screen and (max-width: 700px){
    .for-litt-one,
        .for-litte-two {
            padding: 30px 10px;
        }
        .fr-res-pro {
            border-radius: 16px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            -ms-border-radius: 16px;
            -o-border-radius: 16px;
}
}
/* WhatsApp লিংক স্টাইল */
.whatsapp-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-decoration: none;
}

/* আইকন স্টাইল */
.whatsapp-icon {
    font-size: 40px;
    color: white;
    background-color: #25D366;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 700px){
    .whatsapp-icon {
            font-size: 25px;
            color: white;
            background-color: #25D366;
            padding: 12px;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
        }
}