﻿body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background-color: var(--bg);
    color: var(--text);
    transition: background 0.3s, color 0.3s;
    margin: 0;
}

/* font family*/
@font-face {
    font-family: 'roboto-condensed';
    src: url('../fonts/roboto-condensed.ttf') format('truetype');
}

@font-face {
    font-family: 'myriad-pro-light';
    src: url('../fonts/myriad-pro-light.otf') format('opentype');
}

@font-face {
    font-family: 'inter';
    src: url('../fonts/inter.ttf') format('truetype');
}
/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

:root {
    --headfont: 'roboto-condensed', sans-serif;
    --subfont: 'myriad-pro-light', sans-serif;
    --bodyfont: 'inter', sans-serif;
    --bg: #ffffff;
    --text: #0f172a;
    --heading: #111827;
    --subheading: var(--org);
    --highlight: #7e7e7e;
    --blk: #0f172a;
    --wt: #ffffff;
    --org: #e67817;
    --ylw: #fca903;
    --gold: #fca903; /* change to your exact brand hex if needed */
    --gold-glow: rgba(252,169,3,0.22);
}

.dark-mode {
    --bg: #0d0d0d;
    --text: #e2e8f0;
    --heading: #fca903;
    --subheading: #cea473;
    --highlight: #fd9a35;
}

.head1, .head2, .head5, .head5-01, .prod-head1, .prod-head2, .admin-head1 {
    font-family: var(--headfont);
    margin: 0px 0px 10px;
}

.head1 {
    color: var(--heading);
    font-size: 50px;
}

.prod-head1 {
    font-size: 45px;
}

.prod-head2 {
    font-size: 35px;
}

.admin-head1 {
    font-size: 42px;
}

.head1-wt {
    color: var(--wt);
    text-shadow: 1px 1px #000;
}

.dark-mode .head1-wt {
    color: var(--ylw);
    text-shadow: 1px 1px #000;
}

.head2 {
    color: var(--subheading);
    font-size: 35px;
}

.tagline, .sub-tagline, .head3 {
    font-family: var(--subfont);
    color: var(--highlight);
    margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 40px;
}

.sub-tagline {
    font-size: 28px;
    line-height: 33px;
}

.dark-mode .tagline {
    color: var(--ylw);
}

.head3 {
    margin: 0px 0px 10px;
    font-size: 23px;
    line-height: 32px;
}

    .head3 a {
        color: var(--org);
        transition: all 0.5s;
    }

        .head3 a:hover {
            text-decoration: underline;
        }

.head4 {
    font-family: var(--headfont);
    color: var(--org);
    margin: 0px 0px 5px;
    font-size: 16px;
}

.dark-mode .head4,
.dark-mode .head5,
.dark-mode .head3 a {
    color: var(--ylw);
}

.head5, .head5-01 {
    font-size: 23px;
}

.head5-01 {
    color: var(--ylw);
}

.tag-wt {
    color: var(--wt);
}

.tag-ylw {
    color: var(--ylw);
}

.tag-org {
    color: var(--org);
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/*Google translate style*/

.google-translate-div select {
    border: 1px solid #e15326;
    background-color: rgba(253, 154, 53, 0.1);
    border-radius: 5px;
    padding: 5px;
    color: #000;
}

#google_translate_element {
    display: inline-block;
    border: none;
    background: transparent;
    border-radius: 8px;
}

.goog-te-gadget {
    font-family: 'inter', sans-serif !important;
    font-size: 13px !important;
    color: #333 !important;
}

    .goog-te-gadget img {
        display: none !important;
    }

.goog-te-gadget-simple {
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    padding: 2px 0px 2px 2px !important;
}

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        text-decoration: none;
        padding: 0px 2px;
    }

/*Google translate style*/

.wid-01, .wid-02, .hero-wid-left, .hero-wid-right, .footer-wid, .milestone-wid, .tech-width, .prod-width {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.wid-01 {
    width: 11%;
}

.wid-02 {
    width: 78%;
}

.footer-wid, .milestone-wid, .tech-width {
    width: 20%;
}

.prod-width {
    width: 16.666%;
}

.fixed-top,
.fixed-top-master {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .fixed-top.expanded,
    .fixed-top-master.expanded {
        padding: 5px 0;
    }

    .fixed-top.shrunk,
    .fixed-top-master.shrunk {
        padding: 5px 0;
        background: #fff;
        backdrop-filter: blur(6px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

.rsolutions-logo img {
    max-height: 125px;
    transition: all 0.4s ease;
}

.rsolutions-logo-master img {
    max-height: 80px;
    transition: all 0.4s ease;
}

.fixed-top.shrunk .rsolutions-logo img,
.fixed-top-master.shrunk .rsolutions-logo img {
    max-height: 80px;
}

.anniversary-logo,
.anniversary-logo-master {
    text-align: right;
}

    .anniversary-logo img {
        width: 110px;
        transition: all 0.4s ease;
    }

    .anniversary-logo-master img {
        width: 80px;
        transition: all 0.4s ease;
    }

.fixed-top.shrunk .anniversary-logo img,
.fixed-top-master.shrunk .anniversary-logo img {
    max-height: 80px;
    width: 80px;
}

.top-contact {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    text-align: right;
}

    .top-contact li {
        display: inline-block;
        padding: 0px 3px;
    }

        .top-contact li img {
            width: 30px;
            cursor: pointer;
        }

        .top-contact li i {
            color: var(--ylw);
            padding: 0px 3px;
        }

        .top-contact li a, .dark-mode .top-contact li a {
            color: var(--blk);
            transition: all 0.5s;
        }

            .top-contact li a:hover {
                text-decoration: underline;
            }

        .top-contact li p {
            margin: 0px;
        }

            .top-contact li p span,
            .dark-mode .top-contact li p span {
                color: var(--org);
            }

.top-bottom-line {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 0px;
    transition: all 0.4s ease;
}

.top-bottom-line-master {
    padding: 5px 0px 0px;
}

.fixed-top.shrunk .top-bottom-line,
.fixed-top-master.shrunk .top-bottom-line {
    padding: 5px 0px 0px;
}
/* ====== MENU BASE ====== */
.mainMenu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 12px 0px 0px;
    padding: 0;
    position: relative;
}

.mainMenu-master {
    margin: 3px 0px 0px;
}

.fixed-top.shrunk .mainMenu,
.fixed-top-master.shrunk .mainMenu {
    margin: 3px 0px 0px;
}

.mainMenu > li {
    position: relative;
}

    .mainMenu > li > a {
        display: inline-block;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        padding: 15px 10px;
        transition: color 0.3s ease;
        font-family: var(--headfont);
        letter-spacing: 0.4px;
        font-size: 18px;
        position: relative;
    }

.mainMenu-master > li > a {
    padding: 5px 10px;
}

.fixed-top.shrunk .mainMenu > li > a,
.fixed-top-master.shrunk .mainMenu > li > a {
    padding: 5px 10px;
}

.mainMenu > li:hover > a,
.mainMenu > li:focus-within > a,
.mainMenu > li.active > a {
    color: var(--org);
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
}

.mainMenu > li > a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background-color: var(--org);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.mainMenu > li.active > a::after,
.mainMenu > li:hover > a::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--org);
    border-radius: 2px;
    margin-top: 4px;
    transition: all 0.3s ease;
}

/* ====== SUBMENU ====== */
.subMenu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    min-width: 235px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
}

    .subMenu li a {
        display: block;
        padding: 10px 20px;
        color: #333;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .subMenu li a:hover {
            background: #fffae6;
            color: var(--org);
            padding-left: 25px;
        }

/* ====== HOVER EFFECT (DESKTOP) ====== */
@media (hover: hover) {
    .mainMenu > li:hover > .subMenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* ====== MOBILE STYLES ====== */
@media (max-width: 767px) {
    .mainMenu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: #fff;
        width: 100%;
    }

        .mainMenu > li {
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
        }

            .mainMenu > li > a {
                width: 100%;
                padding: 5px;
            }

    .subMenu {
        position: static;
        box-shadow: none;
        border-radius: 0;
        padding-left: 10px;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        transform: none;
        transition: all 0.3s ease;
    }

    .mainMenu li.active > .subMenu {
        opacity: 1;
        max-height: 500px;
        visibility: visible;
    }
}
/* ====== MENU BASE ====== */

/*PRODUCT MAIN MENU */
.sticky-product-sub-menu > li {
    position: relative;
}

    .sticky-product-sub-menu > li > a {
        display: inline-block;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        padding: 15px 10px;
        transition: color 0.3s ease;
        font-family: var(--headfont);
        letter-spacing: 0.4px;
        font-size: 18px;
        position: relative;
    }

    .sticky-product-sub-menu > li:hover > a,
    .sticky-product-sub-menu > li:focus-within > a,
    .sticky-product-sub-menu > li.active > a {
        color: var(--org);
        transition: all 0.3s ease;
    }

    .sticky-product-sub-menu > li > a::after {
        content: "";
        display: block;
        /*height: 2px;*/
        width: 0;
        /*background-color: var(--org);*/
        border-radius: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }

    .sticky-product-sub-menu > li.active > a::after,
    .sticky-product-sub-menu > li:hover > a::after {
        width: 100%;
    }

/* ===================== */
/* ✅ SUBMENU DROPDOWN */
/* ===================== */
.productSubMenu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    min-width: 220px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    text-align: left;
}

    .productSubMenu li a {
        display: block;
        padding: 10px 20px;
        color: #333;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .productSubMenu li a:hover {
            background: #fffae6;
            color: var(--org);
            padding-left: 25px;
        }

/* ✅ DESKTOP HOVER */
@media (hover: hover) {
    .sticky-product-sub-menu > li:hover > .productSubMenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

#offeringsMenu03 ul li a {
    background: inherit !important;
    color: #333 !important;
}

    #offeringsMenu03 ul li a:hover {
        background: #fffae6 !important;
        color: var(--org) !important;
    }
/*PRODUCT MAIN MENU */
.C_Align {
    text-align: center;
}

.R_Align {
    text-align: right;
}

.mtop {
    margin-top: 15px;
}

.hero-section-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/general/wave-bg.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.dark-mode .hero-section-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/general/wave-bg.png);
}

.hero-wid-left {
    width: 55%;
}

.hero-wid-right {
    width: 45%;
}

.hero-section-tbl {
    width: 100%;
    height: 100vh;
}

    .hero-section-tbl tr td {
        vertical-align: middle;
    }

        .hero-section-tbl tr td h1 {
            font-family: var(--headfont);
            color: var(--heading);
            font-size: 55px;
            margin: 100px 0px 0px;
        }

        .hero-section-tbl tr td h2 {
            font-family: var(--subfont);
            font-size: 33px;
            line-height: 40px;
            color: #333;
        }

.dark-mode .hero-section-tbl tr td h2 {
    color: var(--wt);
}

.hero-section-tbl tr td p {
    margin: 30px 0px 0px;
}

    .hero-section-tbl tr td p a {
        font-family: var(--headfont);
        border: 1px solid #fca903;
        background-color: #fca903;
        color: var(--blk);
        padding: 15px 20px;
        border-radius: 30px;
        font-size: 17px;
        transition: all 0.5s;
    }

        .hero-section-tbl tr td p a:hover {
            border: 1px solid var(--org);
            background-color: var(--org);
            color: var(--wt);
        }

.hero-section-img {
    text-align: center;
    width: 100%;
    height: 100vh;
}

    .hero-section-img tr td {
        vertical-align: middle;
    }

        .hero-section-img tr td img {
            padding-top: 100px;
            width: 67%;
        }

.hero-section-prod-img tr td img {
    border-radius: 50%;
    margin-top: 120px;
    padding-top: 0px;
    width: 65%;
}

/*-----------Hero section style---------------*/
.hero-body-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 50px;
}

.hero-container {
    position: relative;
    width: 600px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Central 3D cube-like structure */
.central-hub {
    position: absolute;
    width: 175px;
    height: 175px;
    transform-style: preserve-3d;
    animation: rotate3d 20s infinite linear;
}

@keyframes rotate3d {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
}

.cube-face {
    position: absolute;
    width: 175px;
    height: 175px;
    background: linear-gradient(to right, #e57d8f, #ff8b77);
    border: 2px solid rgba(255, 255, 255, 0.5);
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.face-front {
    transform: translateZ(87.5px);
}

.face-back {
    transform: translateZ(-87.5px) rotateY(180deg);
}

.face-right {
    transform: rotateY(90deg) translateZ(87.5px);
}

.face-left {
    transform: rotateY(-90deg) translateZ(87.5px);
}

.face-top {
    transform: rotateX(90deg) translateZ(87.5px);
}

.face-bottom {
    transform: rotateX(-90deg) translateZ(87.5px);
}

/* Orbiting service icons */
.service-orbit {
    position: absolute;
    width: 55%;
    height: 55%;
    animation: orbit 15s infinite linear;
}

    .service-orbit:nth-child(2) {
        animation-delay: -3s;
    }

    .service-orbit:nth-child(3) {
        animation-delay: -6s;
    }

    .service-orbit:nth-child(4) {
        animation-delay: -9s;
    }

    .service-orbit:nth-child(5) {
        animation-delay: -12s;
    }

@keyframes orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Change this value to adjust orbit radius */
.service-orbit-1 .service-item {
    transform: translateX(-50%) translateY(-280px) rotate(0deg);
    top: 0;
    left: 0;
}

.service-orbit-2 .service-item {
    transform: translateX(-50%) translateY(-280px) rotate(-72deg);
}

.service-orbit-3 .service-item {
    transform: translateX(-50%) translateY(-280px) rotate(-144deg);
    top: 0;
    left: 100%;
}

.service-orbit-4 .service-item {
    transform: translateX(-50%) translateY(-280px) rotate(-216deg);
    left: 90%;
    top: 70%;
}

.service-orbit-5 .service-item {
    transform: translateX(-50%) translateY(-280px) rotate(-288deg);
    left: 0;
    top: 67%;
}

.service-item {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: float 3s ease-in-out infinite, counterRotate 15s infinite linear;
    display: list-item;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

@keyframes counterRotate {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(-360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateX(-50%) translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateX(-50%) translateY(-15px) rotate(0deg);
    }
}

.service-icon {
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.service-number {
    font-size: 11px;
    color: #00bcd4;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.service-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.dark-mode .service-title {
    color: #fff;
}

/* Connecting lines */
.connection-line {
    position: absolute;
    width: 2px;
    height: 150px;
    background: linear-gradient(to bottom, var(--org), transparent);
    top: 50%;
    left: 50%;
    transform-origin: top center;
    opacity: 0.3;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.5;
    }
}

.line-1 {
    transform: translate(-50%, -50%) rotate(0deg);
}

.line-2 {
    transform: translate(-50%, -50%) rotate(72deg);
}

.line-3 {
    transform: translate(-50%, -50%) rotate(144deg);
}

.line-4 {
    transform: translate(-50%, -50%) rotate(216deg);
}

.line-5 {
    transform: translate(-50%, -50%) rotate(288deg);
}

/* Floating particles */
.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--org);
    border-radius: 50%;
    opacity: 0.6;
    animation: particleFloat 6s infinite ease-in-out;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(var(--tx), var(--ty)) scale(1.5);
        opacity: 0.2;
    }
}

.particle:nth-child(1) {
    top: 20%;
    left: 15%;
    --tx: 30px;
    --ty: -40px;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 40%;
    left: 85%;
    --tx: -40px;
    --ty: 30px;
    animation-delay: 1s;
}

.particle:nth-child(3) {
    top: 70%;
    left: 20%;
    --tx: 50px;
    --ty: -20px;
    animation-delay: 2s;
}

.particle:nth-child(4) {
    top: 30%;
    left: 80%;
    --tx: -30px;
    --ty: -50px;
    animation-delay: 3s;
}

.particle:nth-child(5) {
    top: 80%;
    left: 70%;
    --tx: 20px;
    --ty: 40px;
    animation-delay: 4s;
}

.particle:nth-child(6) {
    top: 60%;
    left: 10%;
    --tx: -40px;
    --ty: 30px;
    animation-delay: 5s;
}

.particle:nth-child(7) {
    top: 30%;
    left: 22%;
    --tx: 30px;
    --ty: -40px;
    animation-delay: 0s;
}

.particle:nth-child(8) {
    top: 80%;
    left: 15%;
    --tx: -20px;
    --ty: 50px;
    animation-delay: 1s;
}

.particle:nth-child(9) {
    top: 50%;
    left: 60%;
    --tx: 40px;
    --ty: -40px;
    animation-delay: 2s;
}

.particle:nth-child(10) {
    top: 55%;
    left: 45%;
    --tx: -80px;
    --ty: -90px;
    animation-delay: 3s;
}

.particle:nth-child(11) {
    top: 15%;
    left: 40%;
    --tx: 15px;
    --ty: 25px;
    animation-delay: 4s;
}

.particle:nth-child(12) {
    top: 50%;
    left: 22%;
    --tx: -60px;
    --ty: 55px;
    animation-delay: 5s;
}

/* Center AI badge */
.hero-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 10px 30px rgba(255, 167, 38, 0.4);
    z-index: 10;
    animation: badgePulse 2s ease-in-out infinite;
    border: 1px solid white;
}

@keyframes badgePulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.hero-badge span {
    font-size: 11px;
    margin-top: -5px;
    font-family: var(--headfont);
}

.hero-badge img {
    width: 40px;
    padding: 5px;
}
/*-----------------Hero section style-------------------*/
.gray-bg {
    background: linear-gradient(135deg, #ffffe6 0%, #fdfcfb 100%);
}

.dark-mode .gray-bg {
    background: linear-gradient(135deg, #1a1a1a 0%, #1a1a1a 100%);
}

.gray-bg-01 {
    background-color: #feeecd;
}

.dark-mode .gray-bg-01 {
    background: linear-gradient(to right, #000, #0d0d0d);
}

.gray-bg-02 {
    background-color: #f1f1f1;
}

.dark-mode .gray-bg-02 {
    background: linear-gradient(to right, #000, #0d0d0d);
}

.padding-01 {
    padding: 45px 0px;
}

.padding-02 {
    padding: 20px 0px 45px;
}

.padding-03 {
    padding: 30px 0px;
}

.brk {
    display: none;
}

.div-01, .div-form {
    margin: 10px 0px;
    padding: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 20px;
    color: var(--text);
}

.div-form {
    background-color: rgba(255, 255, 255, 0.5);
}

.dark-mode .div-01 {
    background: linear-gradient(to right, #1a1a1a, #232526);
    color: var(--text);
}

.dark-mode .div-form {
    background-color: rgba(0, 0, 0, 0.5);
}

.div-01 h1 {
    margin: 0px 0px 10px;
    font-size: 18px;
}

.div-01 h2 {
    font-family: var(--headfont);
    font-size: 50px;
    margin: 10px 0px 0px;
}

.div-02 {
    padding: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.dark-mode .div-02 {
    background-color: rgba(0, 0, 0, 0.5);
}

.div-03, .div-04 {
    padding: 15px;
    margin: 10px 0px 15px;
}

    .div-03 h6, .div-04 h6 {
        margin: 0px;
    }

        .div-03 h6 img {
            width: 100%;
            border-radius: 20px;
        }

        .div-04 h6 img {
            width: 75px;
        }

    .div-03 h3 {
        font-family: var(--headfont);
        margin: 10px 0px;
        font-size: 16px;
    }

    .div-04 h3 {
        font-family: var(--headfont);
        margin: 10px 0px;
        font-size: 15px;
        line-height: 21px;
        min-height: 45px;
    }

.div-form h6 {
    margin: 0px 0px 15px;
    font-size: 12px;
    color: var(--org);
}

.dark-mode .div-form h6 {
    color: var(--ylw);
}

.div-form h3 {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    font-family: var(--headfont);
    font-size: 17px;
    color: var(--org);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.div-form h5 {
    font-size: 15px;
    margin: 0px 0px 7px;
}

    .div-form h5 span {
        color: var(--org);
        font-size: 13px;
    }

    .div-form h5 sup {
        color: var(--org);
        font-size: 11px;
    }

.dark-mode .div-form h5 sup,
.dark-mode .div-form h5 span {
    color: var(--ylw);
}

.div-form p {
    margin: 0px 0px 15px;
}

.form-txtbx {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    width: 100%;
    color: var(--blk);
}

.form-calendar-txtbx {
    width: 80%;
}

.form-ddl {
    padding: 11px 10px;
}

.form-lstbx {
    min-height: 300px;
    overflow-x: auto;
}

.form-btn {
    border: 1px solid var(--ylw);
    background-color: var(--ylw);
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--blk);
    transition: all 0.5s;
    min-width: 100px;
}

.form-btn-link {
    padding: 12px 30px;
}

.form-btn:hover {
    border: 1px solid var(--org);
    background-color: var(--org);
    color: var(--wt);
}

.dark-mode .form-btn:hover {
    border: 1px solid var(--ylw);
    background-color: transparent;
    color: var(--ylw);
}

.form-btn-txt {
    margin: 5px 0px 0px;
    border: none;
    background-color: transparent;
    color: var(--text);
    transition: all 0.5s;
}

    .form-btn-txt:hover {
        text-decoration: underline;
    }

.font-icon i {
    color: var(--org);
}

.form-message {
    font-family: var(--headfont);
    font-size: 16px;
    color: var(--org);
}

.dark-mode .form-message,
.dark-mode .font-icon i {
    color: var(--ylw);
}

.multi-grid {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
}

.dark-mode .multi-grid {
    background: rgba(0, 0, 0, 0.5);
}

.multi-grid tr th, .multi-grid tr td {
    padding: 5px;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 14px;
}

.multi-grid tr th {
    background-color: #feeecd;
}

.dark-mode .multi-grid tr th {
    background-color: var(--org);
    color: var(--wt);
}

.grd-txtbx {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 30px;
    width: 100%;
    color: var(--blk);
}

.dark-mode .grd-txtbx {
    border: 1px solid #fca903;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--wt);
}

.grd-scroll {
    overflow-x: auto;
}

.grd-addbtn {
    float: right;
    background-color: var(--ylw);
    border: 1px solid var(--ylw);
    border-radius: 50px;
    transition: all 0.5s;
    font-size: 20px;
    padding: 6px;
    line-height: 11px;
    transition: all 0.5s;
}

    .grd-addbtn:hover, .dark-mode .grd-addbtn {
        background-color: var(--org);
        border: 1px solid var(--org);
        color: var(--wt);
    }

        .dark-mode .grd-addbtn:hover {
            background-color: var(--ylw);
            border: 1px solid var(--ylw);
            color: var(--blk);
        }

.nav-tabs-services {
    margin: 15px 0px;
    border-bottom: none !important;
}

    .nav-tabs-services li {
        display: list-item !important;
        float: unset !important;
        padding: 5px 10px;
        transition: all 0.5s;
    }

    .nav-tabs-services > li > a {
        font-family: var(--headfont) !important;
        font-size: 22px;
        transition: all 0.5s;
        border: none !important;
    }

.dark-mode .nav-tabs > li > a {
    color: #fff !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: var(--org) !important;
}

.dark-mode .nav-tabs > li > a:hover {
    color: var(--org) !important;
}

.nav-tabs-services > li > a i {
    padding: 0px 5px;
}

.nav-tabs-services > li > a:hover {
    color: var(--org);
}

.nav-tabs-services > li.active > a, .nav-tabs-services > li.active > a:hover, .nav-tabs-services > li.active > a:focus {
    color: var(--org) !important;
    cursor: default !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom-color: transparent !important;
}

.services-img img {
    width: 100%;
    padding: 5px;
}

.services-txt h5 {
    margin: 0px 0px 10px;
    font-family: var(--subfont);
    font-size: 25px;
    color: var(--highlight);
    line-height: 30px;
}

.services-txt p {
    font-size: 16px;
}

    .services-txt p span {
        color: var(--org);
    }

.services-txt h6 {
    margin: 25px 0px;
}

    .services-txt h6 a, .services-txt h6 span a {
        font-size: 14px;
        border: 1px solid var(--org);
        background-color: var(--org);
        border-radius: 20px;
        padding: 10px 15px;
        transition: all 0.5s;
        color: var(--wt);
        margin: 0px 5px 0px 0px;
    }

    .services-txt h6 span a {
        border: 1px solid #fca903;
        background-color: var(--heading);
        color: var(--ylw);
    }

.dark-mode .services-txt h6 span a {
    border: 1px solid #fca903;
    background-color: var(--heading);
    color: var(--blk);
}

    .dark-mode .services-txt h6 span a:hover {
        background-color: transparent;
        color: var(--ylw);
    }

.services-txt h6 a:hover {
    background-color: transparent;
    color: var(--org);
}

.services-txt h6 span a:hover {
    background-color: var(--ylw);
    color: var(--blk);
}

.services-txt ul {
    margin: 0px 0px 0px -20px;
    list-style-type: none;
}

    .services-txt ul li {
        padding: 1px 0px;
    }

.abt-bg, .contact-bg, .rla-application-bg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../images/general/about-bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background-attachment: fixed;
    padding: 30px 50px;
}

.contact-bg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../images/general/contact-bg.jpg);
}

.rla-application-bg {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/rla-application-bg.jpg);
}

.abt-bg h1 {
    padding: 40px 0px 90px;
}

.contact-bg h1 {
    padding: 30px 0px 0px;
}

.contact-bg h3 {
    padding: 0px 0px 60px;
    font-family: var(--headfont);
    color: var(--wt);
    font-size: 32px;
}

.abt-bg p {
    margin: 10px 0px 30px;
}

    .abt-bg p a {
        background-color: #fca903;
        border: 1px solid #fca903;
        color: var(--blk);
        padding: 10px 20px;
        border-radius: 30px;
        transition: all 0.5s;
    }

        .abt-bg p a:hover {
            background-color: var(--org);
            border: 1px solid var(--org);
            color: var(--wt);
        }

.partner-width {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 11.111%;
}

.partner-icon img {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    backdrop-filter: blur(2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #fff;
}

.dark-mode .partner-icon img {
    background-color: #fff;
}

.offer-bg {
    background: linear-gradient(to top, #feeecd, #fae9b8);
}

.dark-mode .offer-bg {
    background: linear-gradient(to right, #3C3B3F, #1a1a1a);
}

.offer-tagline {
    margin: 0px 0px 20px;
    font-family: var(--subfont);
    color: var(--text);
    font-size: 25px;
    line-height: 35px;
}

.custom-tagline {
    color: var(--text);
}

.nav-tabs-offer {
    border-bottom: none !important;
}

    .nav-tabs-offer > li > a {
        border: none !important;
        border-radius: 30px !important;
        color: #fff !important;
        font-family: var(--headfont) !important;
        background-color: #1a1a1a;
        font-size: 16px !important;
        padding: 10px 20px !important;
        margin-right: 10px !important;
    }

.dark-mode .nav-tabs-offer > li > a {
    color: #1a1a1a !important;
    background-color: #fff !important;
}

.nav-tabs-offer > li.active > a, .nav-tabs-offer > li.active > a:hover, .nav-tabs-offer > li.active > a:focus {
    color: #1a1a1a !important;
    cursor: default;
    background-color: #fca903 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-custom > li.active > a, .nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
    color: #1a1a1a !important;
    background-color: #fca903 !important;
}

.dark-mode .nav-tabs-offer > li.active > a, .dark-mode .nav-tabs-offer > li.active > a:hover, .dark-mode .nav-tabs-offer > li.active > a:focus {
    background-color: var(--org) !important;
    color: #fff !important;
}

.offer-tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.dark-mode .offer-tbl {
    background: rgba(0, 0, 0, 0.5);
}

.offer-tbl td {
    padding: 30px;
    vertical-align: middle;
    color: #fff;
}

.offer-tbl tr td h2 {
    margin: 0px 0px 15px;
    font-family: var(--headfont);
    color: var(--blk);
    font-size: 38px;
}

.dark-mode .offer-tbl tr td h2 {
    color: var(--ylw);
}

.offer-tbl tr td p {
    margin: 0px 0px 10px;
    font-family: var(--subfont);
    color: var(--text);
    font-size: 30px;
    line-height: 35px;
}

.custom-tbl tr td p {
    color: var(--text);
    font-size: 20px;
    line-height: 30px;
}

.offer-tbl td:first-child {
    width: 60%;
}

.offer-tbl td.web-offer-bg,
.offer-tbl td.product-offer-bg,
.offer-tbl td.design-offer-bg {
    width: 40%;
    position: relative;
    overflow: hidden;
    height: 50vh;
}

    .offer-tbl td.web-offer-bg::before,
    .offer-tbl td.product-offer-bg::before,
    .offer-tbl td.design-offer-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../images/general/offer-web.jpg);
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
        transform: scale(1);
    }

    .offer-tbl td.product-offer-bg::before {
        background-image: url(../images/general/offer-product.jpg);
    }

    .offer-tbl td.design-offer-bg::before {
        background-image: url(../images/general/offer-design.jpg);
    }

.offer-tbl:hover td.web-offer-bg::before,
.offer-tbl:hover td.product-offer-bg::before,
.offer-tbl:hover td.design-offer-bg::before {
    transform: scale(1.15);
}

.offer-txt {
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    background: rgba(242, 201, 76, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    min-height: 140px;
    margin-bottom: 20px;
    text-align: center;
}

.dark-mode .offer-txt {
    background: rgba(0, 0, 0, 0.4);
}

.offer-txt h3 {
    font-family: var(--headfont);
    color: var(--blk);
    font-size: 22px;
    line-height: 35px;
    margin: 0px;
}

.offer-txt h6 {
    margin: 0px;
}

    .offer-txt h6 img {
        width: 82px;
        position: absolute;
        top: 0;
        right: 0;
    }

.dark-mode .offer-txt h3 {
    color: var(--wt);
}

.offer-txt h3 span {
    font-size: 35px;
    color: var(--org);
}

.dark-mode .offer-txt h3 span {
    color: var(--ylw);
}

.offer-txt p {
    margin: 0px;
}

    .offer-txt p span {
        color: var(--org);
    }

.offer-txt h5 {
    margin: 0px;
    font-size: 8px;
}

.custom-bg {
    background-image: linear-gradient(rgba(254, 238, 205, 0.7), rgba(254, 238, 205, 0.7)), url(../images/general/wave-bg-01.png);
    background-position: center;
    background-size: cover;
}

.dark-mode .custom-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/general/wave-bg-01.png);
}

.custom-tbl td:first-child {
    width: 50%;
}

.custom-tbl td.custom-business-bg,
.custom-tbl td.custom-secure-bg {
    width: 50%;
    height: 52vh;
    position: relative;
    overflow: hidden;
}

    .custom-tbl td.custom-business-bg::before,
    .custom-tbl td.custom-secure-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../images/general/custom-business.png);
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
        transform: scale(1);
    }

    .custom-tbl td.custom-secure-bg::before {
        background-image: url(../images/general/custom-secure.png);
    }

.custom-tbl:hover td.custom-business-bg::before,
.custom-tbl:hover td.custom-secure-bg::before {
    transform: scale(1.15);
}

.custom-div {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    margin: 10px 0px;
    text-align: center;
    transition: all 0.5s;
}

.dark-mode .custom-div {
    background-color: #1a1a1a;
}

.custom-div div {
    padding: 15px;
    position: relative;
    z-index: 2;
}

.custom-div img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.custom-div:hover img {
    transform: scale(1.15);
}

.custom-div h3 {
    font-family: var(--headfont);
    color: var(--org);
    margin: 0px 0px 7px;
    font-size: 17px;
}

.dark-mode .custom-div h3 {
    color: var(--ylw);
}

.custom-div p {
    margin: 0px;
    text-align: left;
}

.custom-div-ht-01 {
    min-height: 320px;
}

.link,
.link-01 {
    margin: 15px 0px 0px;
}

.link-02 {
    margin: 25px 0px 0px;
}

.link-03 {
    margin: 20px 0px;
}

.link a, .link span a,
.link-01 a, .link-01 span a {
    font-size: 14px;
    border: 1px solid var(--org);
    background-color: var(--org);
    border-radius: 20px;
    padding: 10px 15px;
    transition: all 0.5s;
    color: var(--wt);
    margin: 0px 5px 0px 0px;
}

.link-01 a, .link-01 span a {
    padding: 5px 10px;
}

.link span a,
.link-01 span a {
    border: 1px solid #fca903;
    background-color: var(--heading);
    color: var(--ylw);
}

.dark-mode .link span a,
.dark-mode .link-01 span a {
    border: 1px solid #fca903;
    background-color: var(--heading);
    color: var(--blk);
}

    .dark-mode .link span a:hover,
    .dark-mode .link-01 span a:hover {
        background-color: transparent;
        color: var(--ylw);
    }

.link a:hover,
.link-01 a:hover {
    background-color: transparent;
    color: var(--org);
}

.link span a:hover,
.link-01 span a:hover {
    background-color: var(--ylw);
    color: var(--blk);
}

.link-02 a {
    border: 1px solid var(--ylw);
    background-color: var(--ylw);
    color: var(--blk);
}

    .link-02 a:hover {
        border: 1px solid var(--org);
        background-color: var(--org);
        color: var(--wt);
    }

.dark-mode .link-02 a {
    border: 1px solid var(--ylw);
    background-color: transparent;
    color: var(--ylw);
}

    .dark-mode .link-02 a:hover {
        border: 1px solid var(--ylw);
        background-color: var(--ylw);
        color: var(--blk);
    }

.link-04 {
    margin: 15px 0px 0px !important;
}

    .link-04 a, .link-04 span a {
        font-family: var(--headfont);
        border: 1px solid var(--blk);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
        padding: 7px 14px;
        font-size: 16px;
    }

.link-cta {
    margin: 25px 0px 0px;
}

    .link-cta span a {
        padding: 15px 30px;
        border-radius: 28px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
        background-color: #1a1a1a;
        border: 1px solid #1a1a1a;
        font-family: var(--headfont);
        font-size: 16px;
    }

.dark-mode .link-cta span a {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: var(--ylw);
}

    .dark-mode .link-cta span a:hover {
        background-color: var(--ylw);
        border: 1px solid #1a1a1a;
        color: #1a1a1a;
    }

.div-content h6 {
    margin: 0px 0px 15px;
}

    .div-content h6 img {
        width: 100%;
        border-radius: 20px;
    }

.div-content h1, .div-content h2 {
    margin: 0px 0px 10px;
    font-family: var(--headfont);
    font-size: 18px;
    color: var(--org);
    line-height: 23px;
}

.div-content h2 {
    font-size: 16px;
    color: var(--text);
}

.testi-div {
    margin: 10px 0px;
    padding: 15px 175px;
}

    .testi-div h6 {
        margin: 10px 0px;
        font-size: 18px;
        text-align: center;
        font-family: var(--headfont);
    }

        .testi-div h6 span {
            background-color: var(--ylw);
            padding: 10px;
            border-radius: 100px;
        }

.dark-mode .testi-div h6 span {
    background-color: var(--org);
}

.testi-div h5 {
    margin: 5px 0px 10px;
    font-size: 20px;
    font-family: var(--headfont);
}

.testi-div p {
    font-size: 17px;
}

.testi-div h4 {
    text-align: right;
    margin: 0px;
    font-family: var(--headfont);
    font-size: 17px;
}

.carousel-indicators-testi {
    bottom: -15px !important;
}

.carousel-indicators-stu-testi {
    bottom: -35px !important;
}

.footer-bg {
    background: linear-gradient(to right, #ffefba, #ffffff);
    padding: 40px 0px 30px;
}

.dark-mode .footer-bg {
    background: linear-gradient(to right, #1a1a1a, #232526);
}

.footer-head {
    margin: 0px 0px 5px;
    font-family: var(--headfont);
    font-size: 16px;
    color: var(--org) !important;
}

.footer-list {
    margin: 0px 0px 10px -40px;
    list-style-type: none;
    font-size: 14px;
}

.footer-list-products {
    font-size: 13px;
}

.footer-list li a {
    color: var(--text);
    transition: all 0.5s;
}

    .footer-list li a i {
        color: var(--org) !important;
        padding-right: 5px;
    }

    .footer-list li a:hover {
        margin-left: 5px;
        color: var(--org);
    }

.dark-mode .footer-list li a i,
.dark-mode .footer-list li a:hover {
    color: var(--ylw);
}

.footer-parent img {
    width: 85px;
    background-color: #fff;
    padding: 3px;
    border-radius: 5px;
}

.msme img {
    width: 100px;
    border-radius: 5px;
    padding: 2px;
    margin: 10px 0px 5px 0px;
}

.msme span img {
    width: 70px;
    border-radius: 50%;
}

.dark-mode .msme img {
    background-color: var(--wt);
}

.follow {
    margin: 5px 0px;
}

    .follow a i {
        color: var(--text);
        transition: all 0.5s;
        padding-right: 5px;
        font-size: 18px;
    }

        .follow a i:hover {
            color: var(--org);
        }

.sharethis-div {
    margin: 5px 0px 10px;
}

.copyright {
    margin: 7px 0px;
    font-size: 15px;
    text-align: center;
    font-family: var(--headfont);
}

.fixed-ht {
    height: 90px;
}

.sub-banner-bg {
    background-image: linear-gradient(rgba(254, 238, 205, 0.8), rgba(254, 238, 205, 0.8)), url(../images/general/wave-bg-01.png);
    background-position: center;
    background-size: cover;
}

.dark-mode .sub-banner-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/general/wave-bg-01.png);
}

.sub-txt {
    padding: 50px 0px 35px;
}

.prod-sub-txt {
    padding: 30px 0px 10px;
}

.sub-txt h6 {
    margin: 5px 0px;
    font-size: 14px;
    font-family: var(--headfont);
    color: rgba(0, 0, 0, 0.7);
}

    .sub-txt h6 a {
        color: rgba(0, 0, 0, 0.7);
        transition: all 0.5s;
    }

        .sub-txt h6 a:hover {
            text-decoration: underline;
        }

    .sub-txt h6 i {
        padding: 0px 5px;
    }

.dark-mode .sub-txt h6,
.dark-mode .sub-txt h6 a {
    color: var(--text);
}

.sub-banner {
    text-align: center;
    padding: 5px 0px;
}

    .sub-banner h6 {
        margin: 0px;
    }

        .sub-banner h6 img {
            width: 170px;
        }

.sub-banner-partner h6 {
    padding: 35px 0px;
}

    .sub-banner-partner h6 img {
        border-radius: 15px;
        padding: 5px;
        background-color: #fff;
    }


.sub-banner-product h6 {
    padding: 35px 0px;
}

    .sub-banner-product h6 img {
        border-radius: 15px;
        padding: 5px;
        background-color: #fff;
        width: 85px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    }

.sticky-sub-menu {
    list-style: none;
    margin: 0px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 7px 0px;
}

.dark-mode .sticky-sub-menu {
    background-color: #1a1a1a;
}

.sticky-sub-menu > li {
    display: inline-block;
    padding: 5px;
}

    .sticky-sub-menu > li > a {
        color: var(--text);
        font-weight: 600;
        text-decoration: none;
        padding: 10px 20px;
        transition: color 0.3s ease;
        font-family: var(--headfont);
        letter-spacing: 0.4px;
        font-size: 16px;
        position: relative;
        background-color: #f1f1f1;
        border-radius: 30px;
    }

    .sticky-sub-menu > li:hover > a,
    .sticky-sub-menu > li:focus-within > a,
    .sticky-sub-menu > li.active > a {
        background-color: var(--org);
        color: var(--wt);
        transition: all 0.3s ease;
        width: 100%;
    }

.dark-mode .sticky-sub-menu > li > a {
    background-color: #000;
}

.dark-mode .sticky-sub-menu > li:hover > a,
.dark-mode .sticky-sub-menu > li:focus-within > a,
.dark-mode .sticky-sub-menu > li.active > a {
    background-color: var(--ylw);
    color: var(--blk);
}

#stickyMenu.stickIt {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.sticky-prod-sub-menu > li {
    padding: 1px;
}

    .sticky-prod-sub-menu > li > a {
        padding: 5px 10px;
        font-size: 15px;
    }

.nav-tabs-sidemenu {
    margin: 15px 0px;
    border-bottom: none !important;
}

    .nav-tabs-sidemenu li {
        display: list-item !important;
        float: unset !important;
        padding: 5px 10px;
        transition: all 0.5s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

.dark-mode .nav-tabs-sidemenu li {
    border-bottom: 1px solid #333 !important;
}

.nav-tabs-sidemenu > li > a {
    font-family: var(--headfont) !important;
    font-size: 16px;
    transition: all 0.5s;
    border: none !important;
    padding: 7px 10px !important;
    color: #333 !important;
}

.dark-mode .nav-tabs-sidemenu > li > a {
    color: #fff !important;
}

    .dark-mode .nav-tabs-sidemenu > li > a:hover {
        color: #fca903 !important;
    }

.nav-tabs-sidemenu > li > a i {
    padding: 3px 0px 0px;
    float: right;
}

.nav-tabs-sidemenu > li > a:hover {
    color: var(--org) !important;
}

.nav-tabs-sidemenu > li.active > a, .nav-tabs-sidemenu > li.active > a:hover, .nav-tabs-sidemenu > li.active > a:focus {
    color: var(--org) !important;
    cursor: default !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom-color: transparent !important;
}

.dark-mode .nav-tabs-sidemenu > li.active > a,
.dark-mode .nav-tabs-sidemenu > li.active > a:hover,
.dark-mode .nav-tabs-sidemenu > li.active > a:focus {
    color: #fca903 !important;
}

#stickySideMenu.stickItSideMenu {
    position: fixed;
    top: 25%;
    left: 64px;
    width: 21%;
    z-index: 1;
}

.master-z-index {
    width: 100%;
    position: relative;
    z-index: 99;
}


.img-01, .img-02, .img-03, .img-04, .img-05 {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

    .img-01 img, .img-02 img, .img-03 img, .img-04 img, .img-05 img {
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .img-01:hover img, .img-02:hover img, .img-03:hover img, .img-04:hover img, .img-05:hover img {
        transform: scale(1.1);
    }

.img-01 {
    border-radius: 30px;
}

    .img-01 img {
        width: 100%;
        border-radius: 30px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

.img-02 {
    margin: 10px 0px;
}

    .img-02 img {
        width: 100%;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 3px;
    }

.img-03, .img-04, .img-05 {
    text-align: center;
}

    .img-03 img {
        width: 75%;
        padding: 3px;
    }

    .img-04 img {
        width: 66%;
        padding: 3px;
    }

    .img-05 img {
        width: 55%;
        padding: 3px;
    }

.img-06 img {
    width: 100%;
}

.dark-mode .img-02 img {
    border: 1px solid #1a1a1a;
}

.img-circle img {
    border-radius: 50%;
}

.img-process img {
    border-radius: 25px;
}

.list-01 {
    list-style-type: none;
    margin: 0px 0px 15px -20px;
}

    .list-01 li {
        padding: 3px 0px;
    }

        .list-01 li i {
            color: var(--org);
            padding: 0px 5px 0px 0px;
        }

.dark-mode .list-01 li i {
    color: var(--ylw);
}

.list-01-wt {
    color: var(--wt);
}

.emoji-div {
    margin: 10px 0px;
    padding: 20px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    border-radius: 20px;
    color: var(--text);
    transition: all 0.5s;
}

    .emoji-div:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.dark-mode .emoji-div {
    background-color: rgba(0, 0, 0, 0.5);
}

.emoji-div h3 {
    margin: 10px 0px;
    font-family: var(--headfont);
    font-size: 16px;
    color: var(--org);
    text-align: center;
    line-height: 22px;
}

.dark-mode .emoji-div h3 {
    color: var(--ylw);
}

.emoji-div h6 {
    margin: 0px 0px 5px;
    font-size: 25px;
    text-align: center;
}

.emoji-div p {
    margin: 0px;
}

.dark-mode .emoji-div {
    background-color: #1a1a1a;
    color: var(--text);
}

.emoji-div-ht-01 {
    min-height: 160px;
}

.emoji-div-ht-02 {
    min-height: 180px;
}

.emoji-div-ht-03 {
    min-height: 235px;
}

.emoji-div-deck {
    box-shadow: none;
    text-align: center;
    min-height: 240px;
}

    .emoji-div-deck img {
        width: 85px;
        border-radius: 15px;
    }

.emoji-div-list ul {
    margin: 0px 0px 0px -40px;
    list-style-type: none;
}

    .emoji-div-list ul li {
        padding: 2px 0px;
    }

        .emoji-div-list ul li i {
            color: var(--org);
            padding: 0px 5px 0px 0px;
        }

.emoji-div-list {
    min-height: 220px;
}

.emoji-rcafe {
    margin: 10px 0px 20px;
    min-height: 370px;
}

    .emoji-rcafe h3 {
        margin: 5px 0px;
    }

    .emoji-rcafe h6 {
        margin: 0px;
    }


        .emoji-rcafe h6 img {
            width: 70%;
            border-radius: 15px;
            padding: 5px;
        }

.img-bg {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 20px;
    margin: 10px 0px;
    height: 225px;
}

.vision-bg {
    background-image: url(../images/general/vision-bg.jpg);
}

.mission-bg {
    background-image: url(../images/general/mission-bg.jpg);
}

.panel-default {
    border-color: #f1f1f1;
}

    .panel-default > .panel-heading {
        color: var(--text);
        font-family: var(--headfont);
        background-color: #f1f1f1;
        border-color: #f1f1f1;
    }

.dark-mode .panel-heading {
    color: var(--ylw);
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.panel-title a span i {
    font-size: 23px;
    margin: -4px 0px 0px 0px;
}

.panel-title a span {
    float: right;
}

.ind-div-ht-01 {
    margin: 10px 0px 20px;
    min-height: 350px;
}

.management {
    margin: 10px 0px;
    padding: 20px;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border-radius: 20px;
    color: var(--text);
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

    .management:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.dark-mode .management {
    background-color: #0d0d0d;
}

.management h6 {
    margin: 0px 0px 10px;
}

    .management h6 img {
        width: 100%;
        border-radius: 10px;
    }

.management h1, .management h2, .management-left h1 {
    margin: 0px;
    font-family: var(--headfont);
    font-size: 22px;
    text-align: center;
}

    .management h2, .management-left h1 span {
        font-size: 15px;
        margin: 5px 0px 0px;
        line-height: 22px;
    }

.management-left h1 {
    margin: 0px 0px 10px;
}

.management-bg,
.milestone-bg {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.dark-mode .management-bg,
.dark-mode .milestone-bg {
    background-color: #0d0d0d;
    border: 1px solid #fca903;
}

.dark-mode .management-left h1 {
    color: var(--ylw);
}

    .dark-mode .management-left h1 span {
        color: var(--wt);
    }

.management-left img {
    width: 85%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    margin-bottom: 20px;
}

.management-right h4 {
    margin: 10px 0px;
    font-size: 15px;
    line-height: 25px;
}

    .management-right h4 a {
        color: var(--text);
        transition: all 0.5s;
    }

        .management-right h4 a:hover,
        .management-right h4 i {
            color: var(--org);
        }

    .management-right h4 i {
        padding: 0px 5px 0px 0px;
    }

.dark-mode .management-right h4 a:hover,
.dark-mode .management-right h4 i {
    color: var(--ylw);
}

.management-right p a {
    color: var(--org);
    transition: all 0.5s;
}

.dark-mode .management-right p a {
    color: var(--ylw);
}

.management-right p a:hover {
    text-decoration: underline;
}

.bottom-line {
    border-bottom: 1px solid #ddd;
    margin: 20px 0px;
    transition: all 0.4s ease;
}

.dark-mode .bottom-line {
    border-bottom: 1px solid #333;
}

.bottom-line-01 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px 0px 10px;
    transition: all 0.4s ease;
}

.dark-mode .bottom-line-01 {
    border-bottom: 1px solid #fca903;
}

.management-core h2 {
    min-height: 45px;
}

.rsol-box {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    transition: transform 0.3s ease-in-out;
}

.dark-mode .rsol-box {
    background-color: rgba(0, 0, 0, 0.5);
    /*background: linear-gradient(to right, #1a1a1a, #232526);*/
}

.rsol-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rsol-box-digital {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
}

.dark-mode .rsol-box-digital {
    background-color: rgba(0, 0, 0, 0.5);
}

.rsol-box h6 {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .rsol-box h6 img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.rsol-box:hover h6 img {
    transform: scale(1.1);
}

.rsol-box div {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.rsol-box h3, .rsol-box h4 {
    margin: 0px 0px 10px;
    font-family: var(--headfont);
    font-size: 18px;
    color: var(--org);
    text-align: center;
}

.rsol-box h4 {
    color: var(--text);
    font-size: 16px;
}

.rsol-box h5 {
    margin: 0px 0px 5px;
    text-align: center;
}

    .rsol-box h5 img {
        width: 115px;
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.dark-mode .rsol-box h3 {
    color: var(--ylw);
}

.rsol-box div ul {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
}

    .rsol-box div ul li {
        padding: 3px 0px;
    }

        .rsol-box div ul li span {
            font-family: var(--headfont);
        }

.rsol-box-prod h6 img {
    padding: 15px;
}

.rsol-box-prod div h3 {
    color: var(--text);
    font-size: 16px;
    margin: 0px 0px 0px;
    line-height: 22px;
    min-height: 50px;
}

.box-ht1 {
    min-height: 560px;
}

.box-ht2 div div {
    min-height: 160px;
    padding: 0px;
}

.box-ht3 div div {
    min-height: 250px;
    padding: 0px;
}

/*Milestone section*/
.barcontainer-fluid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
    margin: 15px auto;
}

.barcontainer {
    position: relative;
    margin: 0px 18px;
    width: 68px;
    height: 350px;
    text-align: center;
    background-color: #ddd;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    float: left;
    border-radius: 50px;
    cursor: pointer;
}

.dark-mode .barcontainer {
    background: linear-gradient(to right, #1a1a1a, #232526);
}

.year-label {
    position: absolute;
    bottom: 80%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: var(--headfont);
    line-height: 20px;
    z-index: 1;
    width: 68px;
}

.bar {
    background-color: var(--ylw);
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    animation: grow 1.5s ease-out forwards;
    transform-origin: bottom;
    border-radius: 50px;
}

@keyframes grow {
    from {
        transform: scaleY(0);
    }
}

.bar-ht-01 {
    height: 10%;
}

.bar-ht-02 {
    height: 20%;
}

.bar-ht-03 {
    height: 30%;
}

.bar-ht-04 {
    height: 40%;
}

.bar-ht-05 {
    height: 50%;
}

.bar-ht-06 {
    height: 60%;
}

.bar-ht-07 {
    height: 70%;
}

.bar-ht-08 {
    height: 80%;
}

/*Milestone section*/

.milestone-content table {
    margin-bottom: 10px;
}

    .milestone-content table tr td {
        padding: 3px 0px;
    }

        .milestone-content table tr td:nth-child(1) {
            width: 5%;
        }

.milestone-logo {
    margin: 10px 0px;
    border-radius: 20px;
    background-color: #fff;
}

    .milestone-logo img {
        width: 100%;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
        padding: 10px;
    }

/* --- Ellipse style --- */

.ellipse-ecosystem-section {
    text-align: center;
}

.ellipse-container {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    display: block;
}

.oval-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: transparent; /*stroke color*/
    stroke-width: 1;
    fill: none;
    z-index: 5;
}

/* --- Spiral Item (Logo) Styling --- */
.ellipse-item {
    position: absolute;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
}

    .ellipse-item:hover {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .ellipse-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin-bottom: 5px;
    }

.item-label {
    font-size: 0.8em;
    color: #555;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

#logo-azure {
    top: 20%;
    left: 20%;
}

#logo-o365 {
    top: 40%;
    left: 13%;
}

#logo-sharepoint {
    top: 56%;
    left: 20%;
}

#logo-googlews {
    top: 66%;
    left: 30%;
}

#logo-aws {
    top: 36%;
    left: 26%;
}

#logo-chatgpt {
    top: 7%;
    left: 52%;
}

#logo-mobileapp {
    top: 63%;
    left: 53%;
}

#logo-whatsapp {
    top: 71%;
    left: 42%;
}

#logo-videoconf {
    top: 37%;
    left: 49%;
}

#logo-oracle {
    top: 4%;
    left: 41%;
}

#logo-sap {
    top: 7%;
    left: 30%;
}

#logo-etl {
    top: 13%;
    left: 61%;
}

#logo-msbi {
    top: 52%;
    left: 39%;
}

#logo-powerbi {
    top: 28%;
    left: 37%;
}

#logo-payment {
    top: 50%;
    left: 50%;
}

#logo-ccavenue {
    top: 18%;
    left: 70%;
}

#logo-razorpay {
    top: 53%;
    left: 76%;
}

#logo-rediff {
    top: 34%;
    left: 74%;
}

#logo-godaddy {
    top: 41%;
    left: 61%;
}

#logo-networksolutions {
    top: 61%;
    left: 66%;
}

/*next-gen-technologies style*/
.tech-div {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 20px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    transition: transform 0.3s ease-in-out;
}

.dark-mode .tech-div {
    background: linear-gradient(to right, #1a1a1a, #232526);
}

.tech-div:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tech-div-04, .tech-div-07 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
}

.tech-div-05, .tech-div-07 {
    text-align: left;
}

.tech-div:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tech-div h6 {
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tech-div ul {
    text-align: left;
    margin: 10px 0px 10px -15px;
    font-size: 15px;
    line-height: 20px;
    min-height: 350px;
}

.tech-div-list-01 ul {
    min-height: 275px;
}

.tech-div ul li {
    padding: 2px 0px;
    list-style-type: square;
    color: var(--org);
}

    .tech-div ul li span {
        color: var(--text);
    }

.tech-div img {
    width: 55%;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.tech-div h3 {
    margin: 0px 0px 5px;
    font-family: var(--headfont);
    color: var(--org);
    font-size: 16px;
}

.tech-div p {
    color: var(--text);
    font-size: 14px;
    line-height: 20px;
    min-height: 85px;
}

    .tech-div p span {
        color: var(--org);
    }

.tech-div h5 {
    margin: 15px 0px;
    font-size: 14px;
}

    .tech-div h5 span, .tech-div-01 h5 a, .tech-div-02 h5 a, .tech-div-03 h5 a {
        padding: 7px;
        background-color: var(--org);
        font-family: var(--headfont);
        color: var(--wt);
        border-radius: 25px;
        transition: all 0.5s;
    }

        .tech-div h5 span:hover, .tech-div-01 h5 a:hover, .tech-div-02 h5 a:hover, .tech-div-03 h5 a:hover {
            background-color: var(--ylw);
            color: var(--blk);
        }

.tech-div-01 img {
    width: 70%;
    background-color: #fff;
}

.tech-div-02 img {
    width: 70px;
    background-color: #fff;
}

.tech-div-02 p {
    min-height: 50px;
}

.tech-div-02 p {
    min-height: 50px;
}

.tech-div-03 img {
    width: 50%;
}

.tech-div-04 img, .tech-div-07 img {
    width: 100%;
    padding: 0px;
    border-radius: 10px;
}

.tech-div-04 h6 {
    border-bottom: none;
}

.tech-div-04 p {
    color: var(--text);
    font-size: 15px;
    line-height: 22px;
}

.tech-div-05 p {
    min-height: 110px;
}

.tech-div-06 img {
    width: 35%;
}

.tech-div-07 p {
    color: var(--text);
    font-size: 15px;
    line-height: 24px;
    min-height: 200px;
}

.tech-div-08, .tech-div-09 {
    padding: 5px 20px;
}

    .tech-div-08 ul, .tech-div-09 ul {
        margin: 10px 0px 10px -40px;
        line-height: 20px;
        min-height: 350px;
    }

    .tech-div-09 ul {
        min-height: 420px;
    }

.tech-div-10 ul {
    min-height: 520px;
}

.tech-div-11 ul {
    min-height: 0px;
    margin-bottom: 30px;
}

.tech-div-08 ul li, .tech-div-09 ul li {
    padding: 10px 0px;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.tech-div ul li ul {
    margin: 0px;
    min-height: 0px;
}

.tech-menu {
    margin: 0px 0px 10px -40px;
    list-style-type: none;
    text-align: center;
}

    .tech-menu li {
        border: 1px solid var(--org);
        background-color: transparent;
        font-family: var(--headfont);
        display: inline-flex;
        padding: 5px 15px;
        border-radius: 25px;
        margin: 5px;
        transition: all 0.5s;
    }

        .tech-menu li:hover {
            background-color: var(--org);
        }

        .tech-menu li a {
            color: #fff;
        }

.tech-tbl {
    width: 100%;
}

    .tech-tbl tr td {
        padding: 5px;
        vertical-align: top;
    }

        .tech-tbl tr td:nth-child(1) {
            width: 5%;
        }

        .tech-tbl tr td h5 {
            margin: 0px 0px 5px;
            font-size: 16px;
            font-family: var(--headfont);
            color: var(--org);
        }

        .tech-tbl tr td p {
            margin: 0px;
        }

.tech-btn {
    margin: 20px 0px;
}

    .tech-btn a {
        border: 1px solid var(--org);
        background-color: var(--org);
        color: #fff;
        padding: 7px 10px 9px 10px;
        border-radius: 5px;
        transition: all 0.5s;
        font-family: var(--headfont);
    }

        .tech-btn a:hover {
            background-color: var(--ylw);
            color: var(--blk);
        }

.tech-bg-01 {
    background: linear-gradient(to right, #fc466b, #3f5efb);
}

.tech-bg-02 {
    background: linear-gradient(to right, #660066, #333399);
}

.tech-bg-03 {
    background: linear-gradient(to right, #8a2387, #e94057, #f27121);
}

.tech-bg-04 {
    background: linear-gradient(to right, #780206, #061161);
}

.tech-bg-05 {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/general/nats-sap.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.tech-bg-06 {
    background: linear-gradient(to right, #c31432, #240b36);
}

.tech-bg-07 {
    background: linear-gradient(to right, #cc2b5e, #753a88);
}

.tech-bg-08 {
    background: linear-gradient(to right, #1a2a6c, #b21f1f);
}

.tech-bg-09 {
    background: linear-gradient(to right, #333333, #dd1818);
}

.tech-bg-10 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/nats-godaddy.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.tech-sub-div {
    margin: 10px 0px;
    padding: 10px;
}

    .tech-sub-div h6 {
        margin: 0px 0px 30px;
        font-size: 25px;
    }

        .tech-sub-div h6 span {
            padding: 10px;
            background-color: var(--blk);
            color: var(--ylw);
            border-radius: 5px;
        }

.tech-sub-div-01 h6 span {
    border: 1px solid var(--ylw);
}

.tech-sub-div-02 h6 span {
    border: 1px solid var(--org);
}

.tech-sub-div h6 i {
    width: 30px;
    position: relative;
    text-align: center;
}

.tech-sub-div h5 {
    margin: 10px 0px 10px;
    color: var(--ylw);
    font-family: var(--headfont);
    font-size: 18px;
}

.tech-sub-div-01 h5, .tech-sub-div-02 h5 {
    line-height: 25px;
}

.tech-sub-div p {
    color: var(--wt);
    line-height: 22px;
}

.tech-sub-div-02 h5 {
    color: var(--org);
}

.tech-sub-div-02 p {
    color: var(--text);
    line-height: 22px;
}

.tech-source-link {
    font-size: 10px;
    text-align: right;
    margin: 0px 0px 10px;
    color: rgba(0, 0, 0, 0.4);
}

.dark-mode .tech-source-link {
    color: rgba(255, 255, 255, 0.4);
}

.tech-div-365 {
    text-align: left;
}

    .tech-div-365 h6, .tech-div-365 h3, .tech-div-365 h5 {
        text-align: center;
    }

    .tech-div-365 table {
        width: 90%;
        padding: 0px 10px;
        margin: 10px 0px 10px 10px;
        font-size: 14px;
        line-height: 21px;
    }

        .tech-div-365 table tr {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

            .tech-div-365 table tr td {
                padding: 5px 0px;
            }

                .tech-div-365 table tr td:nth-child(1) {
                    width: 13%;
                }

.mso365-icons ul {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    text-align: center;
    min-height: initial;
}

    .mso365-icons ul li {
        display: inline-flex;
        padding: 5px;
    }

.mso365-icons li img {
    width: 35px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.5s;
}

    .mso365-icons li img:hover {
        border: 1px solid var(--org);
    }

.tech-div-365-ht-01 {
    min-height: 600px;
}

.tech-div-365-ht-02 {
    min-height: 785px;
}

.tech-div-365-ht-03 {
    min-height: 420px;
}

.tech-div-365-ht-04 {
    min-height: 500px;
}

.tech-div-365-ht-05 {
    min-height: 400px;
}

.tech-div-365-ht-06 {
    min-height: 340px;
}

/* tech hover-popup*/
.hover-popup {
    position: absolute;
    background: radial-gradient(circle at top left, #feeecd, #f4f4f4);
    color: #111;
    border: 1px solid rgba(252, 169, 3, 0.6);
    box-shadow: 0 0 0 1px rgba(252, 169, 3, 0.25), 0 0 28px rgba(252, 169, 3, 0.35), 0 20px 50px rgba(0,0,0,0.15);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    transition: all 0.25s ease;
    z-index: 9999;
    backdrop-filter: blur(12px);
    text-align: center;
}

.dark-mode .hover-popup {
    background: radial-gradient(circle at top left, #2a2a2a, #0f0f0f);
    border: 1px solid rgba(252, 169, 3, 0.35);
    box-shadow: 0 0 0 1px rgba(252, 169, 3, 0.15), 0 0 25px rgba(252, 169, 3, 0.25), 0 20px 50px rgba(0,0,0,0.45);
}

.hover-popup h4 {
    margin: 0px 0px 5px;
    font-family: var(--headfont);
    font-size: 14px;
    border-bottom: 1px solid var(--org);
    padding-bottom: 5px;
}

.dark-mode .hover-popup h4 {
    color: var(--ylw);
    border-bottom: 1px solid var(--wt);
}

.hover-popup p {
    font-size: 13px;
    opacity: 0.85;
    line-height: 17px;
    margin: 0px;
}

.dark-mode .hover-popup p {
    color: var(--wt);
}

/* tech hover-popup*/

.base-img img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px;
    transition: transform 0.3s ease;
}


.base-img-01 img {
    width: 100%;
    border-radius: 15px;
}

.base-img-02 img {
    width: 100%;
}

.base-img-03, .base-img-04, .base-img-05 {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .base-img-03 img, .base-img-04 img, .base-img-05 img {
        padding: 20px;
        width: 100%;
        transition: transform 0.3s ease;
    }

    .base-img-03:hover img, .base-img-04:hover img, .base-img-05:hover img {
        transform: scale(1.1);
        object-fit: cover;
        position: relative;
        transition: transform 0.3s ease;
    }

.base-img-04, .base-img-05 {
    border: none;
}

    .base-img-04 img {
        width: 60%;
    }

    .base-img-05 img {
        width: 72%;
        padding: 10px;
        border-radius: 15px;
    }

.base-img-06 img {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
}

.tech-solutions-bg {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../images/general/tech-solutions-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

.tech-solutions-page-bg {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/general/tech-solutions-bg-01.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.tech-solutions {
    padding: 30px 50px;
}

    .tech-solutions h1 {
        font-family: var(--headfont);
        margin: 0px 0px 15px;
        color: var(--ylw);
        font-size: 50px;
    }

    .tech-solutions h2 {
        font-family: var(--headfont);
        margin: 30px 0px;
        color: var(--org);
        font-size: 35px;
    }

    .tech-solutions ul {
        margin: 10px 0px 0px 0px;
        list-style-type: none;
    }

        .tech-solutions ul li {
            padding: 15px 0px;
            font-family: var(--headfont);
            font-size: 32px;
            color: var(--wt);
        }

            .tech-solutions ul li a {
                color: var(--wt);
                transition: all 0.5s;
            }

                .tech-solutions ul li a:hover {
                    color: var(--org);
                }

    .tech-solutions h3 {
        font-family: var(--headfont);
        margin: 30px 0px;
        color: var(--org);
        font-size: 38px;
    }

        .tech-solutions h2 a, .tech-solutions h3 a {
            color: rgb(0, 148, 255);
            text-decoration: underline;
            transition: all 0.5s;
        }

            .tech-solutions h2 a:hover, .tech-solutions h3 a:hover {
                color: var(--ylw);
            }

.tech-list {
    list-style-type: none;
    margin: 0px 0px 10px -40px;
}

    .tech-list li {
        padding: 3px 0px;
    }

/*next-gen-technologies style*/

.bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-07 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/general/bg-01.png);
    background-position: center;
    background-size: cover;
}

.bg-02 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/general/bg-02.png);
}

.bg-03 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/general/bg-03.png);
}

.bg-04 {
    background-image: linear-gradient(rgba(254, 238, 205, 0.5), rgba(254, 238, 205, 0.5)), url(../images/general/bg-04.png);
}

.dark-mode .bg-04 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/general/bg-04.png);
}

.bg-05 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/general/bg-04.png);
}

.bg-06 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/general/bg-01.png);
}

.dark-mode .bg-06 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/general/bg-01.png);
}

.bg-07 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/general/bg-02.png);
}

.dark-mode .bg-07 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/general/bg-02.png);
}

.bg-padding {
    padding: 40px 0px;
}

.contact-div-bg {
    margin: 15px 0px 0px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.5);
}

.dark-mode .contact-div-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-mail h3 {
    margin: 0px 0px 10px;
    font-size: 15px;
    font-family: var(--headfont);
    color: var(--blk);
}

.contact-mail ul {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
}

    .contact-mail ul li a {
        color: var(--text);
        transition: all 0.5s;
    }

        .contact-mail ul li a:hover {
            text-decoration: underline;
        }

    .contact-mail ul li i {
        color: var(--org);
        padding: 0px 5px 0px 0px;
    }

.dark-mode .contact-mail h3,
.dark-mode .contact-mail ul li i {
    color: var(--ylw);
}

.image-container {
    position: relative;
    border-radius: 25px;
    padding: 15px;
    margin: 10px 0px 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in-out;
}

    .image-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.5s ease-in-out;
    }

    .image-container table {
        width: 100%;
        height: 330px;
        text-align: center;
        position: relative;
    }

    .image-container:hover table {
        position: static;
    }

.image-text {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 360px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    transition: bottom 0.5s ease;
}

.image-container:hover .image-text {
    bottom: 0;
}

.image-container table h2 {
    margin: 0px;
    font-size: 22px;
    font-family: var(--headfont);
    color: var(--ylw);
}

.image-container table h6 {
    border-bottom: 1px solid #fff;
    margin: 10px 0px;
}

.image-container table h5 {
    color: var(--wt);
    font-size: 16px;
    font-family: var(--headfont);
}

.image-container table h4 {
    margin: 15px 0px 0px;
}

    .image-container table h4 a {
        background-color: var(--ylw);
        border: 1px solid var(--ylw);
        color: var(--blk);
        padding: 5px 10px;
        border-radius: 20px;
        transition: all 0.5s;
        font-size: 14px;
    }

        .image-container table h4 a:hover {
            background-color: transparent;
            color: var(--ylw);
        }

.image-container table p {
    line-height: 20px;
}

.image-container-design-bg-01::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-corporate-branding.jpg);
}

.image-container-design-bg-02::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-marketing-collateral.jpg);
}

.image-container-design-bg-03::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-website-gui-designing.jpg);
}

.image-container-design-bg-04::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-corporate-presentations.jpg);
}

.image-container-design-bg-05::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-smm.jpg);
}

.image-container-design-bg-06::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-seo.jpg);
}

.image-container-design-bg-07::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-multimedia-animation.jpg);
}

.image-container-design-bg-08::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-website-gui-templates.jpg);
}

.image-container-design-bg-09::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-digital-profile.jpg);
}

.image-container-design-bg-10::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-corporate-gifts.jpg);
}

.image-container-design-bg-11::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/general/design-service-customized-design.jpg);
}

.tbl-scroll {
    overflow-x: auto;
}

.package-tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    line-height: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.dark-mode .package-tbl {
    background-color: rgba(0, 0, 0, 0.5);
}

.package-tbl th, .package-tbl td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

.package-tbl tr th {
    background-color: #feeecd;
}

.package-tbl tr:last-child td {
    border-bottom: none;
}

.package-tbl h2 {
    margin: 0px;
    font-family: var(--headfont);
    font-size: 20px;
    color: var(--org);
}

.package-tbl h6 {
    margin: 0px;
    font-family: var(--headfont);
    font-size: 16px;
    color: var(--wt);
}

    .package-tbl h6 span {
        color: #FFD700;
    }

.package-tbl th {
    vertical-align: middle;
    text-align: center;
}

    .package-tbl th:nth-child(2) {
        background-color: #B87333;
    }

    .package-tbl th:nth-child(3) {
        background-color: #CD7F32;
        color: var(--blk);
    }

    .package-tbl th:nth-child(4) {
        background-color: #C0C0C0;
    }

    .package-tbl th:nth-child(5) {
        background-color: #FFD700;
    }

    .package-tbl th:nth-child(6) {
        background-color: #AEE6F9;
        color: var(--blk);
    }

    .package-tbl th:nth-child(7) {
        background-color: #E5E4E2;
        color: var(--blk);
    }

        .package-tbl th:nth-child(4) h6,
        .package-tbl th:nth-child(5) h6,
        .package-tbl th:nth-child(6) h6,
        .package-tbl th:nth-child(7) h6 {
            color: var(--blk);
        }

.tr-heading {
    background-color: #f1f1f1 !important;
    color: var(--org) !important;
    font-family: var(--headfont) !important;
}

.tr-discount {
    background-color: #feeecd !important;
}

    .tr-discount td {
        font-family: var(--headfont) !important;
    }

.nav-tabs-offer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0;
    position: relative;
    margin-bottom: 20px !important;
}

.offer {
    background-color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    margin: 10px 0px 20px;
    transition: all 0.5s;
    box-sizing: border-box;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.20);
    border-radius: 20px;
}

    .offer:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #fff;
        top: -3px;
        left: -3px;
        border-left: 2px solid #e15326;
        border-top: 2px solid #e15326;
    }

    .offer:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #fff;
        bottom: -3px;
        right: -3px;
        border-right: 2px solid #e15326;
        border-bottom: 2px solid #e15326;
    }

    .offer:hover {
        box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    }

    .offer img {
        width: 115px;
        margin: 0px;
        position: relative;
        z-index: 1;
    }

    .offer h6 {
        margin: 0px;
        text-align: center;
    }

        .offer h6 img {
            width: 145px;
        }

    .offer h1 {
        margin: 10px 0px 5px;
        text-align: center;
        font-family: var(--headfont);
        font-size: 16px;
        color: var(--org);
    }

    .offer h5 {
        margin: 0px 0px 10px;
        font-size: 14px;
        font-family: var(--headfont);
        text-align: center;
    }

    .offer h2 {
        margin: 0px 0px 10px;
        color: var(--org);
        font-family: var(--headfont);
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }

        .offer h2 span {
            font-size: 11px;
            color: rgba(0, 0, 0, 0.7);
        }

        .offer h2 i {
            padding: 0px 3px 0px;
        }

    .offer h3 {
        margin: 5px 0px 0px;
        text-align: center;
    }

        .offer h3 img {
            width: 28px;
            padding: 2px;
            margin: 0px 5px;
        }

.business-tbl tr th, .business-tbl tr td {
    width: 33.333% !important;
}

.business-tbl th:nth-child(1) {
    background-color: #004b80;
}

.business-tbl th:nth-child(2) {
    background-color: #f15922;
}

.business-tbl th:nth-child(3) {
    background-color: #b6cd2d;
}

.tr-business-heading {
    text-align: left !important;
    font-size: 16px;
}

.business-tbl tr td span {
    font-family: var(--headfont);
    font-size: 16px;
}

.business-tbl tr td ul {
    list-style-type: none;
    margin: 10px 0px 0px -40px;
}

    .business-tbl tr td ul li {
        padding: 2px 0px;
    }

        .business-tbl tr td ul li span {
            color: var(--org);
            font-family: var(--bodyfont);
        }

        .business-tbl tr td ul li i {
            padding: 0px 5px 0px;
        }

.strategy {
    font-family: var(--headfont);
    font-size: 16px;
}

    .strategy span {
        color: var(--org);
    }

.dark-mode .strategy span {
    color: var(--ylw);
}

.strategy i {
    padding: 0px 2px;
}

.accordion-content {
    padding: 15px;
}


.rsol-gallery {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    margin: 10px 0px 20px;
    border: 2px solid #fff;
    transition: transform 0.3s ease;
}

    .rsol-gallery a img {
        width: 100%;
        border-radius: 15px;
        transition: transform 0.3s ease;
    }

    .rsol-gallery:hover img {
        transform: scale(1.2);
        object-fit: cover;
        position: relative;
        transition: transform 0.3s ease;
    }

.sitemap {
    margin: 0px 0px 0px -20px;
    list-style-type: none;
}

    .sitemap ul {
        margin: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .sitemap ul li {
        }

    .sitemap li a {
        color: var(--text);
        transition: all 0.5s;
    }

    .sitemap li i {
        color: var(--org);
        padding: 0px 5px 0px;
    }

    .sitemap li a:hover {
        color: var(--org);
    }

.dark-mode .sitemap li a:hover,
.dark-mode .sitemap li i {
    color: var(--ylw);
}

.custom-tbl td.product-hr-bg,
.custom-tbl td.product-crm-sales-bg,
.custom-tbl td.product-finance-bg,
.custom-tbl td.product-cms-bg,
.custom-tbl td.product-other-bg {
    width: 50%;
    height: 52vh;
    position: relative;
    overflow: hidden;
}

    .custom-tbl td.product-hr-bg::before,
    .custom-tbl td.product-crm-sales-bg::before,
    .custom-tbl td.product-finance-bg::before,
    .custom-tbl td.product-cms-bg::before,
    .custom-tbl td.product-other-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../images/general/product-hr-bg.jpg);
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
        transform: scale(1);
    }

    .custom-tbl td.product-crm-sales-bg::before {
        background-image: url(../images/general/product-crm-sales-bg.jpg);
    }

    .custom-tbl td.product-finance-bg::before {
        background-image: url(../images/general/product-finance-bg.jpg);
    }

    .custom-tbl td.product-cms-bg::before {
        background-image: url(../images/general/product-cms-bg.jpg);
    }

    .custom-tbl td.product-other-bg::before {
        background-image: url(../images/general/product-other-bg.jpg);
    }

.custom-tbl:hover td.product-hr-bg::before,
.custom-tbl:hover td.product-crm-sales-bg::before,
.custom-tbl:hover td.product-finance-bg::before,
.custom-tbl:hover td.product-cms-bg::before,
.custom-tbl:hover td.product-hr-other::before {
    transform: scale(1.15);
}

/*Blog & Case studies section*/

.ddlinsights tr td div h1,
.ddlinsights tr td div h2,
.ddlinsights tr td div h3,
.ddlinsights tr td div h4,
.ddlinsights tr td div h5,
.ddlinsights tr td div h6 {
    font-family: var(--headfont);
    margin: 10px 0px;
    color: #000;
}

.ddlinsights tr td div h1,
.ddlinsights tr td div h5 {
    color: var(--org);
}

.ddlinsights tr td div h3 {
    color: var(--ylw);
}

.ddlinsights tr td div h1 {
    font-size: 23px;
}

.ddlinsights tr td div h2 {
    font-size: 20px;
}

.ddlinsights tr td div h3 {
    font-size: 18px;
}

.ddlinsights tr td div h4 {
    font-size: 18px;
}

.ddlinsights tr td div h5 {
    font-size: 16px;
}

.ddlinsights tr td div h6 {
    font-size: 15px;
}

.insights-table, .insights-table tr td table {
    width: 100%;
}

    .insights-table tr td table {
        margin: 0px 0px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        background-color: #fff;
    }

        .insights-table tr td table tr td {
            padding: 10px;
            vertical-align: top;
        }

            .insights-table tr td table tr td:nth-child(1) {
                /*width: 40%;*/
            }

            .insights-table tr td table tr td img {
                width: 100%;
                border-radius: 5px;
            }

            .insights-table tr td table tr td h6 {
                margin: 8px 0px 15px;
            }

                .insights-table tr td table tr td h6 span {
                    background-color: var(--org);
                    color: #fff;
                    padding: 3px 6px;
                    border-radius: 5px;
                    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
                }

            .insights-table tr td table tr td h1, .insights-table tr td table tr td h2, .insights-table tr td table tr td h3 {
                margin: 10px 0px 5px;
                font-family: Roboto-Medium;
                font-size: 17px;
                color: #ff512f;
            }

            .insights-table tr td table tr td h2 {
                font-size: 15px;
                color: var(--org);
            }

                .insights-table tr td table tr td h2 strong {
                    font-weight: normal;
                }

            .insights-table tr td table tr td h3 {
                font-size: 15px;
                color: #ff512f;
            }

.blog-details-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/general/bg-01.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.insights-table-small tr td table {
    box-shadow: none;
    border: 1px solid rgba(230, 120, 23, 0.3);
    border-radius: 5px;
    min-height: 400px;
    background-color: #FFEFD5;
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
}

.insights-table-small tr td {
    padding: 5px;
    vertical-align: top;
    width: 50%;
}

    .insights-table-small tr td table tr td div h1 {
        margin: 20px 0px 5px;
        font-family: var(--subfont);
        font-size: 16px;
        color: var(--org);
    }

    .insights-table-small tr td table tr td h1, .insights-table-small tr td table tr td h2, .insights-table-small tr td table tr td h3, .insights-table-small tr td table tr td h4, .insights-table-small tr td table tr td h5, .insights-table-small tr td table tr td h6, .insights-table-small tr td table tr td p strong {
        font-family: var(--subfont);
        margin: 5px 0px 10px;
        font-size: 15px;
    }

.insights-table tr td table tr td h1, .insights-table tr td table tr td h2, .insights-table tr td table tr td h3, .insights-table tr td table tr td h4, .insights-table tr td table tr td h5, .insights-table tr td table tr td h6 {
    font-family: var(--subfont);
}

.insights-table tr td table tr td h1 {
    font-size: 20px;
    color: var(--org);
}

.insights-table tr td table tr td h2 {
    font-size: 19px;
    color: var(--org);
}

.insights-table tr td table tr td h3 {
    font-size: 18px;
    color: var(--org);
}

.insights-table tr td table tr td h4 {
    font-size: 17px;
    color: #fca903;
}

.insights-table-small tr td table tr td h6 {
    font-family: var(--subfont);
    margin: 5px 0px;
    font-size: 13px;
}

.insights-table-small tr td table tr td h5 a {
    color: var(--org);
    text-decoration: underline;
    font-family: var(--subfont);
    font-size: 15px;
    transition: all 0.5s;
}

    .insights-table-small tr td table tr td h5 a:hover {
        color: var(--org);
    }

.insights-table-small tr td table tr td img {
    height: auto
}

.insights-table tr td table tr td ol li,
.insights-table tr td table tr td ol li span,
.insights-table tr td table tr td ul li,
.insights-table tr td table tr td ul li span {
    font-family: var(--subfont);
}

.insights-table-offer tr td table tr td img {
    height: auto;
}

.insights-table-offer tr td table tr td h6 {
    margin: 0px 0px 20px;
}
/*Blog & Case studies section*/

.career-tbl {
    width: 100%;
}

    .career-tbl div {
        margin: 10px 0px;
    }

        .career-tbl div table {
            width: 100%;
        }

            .career-tbl div table tr td {
                padding: 10px;
                vertical-align: top;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

                .career-tbl div table tr td h3, .career-tbl div table tr td p {
                    margin: 0px;
                    line-height: 21px;
                }

                .career-tbl div table tr td h3 {
                    font-size: 15px;
                    font-family: var(--headfont);
                }

                .career-tbl div table tr td:nth-child(1) {
                    width: 15%;
                }

.insight-tbl {
    width: 100%;
}

    .insight-tbl tr td {
        width: 33.333%;
        padding: 10px;
        vertical-align: top;
    }

        .insight-tbl tr td div {
            background-color: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
            border-radius: 20px;
            color: var(--text);
            border: 1px solid rgba(0, 0, 0, 0.1);
            padding: 3px;
        }

.dark-mode .insight-tbl tr td div {
    background-color: rgba(0, 0, 0, 0.5);
}

.insight-tbl tr td div table {
    width: 100%;
}

    .insight-tbl tr td div table tr td {
        padding: 10px;
        vertical-align: top;
    }

        .insight-tbl tr td div table tr td img {
            width: 100%;
            border-radius: 15px;
        }

        .insight-tbl tr td div table tr td div {
            padding: 0px;
            box-shadow: none;
            border: none;
            background-color: transparent;
            backdrop-filter: none;
            min-height: 275px;
        }

        .insight-tbl tr td div table tr td h6 {
            font-family: var(--headfont);
            font-size: 15px;
            margin: 0px 0px 10px;
            color: var(--org);
        }

        .insight-tbl tr td div table tr td h1 {
            font-family: var(--headfont);
            font-size: 17px;
            margin: 15px 0px;
            line-height: 22px;
        }

        .insight-tbl tr td div table tr td h5 {
            margin: 0px 0px 15px;
            font-size: 14px;
        }

            .insight-tbl tr td div table tr td h5 a {
                font-size: 13px;
                border: 1px solid var(--org);
                background-color: var(--org);
                border-radius: 20px;
                padding: 8px 16px;
                transition: all 0.5s;
                color: var(--wt);
            }

.insight-tbl-dtl tr td div table tr td h6 {
    color: var(--blk);
    margin: 0px 0px 15px;
}

.insight-tbl-dtl tr td div table tr td div h1 {
    margin: 10px 0px 15px;
    font-size: 22px;
    color: var(--org);
}

.insight-tbl-dtl tr td div table tr td div h2 {
    margin: 5px 0px 10px;
    font-family: var(--headfont);
    font-size: 18px;
}

.insight-tbl-case tr td div table tr td h1 {
    margin: 5px 0px 10px;
}

.insight-tbl-case tr td div table tr td div {
    min-height: 300px;
}

.insight-tbl-case-dtl tr td div table tr td div p strong {
    font-family: var(--headfont);
    font-weight: 500;
}

    .insight-tbl-case-dtl tr td div table tr td div p strong span {
        font-size: 18px !important;
        color: var(--org);
    }

.insight-tbl-case-dtl tr td div table tr td div p span {
    font-size: 16px !important;
    line-height: 22px;
}

.insight-tbl-case-dtl tr td div table tr td div p a span {
    color: var(--text) !important;
    transition: all 0.5s;
}

    .insight-tbl-case-dtl tr td div table tr td div p a span:hover {
        text-decoration: underline;
        color: var(--text) !important;
    }
/*Arrow section starts*/
#toTop {
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 5%;
    right: 1%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: 100%;
    background: url("../images/icons/to-top.png") no-repeat 0px 0px;
}
/*Arrow section ends*/

.custom-tbl td.rla-courses-bg,
.custom-tbl td.rla-internships-bg {
    width: 50%;
    height: 52vh;
    position: relative;
    overflow: hidden;
}

    .custom-tbl td.rla-courses-bg::before,
    .custom-tbl td.rla-internships-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../images/general/rla-courses.png);
        background-size: cover;
        background-position: center;
        transition: transform 0.6s ease;
        transform: scale(1);
    }

    .custom-tbl td.rla-internships-bg::before {
        background-image: url(../images/general/rla-internships.png);
    }

.custom-tbl:hover td.rla-courses-bg::before,
.custom-tbl:hover td.rla-internships-bg::before {
    transform: scale(1.15);
}

/*Application style*/
.application-div {
    padding: 20px;
    margin: 0px 0px;
    overflow-x: auto;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.dark-mode .application-div {
    background-color: rgba(0, 0, 0, 0.5);
}

.application-div h1, .application-div h2, .application-div h3 {
    margin: 0px 0px 10px;
    text-align: center;
    font-family: var(--headfont);
    color: #000;
}

.application-div h1 {
    font-size: 35px;
    color: var(--org);
}

.application-div h2 {
    font-size: 27px;
}

.application-div h3 {
    font-size: 17px;
}

.passport-img {
    margin: 15px 0px;
}

    .passport-img img {
        width: 125px;
    }

.application-div p {
    line-height: 22px;
}

.form-tbl {
    width: 100%;
    margin: 0px 0px 15px;
}

    .form-tbl tr td {
        padding: 5px;
        border: 1px solid #666;
        vertical-align: top;
    }

        .form-tbl tr td span {
            font-size: 13px;
        }

        .form-tbl tr td table {
            width: 100%;
        }

            .form-tbl tr td table tr td {
                border: none;
            }

                .form-tbl tr td table tr td:nth-child(1) {
                    width: 30%;
                }

.form-tbl01 tr td {
    width: 25%;
}

.form-tbl02 tr td {
    width: 33.333%;
}

.form-tbl03 tr td {
    width: 50%;
}

.form-tbl04 {
    width: 30%;
}

.form-eSign {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 5px;
    width: auto;
}

    .form-eSign:focus {
        border: none;
    }

#lblcaptcha {
    color: var(--org);
    font-family: var(--headfont);
    font-size: 15px;
}

#formMsg {
    background-color: var(--org);
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

#formMsgDiv table {
    width: 100%;
    text-align: center;
    height: 80vh;
    vertical-align: middle;
}

    #formMsgDiv table tr td {
        padding: 5px;
    }

        #formMsgDiv table tr td span {
            color: var(--org);
            font-size: 22px;
        }
/*Application style*/


/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .brk {
        display: block;
    }

    .nav-tabs-services li a {
        font-size: 22px !important;
    }

    .services-txt ul li {
        font-size: 15px;
    }

    .offer-txt p {
        line-height: 30px;
        margin: 4px 0px 0px;
    }

    .offer-txt h3 {
        margin: 13px 0px 0px;
    }

    .sticky-sub-menu {
        padding: 15px 0px;
    }

    .sticky-prod-sub-menu {
        padding: 10px 0px;
    }

    .nav-tabs-sidemenu {
        width: 95% !important;
    }

    #stickySideMenu.stickItSideMenu {
        width: 20% !important;
    }

    .tab-content-sidemenu {
        min-height: 500px !important;
    }

    .milestone-wid {
        width: 16.666%;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .anniversary-logo img {
        width: 90px;
    }

    .hero-section-tbl tr td h1 {
        font-size: 47px;
    }

    .hero-section-tbl tr td h2 {
        font-size: 27px;
        line-height: 30px;
    }

    .nav-tabs-services > li > a {
        font-size: 20px;
    }

    .offer-tbl td.web-offer-bg,
    .offer-tbl td.product-offer-bg,
    .offer-tbl td.design-offer-bg {
        height: 53vh;
    }

    .offer-tbl tr td h2 {
        font-size: 32px;
    }

    .offer-tbl tr td p {
        font-size: 25px;
        line-height: 30px;
    }

    .offer-txt h3 {
        font-size: 18px;
    }

        .offer-txt h3 span {
            font-size: 30px;
        }

    .testi-div {
        padding: 15px 150px;
    }

    #stickySideMenu.stickItSideMenu {
        left: 45px;
    }


    .emoji-div-ht-01 {
        min-height: 205px;
    }

    .emoji-div-ht-02 {
        min-height: 230px;
    }

    .sub-banner h6 img {
        width: 155px;
    }

    .box-ht2 div div {
        min-height: 220px;
    }

    .ellipse-item {
        width: 115px;
        height: 115px;
    }

    .tech-solutions {
        padding: 30px;
    }

        .tech-solutions h1 {
            font-size: 55px;
        }

        .tech-solutions h2 {
            font-size: 35px;
        }

        .tech-solutions ul li {
            font-size: 30px;
            padding: 15px 0px;
        }

        .tech-solutions h3 {
            font-size: 25px;
        }

    .tech-width, .prod-width {
        width: 25%;
    }

    .head5, .head5-01 {
        font-size: 22px;
    }

    .prod-head1 {
        font-size: 38px;
    }

    .prod-head2 {
        font-size: 30px;
    }

    .prod-sub-txt {
        padding: 25px 0px 15px;
    }

    .hero-container {
        width: 500px;
        height: 500px;
    }

    .sub-banner-product h6 {
        padding: 25px 0px;
    }

        .sub-banner-product h6 img {
            width: 85px;
        }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .wid-01 {
        width: 12%;
    }

    .wid-02 {
        width: 76%;
    }

    .rsolutions-logo img {
        max-height: 100px;
    }

    .rsolutions-logo-master img {
        max-height: 80px;
    }

    .anniversary-logo img {
        width: 60px;
    }

    .anniversary-logo-master img {
        width: 55px;
    }

    .fixed-top.shrunk .anniversary-logo img,
    .fixed-top-master.shrunk .anniversary-logo-master img {
        max-height: 55px;
        width: 55px;
    }

    .top-contact li {
        padding: 0px 2px;
        font-size: 14px;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 13px !important;
    }

    .top-contact li img {
        width: 27px;
    }

    .mainMenu {
        gap: 20px;
        margin: 3px 0px 0px;
    }

    .mainMenu-master {
        margin: 7px 0px 0px;
    }

    .fixed-top.shrunk .mainMenu,
    .fixed-top-master.shrunk .mainMenu {
        margin: 7px 0px 0px;
    }

    .mainMenu > li > a {
        font-size: 16px;
    }

    .subMenu li a {
        padding: 5px 15px;
        font-size: 14px;
    }

    .head1 {
        font-size: 40px;
    }

    .admin-head1 {
        font-size: 32px;
    }

    .head2 {
        font-size: 25px;
    }

    .head5, .head5-01 {
        font-size: 20px;
    }

    .prod-head1 {
        font-size: 32px;
    }

    .prod-head2 {
        font-size: 25px;
    }

    .prod-sub-txt {
        padding: 25px 0px 15px;
    }

    .tagline {
        font-size: 28px;
        line-height: 35px;
    }

    .sub-tagline {
        font-size: 22px;
        line-height: 28px;
    }

    .head3 {
        font-size: 20px;
        line-height: 22px;
    }

    .hero-section-tbl tr td h1 {
        font-size: 40px;
    }

    .hero-section-tbl tr td h2 {
        margin: 15px 0px 0px;
        font-size: 25px;
        line-height: 29px;
    }

    .hero-section-tbl tr td p {
        margin: 25px 0px 0px;
    }

        .hero-section-tbl tr td p a {
            font-size: 16px;
        }

    .div-01 h1 {
        font-size: 16px;
    }

    .div-01 h2 {
        font-size: 40px;
    }

    .nav-tabs-services > li > a {
        padding: 10px 5px !important;
    }

    .nav-tabs-services > li > a {
        font-size: 18px;
    }

    .services-txt h5 {
        font-size: 23px;
    }

    .services-txt p {
        font-size: 15px;
    }

    .partner-width {
        width: 20%;
    }

    .offer-tbl td:first-child {
        width: 65%;
    }

    .offer-tbl td.web-offer-bg,
    .offer-tbl td.product-offer-bg,
    .offer-tbl td.design-offer-bg {
        width: 35%;
    }

    .offer-tbl tr td h2 {
        font-size: 25px;
    }

    .offer-tbl tr td p {
        font-size: 20px;
        line-height: 24px;
    }

    .offer-txt {
        min-height: 130px;
    }

        .offer-txt h3 {
            font-size: 18px;
            line-height: 28px;
        }

            .offer-txt h3 span {
                font-size: 28px;
            }

    .testi-div {
        padding: 15px 100px;
    }

    .footer-wid, .tech-width, .prod-width {
        width: 33.333%;
    }

    .sticky-sub-menu > li {
        padding: 5px 0px 5px 0px;
    }

        .sticky-sub-menu > li > a {
            padding: 10px 15px;
            font-size: 15px;
        }

    .sticky-prod-sub-menu > li {
        padding: 3px 0px 3px 0px;
    }

        .sticky-prod-sub-menu > li > a {
            padding: 5px;
            font-size: 13px;
            font-weight: normal;
            font-family: var(--bodyfont);
        }

    #stickySideMenu.stickItSideMenu {
        left: 30px;
        width: 28%;
    }

    .emoji-div-ht-01 {
        min-height: 180px;
    }

    .emoji-div-ht-02 {
        min-height: 230px;
    }

    .emoji-div h3, .rsol-box h3 {
        font-size: 15px;
    }

    .sub-banner h6 img {
        width: 155px;
    }

    .box-ht2 div div {
        min-height: 185px;
    }

    .ellipse-item {
        width: 100px;
        height: 100px;
    }

    #logo-powerbi {
        top: 25%;
        left: 42%;
    }

    #logo-ccavenue {
        top: 18%;
        left: 74%;
    }

    #logo-etl {
        top: 13%;
        left: 63%;
    }

    #logo-razorpay {
        top: 53%;
        left: 80%;
    }

    .tech-solutions {
        padding: 0px;
    }

        .tech-solutions h1 {
            font-size: 40px;
        }

        .tech-solutions h2 {
            font-size: 25px;
        }

        .tech-solutions ul li {
            font-size: 22px;
            padding: 10px 0px;
        }

        .tech-solutions h3 {
            font-size: 20px;
            margin: 20px 0px 0px;
        }

    .tech-div-365-ht-01 {
        min-height: 550px;
    }

    .tech-div-365-ht-02 {
        min-height: 600px;
    }

    .sub-txt {
        padding: 30px 0px 15px;
    }

    .sub-banner-partner h6 {
        padding: 15px 0px;
    }

    .service-orbit {
        width: 45%;
        height: 45%;
    }

    .hero-container {
        width: 400px;
        height: 400px;
    }

    .sub-banner-product h6 {
        padding: 25px 0px;
    }

        .sub-banner-product h6 img {
            width: 85px;
        }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wid-01 {
        width: 100%;
    }

    .wid-02, .footer-wid {
        width: 100%;
    }

    .rsolutions-logo img,
    .fixed-top.shrunk .rsolutions-logo img,
    .fixed-top-master.shrunk .rsolutions-logo-master img,
    .rsolutions-logo-master img {
        max-height: 70px;
    }

    .top-contact {
        margin: 8px 0px 0px -40px;
        text-align: left;
        border-top: 1px solid #ddd;
    }

        .top-contact li {
            padding: 3px;
        }

    .top-bottom-line {
        padding: 5px 0px 0px;
    }

    .mainMenu > li > a {
        font-weight: 500;
        font-family: var(--bodyfont);
        letter-spacing: 0.4px;
        font-size: 15px;
    }

    .subMenu li a {
        padding: 5px 10px;
    }

    .head1, .head2 {
        margin: 0px 0px 10px;
    }

    .head1, .admin-head1, .prod-head1 {
        font-size: 20px;
    }

    .head2 {
        font-size: 18px;
        line-height: 24px;
    }

    .head5, .head5-01 {
        font-size: 17px;
    }

    .prod-head2 {
        font-size: 18px;
    }

    .tagline {
        font-size: 19px;
        line-height: 25px;
        margin: 0px 0px 10px;
    }

    .sub-tagline {
        font-size: 17px;
        line-height: 22px;
    }

    .mtop {
        margin-top: 10px;
    }

    .hero-section-bg {
        height: auto;
        padding-bottom: 10px;
    }

    .hero-wid-left, .hero-wid-right {
        width: 100%;
    }

    .hero-section-tbl {
        text-align: center;
        height: 55vh;
    }

        .hero-section-tbl tr td h1 {
            font-size: 30px;
            line-height: 37px;
        }

        .hero-section-tbl tr td h2 {
            font-size: 22px;
            line-height: 28px;
            margin: 10px 0px 0px;
        }

        .hero-section-tbl tr td p {
            margin: 15px 0px 0px;
        }

            .hero-section-tbl tr td p a {
                font-family: var(--bodyfont);
                padding: 5px 10px;
                border-radius: 30px;
                font-size: 15px;
            }

    .hero-section-img {
        height: 50vh;
    }

        .hero-section-img tr td img {
            padding-top: 0;
            width: 55%;
        }

    .hero-section-prod-img {
        height: 40vh;
    }

        .hero-section-prod-img tr td img {
            margin-top: 0px;
            padding-top: 0px;
            width: 50%;
        }

    .padding-01, .padding-03 {
        padding: 20px 0px;
    }

    .div-01 h1 {
        font-size: 15px;
    }

    .div-01 h2 {
        font-size: 25px;
    }

    .nav-tabs-services {
        margin: 0px 0px;
    }

        .nav-tabs-services li {
            padding: 0px 10px;
        }

        .nav-tabs-services > li > a {
            padding: 10px 5px !important;
        }

        .nav-tabs-services > li > a {
            font-size: 17px !important;
        }

    .services-txt h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .services-txt p {
        font-size: 15px;
    }

    .services-img img {
        width: 65%;
    }

    .abt-bg {
        padding: 20px;
    }

        .abt-bg h1 {
            padding: 20px 0px 50px;
        }

    .contact-bg h1 {
        padding: 20px 0px 0px;
    }

    .contact-bg h3 {
        padding: 0px 0px 20px;
        font-size: 18px;
    }

    .abt-bg p {
        margin: 10px 0px 20px;
    }

        .abt-bg p a {
            padding: 5px 10px;
        }

    .partner-width {
        width: 20%;
    }

    .nav-tabs-offer > li > a {
        font-family: var(--bodyfont) !important;
        font-size: 14px !important;
        padding: 5px 10px !important;
        margin-right: 0px !important;
        text-align: center;
        line-height: 20px;
    }

    .offer-tagline {
        font-size: 18px;
        line-height: 24px;
    }

    .offer-tbl td.web-offer-bg,
    .offer-tbl td.product-offer-bg,
    .offer-tbl td.design-offer-bg {
        height: 30vh;
    }

    .offer-tbl tr td h2 {
        font-size: 22px;
    }

    .offer-tbl {
        margin-bottom: 20px;
    }

        .offer-tbl tr td p {
            font-size: 18px;
            line-height: 22px;
        }

    .offer-txt {
        min-height: 0;
    }

        .offer-txt h3 {
            font-size: 16px;
            line-height: 28px;
        }

            .offer-txt h3 span {
                font-size: 24px;
            }

    .link {
        margin: 5px 0px 0px;
    }

        .link a, .link span a, .link-04 span a {
            padding: 5px 10px;
        }

    .link-cta, .link-04 {
        margin: 10px 0px 0px;
    }

        .link-cta span a {
            padding: 5px 10px;
            font-size: 15px;
        }

    .div-content h1 {
        font-size: 18px;
        line-height: 20px;
    }

    .div-content h2 {
        font-size: 16px;
    }

    .testi-div {
        padding: 15px 15px;
    }

        .testi-div h6 {
            font-size: 16px;
        }

            .testi-div h6 span {
                padding: 7px;
            }

        .testi-div p, .testi-div h4 {
            font-size: 15px;
        }

    .fixed-ht {
        height: 82px;
    }

    .sub-txt {
        padding: 15px 0px 0px;
        text-align: center;
    }

        .sub-txt h6 {
            margin: 5px 0px;
            font-size: 13px;
        }

    .sub-banner {
        padding: 0px 0px 15px;
    }

        .sub-banner h6 img {
            width: 125px;
        }

    .sticky-sub-menu > li {
        padding: 5px 0px 5px 0px;
    }

        .sticky-sub-menu > li > a {
            padding: 5px 10px;
            font-size: 14px;
        }

    .sticky-prod-sub-menu > li {
        padding: 3px 0px 3px 0px;
    }

        .sticky-prod-sub-menu > li > a {
            padding: 5px;
            font-size: 13px;
            font-weight: normal;
            font-family: var(--bodyfont);
        }

    #stickyMenu.stickIt {
        top: 82px;
    }

    .nav-tabs-sidemenu {
        margin: 0px 0px 15px !important;
        border-bottom: none !important;
    }

    #stickySideMenu.stickItSideMenu {
        position: relative;
        top: inherit;
        left: 0;
        width: auto;
        z-index: auto;
    }

    .sticky-sub-menu {
        padding: 3px 0px;
    }

    .nav-tabs-sidemenu li {
        padding: 3px 6px;
    }

    .nav-tabs-sidemenu > li > a {
        padding: 5px 5px !important;
    }

    .emoji-div {
        margin: 5px 0px;
        padding: 15px;
    }

        .emoji-div h6 {
            font-size: 18px;
        }

    .emoji-div-ht-02 {
        min-height: 200px;
    }

    .head3 {
        font-size: 20px;
        line-height: 24px;
    }

    .img-03 img, .img-04 img {
        width: 55%;
    }

    .ind-div-ht-01 {
        min-height: 0px;
    }

    .management h1, .management h2, .management-left h1 {
        font-size: 16px;
    }

        .management h2, .management-left h1 span {
            font-size: 14px;
            line-height: 17px;
        }

    .management-top {
        margin-top: 15px;
    }

    .management-core h2 {
        min-height: 30px;
    }

    .emoji-div h3, .rsol-box h3 {
        font-size: 16px;
    }

    .box-ht1, .emoji-div-ht-03, .emoji-div-deck, .emoji-div-list, .emoji-rcafe {
        min-height: 0px;
    }

    .milestone-wid {
        width: 25%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .milestone-content table tr td:nth-child(1) {
        width: 8%;
    }

    .milestone-logo {
        margin: 0px 0px 5px;
        border-radius: 10px;
        padding: 5px;
    }

        .milestone-logo img {
            border-radius: 5px;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
            padding: 0px;
        }

    .barcontainer {
        margin: 0px 10px;
    }

    .year-label {
        width: auto;
        bottom: 78%;
    }

    .rsol-box h5 img {
        width: 85px;
    }

    .rsol-box-prod h6 img {
        width: 50%;
    }

    .rsol-box-prod div h3 {
        font-size: 15px;
        min-height: 0;
    }

    .box-ht2 div div, .box-ht3 div div {
        min-height: 0px;
    }

    .ellipse-container {
        position: relative;
        height: auto;
    }

    .ellipse-item {
        position: relative;
        width: 20%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        float: left;
    }

    #logo-azure,
    #logo-o365,
    #logo-sharepoint,
    #logo-googlews,
    #logo-aws,
    #logo-chatgpt,
    #logo-mobileapp,
    #logo-whatsapp,
    #logo-videoconf,
    #logo-oracle,
    #logo-sap,
    #logo-etl,
    #logo-msbi,
    #logo-powerbi,
    #logo-payment,
    #logo-ccavenue,
    #logo-razorpay,
    #logo-rediff,
    #logo-godaddy,
    #logo-networksolutions {
        top: inherit;
        left: inherit;
    }

    .tech-width, .prod-width {
        width: 50%;
    }

    .tech-solutions {
        padding: 0px;
    }

        .tech-solutions h1 {
            font-size: 22px;
            margin: 0px 0px 15px;
        }

        .tech-solutions h2 {
            font-size: 19px;
            margin: 0px 0px 15px;
        }

        .tech-solutions h4 {
            font-size: 16px;
            margin: 0px 0px 15px;
            width: 80%;
            line-height: initial;
        }

        .tech-solutions ul {
            margin: 0px 0px 0px -20px;
        }

            .tech-solutions ul li {
                font-size: 16px;
                padding: 5px 0px;
            }

        .tech-solutions h3 {
            font-size: 17px;
            margin: 10px 0px 0px;
        }

    .tech-btn a {
        padding: 5px 10px;
        font-family: var(--subfont);
    }

    .tech-div ul, .tech-div-list-01 ul, .tech-div-05 p, .tech-div-07 p, .tech-div-08 ul, .tech-div-09 ul, .tech-div-10 ul {
        min-height: 0px;
    }

    .tech-div-365-ht-01, .tech-div-365-ht-02, .tech-div-365-ht-03, .tech-div-365-ht-04, .tech-div-365-ht-05, .tech-div-365-ht-06 {
        min-height: 0px;
    }

    .tech-div p {
        min-height: 0px;
    }

    .tech-div-01 img {
        width: 45%;
    }

    .tech-source-link {
        text-align: center;
    }

    .div-form h5 {
        font-size: 14px;
    }

    .form-txtbx {
        padding: 5px 10px;
    }

    .form-ddl {
        padding: 7px 10px;
    }

    .form-btn, .form-btn-link {
        padding: 5px 10px;
        min-width: 80px;
    }

    .contact-mail h3 {
        margin: 0px 0px 5px;
    }

    .contact-mail ul {
        margin: 0px 0px 10px -40px;
    }

    .contact-div-bg {
        padding: 25px 25px 15px 25px;
    }

    .sticky-product-sub-menu > li {
        display: inline-grid;
    }

    .productSubMenu {
        position: static;
        box-shadow: none;
        border-radius: 0;
        /*padding-left: 10px;*/
        display: none;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        transform: none;
        transition: all 0.3s ease;
    }

    /* ✅ SHOW SUBMENU ON CLICK */
    li.active > .productSubMenu {
        opacity: 1;
        max-height: 500px;
        visibility: visible;
        display: block;
    }

    .insight-tbl tr td div table tr td div, .insight-tbl-case tr td div table tr td div {
        min-height: 0px;
        margin-bottom: 15px;
    }

    .insight-tbl tr td div table tr td h1 {
        font-size: 16px;
    }

    .insight-tbl tr td div table tr td h5 a {
        padding: 5px 10px;
    }

    .insight-tbl-dtl tr td div table tr td div h1 {
        font-size: 17px;
    }

    .insight-tbl-dtl tr td div table tr td div h2 {
        font-size: 15px;
    }

    .sub-banner-partner h6 {
        padding: 0px 0px;
    }

    .central-hub {
        width: 135px;
        height: 135px;
    }

    .cube-face {
        width: 135px;
        height: 135px;
    }

    .face-front {
        transform: translateZ(67.5px);
    }

    .face-back {
        transform: translateZ(-67.5px) rotateY(180deg);
    }

    .face-right {
        transform: rotateY(90deg) translateZ(67.5px);
    }

    .face-left {
        transform: rotateY(-90deg) translateZ(67.5px);
    }

    .face-top {
        transform: rotateX(90deg) translateZ(67.5px);
    }

    .face-bottom {
        transform: rotateX(-90deg) translateZ(67.5px);
    }

    .hero-body-container {
        min-height: 60vh;
        padding-top: 0;
    }

    .hero-container {
        width: 350px;
        height: 350px;
    }

    .service-item {
        width: 90px;
        height: 90px;
    }

    .service-title {
        font-size: 12px;
        margin: 4px 0px 0px;
    }

    .sub-banner-product h6 {
        padding: 0px 0px;
    }

        .sub-banner-product h6 img {
            width: 65px;
        }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .head1 {
        font-size: 20px;
    }

    .head2 {
        font-size: 18px;
        line-height: 22px;
    }

    .tagline {
        font-size: 20px;
        line-height: 24px;
    }

    .sub-banner h6 img {
        width: 125px;
    }
}
/*Media query*/
