html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}

.tj-header-area .header-menu ul>li>a::before {
    height: 0;
}

.btn {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #0f4646 !important;
    padding: 6px 25px;
    font-size: 18px !important;
    line-height: 1.42857143;
    border-radius: 25px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form_btn .btn {
    font-size: 16px;
    padding: 6px 20px;
}

:root {
    --tj-theme-primary: #011212;
    --tj-theme-primary-1: #0f4646;
    --tj-theme-primary-2: #0f4646;
    --tj-theme-primary-3: #0f4646;
    --tj-theme-h3-primary-1: #0f4646;
    --tj-off-white: #f4f5ff;
    --tj-theme-secondary: #011212;
}

.light-mode .tj-counter-5-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0px solid var(--tj-grey-2);
    background-color: #ffffff;
}

h1,
h2,
h3 {
    font-family: "Poiret One", sans-serif !important;
    font-weight: 600 !important;
}

.funfact-item .number {
    /* font-weight: 700 !important; */
    font-size: 30px;
}

.tj-progress-section.style-5 .section-header {
    max-width: 100%;
    margin-bottom: 0px;
}

.tj-footer-7-top {
    padding: 55px 0 55px;
}

/* ----- */
.tj-footer-7-top-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping */
    justify-content: space-between;
    gap: 30px;
}

.tj-footer-7-top-wrapper>.footer-widget {
    flex: 1 1 0;
    /* Equal width, no wrap */
    min-width: 0;
    /* Allow shrinkage */
}

/* ----- */


.light-mode .tj-footer-9-area .tj-footer-7-wrapper {
    justify-content: center;
}

.light-mode .hero-section {
    background: var(--tj-white);
    width: 100%;
    /* Makes the container span the full width */
    height: 600px;
    /* Adjust height as needed */
    background-image: url(../img/pic/banner.png);
    background-size: cover;
    /* Ensures the image covers the entire area */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents tiling of the image */
}

.section-header.style-5 .title {
    text-transform: none;
}

.light-mode .contact-form-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: var(--tj-white);
}

.light-mode .tj-header-area .menu-bar button span {
    background: #0f4646;
}

.hero-section.style-3 .hero-titles {
    font-size: 55px;
    font-family: "Quicksand", !important;
    font-weight: 600;
    color: #004225;
    /* Adding green color */
}

.tj-header-area .menu-bar button {
    margin-right: 20px;
}

.col-lg-3.col-md-6 {
    margin-bottom: 20px;
}

.menu-bar {
    display: flex;
    margin-left: 70px;
    align-items: center;
    justify-content: space-between;
}

.tj-header-area.header-2.sticky-out {
    animation: none;
}

.light-mode .contact-box.style-5 .contact-info-list {
    border: 1px solid var(--tj-grey-2);
}

.light-mode .tj-header-area .header-menu ul li a {
    color: #fff;
    padding: 10px 0px;
    font-weight: 700;
}

.tj-header-area .header-menu {
    margin: 10px;
    background: #0f4646;
    padding: 0px 23px;
    border-radius: 62px;
    border: 1px solid;
}

.tj-header-area .logo-box {
    max-width: 210px;
}

.ban-btn {
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 3px 15px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
}

.btn:hover {
    color: #fff !important;
    background: #0f4646;
}

.tj-btn-primary {
    background-image: linear-gradient(to right, #0f4646 0%, #0f4646 51%, var(--tj-theme-primary) 100%);
}

video#myVideo {
    position: absolute;
}

.banner-name {
    position: relative;
    right: 0%;
}

.tj-counter-5-area::before {
    content: "";
    position: absolute;
    bottom: 100px;
    right: -211px;
    width: 700px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(260deg, var(--tj-theme-primary) 0%, rgba(115, 67, 210, 0) 100%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    opacity: 0.6;
    z-index: -1;
}

.tj-counter-5-wrapper {
    padding: 25px 0;
}

.banner-video {
    padding: 350px 0 350px !important;
}

.tj-hero-4-bottom-thumb img {
    border-radius: 0;
}

.tj-about-9-thumb {
    max-width: 80%;
    width: 100%;
    height: 100%;
}






.light-mode h1,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6 {
    color: #004225;

}

h2 .title {
    text-align: center;
}

.light-mode h2 {
    text-align: center;
    font-size: 50px !important;
}

.tj-hero-4-area::before {
    background: none;
}

.tj-portfolio-section.style-8 .section-header {
    max-width: 100%;
    width: 79%;
}

.light-mode .light-mode .about-area .about-left-content .title {
    background: var(--tj-theme-primary);
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-theme-primary)), to(var(--tj-theme-secondary)));
    background: -o-linear-gradient(left, var(--tj-theme-primary) 0%, var(--tj-theme-secondary) 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tj-header-area.style-2 .header-menu ul li a::before {
    background-image: linear-gradient(260deg, #0f464600 0%, #ff8e0000 100%);
}

.light-mode .portfolio-tem.style-8 .portfolio-8-images {
    background-color: #f6f3fc00;
}

.light-mode .tj-hero-4-bottom-reviews {
    background-color: #00000000;
    border-color: #00000000;
}

.light-mode .tj-about-9-bg {
    padding: 50px 10px;
    background: #0f4646;
}

.table thead {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: var(--black_900);
}

.light-mode .tj-header-area.header-2 {
    background-color: #ffffff00;
}

.tj-header-area.header-2 {
    box-shadow: none !important;
}

.table .feature-head {
    width: 38%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--black_900);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}

.table td,
.services-area .table th {
    padding: 27px 20px;
}

tbody tr:nth-child(odd)>*:nth-child(even) {
    background-color: #f4f5f6;
}

.services-area .table tbody tr:nth-child(even)>*:nth-child(even) {
    background-color: #e9e9ea;
}

.table .feature-item .fa-check-circle {
    font-size: 20px;
    color: #0f4646;
}

.table .feature-item .fa-times-circle {
    font-size: 20px;
    color: #2a1454;
}

.table tbody tr:nth-child(odd)>*:nth-child(odd) {
    background-color: #f9fdfe;
}

td.feature-item {
    text-align: center;
}

.table tbody tr:nth-child(even)>*:nth-child(even) {
    background-color: #e9e9ea;
}

.tj-progress-section.style-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.light-mode .section-header .section-title {
    background: var(--tj-theme-primary);
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-theme-primary)), to(var(--tj-theme-secondary)));
    background: -o-linear-gradient(left, var(--tj-theme-primary) 0%, var(--tj-theme-secondary) 100%);
    background: linear-gradient(to right, var(--tj-theme-primary) 0%, #0f4646 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .contact-section {
    background: #f8ffff;
}

.tj-portfolio-section.style-8 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.portfolio-tem.style-8 .portfolio-8-images {
    padding: 15px;
}

.portfolio-tem.style-8 .portfolio-8-images {
    max-width: 530px;
    width: 455px;
}

.banner-sli {
    text-align: center;
    position: absolute;
    top: 40%;
    right: 9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-hero-4-area {
        padding: 50px 0;
    }
}



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

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.nav-list a:hover {
    color: #FFA500;
}

.nav-list a:hover::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FFA500;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #FFA500;
    margin: 5px 0;
    transition: all 0.3s;
}

.tj-hero-4-bottom-reviews {
    left: -85px;
    top: 77px;
}

.tj-hero-4-bottom-counter {
    top: 214px;
}

.tj-header-area .mobile-menu {
    top: 120px;
    min-height: 45vh;
}

.footer-logo-box {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
}

* {
    scrollbar-color: var(--tj-theme-primary) #ffffff;
}

#presentation {
    width: 480px;
    height: 120px;
    padding: 20px;
    margin: auto;
    background: #FFF;
    margin-top: 10px;
    box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    border-radius: 10px;

    h1 {
        font-weight: 400;
    }

    h3 {
        font-weight: 400;
        color: #666;
    }
}

#presentation:hover {
    box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
    transform: translateZ(10px);
}

#floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0f4646;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}


#container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px;
}

#container-floating:hover .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
}

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
}

#container-floating:hover .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
}

.nd1 {
    background: #07be00;
    right: 40px;
    bottom: 120px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    background: #3c80f6;
    right: 40px;
    bottom: 180px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    background: #07be00;
    right: 40px;
    bottom: 240px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

#container-floating:hover .nds {

    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
    animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
    animation-delay: 0.2s;
}

.letter {
    font-size: 23px;
    font-family: 'Roboto';
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
}

.reminder {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.profile {
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.progress-wrap.active-progress {
    display: none;
}

.progress-single.style-5 .progress-text .icon-box {
    border-radius: 0%;
}

.progress-single .progress-text .icon-box img {
    max-width: 80px;
    width: 100%;
}

.light-mode .progress-single.style-5 .progress-text .icon-box {
    background-color: #ffffff00;
}

.blog-item .blog-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    background: -o-linear-gradient(190deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%);
    background: linear-gradient(260deg, #ffffff 0%, #ffffff 100%);
    opacity: 0;
    z-index: -1;
    border-radius: 15px;
}

.light-mode .progress-single {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
}

.light-mode .form_group select,
.light-mode .form_group .nice-select,
.light-mode .form_group input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.light-mode .form_group textarea {
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ffffff;
    color: var(--tj-theme-secondary);
}

.progress-single {
    padding: 5px !important;
}

img.brand-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.brand-img {
    /* width: 100%; */
    max-width: 100%;
    /* Adjust this value to control image size */
    height: 200px;
    /* Maintain aspect ratio */
}

.card-top {
    height: 100%;
}

.pack-card h3 {
    margin-top: 0;
}

.container.bann-text {
    position: absolute;
    top: 40%;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.portfolio-tem.style-8 .portfolio-8-images img {
    width: 80%;
    border-radius: 15px;
}

.ban-tt {
    position: relative;
    bottom: 400px;
}

.ban-te {
    left: 0;
    position: absolute;
}

.card-top {
    margin-bottom: 0px;
    padding: 22px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    text-align: center;
    border-radius: 20px;
}

.card-top img {
    display: block;
    /* Makes the image a block element */

    /* Automatically add margin to the right */
    width: 50px;
    /* Set the width of the image */
    margin-top: 10px;
    /* Add top margin */
    margin-bottom: 20px;
    /* Add bottom margin */
}


.title h2 {
    font-size: 40px;
    font-weight: 600 !important;
}

.light-mode .portfolio-tem.style-8 .portfolio-8-images {
    text-align: center;
    background-color: #f6f3fc00;
}

.title h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
}

.pack-card {
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.progress-single {
    max-width: 100%;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}


ul.pack-ul {
    margin-top: 17px;
    line-height: 2;
    /*background-color: green; */


}

ul.pack-ul li {
    font-size: 18px;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.slick-prev {
    left: -45px;
}

.carousel {
    width: 100%;
    height: 100%;
    /* margin:0px auto; */
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.item img {
    opacity: 5;
}

.slick-next:before,
.slick-prev:before {
    color: #0f4646 !important;
}

@media only screen and (max-width: 564px) {
    .section-header {
        text-align: center;
    }

    .slick-prev {
        left: 0 !important;
    }

    .slick-next {
        right: 0 !important;
    }

    /* .item img {
        height: 300px !important;
    } */
    .dm-none {
        display: none;
    }
}

/* @media (min-width: 565px) and (max-width:991px) {
    .item img {
        height: 400px !important;
    }
} */

.modal-dialog {
    max-width: 100% !important;
    width: 80% !important;
}

.modal-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5 !important;
}

@media only screen and (max-width: 768px) {
    .tj-about-9-area .section-header.style-5 .title {
        text-align: center;
    }

    .portfolio-tem.style-8 .portfolio-content .title {
        text-align: center;
    }

    .item img {
        height: 650px !important;
    }

    .carousel-inner {
        height: 650px;
    }

    .light-mode h2 {
        font-size: 30px !important;
    }

    .section-header {
        margin-bottom: 40px;
        max-width: 95%;
    }

    .col-lg-3.col-md-6 {
        margin-bottom: 20px;
    }

    .tj-header-area .logo-box {
        max-width: 160px;
    }

    .hero-wrrapper .hero-titles,
    .hero-titles {
        font-size: 25px;
    }

    .contact-info-list .text-box a {
        font-size: 17px;
    }

    .banner-sli {
        top: 28% !important;
        right: 0%;
    }

    .tj-hero-4-area {
        padding: 30px 0 20px;
    }

    .brand-img {
        max-width: 100%;
    }

    .banner-video {
        padding: 184px 0 !important;
    }

    .tj-hero-4-bottom-reviews {
        margin-bottom: 0;
    }

    .tj-hero-4-bottom-reviews {
        left: 0;
        top: 0;
    }

    .tj-hero-4-bottom-counter {
        top: 0;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav-list.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle.open .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .card-top {
        padding: 20px;
        padding-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        text-align: center;
    }

    .menu-toggle.open .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.open .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

/* @media (min-width:766px){
    .slick-track {
        width:4117px !important ;
    }
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner.why-rsi {
        /* height: 30vh !important; */
    }

    .brand-img {
        /* width: 100%; */
        max-width: 100%;
        height: 160px;
    }

    .section-header {
        margin-bottom: 40px;
        max-width: 95%;
    }

    .light-mode h2 {
        text-align: center;
        font-size: 40px !important;
    }

    .light-mode .contact-info-list .text-box a {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-sli {
        text-align: center;
        position: absolute;
        top: 40%;
        right: 14%;
    }

}

.banner-sli {
    position: absolute;
    top: 50%;
    /* Move to 50% vertically */
    left: 50%;
    /* Move to 50% horizontally */
    transform: translate(-50%, -50%);
    /* Adjust for perfect centering */
    z-index: 10;
    /* Ensure it appears above the image */
    width: 100%;
    /* Make it responsive */
    text-align: center;
    /* Center the content */
    color: white;
    /* Text color for visibility */
}

.portfolio-tem.style-8 {
    gap: 0;
}

/* Responsive styling for smaller devices */
.hero-titles {
    font-weight: 600;
    font-size: 30px;
    /* Adjust title size for smaller screens */
    margin-bottom: 1rem;
}

.tj-hero-4-area {
    padding: 0px 0 30px;
}

@media only screen and (min-width: 768px) {
    .hero-titles {
        font-weight: 600;
        font-size: 50px;
        /* Adjust title size for medium screens */
    }
}

@media only screen and (min-width: 1200px) {
    .light-mode .tj-about-9-bg {
        width: 1023px;
    }

    .ban-te {
        top: -45px;
    }

    .hero-titles {
        font-weight: 600;
        font-size: 55px;
        /* Adjust title size for larger screens */
    }
}

@media only screen and (min-width: 1024px) {
    .item img {
        height: 740px !important;
    }
}

@media (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        /* -webkit-transition: -webkit-transform .6s ease-in-out; */
        -o-transition: -o-transform .6s ease-in-out;
        /* transition: -webkit-transform .6s ease-in-out; */
        transition: opacity 0.5s ease, transform 0.5s ease;
        transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;


        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

.carousel-inner .item img {
    position: relative;
    width: 100%;
    opacity: 1;
}

.carousel-inner .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    /* Adjust darkness level */
}

/* Styling for the banner */
.banner {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

/* Fullscreen video styling */
.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

/* Overlay for better readability */
.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(106deg, rgba(15, 70, 70, 1) 1%, rgba(15, 70, 70, 0.8128501400560224) 39%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

/* Text styling */
.banner .content {
    z-index: 2;
}

.content {
    margin-left: 60px;
    text-align: left;
}

.content h1 {
    font-size: 50px;
    font-family: inherit !important;
    position: relative;
    z-index: 999;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #fff;
}

.banner a {
    text-align: left;
    position: relative;
    z-index: 999;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.card-top h5 {
    font-size: 18px;
    font-weight: 600;
}

.card-top p {
    font-size: 15px !important;
}

.card-top {
    margin-bottom: 0px;
    padding: 5px 0 5px 17px;
    text-align: left;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .content h1 {
        font-size: 48px;
    }

    .content {
        margin-left: 64px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .content h1 {
        font-size: 44px;
    }

    .content {
        margin-left: 60px;
    }
}

/* Responsive adjustments */
@media (min-width: 565px) and (max-width: 768px) {
    .content h1 {
        font-size: 38px;
    }

    .content {
        margin-left: 50px;
    }
}




/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: 20%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button {
    height: 44.4%;
    border-radius: 10px;
    border: 4px solid #fff;
}

.tab button.active {
    border: 0px solid #fff;
}

/* Style the tab content */
.tabcontent {
    border-radius: 10px;
    float: left;
    margin-left: 15px;
    padding: 0px 12px;
    border: 1px solid #fff;
    width: 75%;
    border-left: none;
    height: 400px;
    display: none;
}

.tabcontent h2 {
    margin-bottom: 20px;
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 600 !important;
}

.tabcontent p,
ul {
    font-size: 16px;
    color: #fff;
}

/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.tabcontent {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    /* Ensure text remains visible */
    padding: 20px;
}


/* Add a dark overlay */
.tabcontent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    /* Adjust transparency as needed */
    z-index: 1;
    border-radius: 20px;
}

/* Ensure text stays above the overlay */
.tabcontent h2,
.tabcontent p,
.tabcontent ul {
    position: relative;
    z-index: 2;
}

ul.pack-ul li {
    font-size: 17px;
    color: #000;
}

img.ode {
    text-align: center;
    height: 250px;
}

.banner.why-rsi {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.video-slide.active {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}

.content {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.123);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    color: white;
    z-index: 3;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover,
.next:hover {
    background: rgba(255, 255, 255, 0.6);
}

.why-ra {
    z-index: 99;
}

.why-rsi {
    border-radius: 30px;
}

ul.icons {
    padding: 0;
    margin-top: 20px;
    list-style: none;
    display: flex;
    justify-content: start;
}

.icons li {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    background: rgb(15, 70, 70);
    background: radial-gradient(circle, rgba(15, 70, 70, 1) 79%, rgba(0, 0, 0, 1) 100%);
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.tb-c {
    margin: 14% 20px 0 0;
    width: 100%;
}

.icons img {
    z-index: 99;
    text-align: center;
    height: 40px;
    width: 40px;
}

.plan {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #efefef;
    border-radius: 30px;
    padding: 30px !important;
}

p {
    font-size: 17px !important;
}

.desc {
    flex-grow: 1;
    /* This makes .desc take up all the vertical space */
    overflow-y: hidden;
    scrollbar-color: white transparent;
}

.desc p {
    text-align: left;
}


.box-stretch {
    height: 400px;
    /* Set your desired fixed height */
    /* background-color: blue;  Optional */
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Keeps content spaced out */
}

.title,
.desc li {
    text-align: left;
}

.pack-ul li {
    /* list-style: none; */
    letter-spacing: 2;
}

.wow.zoomIn.col-12 {
    text-align: center;
}

.btn {
    padding: 6px 25px !important;
}

.desc {
    height: 100%;
}

.content.why-rashi {
    width: 92% !important;
}

.tb-c h2 {
    text-align: start;
}

.contact-info-list .text-box p {
    color: #0f4646;
    margin-bottom: 3px;
}

.contact-info-list .icon-box {
    background: linear-gradient(161deg, #0f4646 0%, #0f4646 100%);
}

header#mainHeader {
    margin-top: 10px;
}

.modal-dialog {
    width: 600px;
    margin: 300px auto !important;
}

.baner-model {
    width: 50%;
    max-width: 100%;
    margin: 60px auto !important;
}

.logo-sticky {
    display: none;
}

.header-menu .logo-sticky {
    display: none;
}

.header-sticky.sticky .logo-default {
    display: none;
}

.header-sticky.sticky .logo-sticky {
    display: inline-block;
}

header.tj-header-area.header-2.header-sticky.sticky {
    background-color: #fff;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px !important;
}

.tj-header-area .menu-bar button {
    margin-top: 20px;
}

.btn.tj-btn-primary {
    margin-top: 0px !important;
}

.card-top a {
    padding: 10px;
    display: block;
    color: #004225 !important;
    text-decoration: underline;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.hero-content-box .button-box {
    margin-top: 0px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
        width: 1200px;
    }

    .banner.why-rsi {
        height: 50vh;
    }
}

@media (max-width:1200px) {
    .banner.why-rsi {
        height: 50vh;
    }
}

@media (max-width:992px) {
    .box-stretch {
        height: 100%;
    }
}

@media (max-width: 767px) {

    .tj-footer-7-top-wrapper>.footer-widget {
        flex: 0;
        text-align: center;
    }



    .tj-footer-7-top-wrapper>.footer-widget {
        flex: 0;
        text-align: center;
    }

    .content {
        width: 63%;
        position: absolute;
        top: 50%;
        left: 8%;
    }


    .tb-c {
        margin: 4% 20px 0 0;
        width: 100%;
    }

    .content.why-rashi {
        width: 74% !important;
    }

    .content.why-rashi {
        text-align: left !important;
        margin-left: 0;
        margin-top: 133px;
    }

    .why-rashi p {
        text-align: left !important;
    }

    .tj-about-9-thumb {
        margin-top: -302px;
    }
}

@media (min-width:442px) and (max-width: 768px) {
    .banner.why-rsi {
        height: 50vh;
    }
}

@media (max-width: 576px) {
    h6.title {
        text-align: center;
    }

    .tj-footer-9-area .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .tj-header-5-right-social-icons {
        justify-content: center;
    }

    .order-xs-1 {

        order: 1;
    }

    .order-xs-2 {
        order: 2;
    }

    .tab {
        display: flex;
        float: none;
        border: 1px solid #ffffff;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        justify-content: center;
        margin-left: 0px;
    }

    .card-top p {
        font-size: 13px !important;
    }

    .col-sm-6 {
        width: 50% !important;
        margin-bottom: 20px;
    }

    .card-top img {
        margin-left: auto;
        margin-right: auto;
    }

    .card-top {
        text-align: center;
        margin-bottom: 0px;
        padding: 5px;
    }

    .content h1 {
        font-size: 26px;
    }

    .tabcontent {
        width: 100%;
        height: 440px;
        margin-left: 0;
    }

    .tab button {
        height: 100px;
        margin-bottom: 20px;
    }


}

.slick-next,
.slick-prev {
    z-index: 9999;
}

@media (max-width: 441px) {
    .banner.why-rsi {
        height: 80vh;
    }
}

@media (max-width: 546px) {
    .section-header p {
        text-align: justify;
    }
}