/* Global Styles */
html {
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Typography */
p, a {
    font-weight: 400;
}

.h2 {
    font-size: 40px;
    color: #333;
}

.h3 {
    font-size: 28px;
    color: #666;
}

.light-300 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}

.regular-400 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}

.semi-bold-600 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

/* Text Effects */
.typo-space-line::after,
.typo-space-line-center::after {
    content: "";
    width: 150px;
    display: block;
    position: absolute;
    border-bottom: 5px solid #009fda;
    padding-top: .5em;
}

.typo-space-line-center::after {
    left: 50%;
    margin-left: -75px;
}

/* Main Nav */
#main_nav {
    background-color: #333;
    padding: 15px;
}

#main_nav .nav-item .nav-link {
    color: #888888;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#main_nav .nav-item .nav-link:hover {
    color: #a3ddf3;
    text-decoration: none;
}

/* Home */
#index_banner {
    background-image: url('./../img/carousel_img/Ca_05.jpg');
    background-position: center center;
    background-size: cover;
    height: 50%;
    min-height: 60vh;
    width: 100%;
}


#index_banner .carousel-item {
    min-height: 60vh;
}

#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
    color: #a3ddf3 !important;
    text-decoration: none;
    font-size: 4em;
}

#index_banner .carousel-inner {
    height: 80vh;
}

#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
    background-color: #a7d36f !important;
}



/*Banner responsive start*/
/* Mobile responsiveness */
@media (max-width: 768px) {
    #index_banner {
        min-height: 40vh;
    }

    #index_banner .carousel-item {
        min-height: 40vh;
    }

    #index_banner .carousel-inner {
        height: 50vh;
    }

    #index_banner .carousel-control-prev i,
    #index_banner .carousel-control-next i {
        font-size: 2em; /* Smaller icons for mobile */
    }
}
/*Banner Responsive ends*/





/* Service Wrapper */
.service-wrapper .service-footer {
    max-width: 720px;
}

.service-work.card,
.recent-work.card {
    border-radius: 10px !important;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.service-work:hover,
.recent-work:hover {
    transform: translateY(-10px);
}

.service-work .service-work-vertical {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 33.33%, rgba(255, 255, 255, 1) 66.66%, rgba(255, 255, 255, 0) 99.99%);
    background-size: 300% 300%;
    background-position: 0% 100%;
    transition: 0.5s;
}

.service-work .service-work-vertical:hover {
    background-position: 0% 0%;
}

.service-work .service-work-vertical:hover * {
    color: #000;
    border-color: #000;
    transition: 0.5s;
}

.recent-work .recent-work-vertical {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33.333%,rgba(0, 159, 218, 1) 66.666%, rgba(255, 255, 255, 0) 99.999%);
    background-size: 300% 300%;
    background-position: 0% 100%;
    transition: 0.5s;
    cursor: pointer;
}

.recent-work .recent-work-vertical:hover {
    background-position: 0% 0%;
}

.recent-work .recent-work-vertical:hover div.recent-work-content {
    top: 50%;
    margin-top: -2.5em;
    position: absolute;
}

.recent-work .recent-work-vertical:hover * {
    color: white;
    transition: 0.5s;
}

/* About */
#work_banner {
    background-image: url('./../img/banner-bg-02.jpg');
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.progress {
    height: 8px;
    border-radius: 5px;
    background-color: #ddd;
}

.progress-bar {
    background-color: #a7d36f;;
}

.objective-icon {
    border-radius: 13px;
    width: 8rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Partners */
.partner-wap {
    background-color: #7276ec;
    transition: 1s;
    cursor: pointer;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.partner-wap:hover {
    background-color: #b1b3f5;
}
/*About US (Mission & values) Start*/

        /* Custom Card Styling */
        .custom-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            border-left: 6px solid transparent;
            overflow: hidden;
        }

        .custom-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
        }

        .custom-icon {
            font-size: 1.75rem;
            /* Icon size adjusted to better match design */
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            position: absolute;
            top: -28px;
            /* Adjusted based on new icon size */
            left: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .custom-card-body {
            padding: 3rem 1.5rem 1.5rem 1.5rem;
        }

        .custom-card .card-title {
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .custom-card .card-text {
            font-size: 0.95rem;
            color: #6c757d;
            line-height: 1.6;
        }

        /* Responsive tweaks if needed */
        @media (max-width: 576px) {
            .custom-icon {
                font-size: 1.5rem;
                width: 48px;
                height: 48px;
                top: -24px;
            }

            .custom-card-body {
                padding-top: 2.5rem;
            }
        }


/*About Us (Mission & Values) Ends*/


/* Why Us */
.why-us {
    background: rgb(239, 239, 253);
    background: -moz-linear-gradient(0deg, rgba(239, 239, 253, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(239, 239, 253, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(0deg, rgba(239, 239, 253, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

/* Team Member */
.team-member-img {
    transition-duration: 0.15s;
    border-radius: 50%;
    object-fit: cover;
}

.team-member:hover .team-member-img {
    padding: 10px !important;
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

/* Single Work */
#work_single_banner {
    background-image: url('./../img/banner-bg-02.jpg');
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

/* Pricing */
.pricing-list {
    margin-bottom: 1px;
}

.pricing-table {
    max-width: 350px;
    margin: auto;
}

.pricing-table,
.pricing-horizontal {
    border-radius: 15px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-header {
    background-color: #6266ea;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricing-table .pricing-body {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.pricing-table .pricing-footer {
    background-color: #f4f4f4;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pricing-table:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Contact */
#floatingtextarea {
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ddd;
    width: 100%;
    resize: none;
    font-size: 16px;
}

#floatingtextarea:focus {
    outline: none;
    border-color: #910013;
}



/*Start Animation Logo Marquee*/
.logoMarqueeSection {
  padding: 5rem 0;
}

#logoMarqueeSection {
  max-width: 1920px;
  margin: 0 auto;
}

.default-content-container {
  padding: 2rem 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee {
  display: flex;
  width: fit-content;
  animation: marquee 40s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
}

.marquee-group a {
  display: inline-block;
  padding-right: 4rem;
  flex-shrink: 0;
}

.marquee-group img {
  height: 180px;
  width: auto;
  max-width: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*End Animation Logo Marquee*/





/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 0 0;
}

footer a.text-light {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

footer a.text-light:hover {
    color: #bfbfbf !important;
}

/*logo move infinitely and be responsive start*/
.marquee {
            display: flex;
            block-size: var(--marquee-item-height);
            margin-block: var(--marquee-item-height);
            position: relative;
            overflow-x: hidden;
            mask-image: linear-gradient(to right,
                    hsl(0 0% 0% / 0),
                    hsl(0 0% 0% / 1) 20%,
                    hsl(0 0% 0% / 1) 80%,
                    hsl(0 0% 0% / 0));
        }

        .marquee--3 {
            --marquee-item-width: 150px;
            --marquee-item-height: 150px;
            --marquee-duration: 24s;
            --marquee-items: 3;
        }

        .marquee__item {
            --marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)),
                    calc(100% + var(--marquee-item-width)));
            --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
            position: absolute;
            inset-inline-start: var(--marquee-item-offset);
            transform: translateX(-50%);
            animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
        }

        .marquee--3 .marquee__item:nth-of-type(1) {
            --marquee-item-index: 1;
        }

        .marquee--3 .marquee__item:nth-of-type(2) {
            --marquee-item-index: 2;
        }

        .marquee--3 .marquee__item:nth-of-type(3) {
            --marquee-item-index: 3;
        }
        

        @keyframes go {
            to {
                inset-inline-start: calc(var(--marquee-item-width) * -1);
            }
        }