.holdings {
    font-family: 'Roboto';
    font-size: 16px;
}

body {
    overflow-x: hidden;
}


.navbar-brand img {
    height: 55px !important;
}




/* Tablet view */
@media (max-width: 991.98px) {
    .holdings #heroCarousel img {
        height: 60vh;
        /* smaller height for tablets */
    }

    .holdings #heroCarousel .carousel-caption h2 {
        font-size: 1.8rem;
    }

    .holdings #heroCarousel .carousel-caption p {
        font-size: 1rem;
    }
}

/* Mobile view */
@media (max-width: 575.98px) {
    .holdings #heroCarousel img {
        height: 25vh;
    }

    .holdings #heroCarousel .carousel-caption {
        bottom: 15%;
        padding: 0 10px;
    }

    .holdings #heroCarousel .carousel-caption h2 {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .holdings #heroCarousel .carousel-caption p {
        font-size: 0.8rem;
    }

    .holdings #heroCarousel .btn-theme {
        padding: 6px 14px;
        font-size: 0.9rem;
    }
}

.holdings .top-bar {
    background: #000B3F;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}

.holdings .top-bar a {
    color: #fff;
}

.holdings .navbar {
    background: #fff;
    color: #29282B;
    /* box-shadow:0 2px 4px rgba(0,0,0,0.1); */
}

.holdings .navbar-brand img {
    height: 40px;
}

.holdings .carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(70%);
}

.holdings .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.holdings .carousel-caption h2 {
    font-size: 48px;
    font-weight: 600;
}

.holdings .carousel-caption p {
    font-size: 18px;
    margin-bottom: 20px;
}

.holdings .btn-theme {
    background: #fff;
    color: #29282B;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

.holdings .post-content,
.holdings .about,
.holdings .projects,
.holdings .consultation,
.holdings .team {
    padding: 80px 0;
}

.post-content h1 {
    color: #346AEA;
}

.post-content p {
    text-align: justify;
}

.holdings .about h2,
.holdings .projects h2,
.holdings .consultation h2,
.holdings .team h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.about p.lead {
    font-size: 20px;
    color: #575757;
    text-align: justify;
    /* justify whole paragraph */
    text-align-last: center;
    /* center the last line */
    -moz-text-align-last: center;
    /* Firefox */
}



/* Services section base styling */
.holdings .services-section {
    padding: 60px 0;
    background-color: #f5f5f5;
    position: relative;
    color: #fff;
}

.holdings .services-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

/* Parallax background */
/* .holdings .services-section.parallax {
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
} */


.holdings .our-team-section .team-card {
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
    border: 2px solid #f5f5f5;
    /* default border */
    border-radius: 0;
}

.holdings .our-team-section .team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);

    /* Gradient border */
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(45deg, #007bff, #00c6ff);
}

.holdings .our-team-section .linkedin-icon i {
    font-size: 18px;
    transition: color 0.3s, transform 0.3s;
}

.holdings .our-team-section .linkedin-icon:hover i {
    color: #0e76a8;
    /* LinkedIn blue */
    transform: scale(1.2);
}

.holdings .our-team-section .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.holdings .our-team-section .card-text {
    font-size: 14px;
    color: #555;
}

.holdings .our-team-section .text-muted {
    font-size: 14px;
}

.holdings .services-section.parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* overlay for readability */
    z-index: 0;
}

.holdings .services-section.parallax .container {
    position: relative;
    z-index: 1;
}

/* Service card styling */
.holdings .service-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.holdings .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.holdings .service-card h5 {
    margin-top: 15px;
    font-weight: 600;
}



.holdings .services-section {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.holdings .services-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

.holdings .service-card {
    background: #fff;
    /* border: 1px solid #e6e6e6; */
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.holdings .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.holdings .service-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}

.holdings .service-card h5 {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

@media (max-width: 767px) {
    .holdings .service-card {
        margin-bottom: 20px;
    }
}

.hero3-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black with 50% opacity */
    z-index: 1;
}

.hero3-overlay .carousel-caption {
    position: absolute;
    /* ensures it stays above overlay */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}




.our-clients-section {
    background-color: #f8f9fa;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 100px;
    /* fixed height for all boxes */
}

.client-logo img {
    max-height: 80px;
    /* ensures images fit inside the box */
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.client-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.client-logo:hover img {
    transform: scale(1.1);
}


.holdings .business-partners-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.holdings .projects .card img {
    height: 200px;
    object-fit: cover;
}

.holdings .consultation {
    background: #f8f9fa url(../img/hero2.png) center bottom;
}

.holdings .consultation form {
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.holdings .progress {
    height: 8px;
    border-radius: 0;
}

.holdings .team .card img {
    object-fit: cover;
}

.holdings footer {
    background: #17191A;
    color: #fff;
    padding: 80px 0;
}

.holdings footer a {
    color: #ccc;
}

.holdings footer a:hover {
    color: #fff !important;
}

.holdings .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
}

.holdings a {
    text-decoration: none;
}

.holdings .form-control {
    border-radius: 25px;
}

.holdings .input-group-text {
    border-radius: 25px;
}

.holdings #basic-addon2 {
    background-color: #346AEA;
}


.holdings .contact-section {
    padding: 60px 0;
}



.company-info-footer,
.company-info-footer p {
    font-size: 13px;
}


.blue-txt {
    color: #346AEA !important;
    font-size: 16px;
    font-weight: bold;
}

.white-fill {
    width: 10px;
}

.navbar-nav,
.dropdown-item {
    font-size: 16px;
}




.flat a,
.flat a::after {
    background: #fff;
    color: #000;
    transition: all 0.5s;
}

.flat a::before {
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    color: #000;
}

.flat a:hover,
.flat a.active,
.flat a:hover::after,
.flat a.active::after {
    background: #346AEA;
    color: #fff;
}

.holdings .enquiry-section {
    padding: 40px 0;
    background-color: #000000;
    color: #fff;
    text-align: center;
}

.holdings .enquiry-section h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px;
}

.holdings .btn-enquiry {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.holdings .btn-enquiry:hover {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

/* footer {
    border-top: 4px solid #007bff;
} */





/* Footer border starts */

.holdings footer {
    position: relative;
    overflow: hidden;
}

.holdings footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            #007bff,
            #00c6ff,
            #ff00cc,
            #ff7300,
            #007bff);
    background-size: 400% 100%;
    animation: borderMove 6s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 400% 50%;
    }
}

/* Footer border ends */

/* Footer Section */
.holdings .footer-section {
    background-color: #111;
    color: #fff;
    padding: 60px 20px;
}

.holdings .footer-section .footer-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.holdings .footer-section .footer-item i {
    font-size: 26px;
    margin-right: 15px;
}

.holdings .footer-section .footer-item p {
    margin: 0;
    font-size: 15px;
    color: #ccc;
}

.holdings .footer-section .footer-item strong {
    display: block;
    font-size: 16px;
    color: #fff;
}

.holdings .get-in-touch {
    text-align: right;
}

.holdings .get-in-touch a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.holdings .get-in-touch a:hover {
    color: #999;
}

.holdings .address {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.holdings .solutions-bg {
    background-image: url('../../assets/img/hero2.png');
}

.holdings .brand-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.holdings .brand-track {
    display: flex;
    transition: transform 0.6s ease;
}

.holdings .brand-item {
    flex: 0 0 16.6667%;
    /* 6 items visible (100 / 6) */
    text-align: center;
    padding: 10px;

}

.holdings .brand-item img {
    width: 100%;
    max-width: 120px;
    height: auto;
    /* filter: grayscale(100%); */
    transition: filter 0.3s;
}

.holdings .brand-item img:hover {
    filter: grayscale(0%);
}

.holdings .bg1 {
    background-color: #f4f4f4;
}



.holdings .btn-enquiry {
    position: relative;
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg,
            #007bff,
            #00c6ff,
            #ff00cc,
            #ff7300,
            #007bff);
    background-size: 400% 100%;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: gradientMove 6s linear infinite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.holdings .btn-enquiry:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 400% 50%;
    }
}



.holdings .hero {
    position: relative;
    background-image: url('../img/baner.jpg');
    /* 🔁 change image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    /* full screen */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.holdings .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* overlay effect */
}

.holdings .hero-content {
    position: relative;
    z-index: 2;
}

.holdings .hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.holdings .hero p {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 25px;
}

.holdings .btn-hero {
    background-color: #6c63ff;
    border: none;
    padding: 12px 30px;
    color: white;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.holdings .btn-hero:hover {
    background-color: #574bff;
}



.holdings .info-section {
    padding: 80px 0;
}

.holdings .info-item {
    margin-bottom: 40px;
}

.holdings .info-item h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #004f4f;
}

.holdings .info-item h5 {
    font-weight: 600;
    margin-top: 10px;
}

.holdings .info-item p {
    font-size: 0.95rem;
    color: #666;
    margin-top: 8px;
}

.holdings .image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.holdings .image-grid img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.holdings .contact-img img {
    width: 100%;
}


.holdings .section {
    padding: 80px;
}

/* sticky icons starts */
.holdings .mobile-contact-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999999 !important;
}

.holdings .contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.holdings .contact-icon i {
    font-size: 20px;
}

.holdings .email-icon {
    background-color: #007bff;
}

.holdings .phone-icon {
    background-color: #28a745;
}

.holdings .contact-icon:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

/* sticky icons ends */


.wow {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.parallax-window {
    transform: translateZ(0);
    backface-visibility: hidden;
}


.holdings .banner-section {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/* Dark overlay */
.holdings .banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% black overlay */
    z-index: 1;
}

/* Title content */
.holdings .banner-section .title-content {
    position: relative;
    z-index: 2;
}

.holdings .banner-section .title-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}


.holdings .twitter-x-footer {
    height: 16px;
}


.holdings .ai-section {
    padding: 180px;
}

@media (max-width: 768px) {

    .holdings .banner-section {
        height: 200px !important;
    }

    .holdings .ai-section {
        padding: 60px 30px;
    }

    .holdings .ai-section h2 {
        font-size: 2rem !important;
    }

    .holdings .section {
        padding: 40px 0;
    }

    .holdings .hero h1 {
        font-size: 2.2rem;
    }

    .holdings .hero p {
        font-size: 1rem;
    }

    .holdings .get-in-touch {
        text-align: left;
        margin-top: 30px;
    }

    .holdings .info-section .row {
        flex-direction: column-reverse;
    }

    .holdings .image-grid {
        grid-template-columns: 1fr 1fr;
    }

    .holdings footer.section {
        padding: 20px 10px;
    }

    .holdings footer .mt-4.social-icons {
        margin: 10px 0 !important;
    }

    .holdings footer .mt-4.social-icons a {
        margin-right: 15px;
    }

    .holdings .enquiry-section h2 {
        font-size: 20px;
    }

    .holdings .enquiry-section a {
        margin-top: 20px;
    }

    .holdings #heroCarousel .btn-theme {
        display: none;
    }

}


.holdings .ai-section {
    position: relative;
    overflow: hidden;
}

.holdings .ai-section h2 {
    font-size: 3rem;
    margin-bottom: 25px;
    font-weight: 100;
}



.holdings .ai-section h2 {
    background: linear-gradient(90deg, #007bff, #00c6ff, #ff00cc, #ff7300, #007bff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: borderMove 6s linear infinite;
}

/* Animation for moving gradient */
@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.holdings .ai-section p {
    font-weight: 100;
}

.holdings .ai-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    pointer-events: none;
}

.holdings .ai-section .content {
    position: relative;
    z-index: 2;
}

.holdings .blog-section {
    h5.card-title {
        margin-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-word;
    }

    h5.card-title a {
        color: #000000;
    }

    h5.card-title a:hover {
        color: #689BFA;
    }

    .post-info {
        font-size: 0.8rem;
        color: #807e7e;
    }

    .card-text {
        margin-top: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-word;
    }

    .item-link {
        color: #484848;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase !important;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .item-link i {
        margin-left: 6px;
        transition: transform 0.3s ease;
    }

    .item-link:hover {
        color: #007bff;
    }

    .item-link:hover i {
        transform: translateX(8px);
    }
}

.blog-post-content {
    .blog-title {
        font-weight: 700;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .share-icons a {
        font-size: 18px;
        margin-right: 12px;
        color: #555;
        transition: 0.3s;
    }

    .share-icons a:hover {
        color: #007bff;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }

    .section-heading {
        font-size: 22px;
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .blog-content .post-img {
        width: 100%;
        margin-bottom: 15px;
    }
}


.blog-page {
    .container-fluid {
        max-width: 98% !important;
    }
}

.blog-post-content-2 {
    font-family: "Montserrat";

    h1 {
        font-size: 55px;
        font-weight: 700;
        font-family: "Montserrat";
        text-align: center;
        line-height: 1.3;
        color: #121212;
        margin-bottom: 30px;
    }

    h2 {
        line-height: 1.25;
        font-size: 35px;
        font-family: "Montserrat";
        font-weight: 700;
        margin-top: 35px;
    }

    p {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #2b2b2b;
        line-height: 27px;
        padding: 0px;
        font-family: "Montserrat";
    }

    .blog-content {
        .post-img {
            margin: 0px 0 20px 0;
            width: 100%;
            height: auto;
        }

    }
}


@media (max-width:768px) {
    .blog-post-content-2 {
        h1 {
            font-size: 2rem;
        }

        h2 {
            font-size: 1.5rem;
        }
    }
}