@media (min-width: 991px) {

    /* body {
        background-color: green;
    } */
    .navbar-nav {
        margin-left: auto;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .navbar-nav {
        margin-left: 200px;
    }
}

.mat-elevation-z8 {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)
}

.imggg {
    width: 200px;
    height: 350px;
}

.hide-on-mobile {
    display: none;
}

@media (min-width: 1024px) {
    .hide-on-mobile {
        display: block;
    }

    .client-list-container {
        height: 300px !important;
        overflow: hidden;
    }
}


body {
    height: 200vh;
    margin: 0;
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    top: 0;
}

.scrolling-container#scrollContainer2 {
    top: 50px;
}

.scrolling-text {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
}

.scrolling-text {
    white-space: nowrap;
    overflow-x: auto;
}

.banner {
    background: url('https://res.cloudinary.com/skg-projects/image/upload/v1754469253/ai-generated-subtle-dark-gradient-background-with-floor-horizontal-ai-generative-free-photo_acqtir.jpg') center center/cover no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
    color: #fff;
    min-height: 100vh;
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 0;
}

.banner > * {
    position: relative;
    z-index: 2;
}

.col.banner.alternative {
    text-align: left;
}

.container-sm.d-block.d-md-flex.flex-wrap.p-0.mt-5 {
    text-align: left;
}

.col.p-0.pt-md-5.mt-5 {
    text-align: left;
}

.subheading {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .subheading {
        font-size: 1rem;
        margin-top: 1rem;
    }
}

.feature-section .floating-text {
    position: relative;
}

.empowering {
    position: relative;
}

.creativity {
    position: relative;
}

.features2 {
    padding: 15px;
    transition: linear 0.6s;
    text-align: left;
}

.testimonial-card {
    text-align: left;
}

.client-list-container {
    text-align: left;
}

/* Additional styles */
.first_line {
    border-left: solid #52b6ff;
    /* Border on all sides with color #52B6FF */
    padding-left: 10px;
    stroke-width: 8px;
    stroke: #52b6ff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.22px;
    border-width: 8px;
}

/* Style for the AI powered heading */
.ai-powered-heading {
    /* Removed overflow restrictions to allow natural text wrapping */
}

.subheading {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 200;
    letter-spacing: 0.4px;
    border-radius: 6px;
    line-height: 1.6;
}

@media (max-width: 759px) {

    .banner .subheading {
        margin-top: 2.4rem !important;
    }

    .feature-section .floating-text {
        font-size: 2.1rem;
        font-weight: 700;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .floating-text1 {
        top: -30px;
    }

    .feature-section .heading {
        font-size: 2.5rem;
    }

    .feature-section .para {
        font-size: 0.8rem;
        line-height: 1.5;
        letter-spacing: 0.6px;
        font-weight: 300;
    }

    .empowering {
        margin: 0px 0px 0px 0px;
        font-size: 3rem;
        font-weight: 700;
        line-height: 50px;
        background-position: 0px -110px !important;
        background-size: 111% auto !important;
        text-shadow: 17px -11px 0px #fff !important;
    }

    .creativity {
        left: 37%;
        margin-left: 25%;
        font-size: 50px;
        letter-spacing: 0.8px;
    }

    .task-section p {
        font-size: 6px;
        line-height: 1.6;
    }

    .task-section mat-icon {
        height: 6px;
        width: 6px;
        font-size: 6px;
    }

    .section3 h2 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 2rem;
        letter-spacing: 2.5px;
        margin: 1rem 0;
    }

    .section3 h3 {
        font-size: 18px;
        font-weight: 300 !important;
        letter-spacing: 1px;
        width: 100%;
        line-height: 2;
    }
}

@media (min-width: 768px) {
    .banner h2 {
        font-size: 14px;
        line-height: 2;
    }

    .empowering {
        margin: 0px 0px 0px 0px;
        font-size: 6rem;
        font-weight: 700;
        line-height: 100px;
        background-position: 0px -201px !important;
        background-size: 111% auto !important;
        text-shadow: 17px -11px 0px #fff !important;
    }

    .creativity {
        left: 37%;
        margin-left: 25%;
        font-size: 90px;
        line-height: 90px;
        letter-spacing: 0.8px;
    }

    .feature-section .floating-text {
        font-size: 4.6rem;
        font-weight: 800;
        margin-left: 6% !important;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .heading {
        font-size: 3.5rem;
    }

    .feature-section .para {
        font-size: 0.8rem;
        line-height: 1.5;
        letter-spacing: 0.6px;
        font-weight: 300;
    }

    .shotTable {
        border: none;
        font-size: 0.6rem;
        line-height: 1.6;
    }

    .shotTable th {
        border: none;
        vertical-align: middle;
        font-weight: 400;
    }

    .shotTable td {
        border: none;
        vertical-align: middle;
        font-weight: 300;
    }

    .task-section p {
        font-size: 8px;
        line-height: 1.6;
    }

    .task-section mat-icon {
        height: 8px;
        width: 8px;
        font-size: 8px;
    }

    .section3 h2 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 3rem;
        letter-spacing: 2.5px;
        margin: 2rem 0;
    }

    .section3 h3 {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 1px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .feature-section .floating-text {
        font-size: 6rem;
        font-weight: 900;
        margin-left: 10% !important;
        color: #e5e5e5;
        top: 0;
    }

    .feature-section .heading {
        font-size: 3.2rem;
    }

    .feature-section .para {
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: 0.6px;
        font-weight: 300;
    }

    .shotTable {
        border: none;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .shotTable th {
        border: none;
        vertical-align: middle;
        font-weight: 400;
    }

    .shotTable td {
        border: none;
        vertical-align: middle;
        font-weight: 300;
    }

    .task-section p {
        font-size: 10px;
        line-height: 1.8;
    }

    .task-section mat-icon {
        height: 10px;
        width: 10px;
        font-size: 10px;
    }

    .section3 h2 {
        font-weight: 700;
        line-height: 1.2;
        font-size: 3rem;
        letter-spacing: 2.5px;
        margin: 2rem 0;
    }

    .section3 h3 {
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 1px;
        width: 100%;
    }
}

.feature-section .floating-text {
    position: absolute;
    color: black;
    /* line-height: 1; */
    z-index: 0;
    font-weight: 700;
}

.feature-section .heading {
    font-weight: 200;
}

.feature-section .para {
    letter-spacing: 0.6px;
    color: #3c3c3c;
}

h1 {
    line-height: 1.4;
    color: #fff;
    font-size: 52px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

h2 {
    line-height: 1.2;
    font-size: 44px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

h3 {
    line-height: 1.2;
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: none !important;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

.customers {
    line-height: 1.2;
    font-size: 44px !important;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: none !important;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

.section3 {
    background: linear-gradient(180deg, black, #3f51b5, #fff 0);
    color: #fff;
    margin-top: 0;
}

.section3 h2 {
    text-align: center;
    line-height: 1.6;
}

.section3 h3 {
    text-align: center;
    font-weight: 300;
    width: 100%;
}

.subheading {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 200;
    letter-spacing: 0.4px;
    border-radius: 6px;
    line-height: 1.6;
}

.overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15); /* Lighter semi-transparent overlay */
    z-index: 0;
}

.features1 {
    padding: 15px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: linear 0.6s;
}

.features1 mat-icon {
    transition: linear 0.3s;
    font-size: 2.5rem;
}

.features1 h3 {
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 12px;
    transition: linear 0.3s;
    margin-top: 6px;
}

.features1 p {
    letter-spacing: 0.6px;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.features1:hover {
    border-left: 4px solid #7489ff;
    transition: linear 0.6s;
}

.features1:hover h3,
.features1:hover mat-icon {
    transition: linear 0.3s;
    color: #7489ff;
}

.laptopPage {
    position: absolute;
    background-color: #fff;
    top: 130px;
    font-size: 8px;
    left: 220px;
}

.gradient-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background: linear-gradient(to right, #000b28, #3d005b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.gradient-bg .floating-text {
    font-size: 4.6rem;
    font-weight: 800;
    margin-left: 6% !important;
    color: #e5e5e5;
    top: 20px;
}

.gradient-bg .heading,
.gradient-bg .para {
    color: #e5e5e5;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.testimonial-card mat-card-title,
.testimonial-card mat-card-subtitle {
    margin: 0;
}

.testimonial-card p {
    line-height: 1.6;
    letter-spacing: 0.6px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0 !important;
}

a {
    text-decoration: none;
}

.example-2 .wrapper {
    border-radius: 10px !important;
}

.example-2 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1;
}

.example-2 .header {
    color: #fff;
    padding: 1em;
}

.example-2 .header::before,
.example-2 .header::after {
    content: '';
    display: table;
}

.example-2 .header::after {
    clear: both;
}

.example-2 .header .date {
    position: absolute;
    font-size: 12px;
    top: 0;
    background: #fff;
    color: #000;
    padding: 0 8px;
    font-weight: 400;
    border-radius: 6px;
}

.example-2 .menu-content {
    float: right;
}

.example-2 .menu-content li {
    margin: 0 5px;
    position: relative;
}

.example-2 .menu-content span {
    transition: all 0.3s;
    opacity: 0;
}

.example-2 .data {
    color: #fff;
    transform: translateY(calc(70px + 4em));
}

.example-2 .title a {
    color: #fff;
}

.example-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.example-2 .button::after {
    content: '\2192';
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.example-2 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

img {
    width: 100%;
    height: auto;
}

.empowering {
    color: rgba(255, 255, 255, 0);
    -webkit-background-clip: text !important;
    font-style: normal;
    /* background: url('https://res.cloudinary.com/skg-projects/image/upload/f_auto/q_auto/c_scale,w_1024/f_webp/v1671666971/text-mask-image-1_x73vdz.webp'); */
    background-color: #7a7a7a;
    background-repeat: no-repeat;
    text-shadow: 17px -11px 0px #fff;
}

.creativity {
    text-transform: uppercase;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

@media only screen and (min-width: 768px) {
    .partner-wrapper .center-img {
        display: block;
        margin: auto;
        height: 100px;
        width: 50%;
    }

    .partner-wrapper p {
        bottom: 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 0.5rem;
        letter-spacing: 0.4px;
    }

    .publication-card .wrapper {
        background-color: #fff;
        min-height: 440px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .publication-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .publication-card .data {
        color: #fff;
        transform: translateY(calc(25px + 4em));
    }

    .blog-card {
        float: left;
        padding: 0 1.7rem;
        width: 50%;
        border-radius: 10px !important;
    }

    .blog-card h1 {
        font-weight: 100;
        font-size: 2rem;
    }

    .blog-card p {
        margin: 10px 0px 0px 0rem !important;
        line-height: 1.2;
        font-weight: 200;
        letter-spacing: 0.6px;
        line-height: 1.4rem;
    }

    .blog-card .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .blog-card .menu-content::before,
    .blog-card .menu-content::after {
        content: '';
        display: table;
    }

    .blog-card .menu-content::after {
        clear: both;
    }

    .blog-card .menu-content li {
        display: inline-block;
    }

    .blog-card .menu-content a {
        color: #fff;
    }

    .blog-card .menu-content span {
        position: absolute;
        left: 50%;
        top: 0;
        font-size: 10px;
        font-weight: 700;
        font-family: 'Open Sans';
        transform: translate(-50%, 0);
    }

    .blog-card .wrapper {
        background-color: #fff;
        min-height: 440px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .blog-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .blog-card .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(calc(70px + 1em));
        transition: transform 0.3s;
    }

    .blog-card .data .content {
        padding: 1em;
        position: relative;
        background: linear-gradient(356deg, black, #232323 ad) !important;
        z-index: 1;
    }

    .blog-card .author {
        font-size: 12px;
    }

    .blog-card .title {
        margin-top: 10px;
    }

    .blog-card .text {
        height: max-content;
        max-height: 10rem;
        margin: 0;
        color: #fff;
    }

    .blog-card input[type='checkbox'] {
        display: none;
    }

    .blog-card input[type='checkbox']:checked+.menu-content {
        transform: translateY(-60px);
    }
}

@media only screen and (max-width: 768px) {
    .partner-wrapper .center-img {
        display: block;
        margin: auto;
        height: auto;
        width: 50%;
    }

    .partner-wrapper p {
        bottom: 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 0.5rem;
        list-style: 1.2;
        line-height: 1.2;
        letter-spacing: 0.4px;
    }

    .publication-card .wrapper {
        background-color: #fff;
        min-height: 310px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .publication-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .publication-card .data {
        color: #fff;
        transform: translateY(calc(25px + 4em));
    }

    .blog-card {
        float: left;
        padding: 0 0.4rem;
        width: 50%;
        border-radius: 10px !important;
    }

    .blog-card h1 {
        font-weight: 100;
        font-size: 1rem;
    }

    .blog-card p {
        margin: 8px 0px 0px 0rem !important;
        line-height: 1;
        font-weight: 200;
        letter-spacing: 0.4px;
        line-height: 1rem;
    }

    .blog-card .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .blog-card .menu-content::before,
    .blog-card .menu-content::after {
        content: '';
        display: table;
    }

    .blog-card .menu-content::after {
        clear: both;
    }

    .blog-card .menu-content li {
        display: inline-block;
    }

    .blog-card .menu-content a {
        color: #fff;
    }

    .blog-card .menu-content span {
        position: absolute;
        left: 40%;
        top: 0;
        font-size: 8px;
        font-weight: 600;
        font-family: 'Open Sans';
        transform: translate(-50%, 0);
    }

    .blog-card .wrapper {
        background-color: #fff;
        min-height: 340px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .blog-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .blog-card .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(calc(70px + 1em));
        transition: transform 0.3s;
    }

    .blog-card .data .content {
        padding: 1em;
        position: relative;
        background: linear-gradient(356deg, black, #232323 ad) !important;
        z-index: 1;
    }

    .blog-card .author {
        font-size: 10px;
    }

    .blog-card .title {
        margin-top: 8px;
    }

    .blog-card .text {
        height: max-content;
        max-height: 8rem;
        margin: 0;
        color: #fff;
    }

    .blog-card input[type='checkbox'] {
        display: none;
    }

    .blog-card input[type='checkbox']:checked+.menu-content {
        transform: translateY(-50px);
    }
}

.client-list {
    display: flex;
    animation: moveRight 45s linear infinite;
}

.client-list img {
    width: 100px;
    height: 100px;
    margin-right: 50px;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-320%);
    }
}

@media (max-width: 759px) {
    .unleash-3 {
        font-size: 10px;
        font-weight: 800;
        line-height: 57px;
        letter-spacing: 0em;
        text-align: center;
    }

    .embark {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: center;
    }

    .image-1 {
        width: 35px;
        height: 35px;
    }

    .display {
        display: flex;
        gap: 50px;
    }

    .display-1 {
        display: flex;
    }
}

@media (min-width: 768px) {
    .unleash-3 {
        font-size: 42px;
        font-weight: 800;
        line-height: 57px;
        letter-spacing: 0em;
        text-align: center;
    }

    .embark {
        font-size: 21px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: center;
    }

    .image-1 {
        width: 50px;
        height: 50px;
    }

    .display {
        display: flex;
        gap: 50px;
    }

    .display-1 {
        display: flex;
        gap: 60px;
    }
}

.left-scroll {
    position: absolute;
    left: 83.2px;
}

.right-scroll {
    position: absolute;
    right: -2410px;
}

.left-scroll-1 {
    position: absolute;
    left: 1937.2px;
}

.right-scroll-1 {
    position: absolute;
    right: -1970px;
}

.scroll-matcard {
    display: inline-block;
    position: relative;
    right: -3000px;
}

.features2 {
    padding: 15px;
    transition: linear 0.6s;
}

.features2 h3 {
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 12px;
    transition: linear 0.3s;
    margin-top: 6px;
}

.features2 p {
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 12px;
    line-height: 1.4;
    text-align: justify;
}

@media (max-width: 400px) {
    .mob_p {
        padding-top: 45px;
    }
}
@media (min-width:400px) and (max-width: 759px) {
    .mob_p {
        padding-top: 45px;
    }
}

.feature-section .heading-enhanced {
    font-weight: 300;
}

@media (max-width: 759px) {
    .feature-section .heading-enhanced {
        font-size: 1.5rem;
    }
}

@media (max-width: 759px) {

    .banner .subheading {
        margin-top: 2.4rem !important;
        font-size: 0.8rem;
    }

    .feature-section .floating-text {
        font-size: 2.1rem;
        font-weight: 700;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .floating-text1 {
        top: -30px;
    }

    .feature-section .floating-text-2 {
        font-size: 1.5rem;
        font-weight: 800;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .floating-text-3 {
        font-size: 3rem;
        font-weight: 800;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .floating-text-4 {
        font-size: 2rem;
        font-weight: 800;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .floating-text-5 {
        font-size: 1.1rem;
        font-weight: 800;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .floating-text-6 {
        font-size: 1.6rem;
        font-weight: 800;
        padding-left: 6% !important;
        top: 40px;
        width: inherit;
        overflow: hidden;
        left: 0;
    }

    .feature-section .heading {
        font-size: 2rem;
    }

    .feature-section .heading-advance {
        font-size: 1.5rem;
    }

    .feature-section .heading-visualise {
        font-size: 1.1rem;
    }

    .feature-section .heading-effort {
        font-size: 1.1rem;
    }

    .feature-section .heading-multi {
        font-size: 1.1rem;
    }

    .feature-section .heading-streamline {
        font-size: 0.9rem;
    }

    .feature-section .heading-instant {
        font-size: 1rem;
    }

    .feature-section .heading-efficient {
        font-size: 0.8rem;
    }

    .feature-section .heading-embark {
        font-size: 1.1rem;
    }

    .feature-section .para {
        font-size: 0.8rem;
        line-height: 1.5;
        letter-spacing: 0.6px;
        font-weight: 300;
    }

    .creativity {
        left: 14%;
        margin-left: 25%;
        font-size: 2rem;
        letter-spacing: 0.8px;
        font-weight: 700;
    }

    .section3 h2 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 2rem;
        letter-spacing: 2.5px;
        margin: 1rem 0;
    }

    .section3 h3 {
        font-size: 18px;
        font-weight: 300 !important;
        letter-spacing: 1px;
        width: 100%;
        line-height: 2;
    }

    .section4 h2 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 2rem;
        letter-spacing: 2.5px;
        margin: 1rem 0;
    }

    .section4 h3 {
        font-size: 18px;
        font-weight: 400 !important;
        letter-spacing: 1px;
        width: 100%;
        line-height: 2;
    }

    .heading-1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }

    .s-btn.type1 {
        font-size: 12px;
    }
}
@media (max-width: 480px){
    .feature-section .heading-streamline {
        font-size: 20px;
    }
    .feature-section .heading-streamline2 {
        padding-top: 30px !important
    }
}
@media (min-width: 485px) and (max-width: 759px){
    .feature-section .heading-streamline {
        font-size: 20px;
        padding-top: 15px;
    }
}
@media (min-width: 768px) {

    .creativity {
        font-size: 3rem;
        line-height: 90px;
        letter-spacing: 0.8px;
        font-weight: 700;
    }

    .feature-section .floating-text {
        font-size: 4.6rem;
        font-weight: 800;
        margin-left: 6% !important;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .floating-text-2 {
        font-size: 3rem;
        font-weight: 800;
        margin-left: 6% !important;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .floating-text-3 {
        font-size: 4rem;
        font-weight: 800;
        margin-left: 6% !important;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .floating-text-4 {
        font-size: 4rem;
        font-weight: 800;
        margin-left: 6% !important;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .floating-text-5 {
        font-size: 3rem;
        font-weight: 800;
        margin-left: 6% !important;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .floating-text-6 {
        font-size: 3.5rem;
        font-weight: 800;
        color: #e5e5e5;
        top: 20px;
    }

    .feature-section .heading {
        font-size: 3.2rem;
    }

    .feature-section .heading-advance {
        font-size: 43px;
    }

    .feature-section .heading-visualise {
        font-size: 25px;
    }

    .feature-section .heading-effort {
        font-size: 25px;
    }

    .feature-section .heading-multi {
        font-size: 25px;
    }

    .feature-section .heading-streamline {
        font-size: 32px;
        padding-top: 25px;
    }

    .feature-section .heading-streamline2 {
        font-size: 32px;
        padding-top: 65px;
    }

    .feature-section .heading-efficient {
        font-size: 21px;
    }

    .feature-section .heading-embark {
        font-size: 30px;
    }

    .feature-section .para {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0.6px;
        font-weight: 300;
        color: #3c3c3c;
    }

    .section3 h2 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 3rem;
        letter-spacing: 2.5px;
        margin: 2rem 0;
    }

    .section3 h3 {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 1px;
        width: 100%;
    }

    .section4 h2 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 3rem;
        letter-spacing: 2.5px;
        margin: 2rem 0;
    }

    .section4 h3 {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        width: 100%;
    }

    .heading-1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .feature-section .floating-text {
        font-size: 5rem;
        font-weight: 700;

        color: #e5e5e5;
        top: 0;
    }

    .feature-section .floating-text-2 {
        font-size: 4rem;
        font-weight: 700;
        color: #e5e5e5;
        top: 0;
    }

    .feature-section .floating-text-3 {
        font-size: 6rem;
        font-weight: 700;
        color: #e5e5e5;
        top: 0;
    }

    .feature-section .floating-text-4 {
        font-size: 6rem;
        font-weight: 700;
        color: #e5e5e5;
        top: 0;
    }

    .feature-section .floating-text-5 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #e5e5e5;
        top: 0;
    }

    .feature-section .floating-text-6 {
        font-size: 7rem;
        font-weight: 900;
        margin-left: 1% !important;
        color: #e5e5e5;
        top: 0;
    }

    .feature-section .heading {
        font-size: 3.2rem;
    }

    .feature-section .heading-advance {
        font-size: 43px;
    }

    .feature-section .heading-visualise {
        font-size: 30px;
    }

    .feature-section .heading-effort {
        font-size: 30px;
    }

    .feature-section .heading-multi {
        font-size: 30px;
    }

    .feature-section .heading-streamline {
        margin-top: 20px;
        font-size: 32px;
    }

    .feature-section .heading-efficient {
        font-size: 23px;
    }

    .feature-section .heading-embark {
        font-size: 30px;
    }

    .feature-section .para {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.6px;
        font-weight: 300;
        color: #3c3c3c;
    }

    .shotTable {
        border: none;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .shotTable th {
        border: none;
        vertical-align: middle;
        font-weight: 400;
    }

    .shotTable td {
        border: none;
        vertical-align: middle;
        font-weight: 300;
    }

    .section3 h2 {
        font-weight: 700;
        line-height: 1.2;
        font-size: 3rem;
        letter-spacing: 2.5px;
        margin: 2rem 0;
    }

    .section3 h3 {
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 1px;
        width: 100%;
    }

    .section4 h2 {
        font-weight: 700;
        line-height: 1.2;
        font-size: 3rem;
        letter-spacing: 2.5px;
        margin: 2rem 0;
    }

    .section4 h3 {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1px;
        width: 100%;
    }

    .heading-1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }
}

.feature-section .floating-text {
    position: absolute;
    color: black;
    line-height: 1;
    z-index: 0;
}

.feature-section .floating-text-2 {
    position: absolute;
    color: black;
    line-height: 1;
    z-index: 0;
}

.feature-section .floating-text-3 {
    position: absolute;
    color: black;
    line-height: 1;
    z-index: 0;
}

.feature-section .floating-text-4 {
    position: absolute;
    color: black;
    line-height: 1;
    z-index: 0;
    font-size: 2.5rem;
    text-align: left;
}

.feature-section .floating-text-5 {
    position: absolute;
    color: black;
    line-height: 1;
    z-index: 0;
}

.feature-section .floating-text-6 {
    position: absolute;
    color: black;
    line-height: 1;
    z-index: 0;
}

.feature-section .heading {
    font-weight: 300;
}

.feature-section .heading-advance {
    font-weight: 300;
}

.feature-section .heading-visualise {
    font-weight: 300;
}

.feature-section .heading-effort {
    font-weight: 300;
}

.feature-section .heading-multi {
    font-weight: 300;
}

.feature-section .heading-streamline {
    font-weight: 300;
}

.feature-section .heading-instant {
    font-weight: 300;
}

.feature-section .heading-efficient {
    font-weight: 300;
}

.feature-section .heading-embark {
    font-weight: 300;
}

.feature-section .para {
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #3c3c3c;
}

h1 {
    line-height: 1.4;
    color: #fff;
    font-size: 52px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

h2 {
    line-height: 1.2;
    font-size: 44px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

h3 {
    line-height: 1.2;
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: none !important;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

.section3 {
    /* background: linear-gradient(180deg, black, #3f51b5, #fff 0); */
    background: linear-gradient(180deg, black, #3f51b5, #fff);

    color: #fff;
    margin-top: 0;
}

.section3 h2 {
    text-align: center;
    line-height: 1.6;
}

.section3 h3 {
    text-align: center;
    font-weight: 300;
    width: 100%;
}

.section4 {
    color: black;
    margin-top: 0;
}

.section4 h2 {
    text-align: center;
    line-height: 1.6;
}

.section4 h3 {
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.subheading {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 200;
    letter-spacing: 0.4px;
    border-radius: 6px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15); /* Lighter semi-transparent overlay */
    z-index: 0;
}

.features1 {
    padding: 15px;
    background-color: #191919;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: linear 0.6s;
}

.features1 mat-icon {
    transition: linear 0.3s;
    font-size: 2.5rem;
}

.features1 h3 {
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 12px;
    transition: linear 0.3s;
    margin-top: 6px;
}

.features1 p {
    letter-spacing: 0.6px;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.features1:hover {
    border-left: 4px solid #7489ff;
    transition: linear 0.6s;
}

.features1:hover h3,
.features1:hover mat-icon {
    transition: linear 0.3s;
    color: #7489ff;
}

.features2 {
    padding: 15px;
    transition: linear 0.6s;
}

.features2 h3 {
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 12px;
    transition: linear 0.3s;
    margin-top: 6px;
}

.features2 p {
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.gradient-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.gradient-bg .floating-text {
    font-size: 4.6rem;
    font-weight: 800;
    margin-left: 6% !important;
    color: #e5e5e5;
    top: 20px;
}

.gradient-bg .heading,
.gradient-bg .para {
    color: #e5e5e5;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.testimonial-card mat-card-title,
.testimonial-card mat-card-subtitle {
    margin: 0;
}

.testimonial-card p {
    line-height: 1.6;
    letter-spacing: 0.6px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0 !important;
}

a {
    text-decoration: none;
}

.example-2 .wrapper {
    border-radius: 10px !important;
}

.example-2 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1;
}

.example-2 .header {
    color: #fff;
    padding: 1em;
}

.example-2 .header::before,
.example-2 .header::after {
    content: '';
    display: table;
}

.example-2 .header::after {
    clear: both;
}

.example-2 .header .date {
    position: absolute;
    font-size: 12px;
    top: 0;
    background: #fff;
    color: #000;
    padding: 0 8px;
    font-weight: 400;
    border-radius: 6px;
}

.example-2 .menu-content {
    float: right;
}

.example-2 .menu-content li {
    margin: 0 5px;
    position: relative;
}

.example-2 .menu-content span {
    transition: all 0.3s;
    opacity: 0;
}

.example-2 .data {
    color: #fff;
    transform: translateY(calc(70px + 4em));
}

.example-2 .title a {
    color: #fff;
}

.example-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.example-2 .button::after {
    content: '\2192';
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.example-2 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .partner-wrapper .center-img {
        display: block;
        margin: auto;
        height: 100px;
        width: 50%;
    }

    .partner-wrapper p {
        bottom: 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 1rem;
        letter-spacing: 0.4px;
    }

    .publication-card .wrapper {
        background-color: #fff;
        min-height: 440px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .publication-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .publication-card .data {
        color: #fff;
        transform: translateY(calc(25px + 4em));
    }

    .blog-card {
        float: left;
        padding: 0 1.7rem;
        width: 50%;
        border-radius: 10px !important;
    }

    .blog-card h1 {
        font-weight: 100;
        font-size: 2rem;
    }

    .blog-card p {
        margin: 10px 0px 0px 0rem !important;
        line-height: 1.2;
        font-weight: 200;
        letter-spacing: 0.6px;
        line-height: 1.4rem;
    }

    .blog-card .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .blog-card .menu-content::before,
    .blog-card .menu-content::after {
        content: '';
        display: table;
    }

    .blog-card .menu-content::after {
        clear: both;
    }

    .blog-card .menu-content li {
        display: inline-block;
    }

    .blog-card .menu-content a {
        color: #fff;
    }

    .blog-card .menu-content span {
        position: absolute;
        left: 50%;
        top: 0;
        font-size: 10px;
        font-weight: 700;
        font-family: 'Open Sans';
        transform: translate(-50%, 0);
    }

    .blog-card .wrapper {
        background-color: #fff;
        min-height: 440px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .blog-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .blog-card .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(calc(70px + 1em));
        transition: transform 0.3s;
    }

    .blog-card .data .content {
        padding: 1em;
        position: relative;
        background: linear-gradient(356deg, black, #232323 ad) !important;
        z-index: 1;
    }

    .blog-card .author {
        font-size: 12px;
    }

    .blog-card .title {
        margin-top: 10px;
    }

    .blog-card .text {
        height: max-content;
        max-height: 10rem;
        margin: 0;
        color: #fff;
    }

    .blog-card input[type='checkbox'] {
        display: none;
    }

    .blog-card input[type='checkbox']:checked+.menu-content {
        transform: translateY(-60px);
    }
}

@media only screen and (max-width: 768px) {
    .partner-wrapper .center-img {
        display: block;
        margin: auto;
        height: auto;
        width: 50%;
    }

    .partner-wrapper p {
        bottom: 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 0.5rem;
        list-style: 1.2;
        line-height: 1.2;
        letter-spacing: 0.4px;
    }

    .publication-card .wrapper {
        background-color: #fff;
        min-height: 310px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .publication-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .publication-card .data {
        color: #fff;
        transform: translateY(calc(25px + 4em));
    }

    .blog-card {
        float: left;
        padding: 0 0.4rem;
        width: 50%;
        border-radius: 10px !important;
    }

    .blog-card h1 {
        font-weight: 100;
        font-size: 1rem;
    }

    .blog-card p {
        margin: 8px 0px 0px 0rem !important;
        line-height: 1;
        font-weight: 200;
        letter-spacing: 0.4px;
        line-height: 1rem;
    }

    .blog-card .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .blog-card .menu-content::before,
    .blog-card .menu-content::after {
        content: '';
        display: table;
    }

    .blog-card .menu-content::after {
        clear: both;
    }

    .blog-card .menu-content li {
        display: inline-block;
    }

    .blog-card .menu-content a {
        color: #fff;
    }

    .blog-card .menu-content span {
        position: absolute;
        left: 40%;
        top: 0;
        font-size: 8px;
        font-weight: 600;
        font-family: 'Open Sans';
        transform: translate(-50%, 0);
    }

    .blog-card .wrapper {
        background-color: #fff;
        min-height: 340px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

    .blog-card .wrapper:hover .data {
        transform: translateY(0);
    }

    .blog-card .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(calc(70px + 1em));
        transition: transform 0.3s;
    }

    .blog-card .data .content {
        padding: 1em;
        position: relative;
        background: linear-gradient(356deg, black, #232323 ad) !important;
        z-index: 1;
    }

    .blog-card .author {
        font-size: 10px;
    }

    .blog-card .title {
        margin-top: 8px;
    }

    .blog-card .text {
        height: max-content;
        max-height: 8rem;
        margin: 0;
        color: #fff;
    }

    .blog-card input[type='checkbox'] {
        display: none;
    }

    .blog-card input[type='checkbox']:checked+.menu-content {
        transform: translateY(-50px);
    }
}

.client-list {
    display: flex;
    animation: moveRight 45s linear infinite;
}

.client-list img {
    width: 100px;
    height: 100px;
    margin-right: 50px;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-320%);
    }
}

@media (max-width: 759px) {
    .unleash-3 {
        font-size: 10px;
        font-weight: 800;
        line-height: 57px;
        letter-spacing: 0em;
        text-align: center;
    }

    .embark {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: center;
    }

    .image-1 {
        width: 35px;
        height: 35px;
    }

    .display {
        display: flex;
        gap: 50px;
    }

    .display-1 {
        display: flex;
    }
}

@media (min-width: 768px) {
    .unleash-3 {
        font-size: 42px;
        font-weight: 800;
        line-height: 57px;
        letter-spacing: 0em;
        text-align: center;
    }

    .embark {
        font-size: 21px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: center;
    }

    .image-1 {
        width: 50px;
        height: 50px;
    }

    .display {
        display: flex;
        gap: 50px;
    }

    .display-1 {
        display: flex;
        gap: 60px;
    }
}

.left-scroll {
    position: absolute;
    left: 83.2px;
}

.right-scroll {
    position: absolute;
    right: -2410px;
}

.left-scroll-1 {
    position: absolute;
    left: 1937.2px;
}

.right-scroll-1 {
    position: absolute;
    right: -1970px;
}

.scroll-matcard {
    display: inline-block;
    position: relative;
    right: -2000px;
}

.custom-h1 {
    font-size: 2em;
    /* Equivalent to H1 font size */
    margin: 0.67em 0;
    /* Equivalent to H1 margins */
    line-height: 1.4;
    /* Equivalent to H1 line height */
    color: white;
    font-family: "Roboto", sans-serif;
}

.mat-raised-button {
    display: inline-block;
    background-color: #ff5ddc;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /* Adjust font size */
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* Smooth hover effect */
}

.mat-raised-button-blue {
    display: inline-block;
    background-color: #306aff;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /* Adjust font size */
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* Smooth hover effect */
}

.mat-raised-button-info {
    display: inline-block;
    background-color: white;
    color: #306aff;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border: 0.1px solid gray;
    /* Black border */
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.mat-raised-button:hover {
    background-color: #ff5ddc;
    /* Darker shade or different color on hover */
}

/* Additional styling for mt-5 class */
.mt-5 {
    margin-top: 1.25rem;
    /* Adjust margin top as needed */
}

.material-icons {
    font-size: 30px;
    /* Set icon size */
    vertical-align: middle;
    /* Adjust alignment if needed */
}

.material-icon {
    font-size: 30px;
    /* Set icon size */
    vertical-align: middle;
    /* Adjust alignment if needed */
}

#dynamicText {
    display: inline-block;
    padding: 10px;
    /* Example padding */
    /* Add more styles as needed */
}

.text-center {}

.testimonial-card {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    margin: auto;
    max-width: 600px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.5;
}

.testimonial-card hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 16px 0;
}

.testimonial-card-header {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.example-header-image {
    margin-right: 16px;
}

.example-header-image img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.testimonial-card-title {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-card-title span {
    margin-left: 8px;
}

.testimonial-card-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.rounded-circle {
    border-radius: 50%;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    /* Adjust as necessary */
}

.award-image {
    width: 100%;
    /* This makes the images responsive */
    max-width: 800px;
    /* Adjust as needed */
    height: auto;
}



.coll {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1rem;
    overflow-x: auto;
}

.coll>.publication-card {
    flex: 0 0 auto;
    /* Prevent the flex items from shrinking */
    margin-right: 1rem;
    /* Space between the cards */
}

.wrapper {
    position: relative;
}

.wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.date {
    /* Your styles for date class */
}

.menu-content {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.menu-content li {
    /* Your styles for li inside menu-content */
    margin-right: 0.5rem;
    /* Adjust margin between genre items */
}

.data {
    /* Your styles for data class */
}

.content {
    text-decoration: none;
}

.custom-h1 {
    /* Your styles for custom-h1 class */
}

.text {
    /* Your styles for text class */
}


html {
    scroll-behavior: smooth;
}



svg {
    cursor: pointer;
    transition: 0.3s linear;
}

svg:hover {
    color: #f72485;
    transition: 0.3s linear;
}

img {
    transition: width 0.3s ease, height 0.3s ease;
}

h4 {
    letter-spacing: 0.4pt;
    line-height: 2;
}

.company {
    display: flex;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

hr {
    background: white;
}

.copyRight {
    font-weight: 300;
    color: white;
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 2rem;
}

ul {
    list-style: none;
}

@media (max-width: 480px) {
    h4 {
        margin-left: 0;
        font-size: 19px;
    }

    .copyRight {
        font-weight: 300;
        color: white;
        font-size: 15px;
        text-align: center;
    }

    .beside {
        margin-left: 0;
    }

    ul {
        list-style: none;
        padding-left: 0;
    }

    .company {
        display: flex;
        font-size: 12px;
        text-decoration: none;
        color: white;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .companyL {
        position: relative;
        top: -44px;
    }

    .social {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .companyL {
        position: relative;
        top: -44px;
    }
}

@media (min-width: 768px) {
    .company {
        display: flex;
        font-size: 18px;
        text-decoration: none;
        color: white;
    }

    .companyL {
        position: relative;
        top: 0px;
    }
}

.socialIcon {
    margin-left: 0;
    margin-top: 3rem;
}

.comp ul {
    padding: 0;
}

@media (min-width: 1024px) {
    .beside {
        margin-left: 20px;
    }

    .company {
        display: flex;
        font-size: 16px;
        text-decoration: none;
        color: white;
    }
}

.svg {
    filter: invert(1);
    width: 20px;
}

li {
    padding: 4px 0;
    color: #fff;
    transition: 0.3s linear;
    letter-spacing: 0.8px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
}

li:hover a {
    color: #f72485;
    transition: linear 0.3s;
}




.sidenav {
    max-width: 300px;
    width: 85%;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    transform-origin: left center;
    transform: translateX(-300px);
}

.sidenavHeader {
    height: 73px;
    /* Fixed height for the header */
    background-color: #f4f4f4;
    /* Optional background color */
    border-bottom: 1px solid #ddd;
    /* Optional border for better separation */
}

#main-container {
    overflow-y: auto;
    /* Enable vertical scrolling */
    height: calc(100vh - 73px);
    /* Full height minus the height of the header */
}

.sidenavContent {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    color: #000
}

/* Style the scrollbar for better visibility */
#main-container::-webkit-scrollbar {
    width: 10px;
}

.prevent-hover {
    pointer-events: none;
}

.features-dropdown {

    /* display: flex !important; */
    display: none;
    position: absolute;
    top: 100%;
    left: -100px;
    width: 400px;
    height: max-content;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
}

/* .mydiv{
    position: absolute;
    top: 100%;
    left: -100px;
    width: 400px;
    height: max-content;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
} */
.features-dropdown ul {
    list-style: none;
    /* Remove default list styles */
    padding: 0;
    /* Remove default padding */
}

.features-dropdown li {
    padding: 10px;
}

.features-dropdown .p-2 {
    width: 50%;
    box-sizing: border-box;
    /* Include padding and border in the width calculation */
}

.features-dropdown li a {
    color: #000;
    /* Adjust as needed */
    text-decoration: none;
}

.nav-item.active {
    position: relative;
    /* Ensure relative positioning for the dropdown */
}

.nav-item.active .features-dropdown {
    display: block;
    /* Show dropdown when the Features link is clicked */
}

.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #fff;
    padding: 8px 14px;
    color: #fff;
    padding: 8px 14px;
    letter-spacing: 0.8px;
    font-weight: 500 !important;
}

.nav-item {
    position: relative;
}

.nav-item .s-btn {
    text-decoration: none;
    letter-spacing: 0.6px;
    font-size: 1rem;
    position: relative;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    font-weight: 500;
}

.nav-item .s-btn.type1 {
    color: #3f51b5;
    background-color: #fff;
}

.nav-item .s-btn.type1::after,
.nav-item .s-btn.type1::before {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}

.nav-item .s-btn.type1::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.nav-item .s-btn.type1::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff;
}

.nav-item .s-btn.type1:hover:after,
.nav-item .s-btn.type1:hover:before {
    width: 100%;
    height: 100%;
}

.nav-item .type1:hover {
    box-shadow: 0 19px 38px rgba(255, 255, 255, 0.3), 0 15px 12px rgba(255, 255, 255, 0.2);
    transition: linear 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}

.navbar.active .headerImage {
    margin-top: 15px;
    background-image: url(https://res.cloudinary.com/skg-projects/image/upload/f_auto/q_auto/c_scale,w_512/v1710566066/xxsupsquc5pv3p0telau.webp);
    background-size: contain;
    height: 60px;
    padding: 0;
    position: absolute;
    width: 200px;
    background-repeat: no-repeat;
}

.headerImage {
    margin-top: 15px;
    background-image: url(https://res.cloudinary.com/skg-projects/image/upload/f_auto/q_auto/c_scale,w_512/v1710566066/xxsupsquc5pv3p0telau.webp);
    background-size: contain;
    height: 60px;
    padding: 0;
    position: absolute;
    width: 200px;
    background-repeat: no-repeat;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);

}

.navbar.active .underline::after {
    border-bottom: solid 2px #555 !important;
}

.navbar.active .s-btn.type1 {
    color: #3f51b5;
}

.navbar.active .s-btn.type1::after,
.navbar.active .s-btn.type1::before {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}

.navbar.active .s-btn.type1::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #3f51b5;
    border-right-color: #3f51b5;
}

.navbar.active .s-btn.type1::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #3f51b5;
    border-left-color: #3f51b5;
}

.navbar.active .s-btn.type1:hover:after,
.navbar.active .s-btn.type1:hover:before {
    width: 100%;
    height: 100%;
}

.navbar.active .type1:hover {
    box-shadow: 0 19px 38px rgba(63, 81, 181, 0.3), 0 15px 12px rgba(63, 81, 181, 0.2);
    transition: linear 0.3s;
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link .underline::after {
    border-bottom: solid 2px #555 !important;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.collapse:not(.show) {
    display: block;
}

.navbar.active .navbar-brand {
    color: #555;
}

/* Change navbar styling on small viewports */
@media (max-width: 580px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555;
    }

    .collapse:not(.show) {
        display: none;
    }

    .headerImage {
        margin-top: 15px;
        background-image: url(https://res.cloudinary.com/skg-projects/image/upload/f_auto/q_auto/c_scale,w_512/v1710566066/xxsupsquc5pv3p0telau.webp);
        right: 10px;
    }
}

@media only screen and (min-width: 581px) and (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

/* * * ========================================== * FOR DEMO PURPOSES * ========================================== * */
.text-small {
    font-size: 0.9rem !important;
}

.underline::after {
    content: "";
    border-bottom: solid 2px white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s;
}

.underline:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes underline {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.profileUser {
    cursor: pointer;
    position: relative;
    padding: 0 10px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.sidenavHeader {
    color: #fff;
    font-weight: bold;
    background-color: #232f3e;
    font-size: 23px;
}

.sidenavContentHeader {
    margin-top: 5px;
    padding: 15px 0px 15px 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.sidenavContent {
    padding: 5px 0px 5px 25px;
}

.sidenavContent:hover {
    background-color: #eaeded;
}

hr {
    height: 1px;
    border: 0;
    color: gray;
    background-color: gray;
    margin: 15px auto 10px auto;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/*animation*/
@keyframes collapse {
    0% {
        z-index: 100;
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-380px);
    }
}

@keyframes expand {
    0% {
        z-index: 100;
        transform: translateX(-380px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*overlay*/
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.7);
}

nav ul li {
    position: relative;
}

nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
}

nav ul ul {
    display: none;
    position: absolute;
    background-color: #fff;
    /* Adjust background color as needed */
    border: 1px solid #ccc;
    /* Add a border or other styling as needed */
    z-index: 2;
    padding: 0;
    margin: 0;
}

nav {
    position: relative;
    z-index: 1;
}

.button-style {
    background: transparent !important;
    text-align: left;
    text-decoration: none;
    color: black;
}

.button-style:hover {
    color: #f82c89;
    text-decoration: none;
}

.nav-item.active:hover .dropdown {
    opacity: 1;
    max-height: 200px;
    /* Adjust as needed */
}

.parent {
    display: flex;
    position: relative;
    justify-content: space-between;
    /* Distribute items with space between them */

}

.child {
    /* Optionally, adjust width or margins as needed */
    width: 100px;
    /* Example width */
    margin-right: 10px;
    /* Example margin between items */
}

.containerr {
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: relative;
}

.columns {
    display: none;
    position: absolute;
    top: 100%;
    left: -100px;
    width: 423px;
    height: max-content;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
    justify-content: space-around;
}

.column {
    padding: 10px;
    border: 1px solid #ccc;
}

.myDIV:hover+.columns,
.myDIV.hovered+.columns {
    display: flex;
}

.text-1 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    background-color: #222f3e;
    border: none;
    border-radius: 50%;
    /* Makes it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close-button i {
    font-size: 20px;
    color: white;
}

.wrapper {
    /* max-width: 900px; */
    margin: 0 auto;
    width: 100%;
    font-family: 'Montserrat', monospace;
    line-height: 1rem;
    text-transform: uppercase;
}

.text-scrolling {
    width: 100%;
}

.vt {
    font-family: 'VT323', monospace;
}

.bold {
    font-weight: 700;
}

.color {
    color: #542437;
}

.link {
    color: #c02942;
    padding: 3px 15px;
    text-transform: initial;
}

.row {
    overflow: hidden;
    height: 80px;
    position: relative;
}

.row p {
    /* position: absolute; */
    min-width: 100%;
    /* display: flex; */
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    color: white;
    /* font-size: 2rem; */
}

.row p span,
.row p:after {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    white-space: nowrap;
    top: 0;
}

.row-1 p {
    animation: scrolling-type-1 20s infinite linear;
}

.row-2 p {
    animation: scrolling-type-2 20s infinite linear;
}

@keyframes scrolling-type-1 {
    0% {
        transform: translate(-100%, 0%);
        opacity: 0%;
    }

    10% {
        opacity: 100%;
    }

    90% {
        opacity: 100%;
    }

    100% {
        transform: translate(100%, 0%);
        opacity: 0%;
    }
}

@keyframes scrolling-type-2 {
    0% {
        transform: translate(50%, 0%);
        opacity: 0%;
    }

    10% {
        opacity: 100%;
    }

    90% {
        opacity: 100%;
    }

    100% {
        transform: translate(-100%, 0%);
        opacity: 0%;
    }
}


.gradient-bg {
    background-color: #f0f0f0;
    /* Placeholder color */
}

.text-white {
    color: #ffffff;
}

.uppercase {
    text-transform: uppercase;
}

.mat-card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.card-heading {
    font-weight: 600;
}

.card-content {
    margin-top: 5px;
    text-wrap: nowrap;
}

* {
    margin: 0;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vw;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100vh);
    overflow-x: hidden;
    overflow-y: scroll;
}

article {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100vh);
}

article>div {
    /*   width: 50vw; */
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mat-card {
    border: 1px solid #ccc;
    /* Placeholder border */
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.card-heading {
    font-weight: 600;
}

.card-content {
    margin-top: 5px;
    text-wrap: nowrap;
}

* {
    font-family: "Roboto", sans-serif;
}

@media(max-width:400px){
    .banner {
        h2 {
            font-size: 20px !important;
            margin-bottom: 4px !important;
        }

        h1 {
            margin-top: 6rem !important;
            font-size: 14px !important;
            line-height: 1.8;
        }

        .subheading {
            margin-top: 2rem !important;
        }
    }

    .alternative{
        padding-top:20px;
    }
    .feature-section1{
        h2 {
            font-size: 32.4px !important;
        }
    }
    .feature-section {
        h2 {
            font-size: 20px !important;
            margin-bottom: 2rem !important;;
        }
        h3 {
            font-size: 20px !important;
        }
        .floating-text {
            font-size: 1.5rem !important;
            font-weight: 700;
            padding-left: 3% !important;
            top: 5px !important;
            width: 100% !important;
            text-align: center;
        }

        .floating-text-1,
        .floating-text-2,
        .floating-text-3,
        .floating-text-6 {
            font-size: 1.2rem !important;
            font-weight: 600;
            padding-left: 3% !important;
            top: 5px !important;
            width: 100% !important;
            text-align: left;
        }

        .floating-text1 {
            top: 0 !important;
        }

        .heading {
            font-size: 1.8rem !important;
        }

        .heading-advance,
        .heading-enhanced {
            font-size: 1.2rem !important;
        }

        .heading-script,
        .heading-shotlist {
            font-size: 0.8rem !important;
        }

        .heading-take,
        .heading-custom {
            font-size: 1rem !important;
        }

        .heading-embark {
            font-size: 0.9rem !important;
        }

        .para {
            line-height: 1.6 !important;
            letter-spacing: 0.4px !important;
        }
        .heading-streamline1{
         padding-top:25px !important
        }
    }

    .section3,
    .section4 {
        h2 {
            font-weight: 700;
            line-height: 1.5 !important;
            font-size: 1.6rem !important;
            letter-spacing: 1px !important;
            margin: 0.8rem 0 !important;
        }

        h3 {
            font-size: 14px !important;
            font-weight: 400 !important;
            letter-spacing: 0.7px !important;
            line-height: 1.6 !important;
        }
    }

    .heading-1 {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 1.6 !important;
        letter-spacing: 0.4px !important;
        text-align: left;
    }

    .streamline {
        margin-left: 0 !important;
    }
}
@media(min-width:300px)and (max-width:370px){
    .banner {
        h2 {
            font-size: 20px !important;
            margin-bottom: 4px !important;
        }

        h1 {
            margin-top: 6rem !important;
            font-size: 14px !important;
            line-height: 1.8;
        }

        .subheading {
            margin-top: 2rem !important;
        }
    }

    .alternative{
        padding-top:20px;
    }
    .feature-section1{
        h2 {
            font-size: 25.4px !important;
        }
    }
    .feature-section {
        h2 {
            font-size: 20px !important;
            margin-bottom: 2rem !important;;
        }
        h3 {
            font-size: 20px !important;
        }
        .floating-text {
            font-size: 1.5rem !important;
            font-weight: 700;
            padding-left: 3% !important;
            top: 5px !important;
            width: 100% !important;
            text-align: center;
        }

        .floating-text-1,
        .floating-text-2,
        .floating-text-3,
        .floating-text-6 {
            font-size: 1.2rem !important;
            font-weight: 600;
            padding-left: 3% !important;
            top: 5px !important;
            width: 100% !important;
            text-align: left;
        }

        .floating-text1 {
            top: 0 !important;
        }

        .heading {
            font-size: 1.8rem !important;
        }

        .heading-advance,
        .heading-enhanced {
            font-size: 1.2rem !important;
        }

        .heading-script,
        .heading-shotlist {
            font-size: 0.8rem !important;
        }

        .heading-take,
        .heading-custom {
            font-size: 1rem !important;
        }

        .heading-embark {
            font-size: 0.9rem !important;
        }

        .para {
            line-height: 1.6 !important;
            letter-spacing: 0.4px !important;
        }
        .heading-streamline1{
         padding-top:10px !important
        }
    }

    .section3,
    .section4 {
        h2 {
            font-weight: 700;
            line-height: 1.5 !important;
            font-size: 1.6rem !important;
            letter-spacing: 1px !important;
            margin: 0.8rem 0 !important;
        }

        h3 {
            font-size: 14px !important;
            font-weight: 400 !important;
            letter-spacing: 0.7px !important;
            line-height: 1.6 !important;
        }
    }

    .heading-1 {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 1.6 !important;
        letter-spacing: 0.4px !important;
        text-align: left;
    }

    .streamline {
        margin-left: 0 !important;
    }
}
@media (max-width: 484px) {
    .banner {
        h2 {
            font-size: 20px !important;
            margin-bottom: 4px !important;
        }

        h1 {
            margin-top: 6rem !important;
            font-size: 14px !important;
            line-height: 1.8;
        }

        .subheading {
            margin-top: 2rem !important;
        }
    }

    .alternative{
        padding-top:15px;
    }
    .feature-section {
        h2 {
            font-size: 20px !important;
            margin-bottom: 2rem !important;;
        }
        h3 {
            font-size: 20px !important;
        }
          .floating-text {
            font-size: 1.5rem !important;
            font-weight: 700;
            padding-left: 3% !important;
            top: 5px !important;
            width: 100% !important;
            text-align: center;
        }

        .floating-text-1,
        .floating-text-2,
        .floating-text-3,
        .floating-text-6 {
            font-size: 1.2rem !important;
            font-weight: 600;
            padding-left: 3% !important;
            top: 5px !important;
            width: 100% !important;
            text-align: left;
        }

        .floating-text1 {
            top: 0 !important;
        }

        .heading {
            font-size: 1.8rem !important;
        }

        .heading-advance,
        .heading-enhanced {
            font-size: 1.2rem !important;
        }

        .heading-script,
        .heading-shotlist {
            font-size: 0.8rem !important;
        }

        .heading-take,
        .heading-custom {
            font-size: 1rem !important;
        }

        .heading-embark {
            font-size: 0.9rem !important;
        }

        .para {
            line-height: 1.6 !important;
            letter-spacing: 0.4px !important;
        }
    }
    .feature-section1{
        h2{
            font-size:36px;
        }
    }
    .section3,
    .section4 {
        h2 {
            font-weight: 700;
            line-height: 1.5 !important;
            font-size: 1.6rem !important;
            letter-spacing: 1px !important;
            margin: 0.8rem 0 !important;
        }

        h3 {
            font-size: 20px !important;
            font-weight: 400 !important;
            letter-spacing: 0.7px !important;
            line-height: 1.6 !important;
        }
    }

    .heading-1 {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 1.6 !important;
        letter-spacing: 0.4px !important;
        text-align: left;
    }

    .streamline {
        margin-left: 0 !important;
    }
}

@media (min-width: 485px) and (max-width: 759px) {
    .banner {
        h2 {
            font-size: 24px !important;
            margin-bottom: 4rem !important;
        }



        h1 {
            margin-top: 8rem !important;
            font-size: 16px !important;
            line-height: 2;
        }

        .subheading {
            margin-top: 2.4rem !important;
        }
    }

    .feature-section {

        .floating-text {
            font-size: 2.1rem;
            font-weight: 700;
            padding-left: 3% !important;
            top: 0px;
            width: inherit;
            overflow: hidden;
            left: 0;
            margin-bottom: 2rem
        }

        .floating-text-1 {
            font-size: 2rem;
            font-weight: 700;
            padding-left: 6% !important;
            top: 40px;
            width: inherit;
            overflow: hidden;
            left: 0;
        }

        .floating-text-2 {
            font-size: 1rem;
            font-weight: 700;
            padding-left: 6% !important;
            top: 40px;
            width: inherit;
            overflow: hidden;
            left: 0;
        }

        .floating-text-3 {
            font-size: 1.2rem;
            font-weight: 700;
            padding-left: 6% !important;
            top: 40px;
            width: inherit;
            overflow: hidden;
            left: 0;
        }

        .floating-text-6 {
            font-size: 1.6rem;
            font-weight: 700;
            padding-left: 6% !important;
            top: 40px;
            width: inherit;
            overflow: hidden;
            left: 0;
        }

        .floating-text1 {
            top: -30px;
        }

        .heading {
            font-size: 25px !important;
            padding-top:13px
        }

        .heading-advance {
            font-size: 1.5rem;
        }

        .heading-script {
            font-size: 0.7rem;
        }

        .heading-take {
            font-size: 1rem;
        }

        .heading-custom {
            font-size: 1.3rem;
        }

        .heading-shotlist {
            font-size: 0.8rem;
        }

        .heading-enhanced {
            font-size: 1.5rem;
        }

        .heading-embark {
            font-size: 1.1rem;
        }

        .para {
            font-size: 0.8rem;
            line-height: 1.5;
            letter-spacing: 0.6px;
            font-weight: 300;
        }
        .heading-visualise {
            margin-top: 4rem;
            font-size: 1.5rem;
        }
    }

    .section3 {
        h2 {
            font-weight: 700;
            line-height: 1.6;
            font-size: 2rem;
            letter-spacing: 2.5px;
            margin: 1rem 0;
        }

        h3 {
            font-size: 18px;
            font-weight: 300 !important;
            letter-spacing: 1px;
            width: 100%;
            line-height: 2;
        }
    }

    .section4 {
        h2 {
            font-weight: 700;
            line-height: 1.6;
            font-size: 2rem;
            letter-spacing: 2.5px;
            margin: 1rem 0;
        }

        h3 {
            font-size: 18px;
            font-weight: 400 !important;
            letter-spacing: 1px;
            width: 100%;
            line-height: 2;
        }
    }

    .heading-1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }

    .streamline {
        margin-left: 0rem !important;
    }
}

@media (min-width: 768px) {
    .creativity {
        font-size: 3rem;
        line-height: 90px;
        letter-spacing: 0.8px;
        font-weight: 700;
    }

    .feature-section {
        .floating-text {
            font-size: 2.5rem;
            font-weight: 700;
            margin-left: 0% !important;
            color: #e5e5e5;
            top: 10px;
        }

        .floating-text-1 {
            font-size: 2.5em;
            font-weight: 700;
            color: #e5e5e5;
            top: 20px;
        }

        .floating-text-2 {
            font-size: 2.3rem;
            font-weight: 700;
            margin-left: 6% !important;
            color: #e5e5e5;
            top: 20px;
        }

        .floating-text-3 {
            font-size: 2.6rem;
            font-weight: 700;
            margin-left: 6% !important;
            color: #e5e5e5;
            top: 20px;
        }

        .floating-text-6 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #e5e5e5;
            top: 20px;
        }

        .heading {
            font-size: 3.2rem;

        }

        .heading-advance {
            font-size: 2rem;

        }

        .heading-script {
            font-size: 1.5rem;

        }

        .heading-take {
            font-size: 2rem;

        }

        .heading-custom {
            font-size: 2rem;

        }

        .heading-shotlist {
            font-size: 1.5rem;

        }

        .heading-enhanced {
            font-size: 2rem;

        }

        .heading-embark {
            font-size: 30px;
        }


        .para {
            font-size: .8rem;
            line-height: 1.5;
            letter-spacing: .6px;
            font-weight: 300;
        }
    }

    .section3 {
        h2 {
            font-weight: 700;
            line-height: 1.6;
            font-size: 3rem;
            letter-spacing: 2.5px;
            margin: 2rem 0;
        }
        h3 {
            font-size: 20px;
            font-weight: 300;
            letter-spacing: 1px;
            width: 100%;
        }
    }

    .section4 {
        h2 {
            font-weight: 700;
            line-height: 1.6;
            font-size: 3rem;
            letter-spacing: 2.5px;
            margin: 2rem 0;
        }

        h3 {
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 1px;
            width: 100%;
        }
    }

    .heading-1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }

    .streamline {
        margin-left: 10rem !important;
    }

}

@media (min-width: 992px) {

    .feature-section {
        .floating-text {
             font-size: 3rem;
            font-weight: 700;
            color: #e5e5e5;
            top: 0;
        }

        .floating-text-1 {
            font-size: 3rem;
            font-weight: 700;
            color: #e5e5e5;
            top: 0;
        }

        .floating-text-2 {
            font-size: 2.7rem;
            font-weight: 700;
            margin-left: 8% !important;
            color: #e5e5e5;
            top: 0;
        }

        .floating-text-3 {
            font-size: 3.2rem;
            font-weight: 700;
            margin-left: 8% !important;
            color: #e5e5e5;
            top: 0;
        }

        .floating-text-6 {
            font-size: 4rem;
            font-weight: 700;
            margin-left: 1% !important;
            color: #e5e5e5;
            top: 0;
        }

        .heading {
            font-size: 3.2rem;

        }

        .heading-advance {
            font-size: 38px;

        }

        .heading-script {
            font-size: 20px;

        }

        .heading-take {
            font-size: 20px;

        }

        .heading-custom {
            font-size: 20px;

        }

        .heading-shotlist {
            font-size: 20px;
        }

        .heading-enhanced {
            font-size: 40px;
        }

        .heading-embark {
            font-size: 30px;
        }

        .para {
            font-size: 1rem;
            line-height: 1.6;
            letter-spacing: .6px;
            font-weight: 300;
        }
    }

    .streamline {
        margin-left: 10rem !important;
    }

    .section3 {
        h2 {
            font-weight: 700;
            line-height: 1.2;
            font-size: 3rem;
            letter-spacing: 2.5px;
            margin: 2rem 0;
        }

        h3 {
            font-size: 22px;
            font-weight: 300;
            letter-spacing: 1px;
            width: 100%;
        }
    }

    .section4 {
        h2 {
            font-weight: 700;
            line-height: 1.2;
            font-size: 3rem;
            letter-spacing: 2.5px;
            margin: 2rem 0;
        }

        h3 {
            font-size: 22px;
            font-weight: 400;
            letter-spacing: 1px;
            width: 100%;
        }
    }

    .heading-1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: left;
    }

    .mobile-image {
        position: relative;
        left: 160px;
    }
}

.feature-section {
    .floating-text {
            position: absolute;
            margin-top: 2px;
            color: black;
            line-height: 1.2;
            z-index: 1;
            text-align: left;
        }

    .floating-text-1 {
        position: absolute;
        color: black;
        line-height: 1.2;
        z-index: 0;
         margin-top: 2px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .floating-text-2 {
        position: absolute;
        color: black;
        line-height: 1;
        z-index: 0;
    }

    .floating-text-3 {
        position: absolute;
        color: black;
        line-height: 1;
        z-index: 0;
    }

    .floating-text-6 {
        position: absolute;
        color: black;
        line-height: 1;
        z-index: 0;

    }


    .heading {
        font-size: 32px;
        font-weight: 300;
    }

    .heading-advance {
        font-weight: 300;
    }

    .heading-script {
        font-weight: 300;
    }

    .heading-take {
        font-weight: 300;

    }

    .heading-custom {
        font-weight: 300;

    }

    .heading-shotlist {
        font-weight: 300;

    }

    .heading-enhanced {
        font-weight: 300;

    }

    .heading-embark {
        font-weight: 300;
    }


    .para {
        letter-spacing: .6px;
        color: #3c3c3c;
    }
}

.ai-workflow-highlight {
    font-size: 64px !important;
    font-weight: bold;
    color: #fff; /* for visibility */
}

.feature-section .para.ai-workflow-highlight {
    font-size: 3rem !important;
    font-weight: bold;
}

/* Style for the workflow text */
.workflow-text {
    /* Allow text to wrap naturally to multiple lines */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

@media (max-width: 480px) {
  .banner .subheading {
    font-size: 16px !important;
  }
}

--- Navbar always on top --- */
 #navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* High value to ensure it's always on top */
  background: #fff; /* Or your navbar background color */
}

/* --- Main content always below navbar --- */
.main-content {
  padding-top: 70px; /* Adjust to your navbar's height */
  position: relative;
  z-index: 1; /* Lower than navbar */
}

/* --- Hero section and headings: no z-index override, scrolls under navbar --- */
.banner, .container-sm.d-block.d-md-flex.flex-wrap.p-0.mt-5, .first_line, .ai-powered-heading, .subheading {
  position: relative;
  z-index: 1;
}

/* Remove any margin-top from .main-content if present */
.main-content {
  margin-top: 0 !important;
}

/* Ensure .banner::before is below navbar */
.banner::before {
  z-index: 0;
}


