@import url('https://fonts.googleapis.com/css2?family=Fredoka&family=Inter:wght@300;400;500;600;700&family=Monoton&family=Oswald:wght@300;400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    background: #fff;
}

.blob-background {
    position: absolute;
    top: -200px;
    right: 0;
    width: 1000px;
    z-index: 0;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 60px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-left h1 {
    font-size: 48px;
    font-weight: 700;
    color: #a30057;
}

.hero-left p {
    font-size: 18px;
    color: #333;
    max-width: 520px;
}

.app-buttons img {
    height: 50px;
    margin-right: 15px;
}

.phones {
    position: relative;
    z-index: 2;
}

.phones img.phone-back {
    position: absolute;
    left: -80px;
    top: 40px;
    width: 220px;
    transform: rotate(-5deg);
}

.phones img.phone-front {
    position: relative;
    width: 240px;
    transform: rotate(-3deg);
}

.floating-cards {
    position: absolute;
    top: 30px;
    right: -90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.floating-cards img {
    width: 130px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


.navbar
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}

.who-we-are {
    padding: 80px 0;
    background: #F3F3F3;
    text-align: justify;
}
.who-we-are h2 {
    color: #A3195B;
    display: inline-block;
    padding-bottom: 8px;
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.who-we-are ul {
    list-style: none;
    padding-left: 0;
}
.who-we-are ul li::before {
    content: "\2022";
    color: #007BFF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.highlight-stay {
    color: #00B2F3;
    font-weight: bold;
}
.highlight-drive {
    color: #A3195B;
    font-weight: bold;
}
.highlight-captain
{
    color: #920A0A;
    font-weight: bold;
}
.highlight-rent
{
    color: #774C10;
    font-weight: bold;
}
.highlight-restaurant
{
    color: #A3243C;
    font-weight: bold;
}
hr
{
    border-top: unset !important;
}
.highlight-riders
{
    color: #DF4956;
    font-weight: bold;
}
.highlight-food {
    color: #E3314D;
    font-weight: bold;
}
.features-text {
    margin-left: 20px;
}
.phone-mockup {
    max-width: 100%;
    height: auto;
    display: block;
}

.yay-wrapper {
    position: relative;
    overflow: hidden;
}

/* 🔴 BACK SVG (flat red) */
.svg-bg-behind {
    position: absolute;
    top: -220px;
    right: 0;
    width: 1000px;
    z-index: 0;
}

/* 🟣 FRONT SVG (gradient) */
.svg-hero-bg {
    position: absolute;
    top: -180px;
    right: 0;
    width: 1050px;
    z-index: 1;
}

.main-navbar {
    position: relative;
    z-index: 2;
    padding: 15px 40px;
}

.main-navbar .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 8px 16px;
}

.main-navbar .nav-link.active {
    background: white !important;
    color: #001240 !important;
    border-radius: 30px;
    font-weight: bold;
}

.lang-switch {
    background-color: #001240;
    border-radius: 30px;
    overflow: hidden;
}

.lang-switch .btn {
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 14px;
}

.lang-switch .btn.active {
    background-color: white;
    color: #001240;
}

.search-icon {
    font-size: 1.2rem;
    color: white;
    margin-right: 20px;
    cursor: pointer;
}

.hero-section {
    padding: 100px 0 80px;
    position: relative;
    z-index: 3;
}

.hero-left h1 {
    font-size: 48px;
    font-weight: 700;
    color: #a30057;
}

.hero-left p {
    font-size: 18px;
    color: #333;
    max-width: 520px;
}

.app-buttons img {
    height: 50px;
    margin-right: 15px;
}

.phones {
    position: relative;
}

.phones img.phone-back {
    position: absolute;
    left: -80px;
    top: 40px;
    width: 220px;
    transform: rotate(-5deg);
    z-index: 1;
}

.phones img.phone-front {
    position: relative;
    width: 240px;
    transform: rotate(-3deg);
    z-index: 2;
}

.floating-cards {
    position: absolute;
    top: 30px;
    right: -90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.floating-cards img {
    width: 130px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


#who-we-are
{
    background: #F3F3F3;
}

.what-sets-us-apart {
    padding: 80px 0;
    background: #fff;
}
.section-heading {
    font-weight: 700;
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 36px !important;
    font-style: normal;
    line-height: normal;
}
.section-subheading {
    font-size: 16px;
    color: #333;
    font-family: Inter !important;
    font-style: normal;
    font-weight: 200;
    line-height: 30px; /* 150% */
}
.feature-box {
    padding: 50px 15px 20px 15px;
    border-radius: 9px;
    border: 0.5px solid #C7C7C7;
    background: #F6F6F6;
    box-shadow: 2px 9px 24px 0px rgba(0, 0, 0, 0.10);
}
.where-portal
{
    background-image: url(../images/Main-map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #F5F5F5;
    min-height: 75vh;
    display: flex;
    align-items: center;
}
.seats-image > .card-body h6
{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feature-box img {
    height: 60px;
    margin-bottom: 15px;
}
.feature-box p {
    font-weight: 500;
    font-size: 15px;
}
.scroll-wrapper {
    overflow-x: auto;
    padding: 0 16px;
}

.scroll-inner {
    min-width: max-content;
    justify-content: center;
    align-items: center;
}

.button-partner {
    display: inline-block;
    white-space: nowrap;
    background: #fff !important;
    box-shadow: 0px 2px 11.7px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 16px 24px;
    font-weight: 600;
    flex-shrink: 0;
    height: 60px;

}



.testimonials h2,
.blogs h2,
.contact-call h2 {
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.underline {
    width: 60px;
    height: 3px;
    background-color: #a3195b;
    margin: -10px auto 20px;
}
.underline-left {
    width: 60px;
    height: 3px;
    background-color: #a3195b;
    opacity: 1;
    margin-top: -5px;
}
.testimonials .section-subheading {
    font-size: 1rem;
    color: #555;
    max-width: 720px;
    margin: 0 auto 40px;
}
.testimonials .card {
    border: none;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.testimonials .card {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.testimonials .card img {
    object-fit: cover;
    border-radius: 50%;
}
.testimonials .text-warning {
    font-size: 1.2rem;
}
.testimonial-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 10px;
    font-size: 0.85rem;
}
.testimonial-tag img {
    width: 16px;
    height: 16px;
}

.blogs .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s;
}
.blogs .card:hover {
    transform: translateY(-5px);
}
.blogs .card img.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.blogs .card-body .blog-meta {
    font-size: 0.8rem;
    font-weight: 600;
    color: #a3195b;
}
.blogs .card-body .blog-title {
    color:  #101828;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
.blogs .card-body .blog-desc {
    color:  #667085;

    /* Text md/Normal */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.blogs .author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.blogs .author img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.contact-call
{
    height: 500px;
}
.contact-call .btn-custom {
    background: linear-gradient(to right, #0d0d50, #a3195b);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
}

#top-header{
    height: 39px;
    background: linear-gradient(90deg, #001240 42.33%, #A3195B 77.12%);
    color:#fff;
font-size: 12px;
font-weight: 400;
padding:2px 15px;
}
.footer-list{
    opacity: 0.75;
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px;
}
#newsletter::placeholder {
    color: #FFF;
    opacity: 0.75;

}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

header {
    width: 100%;
    /*background-color: transparent !important;*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}
header .nav {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}
header .top-header {
    position: relative;
    background: linear-gradient(90deg, #00143b, #a3195b) !important;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 500;
}
header .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .top-header-content .contact-info a, header .top-header .top-header-content .contact-info a:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .contact-info .phone-icon {
    margin-right: 5px;
}
header .top-header .top-header-content .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .top-header .top-header-content .social-links span {
    margin-right: 10px;
}
header .top-header .top-header-content .social-links a {
    color: #ffffff;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .social-links a:hover {
    color: #ffd700;
}
header .top-header .top-header-content .social-links a i {
    font-size: 16px;
}
header #navbar {
    background-color: transparent !important;
    z-index: 500;
}
header #navbar .dropdown-toggle {
    position: relative;
}
header #navbar .dropdown-toggle::after {
    display: none !important;
}
header #navbar .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.17694 6.52166C6.15372 6.54494 6.12613 6.56341 6.09576 6.57602C6.06539 6.58862 6.03283 6.59511 5.99994 6.59511C5.96706 6.59511 5.9345 6.58862 5.90413 6.57602C5.87375 6.56341 5.84616 6.54494 5.82294 6.52166L3.53044 4.22866C3.38981 4.08797 3.19905 4.0089 3.00012 4.00885C2.80119 4.0088 2.61039 4.08778 2.46969 4.22841C2.32899 4.36904 2.24992 4.55981 2.24988 4.75874C2.24983 4.95766 2.32881 5.14846 2.46944 5.28916L4.76244 7.58216C5.09096 7.90977 5.53598 8.09375 5.99994 8.09375C6.4639 8.09375 6.90892 7.90977 7.23744 7.58216L9.53044 5.28916C9.67107 5.14846 9.75005 4.95766 9.75001 4.75874C9.74996 4.55981 9.67089 4.36904 9.53019 4.22841C9.3895 4.08778 9.1987 4.0088 8.99977 4.00885C8.80084 4.0089 8.61007 4.08797 8.46944 4.22866L6.17694 6.52166Z" fill="#ffffff"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
header #navbar .navbar-nav li {
    padding-right: 20px;
}
header #navbar .navbar-nav li a {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px !important;
}

.dropdown-menu img
{
    height: 50px;
}
header #navbar .navbar-nav li a.active {
    color: #001240;
    border-radius: 23.5px;
    background: #ffffff;
    padding: 9px 40px;
}
header #navbar .navbar-nav li button {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}
header #navbar .navbar-nav li button:focus, header #navbar .navbar-nav li button:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
header #navbar .navbar-nav li button svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    transition: stroke 0.3s;
}
header #navbar .navbar-nav li button svg:hover {
    stroke: #ffd700;
}
header #navbar .navbar-nav li button svg path {
    stroke: #ffffff;
}
header .dropdown-menu {
    padding: 0 !important;
}
header .dropdown-menu li {
    padding-right: unset !important;
    color: #001240 !important;
}
header .dropdown-menu li a, header .dropdown-menu li a:hover {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
    color: #001240 !important;
    text-decoration: none !important;
}
header .lang-switch {
    display: flex;
    align-items: center;
}
header .lang-switch .lang-toggle-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
    cursor: pointer;
}
header .lang-switch .lang-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
header .lang-switch .lang-toggle-switch .lang-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #061441;
    border-radius: 34px;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}
header .lang-switch .lang-toggle-switch .lang-slider .lang-option {
    z-index: 2;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .lang-switch .lang-toggle-switch .lang-slider::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #ffffff;
    bottom: 4px;
    left: 4px;
    transition: transform 0.4s ease;
    z-index: 1;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider::before {
    transform: translateX(46px);
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-en {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-ar {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-en {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-ar {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label {
    margin: 0 4px;
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label.active {
    color: #ffffff;
}


.hero-section .container {
    width: 100%;
}
.hero-section .hero-title {
    padding-top: 30px;
    padding-right: 20px;
    width: 50%;
    color: #a3195b;
    font-family: "Playfair Display", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.image-app
{
    display: flex;
}

.hero-section .hero-subtext {
    color: #000000;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 50%;
}

.hero-section .apps-section {
    margin-top: 1.5rem;
}
.hero-section .apps-section img {
    margin-right: 20px;
}


.site-main {
    width: 100%;
}

header .nav {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}
header .top-header {
    position: relative;
    background: linear-gradient(90deg, #00143b, #a3195b) !important;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 500;
}
header .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .top-header-content .contact-info a, header .top-header .top-header-content .contact-info a:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .contact-info .phone-icon {
    margin-right: 5px;
}
header .top-header .top-header-content .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .top-header .top-header-content .social-links span {
    margin-right: 10px;
}
header .top-header .top-header-content .social-links a {
    color: #ffffff;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .social-links a:hover {
    color: #ffd700;
}
header .top-header .top-header-content .social-links a i {
    font-size: 16px;
}
header #navbar {
    background-color: transparent !important;
    z-index: 500;
}
header #navbar .dropdown-toggle {
    position: relative;
}
header #navbar .dropdown-toggle::after {
    display: none !important;
}
header #navbar .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.17694 6.52166C6.15372 6.54494 6.12613 6.56341 6.09576 6.57602C6.06539 6.58862 6.03283 6.59511 5.99994 6.59511C5.96706 6.59511 5.9345 6.58862 5.90413 6.57602C5.87375 6.56341 5.84616 6.54494 5.82294 6.52166L3.53044 4.22866C3.38981 4.08797 3.19905 4.0089 3.00012 4.00885C2.80119 4.0088 2.61039 4.08778 2.46969 4.22841C2.32899 4.36904 2.24992 4.55981 2.24988 4.75874C2.24983 4.95766 2.32881 5.14846 2.46944 5.28916L4.76244 7.58216C5.09096 7.90977 5.53598 8.09375 5.99994 8.09375C6.4639 8.09375 6.90892 7.90977 7.23744 7.58216L9.53044 5.28916C9.67107 5.14846 9.75005 4.95766 9.75001 4.75874C9.74996 4.55981 9.67089 4.36904 9.53019 4.22841C9.3895 4.08778 9.1987 4.0088 8.99977 4.00885C8.80084 4.0089 8.61007 4.08797 8.46944 4.22866L6.17694 6.52166Z" fill="#ffffff"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
header #navbar .navbar-nav li {
    padding-right: 20px;
}
header #navbar .navbar-nav li a {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
header #navbar .navbar-nav li a.active {
    color: #001240;
    border-radius: 23.5px;
    background: #ffffff;
    padding: 9px 40px;
}
header #navbar .navbar-nav li button {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}
header #navbar .navbar-nav li button:focus, header #navbar .navbar-nav li button:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
header #navbar .navbar-nav li button svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    transition: stroke 0.3s;
}
header #navbar .navbar-nav li button svg:hover {
    stroke: #ffd700;
}
header #navbar .navbar-nav li button svg path {
    stroke: #ffffff;
}
header .dropdown-menu {
    padding: 0 !important;
}
header .dropdown-menu li {
    padding-right: unset !important;
    color: #001240 !important;
}
header .dropdown-menu li a, header .dropdown-menu li a:hover {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
    color: #001240 !important;
    text-decoration: none !important;
}
header .lang-switch {
    display: flex;
    align-items: center;
}
header .lang-switch .lang-toggle-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
    cursor: pointer;
}
header .lang-switch .lang-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
header .lang-switch .lang-toggle-switch .lang-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #061441;
    border-radius: 34px;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}
header .lang-switch .lang-toggle-switch .lang-slider .lang-option {
    z-index: 2;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .lang-switch .lang-toggle-switch .lang-slider::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #ffffff;
    bottom: 4px;
    left: 4px;
    transition: transform 0.4s ease;
    z-index: 1;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider::before {
    transform: translateX(46px);
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-en {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-ar {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-en {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-ar {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label {
    margin: 0 4px;
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label.active {
    color: #ffffff;
}

.hero-section .container {
    width: 100%;
}
.hero-section .hero-title {
    padding-top: 30px;
    padding-right: 20px;
    width: 50%;
    color: #a3195b;
    font-family: "Playfair Display", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-section .hero-subtext {
    color: #000000;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 50%;
}

.hero-section .apps-section {
    margin-top: 1.5rem;
}
.hero-section .apps-section img {
    margin-right: 20px;
}


header .nav {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}
header .top-header {
    position: relative;
    background: linear-gradient(90deg, #00143b, #a3195b) !important;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 500;
}
header .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .top-header-content .contact-info a, header .top-header .top-header-content .contact-info a:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .contact-info .phone-icon {
    margin-right: 5px;
}
header .top-header .top-header-content .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .top-header .top-header-content .social-links span {
    margin-right: 10px;
}
header .top-header .top-header-content .social-links a {
    color: #ffffff;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .social-links a:hover {
    color: #ffd700;
}
header .top-header .top-header-content .social-links a i {
    font-size: 16px;
}
header #navbar {
    background-color: transparent !important;
    z-index: 500;
}
header #navbar .dropdown-toggle {
    position: relative;
}
header #navbar .dropdown-toggle::after {
    display: none !important;
}
header #navbar .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.17694 6.52166C6.15372 6.54494 6.12613 6.56341 6.09576 6.57602C6.06539 6.58862 6.03283 6.59511 5.99994 6.59511C5.96706 6.59511 5.9345 6.58862 5.90413 6.57602C5.87375 6.56341 5.84616 6.54494 5.82294 6.52166L3.53044 4.22866C3.38981 4.08797 3.19905 4.0089 3.00012 4.00885C2.80119 4.0088 2.61039 4.08778 2.46969 4.22841C2.32899 4.36904 2.24992 4.55981 2.24988 4.75874C2.24983 4.95766 2.32881 5.14846 2.46944 5.28916L4.76244 7.58216C5.09096 7.90977 5.53598 8.09375 5.99994 8.09375C6.4639 8.09375 6.90892 7.90977 7.23744 7.58216L9.53044 5.28916C9.67107 5.14846 9.75005 4.95766 9.75001 4.75874C9.74996 4.55981 9.67089 4.36904 9.53019 4.22841C9.3895 4.08778 9.1987 4.0088 8.99977 4.00885C8.80084 4.0089 8.61007 4.08797 8.46944 4.22866L6.17694 6.52166Z" fill="#ffffff"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
header #navbar .navbar-nav li {
    padding-right: 20px;
}
header #navbar .navbar-nav li a {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
header #navbar .navbar-nav li a.active {
    color: #001240;
    border-radius: 23.5px;
    background: #ffffff;
    padding: 9px 40px;
}
header #navbar .navbar-nav li button {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}
header #navbar .navbar-nav li button:focus, header #navbar .navbar-nav li button:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
header #navbar .navbar-nav li button svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    transition: stroke 0.3s;
}
header #navbar .navbar-nav li button svg:hover {
    stroke: #ffd700;
}
header #navbar .navbar-nav li button svg path {
    stroke: #ffffff;
}
header .dropdown-menu {
    padding: 0 !important;
}
header .dropdown-menu li {
    padding-right: unset !important;
    color: #001240 !important;
}
header .dropdown-menu li a, header .dropdown-menu li a:hover {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
    color: #001240 !important;
    text-decoration: none !important;
}
header .lang-switch {
    display: flex;
    align-items: center;
}
header .lang-switch .lang-toggle-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
    cursor: pointer;
}
header .lang-switch .lang-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
header .lang-switch .lang-toggle-switch .lang-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #061441;
    border-radius: 34px;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}
header .lang-switch .lang-toggle-switch .lang-slider .lang-option {
    z-index: 2;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .lang-switch .lang-toggle-switch .lang-slider::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #ffffff;
    bottom: 4px;
    left: 4px;
    transition: transform 0.4s ease;
    z-index: 1;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider::before {
    transform: translateX(46px);
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-en {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-ar {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-en {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-ar {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label {
    margin: 0 4px;
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label.active {
    color: #ffffff;
}

.logo-app img
{
    height: 112.169px !important;
}


.hero-section .container {
    width: 100%;
}

.hero-section .hero-subtext {
    color: #000000;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 50%;
}

.hero-section .apps-section {
    margin-top: 1.5rem;
}
.hero-section .apps-section img {
    margin-right: 20px;
}

.site-main {
    width: 100%;
}

header .nav {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}
header .top-header {
    position: relative;
    background: linear-gradient(90deg, #00143b, #a3195b) !important;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 500;
}
header .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top-header .top-header-content .contact-info a, header .top-header .top-header-content .contact-info a:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .contact-info .phone-icon {
    margin-right: 5px;
}
header .top-header .top-header-content .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .top-header .top-header-content .social-links span {
    margin-right: 10px;
}

header .top-header .top-header-content .social-links a {
    color: #ffffff;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .top-header .top-header-content .social-links a:hover {
    color: #ffd700;
}
header .top-header .top-header-content .social-links a i {
    font-size: 16px;
}
header #navbar {
    background-color: transparent !important;
    z-index: 500;
}
header #navbar .dropdown-toggle {
    position: relative;
}
header #navbar .dropdown-toggle::after {
    display: none !important;
}
header #navbar .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.17694 6.52166C6.15372 6.54494 6.12613 6.56341 6.09576 6.57602C6.06539 6.58862 6.03283 6.59511 5.99994 6.59511C5.96706 6.59511 5.9345 6.58862 5.90413 6.57602C5.87375 6.56341 5.84616 6.54494 5.82294 6.52166L3.53044 4.22866C3.38981 4.08797 3.19905 4.0089 3.00012 4.00885C2.80119 4.0088 2.61039 4.08778 2.46969 4.22841C2.32899 4.36904 2.24992 4.55981 2.24988 4.75874C2.24983 4.95766 2.32881 5.14846 2.46944 5.28916L4.76244 7.58216C5.09096 7.90977 5.53598 8.09375 5.99994 8.09375C6.4639 8.09375 6.90892 7.90977 7.23744 7.58216L9.53044 5.28916C9.67107 5.14846 9.75005 4.95766 9.75001 4.75874C9.74996 4.55981 9.67089 4.36904 9.53019 4.22841C9.3895 4.08778 9.1987 4.0088 8.99977 4.00885C8.80084 4.0089 8.61007 4.08797 8.46944 4.22866L6.17694 6.52166Z" fill="#ffffff"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
header #navbar .navbar-nav li {
    padding-right: 20px;
}
header #navbar .navbar-nav li a {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
header #navbar .navbar-nav li a:hover {
    text-decoration: none;
    color: #b4b4b4;
    border-radius: 20px;
}
header #navbar .navbar-nav li a:active
{
    border-radius: 20px;
}
header #navbar .navbar-nav li a.active {
    color: #001240;
    border-radius: 23.5px;
    background: #ffffff;
    padding: 9px 40px;
}
header #navbar .navbar-nav li button {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}
header #navbar .navbar-nav li button:focus, header #navbar .navbar-nav li button:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
header #navbar .navbar-nav li button svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    transition: stroke 0.3s;
}
header #navbar .navbar-nav li button svg:hover {
    stroke: #ffd700;
}
header #navbar .navbar-nav li button svg path {
    stroke: #ffffff;
}
header .dropdown-menu {
    padding: 0 !important;
}
header .dropdown-menu li {
    padding-right: unset !important;
    color: #001240 !important;
}
header .dropdown-menu li a, header .dropdown-menu li a:hover {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
    color: #001240 !important;
    text-decoration: none !important;
}
header .lang-switch {
    display: flex;
    align-items: center;
}
header .lang-switch .lang-toggle-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
    cursor: pointer;
}
header .lang-switch .lang-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
header .lang-switch .lang-toggle-switch .lang-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #061441;
    border-radius: 34px;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}
header .lang-switch .lang-toggle-switch .lang-slider .lang-option {
    z-index: 2;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .lang-switch .lang-toggle-switch .lang-slider::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #ffffff;
    bottom: 4px;
    left: 4px;
    transition: transform 0.4s ease;
    z-index: 1;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider::before {
    transform: translateX(46px);
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-en {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch input:checked + .lang-slider .lang-ar {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-en {
    color: #061441;
}
header .lang-switch .lang-toggle-switch input:not(:checked) + .lang-slider .lang-ar {
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label {
    margin: 0 4px;
    color: #ffffff;
}
header .lang-switch .lang-toggle-switch .lang-label.active {
    color: #ffffff;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background-image: url(../images/background-home.png) ;
    background-size: 60%;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 125vh;
    margin-top: -120px;
    display: flex;
    align-items: center;
}
.phones-preview {
    position: absolute;
    right: 30px;
    bottom: 5px;
}


.hero-section .container {
    width: 100%;
}
.hero-section .hero-title {
    padding-top: 30px;
    padding-right: 20px;
    width: 50%;
    color: #a3195b;
    font-family: "Playfair Display", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-section .hero-subtext {
    color: #000000;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    width: 50%;
}


.hero-section .apps-section {
    margin-top: 1.5rem;
}
.hero-section .apps-section img {
    margin-right: 20px;
}

.yay-location-section {
    background-image: url("../images/map-earth.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f9f9f9;
    min-height: 75vh;
    display: flex;
}
.scroll-inner a
{
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    text-decoration: none;
}

.yay-location-section .location-content {
    position: relative;
    z-index: 2;
}

.yay-location-section .map-container {
    position: relative;
    z-index: 1;
}

.yay-map-img {
    width: 100vw;
    height: auto;
    display: block;
}
.section-title
{
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-desc
{
    color: #333;
    text-align: justify;
    font-family: Inter !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    max-width: 35rem;
    line-height: 30px;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a3195b;
    margin-top: 5px;
    margin-right: auto;
}

.section-heading::after
{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a3195b;
    margin-top: 5px;
}
.section-heading-center {
    font-weight: 700;
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 36px !important;
    font-style: normal;
    line-height: normal;
}
.section-heading-center::after
{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a3195b;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.heading-partner h2
{
    color: #333;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}
.heading5-partner h5
{
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 53px; /* 294.444% */
    letter-spacing: 1.08px;
    text-transform: uppercase;
}
.heading-blogs::after
{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #a3195b;
    margin-top: 5px;
    margin-right: auto;

}
.heading-blogs
{
    color: #A3195B;
}
.seats-image {
    background-image: url(../images/background-seats.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
}

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

.testimonial-bg-shape {
    position: absolute;
    top: -30%;
    left: 60%;
    transform: translateX(-50%) rotate(10deg);
    width: 230px;
    height: 510.116px !important;
    background-image: url('../images/Rectangle8.png'); /* your shape image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.card {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.seats-image .card .card-body {
    border-radius: 0 0 9px 9px;
}

.blogs .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s;
}
.blogs .card:hover {
    transform: translateY(-5px);
}
.blogs .card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.blog-meta {
    font-weight: 600;
    color: #A3195B;

    font-family: Inter !important;
    font-size: 14px;
    font-style: normal;
    line-height: 20px; /* 142.857% */
}
.blog-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #111;
}
.blog-desc {
    font-size: 0.95rem;
    color: #555;
}
.arrow-icon {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.hero-section
{
    z-index: 1;
}
footer
{
    background: linear-gradient(to right, #0d0d50, #a3195b);
}
.logo-footer
{
    width: 80px;
}
.arrow-footer
{
    width: 16px;
}

.logo-app
{
    background: #F5F5F5;
}

.social-links img
{
    height: 26px !important;
    width: 26px !important;
    object-fit: cover;
}

.seats-image img
{
    margin: auto;
}
@media (max-width: 992px) {
    .navbar-toggler
    {
        z-index: 2;
    }
    .hero-left h1 {
        font-size: 32px;
    }

    .floating-cards {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }

    .phones img.phone-back {
        position: static;
        transform: none;
    }

    .phones img.phone-front {
        transform: none;
    }

    .svg-bg-behind, .svg-hero-bg {
        display: none;
    }
}

.social-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sticky-circle {
    opacity: 0.5;
    background: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
    position: relative;
    z-index: 2;
}

.sticky-circle span {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.social-links-sticky {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.social-links-sticky a {
    margin-block: 16px;
    display: block;
    padding: 10px;
    border-radius: 20px;
    width: 50px;
    text-align: center;
}

.social-links-sticky img {
    width: 40px !important;
    height: 40px !important;
}

.social-container.active .social-links-sticky {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

@media (min-width: 789px) and (max-width: 1200px) {
    .where-portal
    {
        min-height: 25vh;
    }
}

@media (min-width: 1201px) and (max-width: 1349px) {
    .where-portal
    {
        min-height: 60vh;
    }
}

@media (min-width: 1350px) and (max-width: 1600px) {
    .where-portal
    {
        min-height: 70vh;
    }
}

.logo-img {
    max-height: 100px;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width:450px) {
    .header-spacer {
        height: 10vh;
    }

    .hero-section {
        height: 130vh;
    }
}

@media (min-width:451px) and (max-width: 550px) {
    .header-spacer {
        height: unset;
    }

    .hero-section {
        height: 130vh;
    }
}



@media (max-width: 768px) {

    .sticky-circle {
       opacity: 0.7;
    }
    .logo-app-hero-section img
    {
        height: unset !important;
    }
    .where-portal
    {
        background: none;
        min-height: auto;
    }
    .image-app img
    {
        width: 196px;
    }
    .what-sets-us-apart {
        padding-top: 80px;
        padding-bottom: 0px;
        background: #fff;
    }
    .scroll-wrapper
    {
        overflow-x: hidden;
    }
    .scroll-inner {
        flex-direction: column !important;
        align-items: center;
    }

    .button-partner {
        width: 100%;
        max-width: 225px !important;
        font-size: 13px;
        text-align: center;
    }
    .partners-section
    {
        text-align: center;
    }
    .yay-location-section
    {
      background-image: none;
        min-height: auto !important;
    }
    .hero-section
    {
       background-image: none;
    }

    header #navbar .navbar-nav li a
    {
        color: #000;
    }
    header #navbar .navbar-nav li {
        padding-bottom: 5px;
    }
    .search-icon
    {
        display: none;
    }
    .hero-section .hero-subtext
    {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding-top: 20px;
    }

.image-app
{
    display: block !important;
}
.image-app img {
    padding-bottom:15px;
}
.heading-partner h2
{
    font-size: 26px !important;
}
.testimonial-bg-shape
{
    display: none;
}
.yay-location-section
{
    background-size: contain !important;
    height: auto;
}

.hero-section .hero-title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-top: 20px;
}
.hero-section .hero-subtext {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.hero-section .apps-section img {
    margin-right: 10px;
    width: 196px;
}
.hero-section .hero-subtext {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.connect-now
{
    display: none;
}
.hero-section .hero-title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-top: 20px;
}
hero-section
{
    background-image: none;
}

.phones-preview
{
    display: none;
}
}

@media (max-width: 992px) {
    .hero-section {
        text-align: center;
        padding-top: 80px;
    }

    .hero-left h1 {
        font-size: 32px;
    }

    .floating-cards {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }

    .phones img.phone-back {
        position: static;
        transform: none;
    }

    .phones img.phone-front {
        transform: none;
    }

    .blob-background {
        display: none;
    }
}
@media (max-width: 440px)
{
.google-play-img
{
    margin-bottom: 10px !important;
}
}
@media (max-width: 999px)
{
    .hero-section
    {
        background-image:none;
    }
    .phones-preview
    {
        display: none;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
.hero-section {
    background-size: 60%;
    background-position-y: -106px;
}
.phones-preview{
    width: 450px;
    top: 80px;
    bottom: 0 !important;
}
}

@media (min-width: 1199.98px) {
    .hero-section {
        background-size: 58%;
        background-position-y: -195px;
    }
    .phones-preview{
        width: 650px;
        top: 80px;
    }
}
@media (min-width: 1399.98px) {
    .hero-section {
        background-size: 65%;
        background-position-y: -292px;
    }
    .phones-preview{
        width: 750px;
        bottom: 50px;
    }
}
@media (min-width: 1700.98px) {
    .hero-section {
        background-size: 52%;
        background-position-y: -317px;
    }
    .phones-preview{
        width: 850px;
        bottom: 0px;
    }
}

.dropdown-menu {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    border-radius: 10px;
}


@media (max-width: 999px) and (orientation: landscape) {
    .header-spacer {
        min-height: 160px; /* more space in landscape for safety */
    }
    header #navbar .navbar-nav li a {
        color: #000;
    }
    .hero-section
    {
        min-height: 120vh;
    }
    .yay-location-section
    {
        background-image: none;
    }
    .title-about
    {
        min-height: 40vh !important;
    }
    .title-privacy
    {
        min-height: 40vh;
        padding-top: 3rem;
    }
}

@media (min-width: 950px) and (max-width:1000px)
{
    .hero-section {
        min-height: 85vh ;
    }
    .header-spacer
    {
        min-height: 30px;
    }
}
@media (min-width: 950px) and (max-width:1100px)
{
    .hero-section {
        height: 110vh;
    }
    .header-spacer
    {
        min-height: 30px;
    }
}

@media (min-width: 1550px) and (max-width:1700px)
{
    .hero-section {
        min-height: 120vh ;
        height: 70vh;
    }
    .header-spacer
    {
        min-height: 30px;
    }
}

@media (min-width: 1101px) and (max-width:1300px)
{
    .hero-section {
        min-height: 123vh;
        height: 110vh;
    }
    .header-spacer
    {
        min-height: 30px;
    }
}

@media (min-width: 1700px)
{
    .hero-section
    {
        height: 90vh !important;
    }
}

.space-height
{
    height: 5px
}
.logo-app-hero-section img
{
    height: 70px;
}

@media (min-width:769px) and (max-width: 1000px) and (orientation: portrait) {
    header #navbar .navbar-nav li a {
        color: #000;
        font-family: "Inter", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .header-spacer {
        min-height: 10px !important;
    }

    .hero-section {
        min-height: 60px !important;
    }
}

.logo-app-div
{
    gap: 13px;
}
@media (max-width:999px)
{
    .where-portal
    {
        background-size: unset;
    }
}

@media (max-width:1399px)
{
    .heading-partner h2
    {
        font-size: 40px;
    }
    .heading5-partner h5
    {
        font-size: 13px;
        line-height: unset !important;
        letter-spacing: unset !important;
    }
}


.social-icon {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
}

.social-icon .hover-img {
    opacity: 0;
}

.social-icon:hover .default-img {
    opacity: 0;
}

.social-icon:hover .hover-img {
    opacity: 1;
}

.social-icon-sticky {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
}


.social-icon-sticky img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
}

.social-links-sticky a:hover
{
    filter: drop-shadow(0px 4px 30px rgba(255, 181, 22, 0.4));

}
