﻿a {
    text-decoration: none !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-container .content {
        text-align: center;
        padding: 10px;
        position: absolute;
        top: 70px;
        bottom: 0;
        left: 0%;
        border-top-right-radius: 50%;
        color: #fff;
        background: rgba(217, 199, 0, 0.5);
        max-width: 30%;
    }

        .video-container .content h1 {
            font-size: 3rem;
            margin-bottom: 10px;
        }

        .video-container .content p {
            font-size: 0.9rem;
        }

    .video-container .btn {
        display: inline-block;
        background: #ff6600;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 1rem;
        border-radius: 5px;
        transition: background 0.3s;
    }

        .video-container .btn:hover {
            background: #e55b00;
        }

.logo-section {
    background-image: url(../images/upsida/header-2.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}

.brand-logo {
    width: 120px;
    /* Set equal width */
    height: auto;
    /* Maintain aspect ratio */
    max-height: 100px;
    /* Prevent excessive height */
    margin: 10px;
    /* Add spacing */
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

    .brand-logo:hover {
        transform: scale(1.1);
        /* Slight zoom effect on hover */
        filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
        /* Add shadow effect */
    }

.logo-box {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.logo-middle {
    width: 320px;
    /* Set equal width */
    height: auto;
    /* Maintain aspect ratio */
    max-height: 100px;
    /* Prevent excessive height */
    margin-top: auto;
    /* Add spacing */
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

    .logo-middle:hover {
        transform: scale(1.1);
        /* Slight zoom effect on hover */
        filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
        /* Add shadow effect */
    }

.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.company-about .section-title .subtitle {
    display: block;
    line-height: 24px;
    color: #101010;
    margin-bottom: 30px;
    font-weight: 800;
}

.company-about .description p {
    font-size: 120%;
    font-weight: 300;
    color: #000;
    line-height: 140%;
}

.company-about .section-title h2 {
    color: #101010;
    font-weight: 500;
    color: #000;
    line-height: 140%;
}

.section-title h2 {
    display: block;
    font-size: 18px;
    line-height: 1.28em;
    color: #fff;
    font-weight: 600;
    padding-bottom: 18px;
}

    .section-title h2:before {
        position: absolute;
        content: "";
        left: 0px;
        bottom: 0px;
        width: 50px;
        height: 3px;
        background-color: #d1d2d6;
    }

.section-title .description {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-top: 35px;
}

.custom-list {
    position: relative;
}

    .custom-list li {
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
        padding-left: 35px;
        margin-bottom: 12px;
    }

        .custom-list li:before {
            content: "\f058";
            position: absolute;
            left: 0;
            top: 0px;
            font-size: 18px;
            color: #ff2222;
            font-weight: 600;
            font-family: "Font Awesome 5 Free";
        }

        .custom-list li a:hover {
            color: #44bce2;
        }

.btn-style-2 {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 10px;
    font-weight: 600;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
}

.box-design {
    z-index: 9;
    position: relative;
}

.btn-style-news {
    background: #fbbf24;
    border: none;
    color: #111;
    font: 500 1rem sans-serif;
    padding: 15px 15px;
    position: relative;
    cursor: pointer;
    margin: 10px 5px;
}

.border-animation::before,
.border-animation::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 0px solid transparent;
}

.border-animation::before {
    top: -4px;
    left: -4px;
    border-top: 2px solid #fbbf24;
    border-left: 2px solid #fbbf24;
}

.border-animation::after {
    bottom: -4px;
    right: -4px;
    border-bottom: 2px solid #fbbf24;
    border-right: 2px solid #fbbf24;
}

.border-animation:hover::before,
.border-animation:hover::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.btn-animation {
    border: 2px solid #fbbf24;
    outline: 2px solid #fff;
    transition: outline-offset 200ms ease;
}

    .btn-animation:hover {
        outline: 2px solid #fff;
        outline-offset: -6px;
    }

.btn-style {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 20px 10px;
    font-weight: 600;
    background: #ff9933;
    border: none;
}

.button-wrpa .btn-style {
    margin-right: 10px;
}

.btn-style:hover {
    background-color: #001e57;
    color: #ffffff;
}

.company-about {
    background-image: url(https://onlineupsida.com/images/large-bg11.png);
    padding: 60px 0 0px;
    background: #f9ddab;
}

    .company-about .section-title {
        margin-bottom: 20px;
    }

    .company-about .text-column {
        position: relative;
        margin-bottom: 50px;
    }

        .company-about .text-column .content-box {
            padding-left: 10px;
        }

.img-left-about {
    width: 350px;
    height: 300px;
}

.company-about .description {
    color: #fff;
    text-align: justify;
    margin-bottom: 20px;
}

.company-about .custom-list {
    margin-bottom: 45px;
}

.company-about .button-container {
    margin-top: 10px;
    position: relative;
}

.img-about-us-top {
    height: 350px;
}

.company-about .image-column {
    position: relative;
}

    .company-about .image-column .image-box {
        position: relative;
        padding-left: 120px;
        padding-bottom: 125px;
    }

        .company-about .image-column .image-box:before {
            position: absolute;
            left: -5px;
            top: 0px;
            height: 520px;
            width: 520px;
            background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
            content: "";
        }

    .company-about .image-column .image-1 {
        position: relative;
    }

    .company-about .image-column .image-2 {
        position: relative;
        left: -40px;
        bottom: -60px;
    }

        .company-about .image-column .image-2 img,
        .company-about .image-column .image-1 img {
            box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
        }

    .company-about .image-column .video-link {
        position: absolute;
        left: 70px;
        top: 170px;
    }

        .company-about .image-column .video-link .link {
            position: relative;
            font-size: 22px;
            color: #191e34;
            text-align: center;
            height: 100px;
            width: 100px;
            line-height: 100px;
            background-color: #ffffff;
            border-radius: 50%;
            box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
            transition: all 300ms ease;
        }

            .company-about .image-column .video-link .link:hover {
                background-color: #191e34;
                color: #fff;
            }

.social {
    position: fixed;
    top: 20%;
    z-index: 999;
    width: 10px;
}

    .social ul {
        list-style-type: none;
        padding: 0;
        transform: translateX(-270px);
        /* Fixed typo */
    }

        .social ul li {
            display: block;
            margin: 5px;
            background-color: rgb(244, 149, 25);
            width: 308px;
            text-align: right;
            padding: 10px;
            border-radius: 0 30px 30px 0;
            transition: all 1s;
        }

            .social ul li:hover {
                transform: translateX(110px);
                /* Fixed typo */
            }

            /* Icon color and background updates */
            .social ul li.twitter i {
                color: #55acee;
            }

            .social ul li.facebook i {
                color: #3b5999;
            }

            .social ul li.google-plus i {
                color: #dd4b39;
            }

            .social ul li.instagram i {
                color: #e4405f;
            }

            .social ul li.twitter:hover {
                background-color: #000000;
            }

            .social ul li.facebook:hover {
                background-color: #3b5999;
            }

            .social ul li.google-plus:hover {
                background-color: #dd4b39;
            }

            .social ul li.instagram:hover {
                background-color: #e4405f;
            }

            .social ul li a {
                color: white;
                text-decoration: none;
            }

            .social ul li i {
                text-align: center;
                margin-left: 14px;
                background-color: white;
                padding: 6px;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                font-size: 18px;
                transform: rotate(0deg);
            }

            .social ul li:hover i {
                transform: rotate(360deg);
                transition: all 1s;
            }

            /* YouTube specific styles */
            .social ul li.youtube i {
                color: #ff0000;
                /* YouTube red color */
            }

            .social ul li.youtube:hover {
                background-color: #ff0000;
                /* YouTube red on hover */
            }

                .social ul li.youtube:hover i {
                    transform: rotate(360deg);
                    transition: all 1s;
                }

.smart-board {
    background-image: url(../images/upsida/smart-bg.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: center;
    color: white;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    margin: 10px auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.stat-card {
    height: 200px;
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    color: #333;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    margin: 10px;
}

    .stat-card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    }

    .stat-card h5 i {
        font-size: 25px;
        color: #0a2a66;
        margin-bottom: 15px;
        transition: color 0.3s ease-in-out;
    }

    .stat-card:hover h5 i {
        color: #0b5ed7;
    }

.carousel-inner {
    padding: 2px 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 1;
    }

.perfSmartIcon img {
    filter: brightness(0.3);
    animation: spin 30s linear infinite;
    width: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.perfSmartIcon {
    margin-right: 15px;
}

.fab-button {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    background: white;
    color: #0a2a66;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 2px solid white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

    .fab-button i {
        background: #0a2a66;
        color: white;
        padding: 8px;
        border-radius: 50%;
        font-size: 16px;
        margin-left: 10px;
        transition: all 0.3s ease-in-out;
    }

    .fab-button:hover {
        background: #0b5ed7;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    }

        .fab-button:hover i {
            background: white;
            color: #0b5ed7;
        }

.carousel-item .row {
    margin: 0 -10px;
}

.carousel-item .col-md-4 {
    padding: 0 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
    /* Changes black to white */
}

.custom-container {
    max-width: 1250px;
    margin: auto;
}

.custom-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

    .custom-card:hover {
        transform: translateY(-8px);
    }

.custom-overlay {
    background: rgba(0, 45, 114, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.custom-card:hover .custom-overlay {
    opacity: 1;
}

.custom-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.custom-card:hover .custom-image {
    transform: scale(1.1);
}

.custom-details {
    width: 100%;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    background: #ff9933;
}

.custom-title {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease-in-out;
    font-size: 16px;
}

.custom-card:hover .custom-title {
    transform: translateX(-1rem);
}

.custom-icon {
    margin-left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out, right 0.3s ease-in-out;
    right: -1.5rem;
    font-size: 14px;
}

.custom-card:hover .custom-icon {
    right: -3rem;
}

.social-container {
    margin: auto;
}

.social-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .social-card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
    }

/* Header Styles */
.social-header {
    display: flex;
    align-items: center;
    padding: 20px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    background: linear-gradient(45deg, #1877f2, #1da1f2);
    position: relative;
    overflow: hidden;
}

    .social-header::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( 45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) );
        transform: rotate(45deg);
        transition: all 0.5s ease;
    }

    .social-header:hover::before {
        top: 0;
        left: 0;
    }

.facebook-header {
    background: linear-gradient(45deg, #1877f2, #1da1f2);
}

.twitter-header {
    background: #000
}

.youtube-header {
    background: linear-gradient(45deg, #ff0000, #ff4500);
}

.social-header i {
    margin-right: 10px;
    font-size: 24px;
}

/* Scrollable Content */
.scrollable-content {
    height: 400px;
    overflow-y: auto;
    padding: 15px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

    .scrollable-content::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .scrollable-content::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .scrollable-content::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Video List Styles */
.video-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    iframe:hover {
        transform: scale(1.02);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .social-card {
        margin-bottom: 15px;
    }

    .scrollable-content {
        height: 300px;
    }

    .video-list iframe {
        height: 150px;
    }
}

.container-up {
    display: flex;
    gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.file-container {
    --rotation: 0deg;
    --border-color: #f5f5f5;
    --hover-text-color: #f5f5f5;
    width: 280px;
    height: 280px;
    border: 3px solid transparent;
    border-radius: 1em;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-container {
    --hover-text-color: #f5f5f5;
}

    .file-container .text {
        color: #f5f5f5;
        transition: color 0.3s ease;
    }

    .file-container:hover .text {
        color: var(--hover-text-color);
    }

.inner-container {
    width: 354px;
    height: 250px;
    background-color: black;
    border-radius: 1em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ff9933;
    /* background-size: 20.84px 20.84px; */
}

.image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.content {
    text-align: center;
    /* flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 4px 16px; */
}

.text-custom-card {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: normal;
    margin-bottom: 5px;
    width: auto;
    color: #f5f5f5;
    transition: color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.title {
    position: relative;
    z-index: 10;
    padding: 2px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.text-effect {
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    transform-origin: center;
    transition: all cubic-bezier(0.1, 0.5, 0.5, 1) 0.4s;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    z-index: 0;
}

.file-container:hover .text-effect {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.description {
    font-size: 14px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.file-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quicklink .nav ul {
    margin: 0px;
    padding: 0px;
}

    .quicklink .nav ul li {
        padding-bottom: 5px;
    }

.footer {
    background: linear-gradient(90deg, rgb(1 15 24) 3%, rgb(0 73 67) 50%);
    color: white;
    padding: 40px 0;
    text-align: center;
}

    .footer a {
        color: white;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.social-icons i {
    font-size: 24px;
    margin: 0 10px;
}

.footer-logo img {
    width: 150px;
}

.app-links img {
    width: 150px;
}

.qr-code img {
    width: 100px;
}

.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 20px 0;
}

/* General Styling */
.upsida-heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeIn 1s ease-in-out;
}

/* Card Container */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-services {
    font-family: "Open Sans", serif;
    color: #202020;
    padding: 100px;
    background-image: url(https://invest.up.gov.in/wp-content/themes/investup/images/business-bg.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}

    .section-services a {
        color: #202020;
    }

    .section-services .header-section {
        margin-bottom: 10px;
    }

        .section-services .header-section .title {
            position: relative;
            font-weight: 700;
            font-size: 32px;
        }

            .section-services .header-section .title:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 50px;
                height: 3px;
                background-color: #ff4500;
                border-radius: 3px;
            }

            .section-services .header-section .title:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(30px);
                width: 10px;
                height: 3px;
                background-color: #504f93;
                border-radius: 3px;
            }

        .section-services .header-section .description {
            font-size: 14px;
            color: #282828;
        }

    .section-services .single-service {
        position: relative;
        margin-top: 30px;
        background-color: #ededed;
        border-radius: 10px;
        padding: 0;
        overflow: hidden;
        height: 150px;
    }

        .section-services .single-service .content {
            position: relative;
            z-index: 20;
        }

        .section-services .single-service .circle-before {
            position: absolute;
            top: 0;
            right: 0px;
            transform: translate(40%, -40%);
            width: 90px;
            height: 70px;
            background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
            border: 6px solid #504f93;
            border-radius: 50%;
            opacity: 0.5;
            z-index: 10;
            transition: all 0.6s;
        }

        .section-services .single-service:hover .circle-before {
            width: 100%;
            height: 100%;
            transform: none;
            border: 0;
            border-radius: 0;
            opacity: 1;
        }

        .section-services .single-service .icon {
            display: inline-block;
            margin-bottom: 15px;
            width: 130px;
            height: 70px;
            border-radius: 5px;
            text-align: center;
            color: #ff4500;
            font-size: 30px;
            transition: all 0.3s;
        }

        .section-services .single-service:hover .icon {
            background-color: #fff;
            color: #ff4500;
            transform: rotate(360deg);
            transition: transform 0.6s ease-in-out;
        }

        .section-services .single-service .title {
            margin-bottom: 18px;
            font-weight: 700;
            font-size: 15px;
            transition: color 0.3s;
        }

        .section-services .single-service:hover .title {
            color: #fff;
        }

        .section-services .single-service .description {
            margin-bottom: 20px;
            font-size: 14px;
            transition: color 0.3s;
        }

        .section-services .single-service:hover .description {
            color: #fff;
        }

        .section-services .single-service a {
            position: relative;
            font-size: 18px;
            color: #202020;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

        .section-services .single-service:hover a {
            color: #fff;
        }

        .section-services .single-service a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #ff4500;
            transition: background-color 0.3s;
        }

        .section-services .single-service:hover a:after {
            background-color: #fff;
        }

.brand-logo-container {
    width: 145px;
    height: 90px;
    background: #fff;
    margin: 0 auto;
    padding-top: 15%;
}

.brands-slider-col {
    height: 200px;
    width: 100%;
    float: none;
}

#brand-discount-slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 200px !important;
    padding: 0px 0px;
}

    #brand-discount-slider ul {
        position: relative;
        margin: 0 !important;
        padding: 0 20px !important;
        height: 100% !important;
        list-style: none;
        display: flex;
        width: 100% !important;
    }

        #brand-discount-slider ul li {
            position: relative;
            display: block;
            float: left;
            margin: 20px;
            padding: 0;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 0px;
            text-align: center;
        }

            #brand-discount-slider ul li img {
                aspect-ratio: 3/2;
                object-fit: contain;
                width: 100%;
            }

.brand-arrow-prev {
    width: 50px;
    height: 81%;
    text-align: center;
    line-height: 177px;
    color: #000;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 25;
    cursor: pointer;
    margin: 20px 0px;
}

.brand-arrow-next {
    width: 50px;
    height: 81%;
    text-align: center;
    line-height: 177px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 25;
    cursor: pointer;
    margin: 20px 0px;
}

    .brand-arrow-next:hover,
    .brand-arrow-prev:hover {
        color: #d58e35;
    }

.map-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.map-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .map-item:hover {
        transform: translateY(-10px) rotate(360deg);
    }

@keyframes rotateEffect {
    from {
        transform: translateY(0) rotate(0deg);
    }

    to {
        transform: translateY(-10px) rotate(360deg);
    }
}

.map-item:hover {
    animation: rotateEffect 1s ease-in-out;
}

.img-map {
    width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #000;
}

/* Modal Styles */
.chatBotOuter {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

    .chatBotOuter .card {
        height: 530px;
    }

    .chatBotOuter .modal-content {
        display: block;
        margin: 5% auto;
        max-width: 50%;
        border-radius: 10px;
    }

.ChatcardHeader {
    position: relative;
    padding: 10px;
    background: linear-gradient(90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100%);
}

    .ChatcardHeader::after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        height: 50px;
        background-image: url(../images/wave-1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none;
    }

.ChatcardBody {
    padding-top: 65px;
}

.close {
    position: absolute;
    top: 25px;
    right: 20%;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.leader-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
    background: #f9f9f9;
    margin-bottom: 10px;
}

    /* Hover Effect */
    .leader-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
        color: #fff;
        cursor: pointer;
    }

/* Main Card Styles */
.main-card img {
    border-radius: 10px 10px 0 0;
    max-height: 200px;
    object-fit: contain;
}

.main-card .card-body {
    padding: 10px;
    background: #ffffff;
    text-align: center;
}

.main-card .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
}

.main-card .card-text {
    font-size: 1rem;
    color: #4c4c4c;
    margin-top: 10px;
}

/* Small Image Styles */
.small-img {
    height: 80px;
    width: 90px;
    margin: 15px auto;
    display: block;
    border-radius: 50%;
    border: 2px solid #ff8800;
    object-fit: cover;
}

/* Animation Effects */
.animate-main {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-in-out forwards;
}

.animate-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-in-out forwards;
}

    .animate-card:nth-child(1) {
        animation-delay: 0.3s;
    }

    .animate-card:nth-child(2) {
        animation-delay: 0.5s;
    }

    .animate-card:nth-child(3) {
        animation-delay: 0.7s;
    }

    .animate-card:nth-child(4) {
        animation-delay: 0.9s;
    }

/* Keyframes for fade-in animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .main-card,
    .col-md-6 {
        text-align: center;
    }

    .col-md-6 {
        margin-bottom: 30px;
    }

    .small-img {
        height: 90px;
        width: 90px;
    }

    .leader-card {
        margin-bottom: 15px;
    }

    .main-card .card-body {
        padding: 15px;
    }
}

/* Card Flip Container */
.card-flip-container {
    position: relative;
    width: 100%;
    height: 70px;
    perspective: 1000px;
}

/* Front and Back of the Card */
.card-flip-front,
.card-flip-back {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    backface-visibility: hidden;
    /* Hides the back side during flip */
    transition: transform 0.6s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Front Side */
.card-flip-front {
    transform: rotateY(0deg);
}

/* Back Side */
.card-flip-back {
    background-color: #ff9933;
    /* Highlight color for back */
    color: #fff;
    /* Text color for back */
    transform: rotateY(180deg);
}

/* Hover Effect to Flip */
.card-flip-container:hover .card-flip-front {
    transform: rotateY(180deg);
}

.card-flip-container:hover .card-flip-back {
    transform: rotateY(360deg);
}

.nav-item.logos img {
    width: 90px;
    /* Adjust size */
    height: auto;
}

/* Center logos inside the nav-item */
.nav-item.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    /* Adjust as needed */
}

/* Adjust the nav menu to be centered */
.main-menu {
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: background-color 0.3s ease;
    background: #0000002e;
    display: flex;
    justify-content: space-around;
    /* Center the nav items horizontally */
    align-items: center;
    /* Center the nav items vertically */
}

.sticky-menu {
    position: fixed;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
}

    /* Optional: Change link color on sticky */
    .sticky-menu .nav-item a {
        color: white;
        /* Adjust the link color as needed */
    }

/* Ensure the wrapper div is full width */
.wrapper {
    width: 100%;
}

/* Make sure the container inside the menu also spans full width */
.container-fluid {
    width: 100%;
    padding: 0;
    /* Remove any padding if necessary */
}

/* Ensure the nav items are spaced evenly */
.nav-menu {
    display: flex;
    justify-content: space-around;
    /* Center nav items */
    align-items: center;
    list-style-type: none;
    /* Remove default list styling */
    padding: 0;
    margin: 0;
    width: 100%;
}

/* Make individual nav items appear in a row */
.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav-item a {
        text-decoration: none;
        /* Remove underline from links */
        color: black;
        /* Default color for links */
    }

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        /* Stack items vertically on smaller screens */
    }
}

.marquee-container {
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    color: #ecf0f1;
    /* Light text color */
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.marquee-text {
    font-family: "Open Sans", serif;
    letter-spacing: 2px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.social-media-bg {
    padding: 100px;
    background-repeat: none;
    background-size: cover;
    background-position: center;
    background-image: url(https://img.freepik.com/premium-vector/background-popular-social-media-icons-dark-blue-colors-youtube-instagram-twitter-facebook_444390-2563.jpg?uid=R118149147&ga=GA1.1.798502561.1733972320&semt=ais_hybrid);
}

.section-smart-dash {
    padding: 60px;
    background-image: url(https://img.freepik.com/free-vector/decorative-tricolor-indian-flag-theme-texture_1055-7757.jpg?uid=R118149147&ga=GA1.1.798502561.1733972320&semt=ais_incoming);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .social-media-bg {
        padding: 0;
    }

    .section-services {
        padding: 0;
    }

    .col-md-3 {
        width: 80%;
        margin-bottom: 30px;
    }

    .file-container {
        width: 320px;
    }

    .map-section {
        padding: 0;
    }

    .section-smart-dash {
        padding: 10px;
    }

    .photo-gallery-bg {
        padding: 0;
    }
}

.photo-gallery-bg {
    background-image: url();
    padding: 60px;
}

.photo-gallery-bg {
    padding: 60px;
    background-image: url(https://img.freepik.com/free-vector/decorative-tricolor-indian-flag-theme-texture_1055-7757.jpg?uid=R118149147&ga=GA1.1.798502561.1733972320&semt=ais_incoming);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}

.nav-item:last-child {
    margin-right: 50px;
}

.nav-item .logos:hover {
    background: transparent !important;
}

.press-release-page .form-control {
    border-radius: 0px;
}

    .press-release-page .form-control:focus {
        box-shadow: none;
    }

.infobox-section {
    text-align: center;
    padding: 40px 20px;
}

    .infobox-section h1 {
        font-size: 2rem;
        color: #1a1a40;
        margin-bottom: 10px;
    }

    .infobox-section p {
        font-size: 1rem;
        color: #6b6b82;
        margin-bottom: 30px;
    }

.infobox-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

.infobox {
    border-radius: 10px;
    padding: 20px;
    background-color: #000000;
    text-align: left;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

    .infobox:hover {
        transform: translateY(-10px);
    }

    .infobox .icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .infobox h2 {
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .infobox p {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 20px;
    }

    .infobox .learn-more {
        font-size: 1rem;
        color: #fff;
        text-decoration: none;
    }

        .infobox .learn-more:hover {
            text-decoration: underline;
        }

.input-container {
    display: flex;
    justify-content: right;
}

.search-input {
    background: #eeeeee;
    color: #212121;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2;
    padding: 10px 20px;
    border: 0;
    outline: none;
    box-shadow: inset 0 -1px 1px -1px #cccccc, inset 0 1px 1px -1px #cccccc, inset 1px 0 1px -1px #cccccc;
}

.search-submit {
    background: #0d6efd;
    color: #ffffff;
    vertical-align: middle;
    padding: 0 20px;
    border: 0;
    outline: none;
    cursor: pointer;
}

    .search-submit i {
        font-size: 24px;
    }

.newspressdesign .infobox a {
    border: 1px solid #fff;
    padding: 10px 30px;
    text-align: center;
}

    .newspressdesign .infobox a:hover {
        text-decoration: none;
        background-color: #298dd0;
        color: #fff;
    }

.viewsdetails span {
    float: right;
    font-style: italic;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
}

.btnstylewarp button {
    padding: 10px 30px;
    text-align: center;
}

.numbers {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #2f8acd;
    background: #fff;
    transition: 0.4s;
}

#wrapper {
    margin: 0 auto;
    display: block;
    width: 960px;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

    #pagination li {
        display: inline;
    }

        #pagination li a {
            display: inline-block;
            text-decoration: none;
            padding: 5px 10px;
            color: #000;
        }

        /* Active and Hoverable Pagination */
        #pagination li a {
            border-radius: 5px;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            #pagination li a.active {
                background-color: #3188cc;
                color: #fff;
            }

            #pagination li a:hover:not(.active) {
                background-color: #ddd;
            }

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    #border-pagination li {
        display: inline;
    }

        #border-pagination li a {
            display: block;
            text-decoration: none;
            color: #000;
            padding: 5px 10px;
            border: 1px solid #ddd;
            float: left;
        }

        #border-pagination li a {
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s;
        }

            #border-pagination li a.active {
                background-color: #4caf50;
                color: #fff;
            }

            #border-pagination li a:hover:not(.active) {
                background: #ddd;
            }

.press-release-news .custom-next {
    right: 20px;
}

.press-release-news .custom-prev {
    left: 20px;
}

.press-release-news .custom-next,
.custom-prev {
    padding: 7px 15px;
    background-color: #000000c7;
}

.press-release-news .custom-prev,
.custom-next {
    padding: 7px 15px;
    background-color: #000000c7;
}

.custom-details.borderGradient {
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
}

.press-release-news .img-about-us-top {
    height: 295px;
}

.custom-details.borderGradient a {
    color: #fff;
}

.carousel-inner .stat-card h3 {
    font-size: 16px;
    font-weight: bold;
}

.formheading-wrap h6 {
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    position: relative;
}

    .formheading-wrap h6::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 30px;
        height: 3px;
        background: linear-gradient(to right, #f37a65, #d64141);
    }

.formheading-wrap hr {
    border-color: #e0e0e0;
}

.siteform .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}

.siteform .submitbuttion button.view-btn {
    height: 45px;
    width: 100%;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.boxbgimg {
    background-image: url(../../assets/images/large-bg11.png);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.3);
}

    .boxbgimg .formheading-wrap h6 {
        color: #fff;
    }

.button-grid {
    float: right;
}

/* Gradient Border Button */
.gradient-border-button {
    position: relative;
    padding: 12px 25px;
    font-size: 18px;
    color: white;
    background: #3189cd;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .gradient-border-button::before {
        content: "";
        position: absolute;
        inset: -3px;
        background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
        border-radius: 10px;
        z-index: -1;
        transition: opacity 0.3s ease;
        animation: borderRotate 4s linear infinite;
    }

@keyframes borderRotate {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.gradient-border-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(96, 165, 250, 0.4);
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    border: 2px solid #fff;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .img-wrapper img {
        width: 100%;
        height: 90vh;
        object-fit: cover;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
        height: 90vh;
        object-fit: cover;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #333;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 68px;
    right: 27.6%;
    background: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding: 0px 11px 0px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

.box-section {
    background: #e6e9d2;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

.banner-warp {
    position: relative;
    margin-top: 65px;
    width: 100%;
    height: 300px;
    background: url(../../theme/images/digitized.png) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay for readability */
}

.banner-content-wrap {
    position: relative;
    z-index: 2;
    width: 80%;
}

    .banner-content-wrap h2 {
        font-weight: 300;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
        position: relative;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        letter-spacing: 1px;
    }

        .banner-content-wrap h2::before,
        .banner-content-wrap h2::after {
            content: "";
            display: inline-block;
            width: 50px;
            height: 2px;
            background-color: white;
            margin: 0 15px;
            vertical-align: middle;
        }

.breadcrumb {
    font-size: 1rem;
    font-weight: normal;
}

    .breadcrumb a {
        color: yellow;
        font-weight: bold;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

        h1::before,
        h1::after {
            width: 30px;
        }

    .breadcrumb {
        font-size: 0.9rem;
    }
}

a .box {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-top: 5px solid;
    position: relative;
    overflow: hidden;
    height: 200px;
}

    a .box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: scale(0);
        transition: transform 0.5s ease;
    }

.box:hover::after {
    transform: scale(2);
}

.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.icon {
    font-size: 40px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

    .icon img {
        width: 50px;
    }

.box:hover .icon {
    transform: rotate(360deg);
}

.title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
}

/* Different colors for each box */
.box:nth-child(1) {
    color: #e91e63;
    border-color: #e91e63;
}

.box:nth-child(2) {
    color: #2196f3;
    border-color: #2196f3;
}

.box:nth-child(3) {
    color: #00bcd4;
    border-color: #00bcd4;
}

.box:nth-child(4) {
    color: #ff9800;
    border-color: #ff9800;
}

.box:nth-child(5) {
    color: #4caf50;
    border-color: #4caf50;
}

.box:nth-child(6) {
    color: #f44336;
    border-color: #f44336;
}

.box:nth-child(7) {
    color: #ffc107;
    border-color: #ffc107;
}

.box:nth-child(8) {
    color: #673ab7;
    border-color: #673ab7;
}

.box:nth-child(9) {
    color: #3f51b5;
    border-color: #3f51b5;
}

.box:nth-child(10) {
    color: #009688;
    border-color: #009688;
}

.box:nth-child(11) {
    color: #00bcd4;
    border-color: #00bcd4;
}

.box:nth-child(12) {
    color: #ff9800;
    border-color: #ff9800;
}

.box:nth-child(13) {
    color: #4caf50;
    border-color: #4caf50;
}

.box:nth-child(14) {
    color: #f44336;
    border-color: #f44336;
}

.box:nth-child(15) {
    color: #ffc107;
    border-color: #ffc107;
}

.box:nth-child(16) {
    color: #00bcd4;
    border-color: #00bcd4;
}

.box:nth-child(17) {
    color: #ff9800;
    border-color: #ff9800;
}

.mapbox-wrap {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    justify-content: center;
}

.production_page {
    padding: 50px 0px;
}

.mapdetails_page {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

    .mapdetails_page .card {
        background: white;
        padding: 50px 20px 20px 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        height: 150px;
    }

        .mapdetails_page .card h3 {
            margin: 0 0 10px;
            color: #333;
            font-size: 18px;
        }

        .mapdetails_page .card a {
            display: inline-block;
            padding: 10px 15px;
            background: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 5px;
        }

            .mapdetails_page .card a:hover {
                background: #0056b3;
            }

.location-icon {
    position: absolute;
    top: 20px;
    right: 50%;
    font-size: 24px;
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #f4c51a 0%, #f03263 100%);
    background: linear-gradient(to bottom, #f4c31a 0%, #f04850 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.blink {
    animation: blink 1s steps(1, end) infinite;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #222;
    color: white;
    padding: 10px 0;
    position: relative;
}

/* Marquee Text */
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    font-size: 24px;
    font-weight: bold;
}

/* Marquee Animation */
@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.main-menu {
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    z-index: 99;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    /* Center the nav items horizontally */
    align-items: center;
    /* Center the nav items vertically */
}

/* ===== Main Slider (slider-for) ===== */
.slider_section {
    font-family: "Open Sans", serif;
    color: #202020;
    padding: 100px;
    background-image: url(https://invest.up.gov.in/wp-content/themes/investup/images/business-bg.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
}

.slider-for {
    margin: 0 auto;
    max-width: 800px;
    /* Adjust as needed */
}

    .slider-for .slick-slide img {
        width: 100%;
        height: 500px;
        border-radius: 8px;
        border: 3px solid white;
        /* Optional: Add rounded corners */
    }

/* ===== Thumbnail Navigation Slider (slider-nav) ===== */
.slider-nav {
    margin: 20px auto;
    max-width: 600px;
    /* Adjust as needed */
}

    .slider-nav .slick-slide {
        /* Add spacing between thumbnails */
        opacity: 0.5;
        /* Make non-active thumbnails semi-transparent */
        transition: opacity 0.3s ease;
    }

        .slider-nav .slick-slide.slick-current {
            opacity: 1;
            /* Highlight the active thumbnail */
        }

        .slider-nav .slick-slide img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            cursor: pointer;
            aspect-ratio: 3 / 2;
            object-fit: contain;
        }

    /* ===== Dots Styling ===== */
    .slider-nav .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

        .slider-nav .slick-dots li button:before {
            color: #000;
            /* Dot color */
            font-size: 12px;
            /* Dot size */
        }

        .slider-nav .slick-dots li.slick-active button:before {
            color: #007bff;
            /* Active dot color */
        }

    /* ===== Center Mode Styling ===== */
    .slider-nav .slick-center {
        transform: scale(1.1);
        opacity: 1;
    }

.modal .onloadpopup {
    max-width: 60%;
    max-height: 40%
}

.contentmodal {
    border: 1px solid #ffe09f;
    padding: 0px;
    margin: 0px;
}

    .contentmodal img {
        position: relative;
        top: -2px;
    }

.onloadpopup .close {
    right: -20px;
    top: -20px;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 0px 10px;
    transition: background-color 0.3s;
}

    .onloadpopup .close i {
        color: #000;
    }

.news-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

    .news-item img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin-right: 20px;
        border-radius: 5px;
    }

.news-title a {
    text-transform: capitalize;
}

.news-content {
    flex: 1;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.news-date {
    font-size: 14px;
    color: gray;
}

.news-description {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}

.video_section.video-container {
    height: auto;
}

    .video_section.video-container iframe {
        height: 50%;
    }

/* Adjust according to the number of items */

.slider-container {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.slider-title {
    font-size: 215%;
    font-weight: 800;
    text-align: left;
}

.slider-subtitle {
    font-size: 115%;
    text-align: left;
    color: gray;
    margin-bottom: 10px;
}

.slider {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
}

    .slide img {
        width: 100%;
        border-radius: 10px;
        height: 185px;
    }

.slider-caption {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}

    .slider-caption a {
        text-decoration: none;
        color: blue;
    }

.dots {
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.slider-container .active {
    background-color: #333;
}

.slider-container p a {
    color: #333;
}

.card-section {
    padding: 100px 0;
}

#chatModal .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(214, 182, 22, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
}

.card:hover {
    transform: scale(1.05);
}

.card-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s;
}

.upcoming-projects .card-section {
    padding: 100px 0;
}

.upcoming-projects .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(214, 182, 22, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
}

.upcomingProject .card:hover {
    transform: scale(1.05);
}

.upcomingProject .card-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s;
}

.upcomingProject .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.upcomingProject .card:hover .card-content {
    opacity: 1;
}

.upcoming-projects .card-content h2 {
    margin: 0;
    font-size: 24px;
}

.upcomingProject .card-content p {
    margin: 10px 0 0;
    font-size: 16px;
}

.layoutCard .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(1, 1, 1, 0.7); change by sarvesh */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* opacity: 0; change by sarvesh */
    opacity: 1;
    transition: opacity 0.3s;
}

.layoutCard .card:hover .card-content {
    opacity: 1;
}

.layoutCard .card-content h2 {
    margin: 0;
    font-size: 24px;
}

.layoutCard .card-content p {
    margin: 10px 0 0;
    font-size: 16px;
}

.ltn__about-us-area h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
}

.align-self-end {
    text-align: end;
}

.about_name h2 {
    font-weight: 700;
}

.about-us-img-wrap img {
    box-shadow: 2.5px 2.5px 10px #0ebeff;
    border-radius: 0px;
    background: #fff;
    padding: 10px;
}

.layout-plan .card-body h5 {
    font-size: 15px;
}

.layout-plan .card-body p {
    font-size: 14px;
}

.layout-plan .card-body .view-btn:hover {
    color: #fff;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
}

/* header */
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
}

    .header .item-left {
        flex: 0 0 21%;
    }

    .header .logo a {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-decoration: none;
    }

    .header .item-center {
        flex: 0 0 79%;
    }

    .header .item-right {
        flex: 0 0 17%;
        display: flex;
        justify-content: flex-end;
    }

        .header .item-right a {
            text-decoration: none;
            font-size: 16px;
            color: #555555;
            display: inline-block;
            margin-left: 10px;
            transition: color 0.3s ease;
        }

    .header .menu > ul > li {
        display: inline-block;
        line-height: 50px;
        margin-left: 6px;
    }

        .header .menu > ul > li > a {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            position: relative;
            text-transform: capitalize;
            transition: color 0.3s ease;
        }

.logo img {
    float: none;
}

.header .menu > ul > li > a span::before {
    padding-left: 4px;
}

header.header.header-menu .logo img:nth-child(1) {
    height: 50px;
    width: auto;
    padding: 0px;
}

header.header.header-menu .logo img:nth-child(2) {
    height: 50px;
    width: auto;
    padding: 0px;
}

header.header.header-menu .logo img:nth-child(3) {
    height: 28px;
    width: auto !important;
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 14px;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}

    .header .menu > ul > li .sub-menu > ul > li > a {
        display: inline-block;
        padding: 10px 0;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        padding: 10px 0;
        display: inline-block;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
    }

.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 25%;
        padding: 0 15px;
    }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
            font-size: 16px;
            color: #ea4636;
            font-weight: 500;
            line-height: 1;
            padding: 10px 0;
        }

        .header
        .menu > ul > li
        .sub-menu.mega-menu-column-4 > .list-item.text-center
        .title {
            text-align: center;
        }

        .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
            max-width: 100%;
            width: 100%;
            vertical-align: middle;
            margin-top: 10px;
            height: 300px;
            object-fit: cover;
        }

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #333;
}

.header nav.menu ul {
    margin: 0px;
    padding: 0px;
}

/* banner section */
.banner-section {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media (max-width: 991px) {
    .social {
        display: none;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    /* 
       .header .item-left,
       .header .item-right {
           flex: 0 0 auto;
       } */

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

        .header .mobile-menu-trigger span {
            display: block;
            height: 2px;
            background-color: #fff;
            width: 24px;
            position: relative;
        }

            .header .mobile-menu-trigger span:before,
            .header .mobile-menu-trigger span:after {
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #fff;
            }

            .header .mobile-menu-trigger span:before {
                top: -6px;
            }

            .header .mobile-menu-trigger span:after {
                top: 6px;
            }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .header .menu.active {
            transform: translate(0%);
        }

        .header .menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .header .menu > ul > li > a {
                line-height: 50px;
                height: 50px;
                color: #333;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

                .header .menu > ul > li > a:hover {
                    color: #fff;
                }

                .header .menu > ul > li > a i {
                    position: absolute;
                    height: 50px;
                    width: 50px;
                    top: 0;
                    right: 0;
                    text-align: center;
                    line-height: 50px;
                    transform: rotate(-90deg);
                }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top: 0;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 16px;
                display: none;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0, 0, 0, 0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

        .header .menu .menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .header .menu > ul > li .sub-menu.mega-menu,
        .header .menu > ul > li .sub-menu {
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 65px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header
    .menu > ul > li
    .sub-menu.mega-menu-column-4 > .list-item.text-center
    .title {
        margin-bottom: 20px;
    }

    .header
    .menu > ul > li
    .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child
    .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}

.tabs-wrapper {
    max-width: 100%;
    width: 100%;
}

.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

    .tabs li {
        cursor: pointer;
        width: 33.33333333%;
        font-size: 18px;
        text-align: center;
        padding: 15px 20px;
        border-radius: 7px;
        border: 1px solid #ddd;
        background-color: #fff;
        transition: 0.25s;
    }

        .tabs li:hover {
            border-color: #eee;
            color: #333;
            background-color: #eee;
        }

        .tabs li.active {
            border-color: #2d8bce;
            color: #fff;
            background-color: #2d8bce;
        }

.tab-content {
    display: none;
}

    .tab-content h2 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 600;
    }

    .tab-content p {
        font-size: 16px;
        line-height: 1.6;
    }

.share-block {
    position: relative;
    padding: 20px 0px 4px 0;
    height: 53px;
    overflow: hidden;
    float: right;
}

.date-block {
    float: left;
    line-height: 5;
}

.info-container .col-sm-4 {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 13px;
    border-radius: 5px;
    width: 30%;
    margin-left: 27px;
}

/* Fullscreen Background */
.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

/* Popup Image */
.popup-content {
    max-width: 80%;
    max-height: 80vh;
    margin-top: 10%;
    border-radius: 10px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15%;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.info-container.quotes-more-details .col-sm-4 {
    min-height: 490px;
    max-height: 490px !important;
    background: #cae9ff;
}

.quotes-content-wrap {
    padding: 15px;
    background: #cae9ff;
}

    .quotes-content-wrap .quotes-des {
        color: #333;
        font-size: 110%;
        font-style: italic;
        line-height: 156%;
        padding-right: 35px;
        position: relative;
        text-indent: 44px;
        z-index: 0;
        font-weight: 600;
    }

.info-container.quotes-more .col-sm-4 {
    min-height: 390px;
    max-height: 390px !important;
}

.quotes-content-wrap .quotes-des i {
    color: #9cc9e9;
    font-size: 38px;
    left: 0px;
    top: -5px;
    z-index: 1;
    text-indent: 0;
}

.video-container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 590px;
    position: relative;
}

/* Video Slider */
.video-slider {
    display: block;
}

/* Individual Slide: Container */
.video-slide {
    position: relative;
    margin: 0 auto;
    display: none;
}

    /* Individual Slide: Video */
    .video-slide video {
        width: 100%;
        height: 590px;
        object-fit: cover;
    }

/* Navigation */
.video-slider-btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    z-index: 1000;
    opacity: 1;
    transition: all 350ms ease-in-out;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    border-radius: 30px;
    padding: 10px;
    /* Adjust padding equally */
    width: 45px;
    /* Adjust based on your design */
    height: 45px;
    /* Make it square for better centering */
}

    .video-slider-btn:hover {
        opacity: 1;
        transition: all 350ms ease-in-out;
    }

    .video-slider-btn.left-side {
        position: absolute;
        bottom: 2.5%;
        left: 43%;
        transform: translate(0%, -50%);
        -ms-transform: translate(-0%, -50%);
    }

    .video-slider-btn.right-side {
        position: absolute;
        bottom: 2.5%;
        right: 43%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .video-slider-btn.left-side-voice {
        font-size: 18px;
        position: absolute;
        bottom: 2.5%;
        left: 3%;
        transform: translate(0%, -50%);
        -ms-transform: translate(-0%, -50%);
    }

/* Custom Pause Button */
.custom-pause-btn {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    border: none;
    padding: 8px 17px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    border-radius: 24px;
}

    .custom-pause-btn:hover {
        background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    }

.investors h2.marquee-title {
    font-weight: 700;
    font-size: 32px;
}

#logo-slider {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 9em;
    margin: auto;
    overflow: hidden;
}

button.arrow {
    border: none;
}

#logo-slider .arrow {
    cursor: pointer;
    position: absolute;
    width: 2em;
    height: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    background: transparent;
}

    #logo-slider .arrow:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0.75em;
        height: 0.75em;
        margin: auto;
        border-style: solid;
    }

#logo-slider .prev {
    left: 0;
    bottom: 0;
}

    #logo-slider .prev:before {
        left: 0.25em;
        border-width: 3px 0 0 3px;
        border-color: #333 transparent transparent #333;
        transform: rotate(-45deg);
    }

#logo-slider .next {
    right: 0;
    bottom: 0;
}

    #logo-slider .next:before {
        right: 0.25em;
        border-width: 3px 3px 0 0;
        border-color: #333 #333 transparent transparent;
        transform: rotate(45deg);
    }

#logo-slider .logo-slider-frame {
    position: absolute;
    top: 0;
    left: 2em;
    right: 2em;
    bottom: 0;
    border-left: 0.25em solid transparent;
    border-right: 0.25em solid transparent;
    overflow: hidden;
}

#logo-slider .logo-slider-item {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
}

#logo-slider .logo-slider-inset {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0.5em 0.25em;
    overflow: hidden;
    width: 135px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    padding-top: 8%;
}

    #logo-slider .logo-slider-inset img {
        aspect-ratio: 3 / 2;
        object-fit: contain;
        width: 100%;
    }

@media (max-width: 60em) {
    #logo-slider .logo-slider-item {
        width: 33.33%;
    }

    #logo-slider {
        height: 10em;
    }
}

@media (max-width: 45em) {
    #logo-slider .logo-slider-item {
        width: 50%;
    }

    #logo-slider {
        height: 12em;
    }
}

@media (max-width: 30em) {
    #logo-slider .logo-slider-item {
        width: 100%;
    }

    #logo-slider {
        height: 12em;
    }
}

.speechesheading h2 {
    font-weight: 800;
    font-size: 215%;
    text-transform: none;
}

.support-banner {
    background-image: url(../images/support-banner.png);
}

.wesupportpage h1 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 36px;
}

.form-group {
    margin: 15px 0;
}

.wesupportpage select,
input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ced4da;
}

    .wesupportpage select,
    input:focus-visible {
        outline: none;
    }

label {
    margin-bottom: 0.5rem;
}

.wesupportpage .form-group button {
    padding: 12px 20px;
    background: #2a8dd0;
}

.help-desk {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.help-box {
    width: 30%;
    border-radius: 5px;
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    padding: 25px 0 23px;
    text-align: center;
}

    .help-box i {
        color: #ff3115;
        font-size: 36px;
        margin: 0;
        padding: 0;
    }

    .help-box h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #212121;
        margin: 0;
        padding: 15px 0;
    }

.wesupportpage h2 {
    font-weight: 600;
    font-size: 22px;
}

.card .card-body .icon-wrapper i {
    font-size: 25px;
}

.card-body .icon-wrapper {
    border: 1px solid #e0e0e0;
    width: 75px;
    display: inline-block;
    height: 75px;
    padding: 25px 10px;
    border-radius: 50%;
}

.whyupsidaheading ul li {
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: break-word;
    letter-spacing: 0.5px;
    list-style: circle;
}

.whyupsidaheading .functions h2 {
    font-weight: 600;
}

.investorguide-btm {
    background-image: url(../images/az-subtle.png) !important;
    /* background-size: cover; */
    background-color: #ffffff;
    padding-bottom: 60px;
}

.linkstitle1 {
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    color: #000;
    position: relative;
    top: auto;
    padding-bottom: 15px;
    padding-top: 40px;
}

.investorguide-btm .galleryCard img {
    object-fit: contain;
    height: 200px;
}

.investmentupsida {
    background-image: url(../images/invest.jpg);
}

.accordion {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    background: #e0e0e0;
    border-bottom: 1px solid #fff;
    color: #333;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease-in-out;
}

.accordion-icon {
    transition: transform 0.3s ease-in-out;
}

.accordion-content {
    background: #f1f1f1;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 15px;
}

    .accordion-content p {
        margin: 10px 0;
    }

    .accordion-content ul li {
        font-size: 16px;
        line-height: 1.8;
        overflow-wrap: break-word;
        letter-spacing: 0.5px;
        list-style: circle;
    }

.projects li {
    float: left;
    /* background: #167ac6; */
    padding: 10px;
    margin-right: 11px;
    list-style: none;
    width: 24%;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-image: linear-gradient(39deg, #032c9f 40%, #623aa2 100%);
}

    .projects li img {
        display: block;
        margin: 0 auto;
    }

    .projects li a span {
        background: #eb3636;
        color: #fff;
        padding: 2px 6px;
        font-weight: 300;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 14px;
    }

    .projects li p {
        display: block;
        color: #ffffff;
        margin-top: 7px;
        text-decoration: none;
        font-size: 13px;
        padding-top: 8px;
        margin: 0px;
    }

/* Sarvesh 27-03-25 */
.custom-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    color: white;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

    .custom-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        transition: background 0.3s ease-in-out;
        z-index: 1;
    }

/* Background image */
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: filter 0.5s ease-in-out;
}

/* Blur effect on hover */
.custom-card:hover .card-bg {
    filter: blur(8px);
}

/* Content (text and buttons) */

/* Print button initially hidden */
.print-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
    background: #ff8800;
    color: white;
}

    .print-btn:hover {
        background-color: #ee9936;
    }

/* Show print button on hover */
.custom-card:hover .print-btn {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}

/* Background Styling */
.contectusSideBG {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://www.stagingupsida.com/images/img-1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-in-out;
}

.contact-box .btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient( legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100% );
    background: -webkit-gradient( linear, left top, right top, from(#ff4d7e), to(#ff6a5b) );
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

    .contact-box .btn-danger-gradiant:hover {
        background: #ff6a5b;
        background: -webkit-linear-gradient( legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100% );
        background: -webkit-gradient( linear, left top, right top, from(#ff6a5b), to(#ff4d7e) );
        background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
        background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
        background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
    }

.icon-circle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background: #ff4d7e;
    cursor: pointer;
    background: -webkit-linear-gradient( legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100% );
    background: -webkit-gradient( linear, left top, right top, from(#ff4d7e), to(#ff6a5b) );
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

    .icon-circle:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.4);
        background: #ff6a5b;
        background: -webkit-linear-gradient( legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100% );
        background: -webkit-gradient( linear, left top, right top, from(#ff6a5b), to(#ff4d7e) );
        background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
        background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
        background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
    }

.contact-box .form-group .form-control {
    height: 55px !important;
}

.contact-box button {
    padding: 15px 35px !important;
}

.mmps {
    height: 430px !important;
}

.e-section {
    padding: 50px 0px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.tab-button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    background: lightgray;
    cursor: pointer;
    transition: background 0.3s;
}

    .tab-button.active {
        background: dodgerblue;
        color: white;
    }

.tab-content {
    display: none;
    padding: 20px;
}

    .tab-content.active {
        display: block;
    }

.login-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: left;
}

    .login-container input {
        width: 100%;
        padding: 12px 10px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 0px;
    }

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.captcha-box {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.login-container button {
    background: dodgerblue;
    color: white;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 0px;
}

.form-btn {
    text-align: center;
}

.application-section .btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 40px;
    color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    width: 100%;
}

    .application-section .btn::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        top: 0;
        left: -100%;
        transition: 0.5s;
    }

    .application-section .btn:hover::before {
        left: 100%;
    }

    .application-section .btn:hover {
        box-shadow: 0 0 20px #e0e0e0, 0 0 4px #e0e0e0;
        transform: scale(1.1);
    }

.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #007bff;
    color: white;
    padding: 10px 0;
}

    .marquee-container .marquee {
        display: flex;
        white-space: nowrap;
        animation: marquee 30s linear infinite;
        font-size: 18px;
        font-weight: bold;
        background: none;
    }

.marquee a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

    .marquee a:hover {
        text-decoration: underline;
    }

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.headingwrp {
    text-align: center;
    position: relative;
}

.headingtext {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
}

    .headingtext::before,
    .headingtext::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #ff9933;
        left: 0;
    }

    .headingtext::before {
        top: 0;
    }

    .headingtext::after {
        bottom: 0;
    }

.highlight {
    color: #ff9933;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-in-out forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add by sarvesh */
.main-menu {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    z-index: 99;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transition-all {
    transition: all 0.3s ease;
}

.pink-gradiant-btn {
    background: #ff4d7e;
    background: -webkit-linear-gradient( legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100% );
    background: -webkit-gradient( linear, left top, right top, from(#ff4d7e), to(#ff6a5b) );
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

    .pink-gradiant-btn:hover {
        background: #ff6a5b;
        background: -webkit-linear-gradient( legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100% );
        background: -webkit-gradient( linear, left top, right top, from(#ff6a5b), to(#ff4d7e) );
        background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
        background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
        background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
    }

.js-tabs-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: white;
    display: flex;
    min-height: 500px;
}

.js-tabs-buttons {
    width: 250px;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    background: #2c3e50;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.js-tab-button {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: transparent;
    color: white;
    text-align: left;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
}

    .js-tab-button:hover {
        background: #34495e;
        transform: scale(1.2);
    }

    .js-tab-button.active {
        background: #3498db;
    }

.js-tabs-content {
    flex-grow: 1;
    background: white;
    position: relative;
}

.js-tab-pane {
    display: none;
}

    .js-tab-pane.active {
        display: block;
        animation: fadeIn 0.5s ease;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive styles */
@media (max-width: 768px) {
    .js-tabs-container {
        flex-direction: column;
    }

    .js-tabs-buttons {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
    }

    .js-tab-button {
        flex: 0 0 auto;
        width: auto;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.odd-plotdiv {
    position: relative;
    width: 200px;
    background: #337ab7;
    height: 85px;
    padding: 15px 12px;
    color: #fff;
    margin-top: 1px;
    transition: 0.3s ease all;
    cursor: pointer;
}

.even-plotdiv {
    position: relative;
    width: 200px;
    background: #08b5a6;
    height: 85px;
    padding: 17px 12px;
    color: #fff;
    margin-top: 1px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.odd-plotdiv:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(66, 170, 225, 0);
    border-left-color: #337ab7;
    border-width: 43px;
    top: 35%;
    margin-top: -30px;
}

.even-plotdiv:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(66, 170, 225, 0);
    border-left-color: #08b5a6;
    border-width: 43px;
    top: 35%;
    margin-top: -30px;
}

.even-plotdiv:hover {
    margin-left: 10px;
    cursor: pointer;
}

.odd-plotdiv:hover {
    margin-left: 10px;
    cursor: pointer;
}

/* Dynamic Table Styles */
.table-container {
    margin: 20px auto;
    max-width: 1200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.table-header {
    background-color: #2c3e50;
    color: white;
    padding: 15px;
}

.table-controls {
    background: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}

.table-footer {
    background: #f8f9fa;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.sortable {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.sort-icon {
    margin-left: 5px;
    opacity: 0.3;
}

.sortable.asc .sort-icon,
.sortable.desc .sort-icon {
    opacity: 1;
}

.sortable.asc .sort-icon {
    content: "↑";
}

.sortable.desc .sort-icon {
    content: "↓";
}

.pagination .page-item.active .page-link {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.pagination .page-link {
    color: #2c3e50;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-footer {
        flex-direction: column;
        gap: 15px;
    }
}

/* Landk BANK UPSIDA */

.impo-information li {
    list-style: none;
    width: 23%;
    float: left;
    background-color: #ffffff;
    margin-left: 2%;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 1%;
    min-height: 86px;
    text-align: center;
    border: 1px solid #dd0000d9;
    font-weight: 500;
    box-shadow: 0px 2px 7px #ccc;
    transition: all 0.2s ease-in-out;
}

    .impo-information li a {
        text-align: center;
        text-transform: uppercase;
        color: #02126a;
        font-size: 18px;
        text-decoration: none;
    }

    .impo-information li select {
        width: 100%;
        display: block;
        text-align: left;
        margin-top: 11px;
        border: 1px solid #ccc;
        padding: 5px 7px;
        text-transform: uppercase;
        font-size: 12px;
        height: 40px;
    }

.buttons-excel {
    padding: 3px 20px;
    border-radius: 5px;
    background-color: #cae9ff;
}

.buttons-print {
    padding: 3px 20px;
    border-radius: 5px;
    background-color: #009688;
    color: white;
}

/* // Sarvesh 02/04/2025 */

.intentBG {
    background-image: url("../images/az-subtle.png");
}

    .intentBG .intentForm {
        background: rgba(255, 255, 255, 0.1); /* Transparent white */
        backdrop-filter: blur(10px); /* Blur effect */
        border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow */
        border-radius: 10px;
    }

    .intentBG .formTitle {
        background: chocolate;
        padding: 10px 0;
        border-radius: 10px;
        color: white;
        font-weight: 700;
    }

    .intentBG label {
        position: relative;
    }

        .intentBG label::after {
            content: "*";
            position: absolute;
            top: 1px;
            right: -16px;
            color: red;
            font-size: 20px;
        }

    .intentBG .input-icon {
        position: absolute;
        right: 15px;
        top: 70%;
        transform: translateY(-50%);
        cursor: pointer;
        color: gray;
    }
/* bellow css rahul 03/04/25 */
.carousel-inner .stat-card button {
    background-color: #0a2a66;
    position: relative;
    top: -20px;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px;
    border-radius: 5px;
}

.homepage .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.homepage .modal-header button {
    border: 0px;
    right: -10px;
    color: #000;
    top: -10px;
    padding: 1px 15px;
    border-radius: 50%;
}

/* sarvesh 03/04/25 */
.video-slide {
    position: relative;
}

.heroSliderText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

    .heroSliderText h1 {
        font-size: 60px;
        font-weight: 700;
    }

    .heroSliderText button {
        margin-top: 10px;
        transition: all 350ms ease-in-out;
        background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
        border: none;
        padding: 8px 15px;
        color: white;
        border-radius: 10px;
    }

.comonTable {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

    .comonTable th,
    .comonTable td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .comonTable th {
        background-color: black;
    }

.dt-buttons {
    display: inline;
}

/* 04/04/2025*/
.secOuterFeedback {
    background-color: #edf2f7;
}

.form-containerFeedback {
    max-width: 900px;
    margin: auto;
    padding: 50px 20px;
    font-family: "Inter", sans-serif;
}

.investor-formFeedback {
    background: white;
    padding: 40px;
    /* border-radius: 12px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.form-headerFeedback {
    text-align: center;
    color: #2d3748;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.8rem;
}

.form-gridFeedback {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 16px;
}

.form-groupFeedback {
    display: flex;
    flex-direction: column;
}

    .form-groupFeedback label {
        font-size: 0.9rem;
        color: #4a5568;
        margin-bottom: 8px;
        font-weight: 500;
    }

    .form-groupFeedback input,
    .form-groupFeedback select {
        padding: 12px 15px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .form-groupFeedback input:focus,
        .form-groupFeedback select:focus {
            outline: none;
            border-color: #4299e1;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
            background-color: white;
        }

.phone-inputFeedback {
    display: flex;
    align-items: center;
}

.country-codeFeedback {
    padding: 12px;
    background-color: #edf2f7;
    border: 1px solid #e2e8f0;
    border-radius: 8px 0 0 8px;
    font-size: 0.9rem;
    margin-right: -1px;
}

.phone-inputFeedback input {
    border-radius: 0 8px 8px 0 !important;
    flex: 1;
}

.form-groupFeedback select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a5568' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.submit-btnFeedback {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 40px auto 0;
    padding: 14px;
    background-color: #4299e1;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .submit-btnFeedback:hover {
        background-color: #3182ce;
        transform: translateY(-2px);
    }

#grdPlotDataLandBank {
    font-size: 0.85rem;
}

    #grdPlotDataLandBank th {
        white-space: nowrap;
        vertical-align: middle;
    }

    #grdPlotDataLandBank td {
        vertical-align: middle;
    }

.table-responsiveLandBank {
    overflow-x: auto;
}

.Smart_BoardModal .modal-dialog {
    max-width: 800px !important;
}

    .Smart_BoardModal .modal-dialog .modal-content {
        max-width: 100% !important;
    }

        .Smart_BoardModal .modal-dialog .modal-content .CloseButton {
            position: absolute;
            border: 0px;
            right: -10px;
            color: #000;
            top: -10px;
            padding: 2px 15px;
            border-radius: 50%;
            font-size: 28px;
        }

.smartModal .modal-dialog {
    width: 60%;
}

.blikText {
    font-size: 25px;
    /* font-family: cursive; */
    color: white;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.upcomingNew {
    position: absolute;
    top: -2px;
    right: -11px;
    font-size: 9px;
    background: linear-gradient( 90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100% );
    line-height: normal;
    padding: 4px 9px;
    border-radius: 15px;
}

.video-slider-btn {
    z-index: 1;
}

.custom-pause-btn {
    z-index: 1;
}

@media (max-width: 781px) {
    .row .market-options {
        width: 100%;
    }

    #marketplace-box {
        padding-right: 1rem;
    }

    .question-btns {
        width: 95%;
        margin: 0.5rem;
    }


    .photo-gallery-bg {
        padding: 0px !important;
        height: 75rem;
    }

    .social-media-bg .row {
        padding-top: 1rem !important;
    }

    .nav {
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .list-styled {
        width: 100%;
        padding: 0rem 1.5rem !important;
    }
}

.btn-bouncy {
    transition: all 0.3s ease;
}

    .btn-bouncy:hover {
        transform: scale(1.05);
    }

    .btn-bouncy:active {
        transform: scale(0.98);
    }

#exampleModalPoster {
    display: flex;
    justify-content: center;
}

#form-container {
    background-color: #f5f5f5;
    border-radius: 10px;
    color: #000000;
}

h4 {
    color: #000000;
    border-bottom: 3px solid #ff7f00;
    display: inline-block;
    margin-bottom: 20px;
}

.form-block {
    padding: 8px 15px;
}

.form-label {
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
    min-width: 110px;
}
.send_message {
    background: linear-gradient(90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100%) !important;
    border: none;
}

.form-control {
    border: 2px solid transparent;
    border-radius: 6px;
    color: #000;
    transition: border-color 0.2s ease-in-out;
    padding: 0.45rem 0.75rem;
    font-size: 0.95rem;
    width: 100%;
    background: none !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

    .form-control:focus {
        border:none !important;
        background-color: #d0d0d0;
        box-shadow: none;
    }

.submit-btn {
    background-color: #ff7f00;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
}
.card-header {
    background: linear-gradient(90deg, rgb(244 198 25) 0%, rgb(243 107 52) 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100%) !important;
}

    .submit-btn:hover {
        background-color: #e36800;
    }

.form-inline-row {
    display: flex;
    align-items: center;
}

@keyframes top_bottom {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.ui-menu {
    top: 500px !important;
    width: 315.625px !important;
    right: 0px !important;
    position: fixed !important;
    font-size: 16px !important;
    left: 1029px !important;
    height: 100px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
}
