html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
.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 #23224b !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: #23224b;
    --tj-theme-primary-2: #23224b;
    --tj-theme-primary-3: #23224b;
    --tj-theme-h3-primary-1: #23224b;
    --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;
}
.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 */
}
.portfolio-header p{
    color: #fff;
}
.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: #23224b;
}
.hero-section.style-3 .hero-titles {
    font-size: 55px;
    font-family: "Quicksand", !important;
    font-weight: 600;
    color: #23224b; /* 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: #23224b;
    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: #23224b;
}
.tj-btn-primary {
background-image: linear-gradient(to right,#23224b 0%, #23224b 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: #23224b;
    
}
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, #23224b00 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: #23224b;
}
.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: #23224b;
}
.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%, #23224b 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;
}
.resort-details p {
    line-height: 17.95px;
}
.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: #23224b;
    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: 20px !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: 250px; /* 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;
}

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: #23224b !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;
    }
} */


@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: 60px 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: 18px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* 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: 20px;
    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 p{
    text-align: left;
}
.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: #23224b;
    margin-bottom: 3px;
}
.contact-info-list .icon-box {
    background: linear-gradient(161deg, #23224b 0%, #23224b 100%);
}
header#mainHeader {
    margin-top: 10px;
}
.modal-dialog {
    width: 600px;
    margin: 300px 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: 10px;
}


.tj-footer-9-area .widget-info {
    text-align: center;
    /* max-width: 100%; */
    width: 100%;
}

@media (min-width: 1200px) {
     .bann-2{
            color: #23224b !important;
        }
          .bann-2 a.ban-enqui{
            color: #23224b !important;
        }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
        width: 1200px;
    }
    .banner.why-rsi {
        height: 75vh;
    }
      .banner-cont-1{
    transform: translateX(28%) translateY(-18%) !important;
   
    }
    .banner-cont-2{
         transform: translateX(28%) !important;
    }
      .banner-cont-3{
         transform: translateX(28%) translateY(32%) !important;
    }
    h2.slide__title {
    background: #00000000 !important;
}
}
    @media (min-width: 992px) and (max-width: 1199px) {
        .bann-2{
            color: #23224b !important;
        }
         .bann-2 a.ban-enqui{
            color: #23224b !important;
        }
    .banner-cont-1{
    transform: translateX(20%) translateY(-18%) !important;
   
    }
    .banner-cont-2{
         transform: translateX(20%) !important;
    }
      .banner-cont-3{
         transform: translateX(20%) translateY(32%) !important;
    }
    h2.slide__title {
    background: #00000000 !important;
}

}

@media (max-width:1200px){
    .banner.why-rsi {
        height: 25vh;
    }
   
}
@media (max-width: 767px) {
    .tj-footer-9-area .footer-logo {
    margin-left: auto;
    margin-right: auto;
}
.tj-header-5-right-social-icons {
    gap: 10px;
    justify-content: center;
}
    h6.title {
        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: 14% 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: 83vh;
    }
}
@media (max-width: 576px) {
    .order-xs-1 {
       
        order: 1 ;
    }
    .order-xs-2 {
        order: 2 ;
    }
    .tab {
        display: flex;
        float: none;
        border: 1px solid #ffffff;
        background-color: #ffffff;
        width: 90%;
        height: 100%;
        justify-content: center;
        margin-left: 20px;
    }
    .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: 93%;
        }
    .tab button {
        height:100px;
        margin-bottom: 20px;
    }
    .tabcontent {
        height: 440px;
    }
}
@media (max-width: 441px) {
.banner.why-rsi {
    height: 106vh;
}
}
@media (max-width: 546px) {
    .section-header p {
        text-align: justify;
    }
}