@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');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    /* font-family: "Inter", sans-serif; */
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    background: #fff;
}

a{
    text-decoration: none !important;
}

.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", sans-serif; !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", sans-serif;
    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: 14px 16px; */
}

.scroll-inner {
    min-width: max-content;
    justify-content: center;
    align-items: center;
}
.partner-div {
    width: 82%;
    margin: auto;
}
.partner-div .partners{
    display: flex;
}
.partner-div .partners .partner-1,.partner-div .partners .partner-2{
    display: flex;
    justify-content: center;
}
.button-partner {
      white-space: nowrap;
    background: #fff !important;
    box-shadow: 0px 2px 11.7px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 12px 12px;
    font-weight: 600;
}



.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", sans-serif;
    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", sans-serif;
    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;
}
.hero-drive-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 0;
    min-height: 100vh;
    padding-bottom: 10vh;
    padding-left: 60px;
}
.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: #FAFAFA;
    height: calc(100vh + 100px);
    margin-top: -100px;
    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", sans-serif; */
    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", sans-serif; !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-size: clamp(2rem, 2.5vw, 4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
}
.heading5-partner h5
{
    color: #333;
    /* font-family: "Inter", sans-serif; */
    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", sans-serif; !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;
}

.landing-footer {
    color: #f4eff7;
    background: linear-gradient(90deg, rgba(11, 13, 58, 0.96) 0%, rgba(11, 13, 58, 0.9) 38%, rgba(163, 25, 91, 0.9) 100%);
}

.landing-footer .footer-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.55fr);
    gap: 56px;
    align-items: start;
    padding: 66px 88px 66px;
    background: url(../images/footer/bg.png) center center / cover no-repeat;
    }


.landing-footer .footer-brand {
    max-width: 360px;
}

.landing-footer .footer-logo {
    width: 132px;
    height: auto;
}

.landing-footer .footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.landing-footer .footer-social {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.95;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.landing-footer .footer-social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.landing-footer .footer-social:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.landing-footer .footer-newsletter-title {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 36px 0 24px;
}

.landing-footer .footer-newsletter {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.landing-footer .footer-newsletter-input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 1.05rem;
    padding: 0;
}

.landing-footer .footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.84);
}

.landing-footer .footer-newsletter-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-footer .footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    padding-top: 18px;
}

.landing-footer .footer-col h6 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.landing-footer .footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-footer .footer-col li + li {
    margin-top: 20px;
}

.landing-footer .footer-col a {
    color:#D7D7D7;
    font-size: 1.08rem;
    line-height: 1.35;
    transition: color 0.2s ease;
    font-family: "Arial";
}

.landing-footer .footer-col a:hover {
    color: #fff;
}

.landing-footer .footer-bottom {
    background: #0A1242;
    padding: 16px 20px;
    text-align: center;
}

.landing-footer .footer-bottom p {
      margin: 0;
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 600;
    font-family: Inter;
}

.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;
    }

    .landing-footer .footer-inner {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 56px 28px 44px;
    }

    .landing-footer .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .landing-footer .footer-brand {
        max-width: 100%;
    }

    .landing-footer .footer-socials {
        flex-wrap: wrap;
    }

    .landing-footer .footer-newsletter {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .landing-footer .footer-inner {
        padding: 48px 18px 38px;
    }

    .landing-footer .footer-socials {
        gap: 12px;
        margin-top: 26px;
    }

    .landing-footer .footer-logo {
        width: 110px;
    }

    .landing-footer .footer-newsletter-title {
        font-size: 1.15rem;
        margin-top: 28px;
    }

    .landing-footer .footer-links {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .landing-footer .footer-col h6 {
        font-size: 1.2rem;
    }

    .landing-footer .footer-col a {
        font-size: 1rem;
    }

    .landing-footer .footer-bottom p {
        font-size: 0.95rem;
    }
}

.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;
    }

}

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



@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;
    }

    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-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)
{
    .phones-preview
    {
        display: none;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {

.phones-preview{
    width: 450px;
    top: 80px;
    bottom: 0 !important;
}
}

@media (min-width: 1199.98px) {
    .phones-preview{
        width: 650px;
        top: 80px;
    }
}
@media (min-width: 1399.98px) {
    .phones-preview{
        width: 750px;
        bottom: 50px;
    }
}
@media (min-width: 1700.98px) {
    .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;
    }
    .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)
{
    .header-spacer
    {
        min-height: 30px;
    }
}
@media (min-width: 950px) and (max-width:1100px)
{
    .header-spacer
    {
        min-height: 30px;
    }
}

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

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

@media (min-width: 1700px)
{

}

.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;
    }

}

.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));

}

.title-bolg
{
    font-size: 17px;
    height: 65px;
    overflow: hidden;
}

.blog-desc
{
      font-size: 14px;
      text-align: justify;
    /* height: 65px; */
    /* overflow: hidden; */
}
.link-blogs
{
color: rgba(5, 7, 60, 0.50) !important;
font-family: "Inter", sans-serif;
font-size: 19.38px;
font-style: normal;
font-weight: 400;
line-height: 27.258px; /* 140.65% */
}

.more-blogs
{
        background: linear-gradient(90deg, #001240 32.66%, #A3195B 78.99%) !important;
}

.blogs-head
{
    color: #282828 !important;
    text-align: justify !important;
    font-family: "Inter", sans-serif !important;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 166.667% */
}

/* Shared landing-style header */
.landing-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    /* background: linear-gradient(345deg, rgba(0, 0, 0, 0.06) 11.71%, rgba(0, 0, 0, 0.00) 44.72%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%);
}

.landing-header .header-row {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 18px;
    min-height: 80px;
    padding: 0 56px;
    background: linear-gradient(345deg, #fafafa 11.71%, #ebebeb 47.72%);
}

.landing-header .brand img {
    width: 54px;
    height: auto;
}

.landing-header .main-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 28px;
    font-size: 0.92rem;
    font-weight: 500;
}

.landing-header .main-nav a,
.landing-header .nav-link-dropdown {
    position: relative;
    color: #111;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 2px;
    background: transparent;
    border: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;

}

.landing-header .main-nav a.active {
    font-weight: 600;
}

.landing-header .nav-dropdown {
    position: relative;
}

.landing-header .nav-caret {
    width: 10px;
    height: 10px;
    margin-top: 1px;
}

.landing-header .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 210px;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(17, 24, 39, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.landing-header .nav-dropdown:hover .nav-dropdown-menu,
.landing-header .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.landing-header .nav-dropdown-menu a {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.94rem;
    color: #111;
}

.landing-header .nav-dropdown-menu a:hover {
    background: rgba(163, 25, 91, 0.08);
    color: #a3195b;
}

.landing-header .header-tools {
    display: flex;
    align-items: center;
    gap: 14px;
}

.landing-header .icon-btn,
.landing-header .lang-switch,
.landing-header .menu-toggle {
    border: 0;
    background: transparent;
    padding: 0;
}

.landing-header .icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-header .search-icon {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #111;
    border-radius: 50%;
    display: inline-block;
}

.landing-header .search-icon::after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    background: #111;
    transform: rotate(45deg);
    border-radius: 999px;
}

.landing-header .lang-switch {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    border-radius: 999px;
    background: #001240;
    gap: 0;
}

.landing-header .lang-pill {
    padding: 0px 10px;
    border-radius: 999px;
    font-size: 0.52rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.landing-header .lang-pill.active {
    background: #fff;
    color: #001240;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    padding: 0;
    line-height: 28px;
}

.landing-header .menu-toggle {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    z-index: 10002;
    cursor: pointer;
}

.landing-header .menu-toggle span {
    width: 22px;
    height: 2px;
    background: #111;
    border-radius: 999px;
    display: block;
    margin: 0 auto;
}

.landing-header .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10001;
    padding: 14px 20px 18px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.landing-header .mobile-nav a {
    display: block;
    padding: 12px 0;
    color: #111;
    font-weight: 600;
}

.landing-header .mobile-services-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border: 0;
    background: transparent;
    color: #111;
    font: inherit;
    font-weight: 600;
    text-align: left;
}

.landing-header .mobile-services-toggle svg {
    transition: transform 0.2s ease;
}

.landing-header .mobile-services-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.landing-header .mobile-services-menu {
    padding: 2px 0 8px 14px;
    border-left: 2px solid rgba(163, 25, 91, 0.18);
}

.landing-header .mobile-services-menu a {
    padding: 9px 0;
    font-size: 0.94rem;
    font-weight: 500;
    color: #333;
}

.header-spacer {
    height: 0;
}

@media (max-width: 992px) {
    .landing-header .header-row {
        grid-template-columns: auto 1fr auto;
    }

    .landing-header .main-nav,
    .landing-header .header-tools {
        display: none;
    }

    .landing-header .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: end;
    }

    .landing-header .mobile-nav.is-open,
    .landing-header .mobile-nav.show {
        display: block;
    }
}

@media (max-width: 640px) {
    .landing-header .header-row {
        min-height: 66px;
        gap: 12px;
    }

    .landing-header .brand img {
        width: 46px;
    }

    .landing-header .menu-toggle {
        width: 40px;
        height: 40px;
    }
}
