/* Exporting Fonts */

@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
    box-sizing: border-box;
}

:root {
    --white: #ffffff;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul {
    padding: 0;
    margin: 0;
}


/* public products page */

.public-product a {
    text-decoration: none;
}

.public-wrapper {
    margin: auto;
}

.public-product p {
    color: #333841;
}

.bg-light-blue {
    background-color: #e6faff;
}


/* header  */

.public-product header {
    padding-top: 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
}

.public-product header .btns .public-btn:first-child {
    margin-right: 13px;
}

.public-product header nav.navbar {
    box-shadow: unset;
    border-radius: unset;
    background-color: transparent;
    padding: 0;
}

.public-product header .navbar-light .navbar-nav a {
    color: #bdbdbd !important;
    font-size: 16px;
    transition: 0.3s all ease;
}

.public-product header .navbar-light .navbar-nav a:hover {
    color: #00ceff !important;
}

.public-product header .navbar-light .navbar-nav a.active {
    color: #00ceff !important;
    font-weight: 700;
}

.public-product header ul {
    column-gap: 27px;
    margin-right: 35px;
}

.public-btn {
    background-color: #00ceff;
    display: inline-block;
    border: 1px solid #00ceff;
    border-radius: 35px;
    color: #000612;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.public-btn:hover {
    color: #000612;
    border-color: #000612;
}

.public-btn::before {
    background-color: var(--white);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: 0.3s all ease;
    z-index: -1;
}

.public-btn:hover::before {
    height: 100%;
}

.public-btn2 {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
    font-size: 16px;
}


/* banner  */

@media (min-width: 1200px) {
    .public-banner .col-xl-5 {
        width: 37.6667%;
    }
}

.public-banner {
    background-image: url(../publicproducts/img/banner-bg-public.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 150px 0 90px;
    position: relative;
    z-index: 1;
}

.public-banner .public-wrapper {
    min-height: 645px;
}

.rocket-loncher {
    position: relative;
    z-index: 1;
    padding-top: 11%;
    margin-top: 30px;
}

.cercal-roket {
    position: relative;
    z-index: 1;
}

.cercal-roket .roc-span {
    position: relative;
    aspect-ratio: 1;
}

.cercal-roket span {
    border: 5px dotted #383c43;
    border-radius: 50%;
    /* position: absolute;
    z-index: -1; */
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    animation: circleRotate 20s linear infinite;
}

.cercal-roket span:nth-child(2) {
    width: 85%;
    height: 85%;
    border-width: 4px;
    animation: circleRotate2 20s linear infinite;
}

.cercal-roket span:nth-child(3) {
    width: 70%;
    height: 70%;
    border-width: 3px;
}

.cercal-roket span:nth-child(4) {
    width: 55%;
    height: 55%;
    border-width: 2.5px;
    animation: circleRotate2 20s linear infinite;
}

.rocket-arrow {
    max-width: 50%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.rocket-flam {
    width: 34%;
    margin: auto;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 0;
    animation: flicker 3ms ease-in 200ms infinite alternate;
}

.cercal-roket {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.cloud-img {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.public-banner .public-text {
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.public-banner .public-text h1 {
    font-size: 56px;
    font-weight: 700;
    color: var(--white);
}

.public-banner .public-text p {
    font-size: 16px;
    color: #bdbdbd;
    max-width: 600px;
    margin: 15px 0 40px;
    line-height: 1.7;
}

.send-field input {
    border-radius: 30px;
    line-height: 100%;
    padding: 10px 20px;
    max-width: 350px;
}

.send-field input::placeholder {
    color: #606060;
}

@keyframes flicker {
    0% {
        transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }
    20% {
        transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
    }
    40% {
        transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }
    60% {
        transform: rotate(1deg) scaleY(1.04);
    }
    80% {
        transform: rotate(-2deg) scaleY(0.92);
        -moz-transform: rotate(-2deg) scaleY(0.92);
        -webkit-transform: rotate(-2deg) scaleY(0.92);
    }
    100% {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
    }
}

@keyframes circleRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes circleRotate2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


/* slide section  */

.padding-50 {
    padding: 50px 0;
}

.splide.padding-50 {
    padding: 100px 0 120px;
}

.slide-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-logo img {
    max-height: 100px;
}


/* tab section  */

@media (min-width: 1200px) {
    .public-tab-section .col-xl-7 {
        flex: 0 0 auto;
        width: 52.333333%;
    }
}

.public-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000612;
    line-height: 1.5;
}

.public-title p {
    color: #333841;
    max-width: 940px;
    margin: 10px auto 35px;
}

.public-tab-section .tab-wrapper>ul {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 8px 32px 0px rgba(0, 6, 18, 0.12);
    background-color: var(--white);
    padding: 10px;
    border-radius: 60px;
}

.public-tab-section .tab-wrapper>ul li button {
    border-radius: 30px;
    color: #333841;
    min-width: 207px;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}

.public-tab-section .tab-wrapper>ul li button:hover {
    color: #00ceff;
}

.public-tab-section .tab-wrapper>ul li button.active {
    background-color: #00ceff;
    color: #000612;
    font-weight: 500;
}

.public-tab-section .tab-wrapper>ul li button:focus {
    outline: unset;
}

.public-tab-section .tab-inner-wrapper {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.public-tab-section .tab-inner-wrapper .row:nth-child(even) {
    flex-direction: row-reverse;
}

.row-img {
    position: relative;
    z-index: 1;
}

.row-img::before {
    content: "";
    background-image: url(../publicproducts/img/bnana-shap-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(70px);
    background-position: center center;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-text h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000612;
}

.row-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000612;
    margin-top: 10px;
}

.row-text p {
    color: #333841;
    margin: 15px 0 40px;
    max-width: 600px;
}

.small-text h4 {
    font-size: 23px;
}


/* devision section  */

.division-vard {
    background-color: var(--white);
    box-shadow: 0px 6px 10px 0px rgba(174, 201, 207, 0.3);
    border-radius: 12px;
    padding: 24px 17px;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.division-vard .first-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.division-vard .img-card {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    min-height: 60px;
    padding: 6px 10px;
    border-radius: 5px;
    margin: auto;
}

.division-vard img {
    max-width: 100%;
    width: auto;
}

.division-vard .text-card p {
    color: #333841;
    margin-top: 20px;
    transition: 0.3s all ease;
}

.division-vard::before {
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    position: absolute;
    z-index: -1;
    transition: 0.3s all ease;
}

.division-vard.p-utila::before {
    background-color: #5679bc;
}

.division-vard.p-pilly::before {
    background-color: #f7941d;
}

.division-vard.p-rend::before {
    background-color: #2e3192;
}

.division-vard.p-launc::before {
    background-color: #3eadff;
}

.division-vard.p-tumb::before {
    background-color: #ff6000;
}

.division-vard.p-savo::before {
    background-color: #002951;
}

.division-vard:hover::before {
    height: 100%;
}

.division-vard:hover p {
    color: var(--white);
    transition: 0.3s all ease;
}


/* apply-learning-section  */

.apply-learning-section .division-vard {
    border: 1px solid #d2eaf0;
}

.division-vard.p-kalo::before {
    background-color: #134fc9;
}

.division-vard.p-budg::before {
    background-color: #002951;
}

.division-vard.p-dust::before {
    background-color: #000000;
}

.division-vard.p-care::before {
    background-color: #2070c1;
}

.division-vard.p-stay::before {
    background-color: #1c6090;
}


/* juerny section  */

.public-navy-blue {
    background-color: #042154;
}

.journey-section .public-title h2 {
    color: var(--white);
}

.journey-section .public-title p {
    color: #bdbdbd;
    max-width: 515px;
    margin: 15px auto 50px;
}

.journey-section .public-title .public-btn {
    min-width: 200px;
}


/* .literature-section  */

.literature-section .book-crad img {
    max-height: 440px;
    object-fit: cover;
}

.literature-section .public-inner-wrapper {
    max-width: 660px;
    margin: auto;
}

.literature-section .pub-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
    margin: 25px auto 10px;
}


/* cust-love-section  */

.pub-cust-card .pub-icon {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: auto;
    padding: 20px;
    background-color: #e6faff;
}

.pub-cust-card p {
    max-width: 235px;
    margin: 12px auto 0;
}


/* public-footer  */

.public-footer {
    background: #000612;
    padding: 60px 0 20px;
}

.pub-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.pub-col {
    flex: 0 0 auto;
}

.public-footer .pub-content img {
    max-width: 144px;
}

.public-footer .pub-content p {
    color: var(--white);
    max-width: 345px;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 300;
}

.public-footer .pub-content h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.public-footer .pub-content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.public-footer .pub-content ul a {
    color: #bdbdbd;
    font-size: 16px;
}

.public-footer .pub-content ul a:hover {
    text-decoration: underline;
    color: #00ceff;
}

.pub-social-links {
    display: flex;
    gap: 15px;
}

.pub-social-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    aspect-ratio: 1;
    background-color: #00ceff;
    border: 2px solid #00ceff;
    color: var(--white);
    border-radius: 50%;
}

.pub-social-links a:hover {
    background-color: transparent;
    transition: 0.3s all ease;
    border-color: var(--white);
}


/* pub-copy-wright  */

.pub-copy-wright {
    border-top: 1px solid #111e39;
    padding-top: 20px;
    margin-top: 20px;
}

.pub-copy-wright .public-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pub-copy-wright p {
    font-size: 14px;
    color: var(--white);
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pub-copy-wright p span {
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    line-height: 100%;
}

.pub-copy-wright .pub-link a {
    text-decoration: underline;
    color: #00ceff;
    font-weight: 500;
}

.pub-copy-wright .pub-link {
    display: flex;
    gap: 15px;
    align-items: center;
}

.pub-copy-wright .pub-link hr {
    border: 1px solid rgba(225, 225, 225, 0.1);
    opacity: 1;
    margin: 0;
    min-height: 15px;
    background-color: transparent;
}



/* poppup  */

.public-connect-modal .modal-dialog {
    max-width: 900px;
}

.public-connect-modal .modal-content {
    padding: 20px 30px;
    border-radius: 15px;
}

.public-connect-modal h2 {
    color: #000612;
    font-weight: 600;
}

.pup-pop-text {
    margin: 30px 0 10px;
}

.pup-pop-text p {
    font-size: 16px;
    max-width: 830px;
    color: #000612;
}

.pup-pop-text p:not(:last-of-type) {
    margin-bottom: 20px;
}

.pup-pop-text span {
    color: #3eadff;
    font-size: 23px;
    font-weight: 600;
    display: block;
    text-align: end;
    margin-right: 30px;
}

.pup-pop-text a {
    color: #1c6090;
    text-decoration: underline;
}

/* public products Incubator page */

.incub-banner .public-text p {
    max-width: 1024px;
    margin: 15px auto 0;
}

.incub-banner .public-wrapper {
    min-height: unset !important;
}

.incub-banner {
    padding: 200px 0 300px !important;
}

.incub-sec-1 {
    padding: 100px 0;
}

.incub-sec-1 .tab-inner-wrapper {
    gap: 80px;
}

.small-img img {
    max-width: 420px;
}

.text-small p {
    max-width: 805px;
}

/* Teams Page */

.team-card {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    min-height: 400px;
    height: 100%;
}

.team-card .img-bg {
    height: 100%;
}

.team-card .img-bg img {
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.team-card .link-content {
    box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, 0.08);
    background-color: white;
    border-radius: 8px;
    margin: 0 auto;
    padding: 12px 20px;
    position: absolute;
    z-index: 0;
    bottom: 22px;
    width: 88%;
    left: 0;
    right: 0;
    height: 80px;
    transition: 0.4s all ease;
    overflow: hidden;
}

.team-card:hover .link-content {
    height: calc(100% - 44px);
    transition: 0.4s all ease;
    overflow: scroll;
}

.team-card .link-content::-webkit-scrollbar {
    display: none;
}

.inner-content {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all ease;
}

.team-card:hover .link-content .inner-content {
    visibility: visible;
    opacity: 1;
}

.team-card .link-content .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    opacity: 1;
    visibility: visible;
}

.team-card .link-content .content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000612;
    margin-bottom: 2px;
}


.team-card:hover .link-content .content h3 {
    font-weight: 600;
}

.team-card .link-content .content p {
    color: #333841;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-card:hover .link-content .content p {
    overflow: visible;
}

.team-card .link-content .icon i {
    color: #0a66c2;
    font-size: 35px;
}

.team-card .link-content .inner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}



.team-card:hover .link-content .content .icon {
    opacity: 0;
    visibility: hidden;
}

.form-select {
    min-width: 120px;
    color: #000612;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.h-style h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000612;
}

.divider {
    border: 0;
    border-bottom: 1px solid #CFCFCF;
    opacity: 1;
    margin: 0;
    height: unset;
    background-color: unset;

}

.team-card .link-content .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-card .inner-content span {
    color: #333841;
}

.team-card .inner-content h4 {
    color: #333841;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.team-card .inner-content h4 img {
    max-width: 24px;
}

.bottom-text {
    overflow: hidden;
}

.bottom-text h4 {
    margin-bottom: 5px;

}

.bottom-text span {
    max-width: 300px;
    display: inline-block;
}


/* public-mediaQuery  */

@media (max-width: 1399px) {
    .public-banner .public-wrapper {
        min-height: 615px;
    }
}

@media (max-width: 1199px) {
    .public-banner .public-wrapper {
        min-height: 550px;
    }
    .cloud-img {
        bottom: -1px;
    }
    .public-product p br {
        display: none;
    }
    .public-product header ul {
        column-gap: 10px;
    }
    .public-header .public-btn {
        min-width: 130px;
    }
    .public-product header .navbar-light .navbar-nav a {
        font-size: 15px;
    }
    .public-banner .public-text h1 {
        font-size: 45px;
    }
    .public-banner {
        padding: 150px 0 80px;
    }
    .public-banner .public-text p {
        font-size: 15px;
    }
    .public-tab-section .tab-wrapper>ul li button {
        min-width: 170px;
    }
    .row-text h4 {
        font-size: 18px;
    }
    .row-text h3 {
        font-size: 35px;
    }
    .row-text p {
        font-size: 14px;
    }
    /* team page  */
    .team-card .link-content .content .icon img {
        max-width: 30px;
    }

    .team-card .link-content {
        padding: 10px 14px;
        height: 70px;
    }

    .team-card .link-content .content h3 {
        font-size: 18px;
    }

    .team-card .inner-content span,
    .team-card .link-content .content p {
        font-size: 14px;
        max-width: 100%;
    }

    .team-card {
        min-height: 370px;
    }
}


/* tab */

@media (max-width: 991px) {
    .public-product h2 {
        font-size: 30px !important;
    }
    .public-btn {
        padding: 8px 15px;
    }
    .public-banner .public-wrapper {
        min-height: 405px;
    }
    .public-product p {
        font-size: 14px !important;
    }
    .public-header .navbar-light .navbar-toggler-icon {
        background-image: url(../publicproducts/img/ham-burger-icon.svg);
    }
    .public-product header ul li {
        width: 100%;
    }
    .public-product .navbar-collapse {
        position: fixed;
        left: 0;
        top: 90px;
        background: #002951;
        width: 100%;
        padding: 20px 20px;
        box-shadow: 0px 12px 36px rgba(55, 105, 177, 0.15);
    }
    .public-product .navbar-collapse .btns {
        margin-top: 15px;
    }
    .public-product header .navbar-light .navbar-nav a {
        font-size: 16px;
        color: #fff !important;
    }
    .public-banner .public-text h1 {
        font-size: 30px;
    }
    .public-banner .public-text {
        margin-top: 25px;
    }
    .public-banner {
        padding: 100px 0 52px;
    }
    .public-banner .public-text p {
        margin: 10px 0 15px;
    }
    .send-field input {
        padding: 8px 20px;
    }
    .public-tab-section .tab-wrapper>ul li button {
        min-width: 130px;
        font-size: 16px;
    }
    .row-text h3 {
        font-size: 25px;
    }
    .row-text p {
        margin: 10px 0 20px;
    }
    .row-text h4 {
        font-size: 16px;
    }
    .row-text h4 br {
        display: none;
    }
    .division-vard .text-card p {
        margin-top: 15px;
    }
    .division-vard {
        padding: 15px 10px;
    }
    .division-vard img {
        width: 100%;
        max-width: 135px;
    }
    .journey-section .public-title h2 {
        font-size: 22px !important;
    }
    .journey-section .public-title p {
        margin: 10px auto 20px;
    }
    .public-footer .pub-content p {
        max-width: 220px;
    }
    /* poppup  */
    .public-connect-modal .modal-content {
        margin: 0 10px;
    }
    /* public-products-Incubator page  */
    .incub-banner {
        padding: 130px 0 !important;
    }
}


/* mob  */

@media (max-width: 767px) {
    .public-header .navbar-light .navbar-brand img {
        max-width: 94px;
    }
    .public-product .padding-50 {
        padding: 40px 0;
    }
    .public-btn {
        width: 100%;
    }
    .public-product h2 {
        font-size: 24px !important;
    }
    .public-banner {
        background-image: url(../publicproducts/img/mob-banner-bg.png);
        padding: 70px 0 20px;
        overflow: hidden;
    }
    .public-banner .public-wrapper {
        min-height: 1050px;
    }
    .rocket-loncher {
        margin: 30px 15px 0;
    }
    .public-banner .public-text h1 {
        font-size: 32px;
    }
    .public-banner .row {
        flex-direction: column;
    }
    .public-banner .public-text p {
        margin: 16px 0 40px;
        max-width: 320px;
    }
    .splide.padding-50 {
        padding: 23px 0 35px;
    }
    .send-field {
        flex-direction: column;
    }
    .send-field input {
        max-width: 100%;
    }
    .send-field button {
        margin-top: 5px;
    }
    .public-tab-section .public-title {
        text-align: left !important;
    }
    .public-tab-section .public-title h2 {
        line-height: 1.4;
    }
    .public-tab-section .public-title h2 br {
        display: none;
    }
    .pub-accordian-mob .accordion-button::after {
        background-image: url(../publicproducts/img/accordian-mob-chavrown-down.svg);
        transform: unset;
        height: 9px;
        background-size: 14px;
        width: 14px;
    }
    .pub-accordian-mob .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
    }
    .pub-accordian-mob .accordion-button {
        font-size: 16px;
        color: #000612;
        padding: 14px 16px 14px 12px;
        border: 1px solid #f2f2f2;
        border-radius: 12px !important;
    }
    .pub-accordian-mob .accordion-item {
        border: unset;
        margin-bottom: 20px;
    }
    .pub-accordian-mob .accordion-button:not(.collapsed) {
        box-shadow: unset;
        background-color: #e6faff;
        border-radius: 12px 12px 0 0 !important;
        font-size: 24px;
        font-weight: 600;
        border: unset;
    }
    .pub-accordian-mob .accordion-body {
        background-color: #e6faff;
        padding: 0 12px 12px;
        border-radius: 0 0 12px 12px;
    }
    .public-tab-section .tab-inner-wrapper {
        margin-top: 0;
    }
    .row-text p {
        max-width: 311px;
    }
    .public-tab-section .tab-inner-wrapper {
        gap: 50px;
    }
    .row-text h3 {
        font-size: 24px;
    }
    .division-vard {
        padding: 25px 20px;
    }
    .division-vard .text-card p {
        max-width: 295px;
        margin: 22px auto 0;
    }
    .division-vard img {
        width: auto;
        max-width: 100%;
    }
    .division-vard .img-card {
        max-width: 100%;
    }
    .apply-learning-section .row>div:not(:first-of-type) .division-vard .text-card p {
        max-width: 236px;
    }
    .journey-section .public-wrapper .row>div:nth-child(2) {
        order: -1;
    }
    .journey-section .public-title p {
        max-width: 320px;
        margin: 15px auto 30px !important;
    }
    .literature-section .public-title {
        text-align: left !important;
    }
    .literature-section .book-crad img {
        max-height: unset;
    }
    .literature-section .public-title p {
        max-width: 338px;
        margin-inline: unset;
    }
    .literature-section .pub-text p {
        max-width: 250px;
        margin: 10px auto 0;
    }
    .pub-cust-card p {
        max-width: 222px;
        margin: 12px auto 10px;
    }
    /* footer  */
    .public-footer .pub-content p {
        max-width: unset;
    }
    .public-footer {
        padding: 40px 0 20px;
    }
    .pub-social-links {
        gap: 10px;
    }
    .public-footer .pub-content img {
        max-width: 120px;
    }
    .pub-copy-wright p,
    .pub-copy-wright .pub-link a {
        font-size: 12px !important;
    }
    
    /* poppup  */
    .public-connect-modal .modal-content h2 {
        text-align: start !important;
    }
    .public-connect-modal .modal-content {
        margin: 0;
        padding: 15px;
    }
    .public-connect-modal .modal-content .modal-header .btn-close {
        padding-right: 30px;
    }
    .pup-pop-text {
        margin: 20px 0 5px;
    }
    .pup-pop-text p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .pup-pop-text span {
        margin: 0;
        font-size: 18px;
    }

    /* public-products-Incubator page   */
    .incub-banner {
        padding: 110px 0 85px !important;
    }
    .public-banner .public-text h1 br {
        display: none;
    }
    .public-banner .public-text h1 {
        font-size: 23px;
    }
    .incub-banner .public-text p,
    .incub-sec-1 .row-text p {
        max-width: unset;
    }
    .incub-sec-1 {
        padding: 50px 0;
    }
    .incub-sec-1 .tab-inner-wrapper {
        gap: 80px;
    }
    .incub-sec-1 .tab-inner-wrapper .row {
        row-gap: 40px;
    }
    .team-card:hover .link-content {
        height: 70px;
        overflow: hidden;
    }
    .team-card:hover .link-content .inner-content {
        visibility: hidden;
        opacity: 0;
    }

    .team-card:hover .link-content .content .icon {
        opacity: 1;
        visibility: visible;
    }

    .team-card:hover .link-content .content h3 {
        font-weight: 700;
    }

    .team-card .link-content.show {
        height: calc(100% - 44px);
        overflow: scroll;
    }

    .team-card .link-content.show .inner-content {
        visibility: visible;
        opacity: 1;
    }

    .team-card .link-content.show .content .icon {
        opacity: 0;
        visibility: hidden;
    }

    .team-card .link-content.show .content h3 {
        font-weight: 600;
    }
}