@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* @import url('/migrantreturnsurvey/public/fonts/iconfont.css'); */
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*@import "~normalize.css/normalize.css";
 @import "~homesprite.css";
 @import "~account-sprite.css";
 @import "../mixins.scss";
 @import "../modules/modal.scss";*/
/*** End Default star icon style***/
*, *::before, *::after {
    box-sizing: border-box;
    font-family: arial;
}
body {
    color: #343434;
    height: 100%;
    overflow-y: scroll;
    word-break: break-word;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}
body:hover {
    overflow-y: scroll;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}
img {
    display: inline-block;
    vertical-align: middle;
}
a, img {
    border: none;
}
ol, ul {
    margin: 0;
    padding: 0;
    border: 0;
}
.db {
    display: block !important;
}
.dn {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.oh {
    overflow: hidden;
}
.oh-x {
    overflow-x: hidden;
}
.oh-y {
    overflow-y: hidden;
}
.b{
    font-weight: bold;
}
.hidden {
    visibility: hidden;
}
/*###################################### CSS CODE FOR WIDTHS */
.w-100 {
    width: 100%;
}
.w-95 {
    width: 95%;
}
.w-90 {
    width: 90%;
}
.w-85 {
    width: 85%;
}
.w-80 {
    width: 80%;
}
.w-75 {
    width: 75%;
}
.w-70 {
    width: 70%;
}
.w-65 {
    width: 65%;
}
.w-60 {
    width: 60%;
}
.w-21 {
    width: 21%;
}
.w-55 {
    width: 55%;
}
.w-50 {
    width: 50%;
}
.w-45 {
    width: 45%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}
.w-30 {
    width: 30%;
}
.w-25 {
    width: 25%;
}
.w-20 {
    width: 20%;
}
.w-15 {
    width: 15%;
}
.w-10 {
    width: 10%;
}
.w-5 {
    width: 5%;
}
.w-8 {
    width: 8%;
}
.w-24 {
    width: 26%;
}
.w-12 {
    width: 12%;
}
.w-22 {
    width: 22%;
}
.w-27 {
    width: 27%;
}
.w-28 {
    width: 28%;
}
.w-34 {
    width: 34%;
}
.w-29 {
    width: 29%;
}
.w-33 {
    width: 33%;
}
.w-25 {
    width: 25%;
}
/*###################################### CSS CODE FOR LINKS */
a, a:visited, a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #3e3e52;
}
/*###################################### CSS CODE FOR BORDERS */
.border-none {
    border: none;
}
.border-radius-5 {
    border-radius: 5px;
}
input[type="date"]::-webkit-inner-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #c7c7c7;
}
::-moz-placeholder {
    color: #c7c7c7;
}
:-ms-input-placeholder {
    color: #c7c7c7;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* end common for layout */
#rh_main, #rh_content {
    min-width: 1000px;
    position: relative;
    min-height: 100%;
}
/* .main-header, .sub-header, .msg-wrapper, .footer-row, .main-body {
    width:100%;
    margin: 0 auto;
    overflow: hidden;
}
.main-body {
    padding: 0px 0px;
}
.main-header {
    overflow: visible !important;
}
.redbus-header-logo {
    height: 2.5em;f
    margin-right: 0.5em;
} */
/***Material Button***/
.button {
    display: inline-block;
    padding: 6px 16px 7px 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: 0.1s;
    /* box-shadow: 0 1px 2px #333; */
    border: none;
    text-align: center;
    background-color: #d84e55;
    color: white;
}
.button[disabled] {
    cursor: default;
    color: #ddd;
    pointer-events: none;
    /* box-shadow: 0 1px 1px #444; */
}
.button[disabled]:hover {
    background-color: #cdcdcd;
}
.button:click {
    background-color: #d84e56 !important;
}
.button:hover {
    background-color: #e9555d !important;
}
a[disabled] {
    pointer-events: none;
}
.ripple {
    position: absolute;
    /* background:rgba(0,0,0,.25); */
    background: #ffc3c6;
    border-radius: 100%;
    transform: scale(0.2);
    opacity: 0;
    pointer-events: none;
    animation: ripple 0.5s ease-out;
}
@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
/* .button.loading::after {
 content: "";
 position: absolute;
 height: 2px;
 background-color: #003AFF;
 width: 100%;
 left: -100%;
 bottom: 0px;
 }
 .button.loading::after {
 animation-name: loader;
 animation-duration: 1.5s;
 animation-iteration-count: infinite;
 } */
.button.loading {
    background-repeat: no-repeat;
    padding: 5px 16px;
    background-size: 100% 100%;
}
@keyframes loader {
    0% {
        left: -100%;
    }
    70% {
        left: 100%;
    }
    71% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
#page_main_header {
    /*@include padding(0px, 10px, 10px, 30px);*/
    color: #e6545b;
    /* margin-top: 18px; */
}
#page_main_header nav {
    /*@include padding(10px, 0px, 0px, 0px);*/
    display: inline-block;
}
#page_main_header nav ul li {
    display: inline-block;
    list-style: none;
}
#page_main_header nav ul li a {
    color: black;
    padding: 0px 0px;
    margin: 0 20px;
    font-size: 18px;
    line-height: 0;
    letter-spacing: 0.2px;
    font-weight: bold;
}
#page_main_header nav ul li .selectedBus {
    color: #e6545b;
    border-bottom: 3px solid #e6545b;
    padding-bottom: 10px;
}
.main-header-family {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 30px !important;
}
.main-header {
    /*padding: 10px 20px 10px 20px !important;
     padding-right: 0px!important;
     margin-right: 8px!important;
     margin-left: 8px;*/
    margin: 0 auto;
}
#rh_header {
    /* background-color: #efeeee; */
    width: 100%;
    margin: 0;
    padding-bottom: .5em;
    position: fixed;
}
#rh_header .selectedBus {
    border-bottom: 3px solid #e6545b;
}
#banner-common-notification {
    background-color: #fafea7;
    text-align: center;
    padding: 3px 0;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    opacity: 1;
    box-shadow: inset 0 0 1em gold;
    font-weight: 200;
}
.reward-banner-not {
    position: relative !important;
    background-color: #afeff5 !important;
    border: solid 1px #eee !important;
    color: #333 !important;
    bottom: auto !important;
    bottom: initial !important;
    box-shadow: none !important;
    box-shadow: initial !important;
}
#banner-common-notification div {
    display: inline-block;
}
#banner-common-notification .nf-close {
    float: right;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 1px;
}
.reward-banner-not .nf-close {
    bottom: auto !important;
    bottom: initial !important;
    color: #f1f1f1 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0px !important;
    height: 24px !important;
    margin-right: 10px !important;
}
.icon-close {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
#corner_div {
    /*@include margin(0px, 15px, 0px, 5px);*/
}
#account_actions {
    display: inline-block;
    height: 45px;
    /*@include padding(10px, 15px, 10px, 0px);*/
    margin-right: 10px;
}
#arrow_dn {
    width: 12px;
    height: 30px;
    display: inline-block;
    /*background: url('/images/down_arrow.png') no-repeat 0px 14px;*/
    background-size: 12px 8px;
    margin-left: 8px;
}
#open_impel {
    color: #686868;
}
.redbus-logo {
    width: 100px;
    height: 62px;
    text-indent: -1000px;
    float: left;
    /*background: url("../../../images/layout_logo.png") no-repeat;*/
    margin-top: 10px;
    margin-left: 10em;
}
.redbus-logo-mweb{
    width: 79px;
    height: 36px;
    text-indent: -1000px;
    float: left;
    /*background: url("../../../images/layout_logo.png") no-repeat;*/
    /* margin-top: 10px;
    margin-left: 10em; */
    margin-top: 15px;
    margin-right: 12.5em;
}
.redbus_small_logo {
    width: 42px;
    height: 28px;
    text-indent: -1000px;
    float: left;
    /* background: url("../../../images/RB_small_logo.png") no-repeat;*/
}
.redbus_small_logo {
    width: 42px;
    height: 28px;
    text-indent: -1000px;
    float: left;
    /*background: url("../../../images/RB_small_logo.png") no-repeat;*/
}
#loadingbar {
    top: 0;
    width: 1%;
    background: #ea4c53;
    transition: all 500ms ease-in-out;
    text-align: right;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    padding-right: 10px;
    overflow: hidden;
    opacity: 1;
    box-shadow: 0 0 5px #ea4c53;
    animation: neon1 0.5s ease-in-out infinite alternate;
}
#loadingbar.closed {
    height: 0px !important;
    opacity: 0;
}
button:focus {
    outline: none;
}
footer {
    bottom: 0;
    width: 100%;
    clear: both;
    font-size: 14px;
    font-weight: 100;
    color: #e7e7e7;
}
h1 {
    font-size: 3em;
    font-weight: 400;
}
h2 {
    font-weight: normal;
    font-size: 1em;
    text-transform: none;
    width: 100%;
    letter-spacing: 0;
    font-family: arial;
}
h3 {
    font-weight: 100;
}
.promotion {
    color: #b1babf;
    padding: 30px 0px 30px 0px;
}
.promotion section {
    margin: 0px 2%;
}
.promotion section li {
    margin: 10px 0px;
    font-size: 0.7em;
}
.fsh {
    color: #d2dbe0;
    font-weight: 600;
    font-size: 0.9em;
    margin: 10px 0px;
}
.mjps {
    width: 65%;
    padding-left: 4%;
}
.mjps section {
    width: 25%;
}
.mnps {
    width: 28%;
    font-size: 0.7em;
    margin-right: 5%;
}
.social-logos {
    margin-top: 10px;
    margin: 3% 2%;
}
.social-logos a {
    margin: 0px 5px;
}
.logo-text {
    line-height: 2em;
    padding-left: 9px;
}
select {
    cursor: pointer;
}
.error-message-fixed {
    display: block;
    font-size: 11px;
    color: red;
    height: 17px;
    margin-top: 2px;
    text-align: right;
    word-break: keep-all;
}
.errorMessageFixed {
    display: block;
    font-size: 11px;
    color: red;
    height: 16px;
    margin-top: 2px;
    text-align: right;
    word-break: keep-all;
}
.icon-right-arrow:before, .icon-left:before, .icon-right:before {
    vertical-align: middle;
    font-size: 12px;
}
.heading-1 {
    font-size: 40px;
    line-height: 1.1em;
    color: #3d3c41;
}
/* ** Custom Scroll Bar **/
::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
}
::-webkit-scrollbar-track:hover {
    border: 1px solid #ddd;
    background-color: #ffffff;
}
.filterDetails-wrap::-webkit-scrollbar-track {
    background-color: #464646;
}
.filterDetails-wrap::-webkit-scrollbar-track:hover {
    border: 1px solid #464646;
    background-color: #464646;
}
::-webkit-scrollbar-thumb {
    min-height: 25px;
    background-color: #bbb;
    box-shadow: inset 1px 1px 0 #aaa, inset 0 -1px 0 #aaa;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
    box-shadow: inset 1px 1px 0 #999, inset 0 -1px 0 #999;
}
.config-div {
    position: relative;
    color: #686868;
    outline: 0;
}
.config-container {
    padding: 15px 0px 0px 0px;
    margin-right: 20px;
}
.hid-config-curr, .hid-config-sign {
    width: 240px;
    border: 1px solid #ccc;
    padding: 8px 6px 0px 6px;
    position: absolute;
    left: -174px;
    z-index: 100;
    top: 30px;
    background-color: white;
    color: black;
    box-shadow: 0px 1px 5px black;
}
.config-options .currency {
    font-weight: 600;
}
.hid-config-lang {
    width: 133px;
    border: 1px solid #ccc;
    padding: 8px 6px 0px 6px;
    position: absolute;
    left: -109px;
    z-index: 100;
    top: 30px;
    background-color: white;
    color: black;
    box-shadow: 0px 1px 5px black;
}
.hid-config-need-help {
    width: 320px;
    border: 1px solid #ccc;
    padding: 8px 6px 0px 6px;
    position: absolute;
    left: -157px;
    z-index: 100;
    top: 30px;
    background-color: white;
    color: black;
    box-shadow: 0px 1px 5px black;
}
.cli span {
    display: inline-block;
    vertical-align: top;
}
.icon-tick {
    vertical-align: middle !important;
}
.ich {
    font-size: 12px;
    vertical-align: middle !important;
    line-height: inherit !important;
    position: relative;
}
#curr_chosen, #lang_chosen {
    margin-right: 5px;
}
#lang_chosen {
    display: inline-block;
    text-align: right;
}
.toparrowhead-curr, .toparrowhead-sign {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 61%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.toparrowhead-lang {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 61%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.toparrowhead-need-help {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 61%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
#select_box_curr:focus {
    outline: none;
}
#select_box_lang:focus {
    outline: none;
}
#select_box_need_help:focus {
    outline: none;
}
.config-options {
    display: inline-block;
    width: 100%;
    margin: 4px 2px 5px 2px;
    line-height: 16px;
}
.dib {
    display: inline-block;
}
#curr_dd {
    cursor: pointer;
}
#lang_dd {
    cursor: pointer;
}
.config-wrapper {
    display: inline-block;
    margin-top: 12px;
}
.config-wrapper > div {
    margin-right: 25px;
}
.mjps a {
    color: #d2dbe0 !important;
}
.config-list {
    margin-bottom: 7px;
    font-size: 14px;
}
.border-separator {
    border-bottom: 1px solid #ccc;
}
.icon-tick_single {
    visibility: hidden;
}
.chosen .icon-tick_single {
    width: 15% !important;
    visibility: visible;
}
.config-option-lang .icon-tick_single {
    width: 25% !important;
}
#need_help_div, #chat-with-us {
    margin-right: 25px !important;
}
#chat-with-us {
    cursor: pointer;
    font-size: 12px;
    margin-top: 0px;
}
#call-us-at {
    cursor: pointer;
    margin-right: 25px !important;
    font-size: 12px;
    margin-top: 0px;
}
#cancellation {
    cursor: pointer;
    margin-right: 25px !important;
    font-size: 12px;
}
.need-help-cont {
    margin: 10px 0px;
    font-size: 14px;
}
.need-help-cont > div {
    margin: 5px 0px;
}
/** End Custom Scroll Bar ** */
/* notifications/messaging */
.msg-header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    z-index: 100;
}
.msg-header > div {
    padding: 13px 25px;
    color: #fefefe;
    position: relative;
    font-size: 14px;
    display: none;
    text-align: center;
}
.msg-header > div em {
    font-size: 24px;
    margin-right: 20px;
    line-height: 0.8;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-style: normal;
}
.error-info {
    font-size: 16px;
}
.error-link {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.msg-info {
    background: #3e84b1;
}
.msg-success {
    background: #96c551;
}
.msg-error {
    background: #929292;
}
#nf_error {
    cursor: pointer;
}
.msg-notice {
    background: #828282;
}
.msg-header > div a {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #fff;
    padding: 0px 3px;
    line-height: 1.3;
    display: block;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.print-sms {
    color: #686868;
    font-size: 12px;
}
.print-sms-cont {
    margin-right: 25px;
}
.text-trans-uc {
    text-transform: uppercase;
}
.pR {
    position: relative;
}
.pA {
    /* position: absolute; */
}
.corner-wrapper {
    font-size: 12px;
}
.second-level-heading {
    line-height: 1.9em !important;
    word-spacing: 2px !important;
    font-weight: 300 !important;
}
.common-desc {
    width: 208px;
    text-align: center;
    margin: 0px auto;
    margin-top: 10px;
}
.seo-section {
    background-color: #e5e5e5;
    color: #444343;
}
.seo-section a {
    display: block;
    color: #444343;
    cursor: pointer;
}
.seo-wrapper {
    font-size: x-large;
    width: 100%;
    display: flex;
}
/* mweb */
.seo-wrapper-mweb {
    font-size: x-large;
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* ends here */
.seo-header {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 27px;
    text-align: center;
}
.seo-wrapper > div {
    padding-right: 10px;
    float: left;
}
.seo-section a:hover {
    color: #d84e55;
}
.more-link {
    font-weight: 400;
    color: black !important;
}
.over-vis {
    overflow: visible;
}
.icon-down {
    font-weight: 700;
}
.link-blocks {
    cursor: pointer;
}
.offer-blocks {
    cursor: pointer;
}
.signin-block .icon-profile_colour {
    font-size: 40px;
}
.signin-block {
    margin-top: 5px;
    cursor: pointer;
}
.signin-block .icon-down {
    float: right;
    margin-top: 17px;
    margin-left: 8px;
    font-size: 12px;
}
.signin-block .toparrowhead-sign {
    left: 79%;
}
.signin-block .hid-config-sign {
    left: -200px;
    top: 35px;
}
.alert-text {
    padding: 0 2px;
    text-align: center;
}
#OpenRefferStart {
    background: #ccc;
    padding: 3px 8px;
    border-radius: 5px;
    box-shadow: 0 0 1px #d84e55;
    margin: 2px 8px 0;
    border: 1px solid #d84e55;
    cursor: pointer;
}
.reward-banner-not #OpenRefferStart {
    font-weight: 600 !important;
    background: inherit !important;
    color: #000 !important;
    border-radius: 0 !important;
    border-radius: initial !important;
    box-shadow: none !important;
    box-shadow: initial !important;
    border: medium none currentcolor !important;
    border: initial !important;
}
#OpenRefferStart:hover {
    background: #d84e55;
    color: #fff;
}
.reward-banner-not #OpenRefferStart:hover {
    background: inherit !important;
    color: inherit !important;
}
#signin_dd .config-list {
    margin-bottom: 15px;
    margin-top: 5px;
}
#signin_dd .config-options {
    line-height: 25px;
}
#cancellation a, #call-us-at, #chat-with-us, .signin-block .icon-profile_colour, .signin-block .icon-down, #howtoorder {
    color: #686868;
}
#howtoorder {
    cursor: pointer;
    margin-right: 56px;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.top-heading {
    text-align: center;
    border-bottom: solid 1px #ccc;
}
.contact-container {
    padding: 5%;
    margin: 0 auto;
}
.innerList {
    padding: 10px 0;
}
.errorDiv {
    margin: 29% auto 0 auto;
    font-size: 15px;
    font-weight: bold;
}
.tel-elem {
    font-size: 13px;
    font-weight: bold;
    float: left;
    width: 29%;
    margin-left: 44px;
}
.tel-elem:first-child {
    margin-left: 0px;
}
.LB {
    float: left;
}
.RB {
    float: right;
    padding-left: 2px;
}
.icon-call-write-mar {
    margin-right: 10px;
}
#social-media a {
    float: left;
    margin-left: 3px;
    cursor: pointer;
}
#social-media {
   display: flex;
}
.footer-social-icon {
    padding: 12px;
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 0 2px #888;
}
.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
.twitter-footer {
    margin-left: 15px;
}
.icon-social_facebook:before, .icon-social_twitter:before {
    color: #fff;
    font-size: 20px;
}
.header-float-left {
    float: left;
}
.social-info {
    width: 335px;
    margin-right: 50px;
}
.site-links:hover {
    opacity: 0.7 !important;
}
.product-nav .site-links:hover {
    opacity: 0.6 !important;
}
.grow {
    transition: all 0.2s ease-in-out;
}
.grow:hover {
    transform: scale(1.06);
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.06);
    -ms-transition: all 0.2s ease-in-out;
    -ms-transform: scale(1.06);
    -moz-transition: all 0.2s ease-in-out;
    -moz-transform: scale(1.06);
    transition: all 0.2s ease-in-out;
    transform: scale(1.06);
}
.icon-profile-new-signed {
    font-size: 33px;
    margin-right: 5px;
}
.icon-profile-new-unsigned {
    font-size: 33px;
    margin-right: 5px;
}
.icon-calendar_icon-new {
    font-size: 23px;
    display: inline-block;
    padding-top: 6.5%;
    padding-right: 8%;
    padding-left: 6%;
    color: gray;
    position: absolute;
    left: 0;
    z-index: 3;
}
.fbicon {
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
}
.twittericon {
    border: none;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 57px;
}
.socialicons {
    border-spacing: 7px;
}
#rh_footer {
    background-color: #1b2330;
}
.footer-row, .main-body, .main-header, .msg-wrapper, .sub-header {
 width:100%;
    margin: 0 auto;
    overflow: hidden;
}
.border-separator {
    border-bottom: 1px solid #ccc;
}
.liststeps {
    top: 325px;
    width: 100%;
    height: auto;
    background: #d84e55;
    position: absolute;
    bottom: 0;
}
.red {
    background: #d84e55;
    position: relative;
    display: inline-block;
}
.processDivHeader {
    margin: 0 auto;
}
.main-head {
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 25px 16px;
    font-weight: bold;
}
.liststeps.red li:first-child {
    width: 20%;
}
.liststeps.red li {
    position: relative;
    color: #fff;
    width: 25%;
    float: left;
    font-size: 32px;
    list-style-position: outside;
    padding-top: 10px;
}
.liststeps.red li:first-child span {
    top: 15px;
}
.liststeps.red span {
    font-size: 18px;
    vertical-align: top;
    position: absolute;
    padding-right: 50px;
}
.bodyWrapper {
    background: white;
}
.rightImage {
    float: right;
    width: 25%;
    position: relative;
    top: -9em;
}
.promotion {
    color: #b1babf;
    padding: 30px 0;
}
#scroll {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e6545b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
#scroll:hover {
    background-color: #555;
}
.toast {
    position: fixed;
    bottom: 53px;
    width: 80%;
    height: 37px;
    background: rgba(0, 0, 0, 0.73);
    margin: 0 10%;
    border-radius: 10px;
    z-index: 10000000;
    color: #fff;
    text-align: center;
    padding: 10px;
    opacity: 0;
}
.fade-in {
    opacity: 1;
    height: auto;
}
.fade-out {
    opacity: 0;
    overflow: hidden;
    height: 0;
    display:none;
}
.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: #575252;
    z-index: 1000;
    opacity: 0.5;
    left: 0;
}
.css-26l3qy-menu {
    left: 0% !important;
  }
.css-1pahdxg-control:hover {
    border: none !important;
    box-shadow: none !important;
  }
.css-1pahdxg-control {
    border: none !important;
  }
.css-11unzgr {
    text-align: left !important;
    text-align: initial !important;
    border-radius: 3px !important;
    border: solid 2px #dddddd !important;
    background-color: #ffffff !important;
  }
.css-yk16xz-control {
    border: none !important;
    box-shadow: none !important;
  }
.css-1okebmr-indicatorSeparator {
    display: none !important;
  }
.css-tlfecz-indicatorContainer {
      color: #3e3e52 !important ;
  }
.css-26l3qy-menu {
    align-items: flex-start;
  }
.css-1wa3eu0-placeholder {
    color: #3e3e52 !important;
  }
::-webkit-input-placeholder {
    color:#3e3e52;
  }
.css-1hwfws3 {
    padding: 0px !important;
    outline: none !important;
  }
input:focus {
    box-shadow: 0 4px 8px 0 rgba(20, 70, 160, 0.24);
    border: solid 2px #1446a0;
    outline: none;
  }
.css-2b097c-container:focus {
    box-shadow: 0 4px 8px 0 rgba(20, 70, 160, 0.24);
    border: solid 2px #1446a0 !important;
    outline: none;
  }
.rh_header {
    background-color: #fff;
}
.rh_header .navbar__link{
        color: #000;
    }
#rh_header {
    /* background-color: #fff; */
    width: 100%;
    margin: 0;
    min-height: 65px;
}
#rb_logo{
    width: 5rem; height: 3rem; cursor: pointer;padding-left:1em;
}
#main-header{
    height: 65px;
    display: flex;
    align-items: center;
    margin: auto;
    /* box-shadow: 0px 1px 5px #eac1c1; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    /* background-color: #fff; */
}
#logo{
    width: 4em;
    padding-left: 1em;
}
.header-items{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
/* #main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #333;
    color: #fff;
} */
#canvas-container {
    display: flex;
    align-items: center;
    width: 20%;
    /* float: left; */
}
.navbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 1rem;
    align-items: center;
    padding-right: 1rem;
}
.exp-btn-wth-fix{
    display: block;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
}
.navbar__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    gap: 1rem;
    position: relative;
}
.navbar__item {
    margin-left: 0rem;
    width: -moz-max-content;
    width: max-content;
}
.navbar__link {
    /* color: #fff; */
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
    color: #f3ecec;
}
.navbar__link:visited{
    color: #fff;
}
.navbar__link:hover {
    color: #ddd;
}
.apply-button {
    background-color: #d84e55;
    /* color: transparent; */
    border: none;
    text-align: center;
display: block;
width: auto;
max-width: -moz-max-content;
max-width: max-content;
    min-height: 3rem;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;

    transition: background-color 0.3s ease;
  }
.apply-button a{
    color: #f0eded;
  }
.apply-button:hover {
    background-color: #d62828;
  }
.apply-button a:visited {
    color: #fff;
  }
.rh_header .navbar__link {
    color:  #000!important;
  }
@media (max-width: 600px){

    .header-items{
        width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 1rem;
    }
#canvas-container{
    width: 25%;
}.navbar__list{
    display: none;
}
.apply-button{
    width: -moz-max-content;
    width: max-content;
}
.navbar__link {
    all: unset;
    color: #000;
}
.navbar__link:visited{
    all: unset;
    color: #000;
}
.navbar {
    display: flex;
    justify-content: flex-end;
    width: 61%;
    gap: 1rem;
    align-items: center;
}




.mobile-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 120px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar_list{
    display: flex;
    padding: 0;
    flex-direction: column;
}
.mobile-menu .navbar__item   {
    padding: 0.5rem 0;

        width: 100%;
        margin: 0;
}
.mobile-menu .navbar__item:hover {



        margin: 0;
        background-color: #929090;
        font-weight: 800;
}

.mobile-menu .navbar_link {
    font-size: 18px;
    color: #202020;
    display: block;
    padding: 10px;
    border: 1px solid #1a0202;
}

.burger-menu {
    display: block;
}


.mobile-menu {
    /* opacity: 1; */
    transform: translateY(0);
}
  }
.countryFlag,.downDropImg {
    width: 1.5rem;
    height: 1.5rem;
}
.banner {
    position: relative;
    /* height: 0; */
    width: 100%;
    height: 100vh;
    padding-bottom: 20%; 
    overflow: visible;
  }
.banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Set the video height to 100% of the viewport height */
    -o-object-fit: cover;
       object-fit: cover; /* Ensure the video covers the entire area */
    z-index: -1; /* Ensure the video is behind other content */
}
.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% transparency */
  z-index: 0;
}
.banner__heading {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}
.banner__video {
    position: absolute;
    /* top: 6vh; */
    left: 0;
    width: 100%;
    /* height: 100%; */
    /* height: 94vh;  */
    -o-object-fit: cover;
       object-fit: cover;
  }
.banner__overlay {
    position: absolute;
    /* top: 6vh; */
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); 
}
@media screen and (max-width: 600px) {

  .banner {
    height: 100%;
    padding-bottom: 60.25%; 
  }
    .banner__overlay {
      height: 100%;
    }
    .banner__video{
      height: 100%;
    }
    .banner__heading {
      top: 0 !important;
      left: 0 !important;
transform: translate(0) !important;
      font-size: 3rem !important;
  }
  .banner__button {
    position: absolute;
    top: 83%;
    align-self: center;
    left: 25% !important;
  }

    .banner__heading_h3{
      top: 0% !important;
      font-size: 15px !important;
      left: 3% !important;
      width: 94%;
      transform: translate(0) !important;
    }

    .whoarewe{
      top: 0em !important;
    }
}
/* @media screen and (min-width: 900px) {
    .banner__overlay {
        height: 110vh;
      }
    
  } */
.banner__heading {
    position: relative;
    /* top: 100%; */
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    /* font-family: system-ui; */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.5rem;
    letter-spacing: -0.96px;
    /* width: 88%; */
    margin: 0;
    margin-top: 5em;
  }
.banner__heading_h3 {
    /* top: 7em; */
    /* width: 98%; */
    /* margin: 1em; */
    position: relative;
    left: 48%;
    transform: translateX(-50%);
    color: #ffffff;
    opacity: 0.8;
    font-size: 28px;
    line-height: 36px;
    /* font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; */
    font-weight: normal;
    text-align: center;
    top: -2em;
}
.banner__button {
    position: relative;
    z-index: 1;
    line-height: 1.5rem;

    padding: 12px 1rem;
    font-size: 1rem;
    color: #1d1d1d;
    background-color: #ffffff;
    border: none;
    font-weight: 800;
    border-radius: 25px;
    cursor: pointer;
    /* margin-top: 1rem; */
}
.banner__button:hover {
    background-color: #e1e1e1;
}
@media screen and (min-width: 900px) {
    .banner__button {
        /* position: relative; */
        /* top: 1.5em; */
        left: 50%;
        transform: translate(-50%, -50%);
      }
    
}
.Bannercontainer{
    container-type: inline-size;
    container-name: Bannercontainer;
}
#Bannerheading {
    container-type: inline-size;
    container-name: Bannerheading;
}
#HomeBanner{
    width: 100%;
    height: 30.8em;
    -o-object-fit: fill;
       object-fit: fill;
}
#heading1{
    /* font-size: 26px;
    font-weight: bolder;
    font-family: sans-serif;
    color: #fff;
    position: absolute;
    top: 13em;
    text-align: center;
    width: 100%; */
    color: #FCFCFC;
text-align: center;

/* 64 */
/* font-family: sans-serif; */
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 100% */
letter-spacing: -0.99px;
}
#heading2{
    font-size: 10px;
    font-weight: bolder;
    /* font-family: sans-serif; */
    color: #fff;
    position: relative;
    top: -9em;
    text-align: center;
    width: 100%;
}
/* If the container is larger than 700px */
@container Bannercontainer (min-width: 700px) {
    #heading1{
        font-size: 56px;
        font-weight: bolder;
        /* font-family: sans-serif; */
        color: #fff;
        position: absolute;
        top: 5em;
        text-align: center;
        width: 100%;
    }
    #heading2{
        font-size: 30px;
    font-weight: bolder;
    /* font-family: sans-serif; */
    color: #fff;
    position: relative;
    top: -5em;
    text-align: center;
    width: 100%;
    }
    #HomeBanner{
        width: 100%;
        height: 40.8em;
        -o-object-fit: fill;
           object-fit: fill;
    }
  }
.whoarewe {
    container-type: inline-size;
    container-name: whoweareMaster;
    background-color: #f7f7f7;
    position: relative;
    /* top: 3em; */
    z-index: 1;
}
.whoarewe h2{
    text-align: center;
    font-family: 'Inter Variable', sans-serif;
    margin: 72px 0 48px 0;
    color: #1d1d1d;
}
.whoarewe ul{
    list-style: none;
    /* display: inline-block; */
    padding: 0;
    overlay: auto;
    white-space: nowrap;
    overflow: scroll;
}
.whoarewe li{
    width: 90%;
    margin: auto;
    margin: 1em;
    display: inline;
}
.whoarewe img{
    border-radius: 1em;
    width: 22em;
    align-items: flex-start;
    gap: 8px;
      
    
}
/* If the container is larger than 700px */
@container whoweareMaster (min-width: 700px) {
  .whoarewe h2 {
    font-size: 3.75rem;
    color: #1D1D1D;
    color: var(--Text-primary-text, #1D1D1D);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
  }
  .whoarewe img{
    /* width: 19em;
    height: 400px; */
    border-radius: 2em;
    width: 100%;
    height: 100%;
}
}
@media (max-width: 600px){
    .whoarewe img{
        border-radius: 2rem;
        width: 316px !important;
        align-items: flex-start;
        gap: 8px;
          height: 201px !important;
        
    }
    .whoarewe h2{
        text-align: center;
        font-weight: 700;
        font-family: 'Inter Variable', sans-serif;
        font-size: 2rem;
        margin: 17px 0 0px 0;
    }
}
.animation-container {
  position: relative;
  width: 75%;
  max-width: 75%;
  height: 80vh; 
  margin: 0 auto;
  overflow: hidden; 
  padding: 38px 0 30px 0;
  display: flex;
  flex-direction: column;
  /* transform: translateZ(0); */
  /* -webkit-transform: translateZ(0); */
  will-change: transform;
  z-index: 1;
}
.pd-bg-clr{
  background-color: #f7f7f7;
  padding-top: 0px;
}
.envelope {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #E7CAA8;
  overflow: hidden;
  /* clip-path: path("M0,500 H500 V150 A200,150 0 0,1 0,150 Z"); */
  border-radius: 0 0 10px 10px; 
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 1; 
  margin: auto;
  top: 4em;
  /* transform: translateZ(0); */
  /* -webkit-transform: translateZ(0); */
  will-change: transform, opacity;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.envelope::before {
  content: "";
  position: absolute;
  top: -50%; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 112%; 
  height: 80%;
  background-color: white; 
  border-radius: 50%;
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 600px) {
    .envelope::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #E7CAA8;
      z-index: 1;
    }
    
    .envelope::before {
      content: "";
      position: absolute;
      top: -50% !important; 
      left: 50% !important; 
      transform: translateX(-50%) !important; 
      width: 112% !important; 
      height: 80% !important;
      background-color: white !important; 
      border-radius: 50% !important;
      z-index: 2 !important; 
    }
  }
}
.flap {
  position: absolute;
  width: 100%;
  height: 260px;
  /* clip-path: circle(50% at 50% 0); */
  background-color: #D09653;
  top: 0;
  left: 0;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
  transform-origin: top center; 
  transition: transform 0.5s ease-in-out;
  z-index: 3; 
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.envelope.closed .flap {
  transform: rotateX(0deg) translateZ(0);
  -webkit-transform: rotateX(0deg) translateZ(0);
}
.envelope.open .flap {
  transform: rotateX(-180deg) translateZ(0); 
  -webkit-transform: rotateX(-180deg) translateZ(0);
}
.letter {
  position: absolute;
  width: 90%;
  height: 75%;
  border: 1px solid #ccc;
  top: 7em; 
  left: 5%; 
  z-index: 0; 
  opacity: 1; 
  transform: translateY(0); 
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 600px) {
    .letter {
      top: 11em !important; /* Move to align  */
      z-index: 5 !important; 
      opacity: 0 !important; 
      border: none !important;
    }
    
    .letter.move-up {
      opacity: 1 !important; 
      z-index: 15 !important; 
    }
  }
}
.letter.move-up {
  transform: translateY(-200px) translateZ(0); 
  -webkit-transform: translateY(-200px) translateZ(0);
  z-index: 10; 
  border: none;
  top: 250px;    
  width: 90%;
}
.letter.move-up + .envelope.fade-out {
  height: 0 !important;
}
.envelope.fade-out {
  transform: translateY(20px) translateZ(0); 
  -webkit-transform: translateY(20px) translateZ(0);
  opacity: 0; 
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 0; 
}
body:has(.envelope.fade-out) .profile-card,
body:has(.letter.move-up) .profile-card {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}
.profile-card {
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* padding: 1rem; */
  border-radius: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* height: 600px; */
  position: relative;
    /* top: 5em; */
}
.profile-card img {
  border-radius: 24px 0 0 24px;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1rem;
  position: relative;
}
.text .name{

  margin-bottom: 0px;
  letter-spacing: 2px;
  font-weight: 600;
}
.text .title{
  margin-top: 0.25rem;
  margin-bottom: 0.125rem;
  font-size: 1rem !important;
  
}
@media screen and (min-width: 600px) {
  .profile-card img {
    border-radius: 24px 0 0 24px;
    width: 450px;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 2.5rem;
  }
}
.profile-details {
  flex: 1;
}
.profile-details .name {
  font-size: 36px ;
  font-weight: bold;
  margin: 0;
  letter-spacing: -0.7px;
  line-height: 40px;
  color: #1d1d1d;
}
.profile-details .title {
  line-height: 24px;
    letter-spacing: -0.18px;
    opacity: 0.64;
    font-size: 1rem;
    color: #1d1d1d;
    font-weight: bold;
}
.profile-details .description {
  font-size: 16px;
    line-height: 1.5rem;
    color: #1d1d1d;
    letter-spacing: -0.18px;
    text-align: justify;
    width: 90%;
}
@media (max-width: 600px) {

  .animation-container{
    height: 108dvh !important;
    width: 90%;
    max-width: 90%;
    padding: 1rem;
  }
  .profile-details .name{
    font-size: 22px;
  }

  .pd-bg-clr{
    padding-top: 0.5rem;
  }
  .pd-bg-clr h1{
    font-size: 2rem !important;
    /* top: 2em; */
    margin-top: 0em !important;
  }
  .animation-containera{
    height: 100vh;
  }
  .profile-card {
    flex-direction: column;
    text-align: center;
    border-radius: 2.5rem;
  }

  .profile-card img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  div h1{
    font-size: 2rem;
    top: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: 700;
  }
  .profile-card {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 2.5rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100dvh;
    gap: 0rem;
  }
  .profile-card img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 20px;
    position: relative;
  }

  .image-container {
    position: relative;
    left: 0em !important;
  }
  
}
.image-container {
  position: relative;
  left: -1em;
  /* height: 600px; */
}
.pd-bg-clr h1{
  /* top: 2em; */
  color: #1D1D1D;
  color: var(--Text-primary-text, #1D1D1D);
  text-align: center;
  /* font-family: "Inter Variable"; */
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.2px;
  margin-top: 1em;
  margin-bottom: 0;
}
/* iOS-only fixes - */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 600px) {
    .profile-card {
      height: auto !important;
      max-height: none !important;
      margin-top: 8em !important; 
      margin-bottom: 0 !important; 
      padding-bottom: 0 !important; 
      z-index: 5 !important; 
      opacity: 0 !important; 
      visibility: hidden !important; 
      transition: opacity 0.8s ease-in-out 0.2s, visibility 0.8s ease-in-out 0.2s !important; 
    }
    
    .envelope.fade-out ~ .profile-card,
    .letter.move-up ~ .profile-card,
    .animation-container:has(.letter.move-up) .profile-card,
    .animation-container:has(.envelope.fade-out) .profile-card {
      opacity: 1 !important;
      visibility: visible !important;
      z-index: 20 !important; 
    }
    
    .profile-card img {
      width: 200px !important;
      height: 200px !important;
      -o-object-fit: cover !important;
         object-fit: cover !important;
      margin: 0 auto 15px auto !important;
    }
    .envelope {
      transform: translateZ(0) !important;
      top: 10px !important; 
      height: 125vh !important; 
      max-height: 1000px !important;
      min-height: 800px !important; 
      z-index: 10 !important; 
      position: absolute !important; 
    }
    
    .envelope.fade-out {
      height: 0 !important; 
      min-height: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
      margin-top: -200px !important; 
      transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin-top 0.5s ease-in-out !important;
    }
    
    .letter.move-up {
      margin-bottom: -300px !important; 
      height: auto !important; 
      padding-bottom: 0 !important;
    }
    
    .flap {
      transform-style: preserve-3d !important;
      backface-visibility: hidden !important;
    }
    
    .envelope.open .flap {
      transform: rotateX(-180deg) translateZ(0) !important;
    }
    
    .animation-container {
      height: 75vh !important; 
      min-height: 0 !important; 
      max-height: none !important; 
      padding-bottom: 0 !important; 
      margin-bottom: 0 !important; 
      transition: height 0.5s ease-in-out !important; 
    }
    
    .animation-container:has(.letter.move-up, .envelope.fade-out) {
      height: 30vh !important; 
    }
    
    .animation-container:has(.letter.move-up) .profile-card,
    .animation-container:has(.envelope.fade-out) .profile-card {
      opacity: 1 !important;
      visibility: visible !important;
      display: flex !important;
      z-index: 50 !important; 
      margin-top: 3em !important; 
    }
    
  
    .pd-bg-clr {
      padding-bottom: 0 !important; 
      margin-bottom: 0 !important; 
      height: auto !important; 
      max-height: none !important;
    }
    
    
    .animation-container.animation-complete {
      height: 25vh !important;
      margin-bottom: -25vh !important; 
    }
    
    .pd-bg-clr + * {
      margin-top: -20vh !important; 
      padding-top: 0 !important;
    }
    
    .profile-details {
      margin-bottom: 0 !important; 
      padding-bottom: 0 !important; 
    }
    
    #root, .App, main, section {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      height: auto !important;
      max-height: none !important;
    }
    
    h1:contains("Hear from our crew") {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    #root, .App, main, section {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      height: auto !important;
      max-height: none !important;
    }
  }
}
.depcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 90vh; */
  background-color: #f7f7f7;
}
h1 {
  position: relative;
  /* top: 3.5em; */
  font-size: 3.75rem;
  color: #1D1D1D;
  color: var(--Text-primary-text, #1D1D1D);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.2px;
  font-family: 'Inter Variable', sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;

}
.department-grid {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: center;
  perspective: 1500px; 
  overflow-x: scroll; 
  width: 100%;
  height: 600px;
  scrollbar-width: thin; 
  position: relative;
  /* top: 12em; */
}
.department-grid::-webkit-scrollbar {
  display: none;
}
.department-item {
  flex: 0 0 480px; 
height: 400px;
  margin: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
transition: transform 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:visible;
  cursor: pointer;
}
.department-item img {
  width: 96%;
  height: 84%;
  /* object-fit: cover; */
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  transform: scale(0.96);
  transition: transform 0.3sease;
  -webkit-box-reflect: below 0.45em linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.spacer {
  flex: 0 0 570px; 
  /* flex: 1;  */
  min-width: 15%;
  height: 100%;
}
.txt-clr {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  color:#1d1d1d;
  font-weight: 700;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  /* overflow-y: scroll !important; */
  width: 90%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.5s ease;
  height: -moz-fit-content;
  height: fit-content;
  color: #1d1d1d;
  top: 3%;
    position: relative;
    border-radius: 0 1rem 1rem 0;
}
.modal-layout {
  display: flex;
  flex-direction: row;
}
.modal-image-section {
  flex: 0 0 33%;
}
.modal-image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 1rem 0 0 1rem; */
}
.modal-text-section {
  flex: 1;
  padding: 2.5rem 1.5rem;
  height: 80dvh;
  overflow-y: scroll;
  border-radius: 32px;
  /* align-content: center; */
  text-align: justify;
}
.modal-text-section h2 {
  margin: 0 0 10px;
  font-size: 36px;
    position: relative;
    top: 0rem;
    text-align: center;
    color: #1d1d1d;

}
.modal-text-section .it-sty-txt{
  font-style: normal;
  opacity: 1;
}
.modal-text-section p {
  font-size: 18px;
  line-height: 1.6;
}
.modal-text-section span{

  font-size: 24px;
    color: #1d1d1d;
    line-height: 28px;
}
.modal-text-section .dsg-modal-txt{
  font-size: 1rem;
  color: #1d1d1d;
  line-height: 24px;
  opacity: 0.64;
}
.modal-text-section span{

  font-size: 24px;
    color: #1d1d1d;
    line-height: 28px;
}
.modal-close {
  position: absolute;
  right: 0%;
  background: pink;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  padding: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  animation: fadeOut 0.5s ease;
  margin: 0.5%;
}
.modal-content.fade-out {
  animation: fadeOut 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.90);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@media (max-width: 768px) {
    h1 {
      font-size: 2rem;
    }
    .depcontainer {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
      position: relative;
      background-color: #f7f7f7;
    }
    .department-grid {
      flex-direction: row;
      overflow-x: auto;
      white-space: nowrap;
      height: 56vh;
    }
    .department-item {
      display: inline-block;
      flex: 0 0 220px;
      height: 270px;
    }
    .txt-clr{
      font-size: 1rem;
    }
    .modal-layout {
      flex-direction: column;
    }
    .modal-text-section {
      padding: 2rem;
      overflow-y: scroll;
      max-height: 48vh;
    }
    .spacer {
      flex: 0 0 62%; 
      height: 100%;
    }
    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }
    

    .modal-content {
      background: #fff;
      display: flex;
      flex-direction: column;
      border-radius: 8px;
      overflow: hidden;
      width: 90%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      animation: fadeIn 0.5s ease;

      height: 90vh;
    }
    .modal-close{
      font-size: 20px;
    }

    .modal-image-section {
      flex: 0 0 34vh;
    }
    

    .modal-image-section img {
      width: 100%;
      height: 30vh;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
.life-at-redbus-root {
  position: relative;
  width: 100%;
  height: 1360px;
  overflow: hidden;
  /* background-color: #000; */
  z-index: 112;
  position: relative;
  margin-top:-6em;
  margin-bottom: 0em;
}
.life-at-redbus-container{
  scroll-behavior: smooth;
  overflow: scroll;
  /* overflow-x: scroll; */
  white-space: nowrap;
  background-color: #000;
  margin-top: 27px;
}
.life-at-redbus-container::-webkit-scrollbar {
  display: none; 
}
.life-at-redbus-root.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
/* Overlay */
.overlay {
  position: absolute;
  top: 6em;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2); 
  color: #fff;
  z-index: 10;
  opacity: 1;
}
.overlay h2 {
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
}
.fullscreen-button {
  z-index: 11;
  background-color: #ffffff  !important;
  border: none;
  font-weight: 800;
  border-radius: 25px;
  cursor: pointer;
  margin-top: -0.5rem;
  line-height: 1.5rem;
    padding: 12px 1rem;
    font-size: 1rem;
    color: #1d1d1d;
}
.fullscreen-button:hover {
  background-color: #e6e1e1;
}
.close-button {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #1d1d1d;
  border: none;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100001; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
}
.cls-btn-txt{
  position: fixed;
  bottom: 20px;
  left: 48%;
  z-index: 1000000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.close-button:hover {
  background-color: #e6e1e1;
}
.canvas {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px; 
  width: 300vw; 
  height: 100%; 
}
.image-wrapper {
  position: relative;
  width: 340px; 
  height: 400px; 
  flex: 0 0 auto; 
  margin: 5px; 
  /* margin-left: 1rem; */
}
.image-wrapper.fullscreen {
  width: 32%; 
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; 
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.image-wrapper img:hover {
  /* transform: scale(1.05); */
  opacity: 1;
  filter: brightness(1.2);
}
.life-at-redbus-root.fullscreen .canvas {
  width: 100vw;
  height: 100vh; 
}
.LFRbus{
  font-weight: 700;
  font-size: 60px;
  position: relative;
  /* top: -1em; */
  /* z-index: 111111111; */
  display: inline;
  width: 100%;
  margin: auto;
  text-align: center;
  left: 40%;
  height: 2em;

}
@media (max-width: 767px) {

  .life-at-redbus-root{
    background-color: #f7f7f7;
  }
.LFRbus{
  font-size: 2rem;
  left: 25%;
}
.overlay{
  top: 2.2em !important;
}
.image-wrapper {
  position: relative;
  width: 280px; 
  height: 360px; 
  flex: 0 0 auto; 
  margin: 5px; 
  /* margin-left: 1rem; */
}

}
/* Container for the entire Insider Story component */
.insider-story-container {
  height: 800px; /* Fixed height for the component */
  overflow-y: hidden; /* Prevent outer container scrolling */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  padding: 20px;
  box-shadow: 0px 1px 12px rgba(29, 29, 29, 0.1);
}
.pd-btm{
padding-bottom: 5rem;
background-color: #f7f7f7;
/* padding-top: 3em; */
}
/* Scrollable area for cards */
.insider-story-scroll {
  height: 100%; /* Take up the full height of the component */
  width: 100%; /* Full width of the container */
  overflow-y: scroll; /* Enable vertical scrolling within this section */
  scroll-snap-type: y mandatory; /* Smooth scrolling with snap alignment */
}
/* Individual card styling */
.card {
  height: 450px; 
  width: 90%; 
  max-width: 1200px; 

  margin: 20px auto; 
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 2rem;
  box-shadow: 0px 1px 12px rgba(29, 29, 29, 0.1);
  flex-shrink: 0; 
  scroll-snap-align: start; 
}
/* .cards .card:nth-child(odd) {
  flex-direction: row-reverse;
} */
.cards .pin-spacer:nth-child(even) .card {
  flex-direction: row-reverse;  /* Image on right for odd cards */
}
/* .cards .card:nth-child(even) {
  flex-direction: row;
} */
.cards .pin-spacer:nth-child(even) .card-img {
  border-radius: 0 2rem 2rem 0;
}
.card1{
  rotate: 0deg;
}
.card2{
  rotate: 1.5deg;
}
.card3{
  rotate: -1.5deg;
}
.card4{
  rotate: 2deg;
}
.card5{
  rotate: -1deg;
}
.card6{
  rotate: 2deg;
}
.card7{
  rotate: -2deg;
}
/* Card image */
.card-img {
  flex: 1;
  width: 20%;
  height: 450px;
  border-radius: 2rem 0 0 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Card text */
.card-text {
  flex: 2;
  padding: 0.5rem 2.5rem;
  font-size:18px;
  color: #1d1d1d;
  text-align: justify;
  line-height: 24px; /* 150% */
letter-spacing: -0.18px;
}
.card-name-dsg{


  font-weight: 700;
    letter-spacing: -0.4px;
    font-size: 1.5rem;
    line-height: 28px;
}
.card-name-dsg .card-dsg-txt{
  opacity: 0.64;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.18px;
  font-weight: 400;
}
/* Responsive adjustments for small screens */
@media only screen and (max-width: 768px) {
  .card {
      flex-direction: column;
      height: auto;
  }
  .card-img {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
      border-radius: 1rem 1rem 0 0;
  }
  .card-text {
      margin: 0;
      font-size: 14px !important;
  }
  .card1{
    max-height: 600px;
    height: -moz-max-content;
    height: max-content;
  }
  .card2{
    max-height: 600px;
    height: -moz-max-content;
    height: max-content;
  }
  .card3{
    rotate: 2deg;
    /* font-size: 16px !important; */
    max-height: 840px !important;
    height: 820px;
  }
  .card4{
    rotate: 2deg;
    font-size: 16px !important;
    max-height: 840px !important;
  }
  .card5{
    max-height: 600px;
    height: -moz-max-content;
    height: max-content;
  }
  .card6{
    max-height: 600px;
    height: -moz-max-content;
    height: max-content;
  }
  .cards .pin-spacer:nth-child(even) .card {
    flex-direction: column;  
  }
  .cards .pin-spacer:nth-child(even) .card-img {
    border-radius: 1rem 1rem 0 0;
  }
  .insider-title{
    /* top: 1em; */
    color: #1D1D1D;
    color: var(--Text-primary-text, #1D1D1D);
    text-align: center;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* letter-spacing: -1.2px; */
    /* margin-bottom: 1em; */
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5rem;
  }
}
.insider-title{
  /* top: 1em; */
  color: #1D1D1D;
  color: var(--Text-primary-text, #1D1D1D);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* letter-spacing: -1.2px; */
  /* margin-bottom: 1em; */
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 1em;
}
.galleryCards {
    list-style: none;
    white-space: nowrap;
    height: 100%;
    max-width: calc(var(--cover-size) * 2.5);
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    transition: linear;
    outline: none !important;
}
.galleryImageDesk {
    width: 110%;
    margin: 0 auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 20rem;
    -webkit-box-reflect: below 0.5em linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}
.listElem {
    display: inline-block;
    width: var(--cover-size);
    aspect-ratio: 1;
    scroll-snap-align: center;
    position: relative;
    perspective: 40em;
    z-index: 1;
    will-change: z-index;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.listElem > img {
    animation: rotate-cover 1s both;
    transform: translateX(-100%) rotateY(-45deg);
    will-change: transform;
}
.gallerySliderArrLeft {
    position: absolute;
    top: 18rem;
    left: 3rem;
    transform: rotate(180deg);
    cursor: pointer;
}
.gallerySliderArrRight {
    position: absolute;
    top: 18rem;
    right: 3rem;
    cursor: pointer;
}
.gallery-counter {
    color: white;
    position: relative;
    bottom: 3rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes rotate-cover {
    0% {
        transform: translateX(-100%) rotateY(-22deg);
    }
    35% {
        transform: translateX(0) rotateY(-25deg);
    }
    50% {
        transform: rotateY(0deg) translateZ(1em) scale(1.5);
    }
    65% {
        transform: translateX(0) rotateY(25deg);
    }
    100% {
        transform: translateX(100%) rotateY(22deg);
    }
}
@media (max-width: 1024px) {
    :root {
        --cover-size: 9rem;
    }
}
@media (max-width: 600px) {
    :root {
        --cover-size: 6rem;
    }
}
@media (max-width : 359px)
{   div{
    overflow-x: hidden;
}
}
.body-gap-btw-comp{
    /* gap: 4rem; */
    display: flex;
    flex-direction: column;
}
/* .body-gap-btw-comp > :not(:first-child) {
    margin-top: 4rem; 
  }

.body-gap-btw-comp > header + div {
    margin-top: 0; 
  } */
body{
    font-family: 'Inter Variable', sans-serif;
    
      overflow-y: scroll;
    
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar:hover {
  width: 4px; 
}
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.34);
  width: 100%;
}

.countryList {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 1rem 1rem 0rem 0rem;
  bottom: 0;
  background: #fff;
  color: #3e3e52;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.countryFlag {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.08),
    0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}

.countryName {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.011rem;
}

.countryOption {
  display: flex;
  align-items: center;
  padding: 1rem 0rem;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.countryOption:last-child {
  border-bottom: none;
}

.countryRadioBtn {
  accent-color: #e53935;
  width: 1.1rem;
  height: 1.1rem;
}

.countryOptionContent {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.countryListHeader {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0rem;
}

.closeButton {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 600px) {
  .countryList {
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    width: 23%;
  }
}


.slider {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4rem;
    /* margin-left: 5rem; */
    margin-top: 1.5em;
    display: flex;
        flex-direction: row;
        align-items: center;
        /* height: 300px; */
}


.slider__images {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 90%;
    overflow-y: hidden;
}


.slider__button {
    position: relative;
    /* top: 50%; */
    transform: translateY(-50%);
    background-color: #f3f3f3;
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s background-color 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }


.slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 584px !important;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 2em;
     background: linear-gradient(
        rgba(0, 0, 0, 0.1), 
        rgba(0, 0, 0, 0.7)  
    ); 
}


.overlay-text {
    position: absolute;
    bottom: 11%; 
    left: 5%;

    z-index: 20; 
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0 10px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Inter Variable', sans-serif;
}


.overlay-subtext{
    position: absolute;
    bottom: 0%; 
    left: 0%;
    opacity: 0.8;
    /* margin: 1% 7% 1% 7%; */
    z-index: 20; 
    color: #fcfcfc;
    font-size: 14px;
    text-align: left;
    padding: 1% 7% 6% 7%;
    line-height: 20px;
    letter-spacing: -0.08px;
    
}


.slider-button--prev {

    left: -24px;
    top:0;
    font-size: 2rem;
  }


.slider-button--next {
    right: -24px;
    /* left: 0rem; */
    font-size: 2rem;
    top:0;
  }


.slider:hover .slider__button {
    opacity: 1; }


.slider__button:hover {
    background-color: #fde3e3; 
    color: #1d1d1d;
    transition: background-color 0.3s ease;
  }


.slide:not(.active) {
    transform: scale(1);
    width: 64%;
}


.slider {
    overflow: hidden;
}


.slider__images {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}


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


@media (max-width: 600px){
    .slide {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 316px !important;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        height: 201px;
    }
    .slider {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0rem;
        /* margin-left: 5rem; */
        margin-top: 0em;
        display: flex;
            flex-direction: row;
            align-items: center;
            height: 300px;
    }
    .slider__button{
        display: none;
    }

    .overlay-text {
        font-size: 17px;
        bottom: 12%;
    }

    .overlay-subtext{

        padding: 1% 7% 6% 8%;
        font-size: 11px;
        
    }

}


.tech-root{
    /* height: 100dvh; */
    padding : 0rem 5rem 4.5rem 5rem;
    z-index: 111;
    background: #f7f7f7;
}

.main{
display: flex;
/* height: 70dvh; */
align-items: center;
gap: 8px;
scale: 1;
align-self: stretch;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 2rem;
padding: 0 0rem 4.5rem 0rem;
align-content: center;
}

.tech-root main:nth-child(1) {
    gap: 20px;
}

.tech-root .text-content{
    color:  #1D1D1D;
text-align: center;
padding: 3rem 5rem 3rem 5rem;
display: flex;
justify-content: center;
/* font-family: "Inter Variable"; */
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 60px;  
gap: 1.5rem;
letter-spacing: -1.2px;
}

@media (max-width: 767px) {
     .img-resize {
        flex: 0 0 100%; 

        margin: 0;
        font-size: 0;
        padding: 0;
    border: none;
    box-sizing: border-box;
        -o-object-fit: contain;
           object-fit: contain; 
        width: 100%;
        height: 41%;
    }
    .text-content{
        font-size: 2rem;
    }
.tech-root{
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    margin-bottom: 3rem;
}
    .tech-root .text-content{
        color:  #1D1D1D;
    text-align: center;
    padding: 2rem 2.75rem 0rem 2.75rem;
    display: flex;
    justify-content: center;
    /* font-family: "Inter Variable"; */
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;

    gap: 1.5rem;
    letter-spacing: -1.2px;
    }

    

.main{
    gap: 1rem;
    max-height: 80dvh;
    max-width: 100%;
    overflow-y: scroll;
    padding: 0 2rem 0 2rem;
    height: 71dvh;
    align-content: flex-start !important;
    
}
.main :nth-child(1) {
    gap: 20px;
}
    .img-resize-less {
        flex: 0 0 100%; 
        margin: 0;
        font-size: 0;
        padding: 0;
    border: none;
    box-sizing: border-box;
        -o-object-fit: contain;
           object-fit: contain; 
        overflow-y: scroll;
        height: 41%;
        width: 100%;
    }
    .img-last{
        transform: scale(0.85);
    }
}

@media (max-width: 359px){
    .img-resize {
        flex: 0 0 100%; 
        /* transform: scaleX(0.60) scaleY(0.82); */
        margin: 0;
        width: 328px;
        height: 276px;
        font-size: 0;
        padding: 0;
    border: none;
    box-sizing: border-box;
        -o-object-fit: contain;
           object-fit: contain; 
    }
}
.text-content{

color: #1D1D1D;

color: var(--Text-primary-text, #1D1D1D);
text-align: center;

/* font-family: "Inter Variable"; */
font-size: 3rem;
font-style: normal;
font-weight: 700;
line-height: 48px; 
letter-spacing: -0.96px;

}
.perks-section {
  background-color: #f7f7f7;
  padding: 40px 0;
  text-align: center;
  z-index: 111;
}
.perks-header {

  margin-bottom: 3rem;
  color: #1d1d1d;
  line-height: 72px;
  letter-spacing: -1px;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.perks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-items: center;
  justify-content: center;
}
.perks-container :nth-child(3),
.perks-container :nth-child(4) {
  flex-direction: row-reverse;
}
/* .perk-item {
  display: flex;

  gap: 1.5rem;
  transition: transform 0.3s;
  position: relative;
} */
.perk-item {
  position: relative;
  width: 548px;
  height: 260px;
  gap: 1.5rem;


  border-radius: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; 
  background: #f7f7f7;
}
.perk-content {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  transition: background-color 0.3s;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.perk-content.active {
  background-color: #000;
  color: #fff;
}
.default-text {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.default-text.hide {
  display: none;
}
.hover-text {
  font-size: 24px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hover-text.show {
  display: block;
  opacity: 1;

    margin: 0;
}
/* Plus icon styling */
.plus-icon-container {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: -0.5rem;
}
.plus-icon {
  background-color: #f4d0d0;
  color: #333;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perk-image {

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perk-image img {
  
  -o-object-fit: cover;
  
     object-fit: cover;
}
.img-md-size {
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .perk-image{
    width: 262px;
    height: 304px;
  }.perks-container {
    gap: 24px;
}
.perk-content {

  font-size: 28px;
  font-weight: 700;
width: 190px;
  align-self: stretch;
  align-items: center;
  line-height: 36px;
  letter-spacing: -0.59px;
}
.img-md-size{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.perk-item {
  position: relative;
  width: 548px;
  height: 304px;
  gap: 1.5rem;


  border-radius: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}


}
@media (min-width: 1024px) {
  .perks-container {
    gap: 1.5rem;
}
  .hover-text.show {
    display: block;
    opacity: 1;
    /* padding: 24px; */
      margin: 0;
  }
  .perk-content {

      font-size: 28px;
      font-weight: 700;
width: 222px;
      align-self: stretch;
      align-items: center;
      line-height: 36px;
      letter-spacing: -0.59px;
  }
  .img-md-size{
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .perk-image{
    width: 262px;
    height: 260px;
  }
  .perk-item {
    position: relative;
    width: 36rem;
    height: 260px;
    gap: 1.5rem;
  
  
    border-radius: 15px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .plus-icon {
      display: none;
  }
  .perk-content:hover .default-text {
    display: none;
  }
  
  .perk-content:hover .hover-text {
    display: block;
    opacity: 1;
    color: #fff;
    
  }
  .perk-content:hover {
    background-color: #121212;
  }

  .plus-icon-container {
    display: none;
  }
}
/* Tablet view */
@media (min-width: 768px) and (max-width: 1023px) {
  .perk-item {
      width: calc(25% - 20px); 
    
  }

  .perk-content {
      font-size: 22px;
      width: 100%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: space-between;
  }

  .perk-image {
      width: 100%;
      height: auto;
  }

  /* .plus-icon {
      display: none;
  } */
  
    .plus-icon-container {
      display: block; 
    }
  
}
/* Mobile view */
@media (max-width: 767px) {
  .perks-container {
      grid-template-columns: 1fr;
  }

  .perks-header {
      font-size: 2rem;
  }

  .perk-content {
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      justify-content: space-between;
  }

  .plus-icon {
      display: inline-block;
      margin-top: 10px;
      background-color: #f4d0d0;
      color: #333;
      font-size: 1.5em;
      width: 24px;
      height: 0px;
      border-radius: 50%;
      line-height: 24px;
      text-align: center;
  }

  .perk-image {
      display: none;
  }

  .perk-content {
      width: 328px;
      padding: 24px;
      align-items: flex-start;
  }

  .perk-item {
      width: 90%;
      height: 6.25rem;
  }
.perks-section{
  padding: 40px 0 0 0 ;
}
  .plus-icon {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 16px;
      right: 16px;
  }
}


.footer {
  background-color: #000;
  color: #fff;
  z-index: 10;
  padding: 1.5rem 5rem 1.5rem 5rem;
  position: relative;
  top: 0em;
}

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


  }

  .footer-section {
    display: flex;
    flex-direction: column;
  }

  .footer-links {
    display: flex;
    gap: 80px;
    flex-direction: row;
  }

  .footer-links .navbar__item{
    margin: 0;
    font-size: 14px;
  }

  .footer-links div {
    display: flex;
    flex-direction: column;
  }

  .footer-links h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .footer-links li a{
    all: unset;
    cursor: pointer;
    color: #fff !important;
  }

  .footer-links li a:visited{
    color: #fff !important;
  }

  .footer-about {
    max-width: 300px;
    gap: 1rem;

  }

  .footer-logo img {
    width: 60px; 

  }

  .footer-about .pa {
    font-size: 14px;
    line-height: 20px;
    /* font-family: "Inter Variable"; */
    letter-spacing: -0.08px;
    /* margin-bottom: 24px; */
  }

  .footer-social {
    display: flex;
    gap: 24px;
    position: relative;
    top: 4em;
  }

  .footer-social .icon {
    font-size: 20px;
  }

  .footer-bottom {
margin-top: 48px;
    /* font-family: "Inter Variable"; */
    text-align: center;
    font-size: 14px;
    font-weight: 500;
line-height: 20px;
  }

  @media (min-width:1024px) and (max-width: 1279px){
    .footer{
        padding: 24px 40px 24px 84px;
    }
  }

  @media (min-width:768px) and (max-width: 1023px){
    .footer{
        padding: 24px 24px;
        padding: var(--Spacing-24, 24px) 24px;

    }
    .footer-bottom{
        margin-top: 32px;

    }
  }

  @media  (max-width: 767px){
    .footer{
display: flex;
flex-direction: column;
gap: 40px;
        padding: 24px 16px;
        padding: var(--Spacing-24, 24px) var(--Spacing-16, 16px);
    }
    .footer-bottom{
        margin-top: 40px;

    }
    .footer-container{
        flex-direction: column;
        gap: 24px 24px;
        gap: 24px var(--Spacing-24, 24px);;
    }
    .footer-links{
        gap: 16px 16px;
        gap: 16px var(--Spacing-16, 16px);
    }
    .footer-social{
      top: 0 !important;
    }
  }

  
.timelines {
    position: relative;
    height: 1000px;
}

.timeline-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none; /* Ensure the image is not blocking the timeline items */
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    height: 100%;
    position: relative;
    pointer-events: auto; /* Allow interaction with the timeline items */
}

.timeline-item {
    position: relative;
    width: 5px;
    background-color: #fff;
    transition: height 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.timeline-item:hover {
    height: 200px; /* Adjust the height as needed */
    background-color: #0056b3;
}

.timeline-item:hover .timeline-year {
    display: block;
}

.timeline-year {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    /* display: none; */
}

.timeline-tooltip {
    position: absolute;
    bottom: 220px; /* Adjust the position as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}
/* Crew card Css */
.crewCardSmall {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.69075rem;
  background: #fff;
  pointer-events: auto;
}
.crewCardImgWrap {
  position: relative;
}
.crewTitle {
  color: #1d1d1d;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.04375rem;
  padding: 0rem 1rem 1.5rem 1rem;
}
.crewCardsContent {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #1d1d1d;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, opacity 0.8s ease;
}
.crewCardsDisplay {
  max-height: 16rem;
  /* changed to 16rem for height fix for windows.. */
  opacity: 1;
}
.pinImg {
  display: none;
}
.plusBtn,
.minusBtn {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.crewCardsName {
  font-weight: 700;
}
.crewContainer {
  padding: 4.5rem 0rem;
  background: #f7f7f7;
  font-family: "Inter Variable";
}
.crewCardImgSmall {
  width: 18rem;
  height: 15.7rem;    
  -o-object-fit: cover;    
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.69075rem;
}
.crewSection {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.crewMiddleSection {
  order: 1;
}
.crewLeftSection {
  order: 2;
}
.crewRightSection {
  order: 3;
}
.crewMiddleSection,
.crewLeftSection,
.crewRightSection {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 19rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.005rem;
  pointer-events: none;
}
.crewCardsName{
  font-size: 1rem;
}
.crewCardText{
  margin-top: 0.5rem;
}
@media (min-width: 767px) {
  .pinImg {
    position: absolute;
    width: 1.5rem;
    height: 2rem;
    left: 0.75rem;
    top: 0.26906rem;
  }

  .crewCardSmall:hover > .crewCardsContent {
    max-height: 16rem;
    opacity: 1;
  }

  .plusBtn,
  .minusBtn {
    display: none;
  }

  .crewSection {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    padding: 2.375rem 2.52006rem 5.90313rem 2.5rem;
  }

  .crewTitle {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    color: #1d1d1d;
    text-align: center;
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: -0.075rem;
    padding: 0rem 2.5rem 0rem 2.5rem;
  }

  .crewMiddleSection,
  .crewLeftSection,
  .crewRightSection {
    order: 0;
  }

  .crewLeftSection,
  .crewRightSection {
    flex-direction: column;
    gap: 1rem;
    display: none;
    width: 27.2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: -0.005rem;
    position: relative;
    transition: padding 0.5s ease-in;
  }

  .crewLeftSection:hover > :first-child,
  .crewRightSection:hover > :first-child {
    animation: slideUp 0.5s ease forwards;
  }

  .crewLeftSection:hover > :last-child,
  .crewRightSection:hover > :last-child {
    animation: slideDown 0.5s ease forwards;
  }

  @keyframes slideUp {
    from {
      transform: translateY(0);
    }
    to {
      margin-bottom: -25px;
      transform: translateY(-25px);
    }
  }

  @keyframes slideDown {
    from {
      transform: translateY(0);
    }
    to {
      margin-top: -25px;
      transform: translateY(25px);
    }
  }

  .crewMiddleSection {
    display: flex;
    width: 27.2rem;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.79394rem;
    letter-spacing: -0.00719rem;
  }

  .showCards {
    display: flex;
    width: 19rem;
  }

  .showLeftAnimation {
    animation: slideInLeft 2.5s ease-in;
  }

  @keyframes slideInLeft {
    0% {
      transform: translateX(-70%) translateY(-15%);
    }
    75% {
      transform: translateX(1%) translateY(0%);
    }
    100% {
      transform: translateX(0) translateY(0%);
    }
  }

  .showRightAnimation {
    animation: slideInRight 2.5s ease-in;
  }

  @keyframes slideInRight {
    0% {
      transform: translateX(70%) translateY(-15%);
    }
    75% {
      transform: translateX(-1%) translateY(0%);
    }
    100% {
      transform: translateX(0%) translateY(0%);
    }
  }

  .reduceDims {
    animation: reduceDimensions 1.5s ease-in forwards;
  }

  .reduceDims > :first-child{
    transition: transform 0.5s ease-in;
    will-change: transform;
  }

  .reduceDims > :first-child:hover{
      transform: translateY(-25px);
    }

  @keyframes reduceDimensions {
    0% {
      width: 27.2rem;
      font-size: 1.25rem;
      line-height: 1.79394rem;
      letter-spacing: -0.00719rem;
    }
    100% {
      transform: translateY(100px);
      width: 19rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: -0.005rem;
    }
  }

  .crewCard {
    padding: 0.7rem;
    gap: 0.7rem;
    cursor: pointer;
  }

  .crewCardImg {
    width: 25.8rem !important;
    height: 22.5rem;
  }

  .crewCardImgAnimation {
    animation: crewCardImgAnimation 1.5s ease-in forwards;
  }

  @keyframes crewCardImgAnimation {
    from {
      width: 25.8rem;
      height: 22.5rem;
    }
    to {
      width: 18rem;
      height: 15.7rem;
    }
  }

  .crewLeftSection > :first-child,
  .crewLeftSection > :last-child,
  .crewRightSection > :first-child,
  .crewRightSection > :last-child {
    will-change: transform;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .crewSection {
    padding: 2.375rem 2.52006rem 5.90313rem 2.5rem;
  }

  .crewTitle {
    padding: 0rem 2.5rem 0rem 2.5rem;
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: -0.075rem;
  }

  .crewCardImgSmall {
    width: 22.5rem;
    height: 19.7rem;
  }

  .reduceDims {
    animation: reduceSize 1.5s ease-in forwards;
  }

  @keyframes reduceSize {
    0% {
      width: 27.2rem;
      font-size: 1.25rem;
      line-height: 1.79394rem;
      letter-spacing: -0.00719rem;
    }
    100% {
      transform: translateY(100px);
      width: 22.5rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: -0.005rem;
    }
  }

  .crewCardImgAnimation {
    animation: crewCardImgAnimation 1.5s ease-in forwards;
  }

  @keyframes crewCardImgAnimation {
    from {
      width: 25.8rem;
      height: 22.5rem;
    }
    to {
      width: 22.5rem;
      height: 19.7rem;
    }
  }

  .showLeftAnimation {
    animation: slideInLeft 2.5s ease-in forwards;
  }

  @keyframes slideInLeft {
    0% {
      transform: translateX(-70%) translateY(-15%);
    }
    75% {
      transform: translateX(-10%) translateY(0%);
    }
    100% {
      transform: translateX(-15%) translateY(0%);
    }
  }

  .showRightAnimation {
    animation: slideInRight 2.5s ease-in forwards;
  }

  @keyframes slideInRight {
    0% {
      transform: translateX(70%) translateY(-15%);
    }
    75% {
      transform: translateX(10%) translateY(0%);
    }
    100% {
      transform: translateX(15%) translateY(0%);
    }
  }
}
