/* font-family: 'K2D', sans-serif;
font-family: 'Raleway', sans-serif; */






/* home about css start */

  /* Section for About Us */
  .about-img {
    background-image: url(assets/images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    color: rgb(0, 0, 0);
}

.about-heading {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
   
}

.about-heading span {
    color: #ff6200;
}

.about-heading-1 h4 {
    font-size: 25px;
    font-family: 'K2D', sans-serif;
}

.about-heading-1 p {
    font-size: 18px;
    font-family: 'K2D', sans-serif;
}

.about-heading-2 h4 {
    font-size: 20px;
    font-family: 'K2D', sans-serif;
}

.about-heading-2 p {
    font-size: 15px;
    font-family: 'K2D', sans-serif;
}

/* Image icons */
.about-heading-2 img {
    width: 100px;
    margin-bottom: 20px;
}

.about-heading-2 h4 {
    margin-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
    .about-img {
        padding: 30px 15px;
    }

    .about-heading {
        font-size: 36px;
    }

    .about-heading-1 h4 {
        font-size: 26px;
    }

    .about-heading-1 p {
        font-size: 18px;
    }

    .about-heading-2 h4 {
        font-size: 22px;
    }

    .about-heading-2 p {
        font-size: 16px;
    }

    .about-heading-2 {
        text-align: center;
    }

    .about-heading-2 .col-md-4 {
        margin-bottom: 30px;
    }

    /* Stacking columns for mobile */
    .about-img .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-img .col-md-8,
    .about-img .col-md-4 {
        width: 100%;
    }

    .about-img img {
        max-width: 100%;
        height: auto;
    }

    .about-heading-1 {
        text-align: center;
    }

    .about-heading-1 h4,
    .about-heading-1 p {
        margin-bottom: 20px;
    }
}


/* home about css end */

/* why choose start */
.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide img {
   
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.underline {
    display: inline-block;
    position: relative;
    text-align: center;
}

.underline::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background-color: #ff6200;
}


    .y-us-head {
        text-align: center;
        margin-bottom: 40px;
    }

    .y-us-title h5 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #333333;
        font-family: 'Raleway', sans-serif; 
    }

    .y-us-title p {
        font-size: 1.1rem;
        color: #666666;
        margin-top: 10px;
        line-height: 1.6;
        font-family: 'k2d', sans-serif; 
    }

    .y-us-title-border {
        display: inline-block;
        width: 50px;
        height: 4px;
        background-color: #ff6200;
        margin-top: 15px;
    }

    .service-box {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding: 15px;
        border: 1px solid #f0f0f0;
        border-radius: 8px;
        transition: box-shadow 0.3s ease;
    }

    .service-box:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .iconset {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #ff6200;
        font-size: 1.8rem;
        border: 2px solid #ff6200;
        border-radius: 50%;
        margin-right: 20px;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    }

    .iconset:hover {
        background-color: #ff6200;
        color: #fff;
        transform: scale(1.1);
    }

    .y-us-content h4 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #333333;
        margin-bottom: 5px;
        font-family: 'Raleway', sans-serif; 
    }

    .y-us-content p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #555;
        line-height: 1.5;
        font-family: 'k2d', sans-serif; 
    }

    .why-choose-banner img {
        width: 100%;
        border-radius: 10px;
     
        transition: transform 0.3s ease;
    }

    .why-choose-banner img:hover {
        transform: scale(1.05);
    }

    @media (max-width: 768px) {
        .y-us-title h5 {
            font-size: 1.5rem;
            font-family: 'Raleway', sans-serif; 
        }

        .service-box {
            flex-direction: column;
            align-items: flex-start;
        }

        .iconset {
            margin-bottom: 10px;
            margin-right: 0;
        }

        .y-us-content h4 {
            font-size: 1.2rem;
        }

        .y-us-content p {
            font-size: 0.95rem;
        }

        .why-choose-banner {
            margin-bottom: 20px;
        }
    }


/* why choose end */

/* card swiper css start */



.swiper {
    width: 100%;
    padding: 2rem 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_image {
    position: relative;
    height: 320px;
    width: 100%;
    max-width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_image:hover {
    transform: translateY(-10px);
}

.card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card_image:hover .card_name {
    opacity: 1;
}

.card_price {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f2a500;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.see-all-btn a {
    text-decoration: none;
    color: #000000;
    padding: 20px;
}


/* card swiper css end */

/* collage img css start */

.full-width-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.collage-container {
    position: relative;
}

.collage-container .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.collage-container img {
    width: 100%;
    height: 300px;
    /* Standardized height */
    object-fit: cover;
    transition: transform 0.4s ease;
}

.collage-container .image-wrapper:hover img {
    transform: scale(1.1);
}

.collage-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 8px;
}

.collage-container .image-wrapper:hover .overlay {
    opacity: 1;
}

/* collage img css end */

/* counter css start */

.counter-section {
    width: 100%;
    padding: 50px 20px;
    background-image: url('assets/images/counter-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'K2D', sans-serif;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.counter-container:hover {
    transform: scale(1.05);
}



.counter {
    font-size: 50px;
    font-weight: bold;
    margin: 10px 0;
}


@media (max-width: 768px) {
    .counter {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .counter {
        font-size: 30px;
    }
}

/* counter css end */

/* footer start */
footer {
    background-color: #191717;
    padding: 25px;
}

.footer-cont {
    color: #fff;
    font-family: 'K2D', sans-serif;
    font-size: 15px;
}

.social-media-icons {
    display: flex;
    gap: 20px;
    padding: 5px;
}

.social-icon {
    font-size: 20px;
    color: #000000;
    background-color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.under-line h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.under-line h4::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 40%;
    height: 4px;
    background-color: #ff6200;
    transition: width 0.3s ease;
}

.under-line h4:hover::after {
    width: 0;
}

.under-line h4 {
    color: #fff;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
}

.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin: 10px 0;

}

.quick-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-family: 'K2D', sans-serif;

}

.quick-links a:hover {
    color: #ff6200;

    padding-left: 15px;

}

.footer-info {
    color: #fff;
    font-family: 'K2D', sans-serif;
    font-size: 18px;
}
.footer-info p a{
    color: #fff;
    font-family: 'K2D', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.instagram-feed {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.instagram-feed img {
    width: calc(33.333% - 10px);
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}



.copyrights p {
    margin: 0;
    color: #6c757d;
    font-weight: 400;
}

.copyrights a {
    color: #ff6200;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyrights a:hover {
    color: #0056b3;
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

@media (max-width: 768px) {
    .text-end {
        text-align: left;
        margin-top: 10px;
    }
}

/* contact us  css start */

.contact-box {
    background-color: #F7F7F7;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    /* Ensures equal height */
}

.contact-box h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
}

.contact-box p {
    font-family: 'K2D', sans-serif;
    font-size: 20px;
}



.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'K2D', sans-serif;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    padding: 10px 20px;
    background-color: #ff6200;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: #e55a00;
}

@media (max-width: 576px) {
    .container {
        padding: 10px;
    }

    .contact-form button {
        width: 100%;
    }
}

/* contact us  css end */


/* project css start */

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.image-container:hover::before {
    opacity: 1;
}

.image-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    padding: 5px;
    font-size: 16px;
    display: none;
    transition: transform 0.3s ease;
    font-family: 'Raleway', sans-serif;
}

.image-container:hover .image-name {
    display: block;
    transform: translateY(10px);
}




/* project css end */

/* blog css start */


/* blog css end */
/* mission css start */
.mission-bg {
    background-image: url(assets/images/dot-bg.jpg);
    padding: 20px;
}


.accordion-button {
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;

}

.accordion-body {
    font-size: 1rem;

}

.list-group-item {
    font-size: 1rem;
    font-weight: 500;
}

.accordion-body ul li {
    font-size: 1.1rem;
    font-weight: 500;
}

.accordion-body {

    font-family: 'K2D', sans-serif;
    font-size: 1.2rem;

}

.accordion-body strong {
    font-size: 1.3rem;
    font-family: 'K2D', sans-serif;
    font-weight: 600;

}


/* mission css end */


/*organization works start  */

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;

}


.icon-container i {
    font-size: 40px;
    color: #333;
    transition: all 0.3s ease;
    z-index: 1;

}


.icon-container i:hover {
    transform: scale(1.2);
    color: #fff;

}


.icon-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #ff6200;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
}


.icon-container:hover::before {
    background-color: #ff6200;
}

.animation-icon h4 {

    font-family: 'Raleway', sans-serif;

}

.animation-icon p {

    font-family: 'K2D', sans-serif;


}

.animation-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;

}

/*organization works end  */

.home-heading{
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;

}


 /* Floating WhatsApp Button */

.whatsapp-btn {
    position: fixed;
    bottom: 20px; 
    right: 20px;
    background-color: #25D366; 
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.whatsapp-btn i {
    color: white;
    font-size: 30px; 
}

.whatsapp-btn:hover {
    background-color: #ff4600; 
    transform: scale(1.1); 
}

