/*@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
*//* Base */
:root {
    --clr-primary: #fe5722;
    --clr-secondary: #272d36;
}

@font-face {
    font-family: 'permanentmarker-regular';
    src: url('../fonts/permanentmarker-regular.ttf') format('truetype');
}
*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}
.heightSet{
    height:100%!important;
    font-size:16px!important;
}
body {
    background: #093253;
    color: var(--clr-secondary) !important;
    overflow-x: hidden;
    color: white !important;
}
ul {
    padding-left: 0rem;
}
.section {
    width: 100%;
    padding: 15px 0;
}
.footerLinks {
    justify-content: space-between;
}
.flex {
    display: flex;
    align-items: center;
}

.container {
    padding: 0 0px;
}

.primary {
    
    font-size: 2.6rem;
    font-weight: 700;
   /* margin-bottom: 1rem;*/
}


.secondary {
    font-size: 2.1rem;
    font-weight: 700;
    /*margin-bottom: 1rem;*/
}

.tertiary {
    font-size: 1.6rem;
   /* font-weight: 400;*/
    margin-bottom: 1rem;
}
.toast-error {
    color: black!important;
    font-weight: 700!important;
}

.btn {
    padding: 14px 20px;
    background: var(--clr-primary);
    border-radius: 4px;
    color: rgb(240 244 249 / 91%);
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
    margin: 0px 0;
}

/* End Base */

/* Menu */
/*nav {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff5f2;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.22);
    z-index: 22;
}

label.logo {
    font-size: 35px;
    line-height: 80px;
    padding: 0 30px;
    font-weight: 700;
}

nav ul {
    float: right;
    margin-right: 20px;
}

    nav ul li {
        display: inline-block;
        line-height: 80px;
        margin: 0 5px;
    }

        nav ul li a {
            font-size: 18px;
            padding: 7px 13px;
            text-decoration: none;
            color: var(--clr-secondary);
        }

.menu a.active,
.menu a:hover {
    border-bottom: 2px solid var(--clr-primary);
    transition: 0.3s;
}

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
m
#check {
    display: none;
}*/
/* End Menu */

/* Hero Section */
#hero-section {
  /*  background: #fff5f2;*/
   /* margin-top: 60px;*/
}
/*.section.flex {
    display: flex;
    justify-content: center;*/ /* Aligns items horizontally */
    /*align-items: center;*/ /* Aligns items vertically */
/*}*/

.centrImg {
    display: flex;
    justify-content: center; /* Centers the image horizontally within the visual div */
    align-items: center; /* Centers the image vertically within the visual div */
}

    /*.visual img {
        max-width: 100%;*/ /* Ensures the image scales responsibly */
        /*height: auto;
    }*/

.text,
.visual {
    width: 50%;
}

.text {
    margin: 0 20px;
}

.visual img {
    width: 95%;
    height: auto;
    display: block;
}

#hero-section .text {
    margin-left: 30px;
}
.txtLeft{
    text-align:left;
}
#hero-section .visual img {
    border-radius: 10px;
    /*    margin-left: auto;*/
}
/* End Hero Section */

/* How It Works */
#how-it-works {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.boxes {
    border: 1px solid #b2b2b2;
    padding: 25px 5px;
    margin: 0 10px;
    border-radius: 8px;
    font-size: 18px;
    transition: 0.3s ease;
    cursor: pointer;
}

    .boxes ion-icon {
        font-size: 35px;
        color: var(--clr-primary);
        margin: 15px 0;
    }

    .boxes.active,
    .boxes:hover {
        color: #fff;
        border-color: var(--clr-primary);
        background: var(--clr-primary);
    }

        .boxes.active ion-icon,
        .boxes:hover ion-icon {
            color: #fff;
        }
.crousel-shadow {
    box-shadow: 0px 0px 10px 5px #00c2cb;
    border-radius: 12px;
}
.carousel-item img {
    max-height: 40em;
}
.carousel-control-prev, .carousel-control-next {
    background-color: orange;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 10px; /* Adjust left position */
}

.carousel-control-next {
    right: 10px; /* Adjust right position */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 100%, 100%;
}


/* End How It Works */
.contact-icon i:hover{
    color:white!important;
}
/* About */
#about .visual img
{
    max-height: 25em;
    border-radius: 14px;
    object-fit: contain;
}

#app .visual img {
    box-shadow: 0px 0px 10px 5px #00c2cb;
    border-radius: 14px;
    object-fit: contain;
}
/* End About */

/* Restaurant Menu */
.category {
    list-style: none;
    text-align: center;
    margin: 20px 0 40px 0;
}

    .category li {
        display: inline-block;
        margin: 0 15px;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
    }

        .category li.active {
            color: var(--clr-primary);
        }

.restaurant-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.menu-item {
    width: 400px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgb(19 20 22) 0px 0px 10px !important;
}

    .menu-item img {
        width: 100%;
        max-height:263px;
    }

.order {
    justify-content: space-between;
}

.btn-menu {
    padding: 6px 10px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--clr-primary);
    color: var(--clr-primary);
}
.paraSize {
    font-size: 1.3em;
}
.title {
    font-size: 18px;
    font-weight: 300;
    margin: 0px 0;
}
.fnt-styl {
    font-style: italic;
    font-size: 1.2em;
}
.location {
    font-size: 15px;
    font-weight: 500;
}
/* End Restaurant Menu */

/* Testimonial */
#testimonial .visual img {
    margin-left: auto;
}

.user {
    margin-top: 0px;
    justify-content: start;
}

    .user img {
        width: 50px;
        border-radius: 50%;
        margin-right: 20px;
    }
/* End Testimonial */

/* FAQ */
#faq .secondary {
    text-align: center;
}

.faq {
    width: 60%;
    margin: 50px auto 20px auto;
}

summary {
    padding: 1em;
    border: 1px solid #b2b2b2;
    margin-bottom: 1em;
    cursor: pointer;
    outline: none;
    border-radius: 0.3em;
    font-weight: 600;
}

details[open] summary ~ * {
    animation: open 1s ease-in-out;
}

@keyframes open {
    from {
        opacity: 1;
        margin-top: -10px;
    }

    top {
        opacity: 1;
        margin-top: 0;
    }
}
/* End FAQ */

/* App */
#app {
    text-align: center;
}

.app-store {
    background: #000;
    margin: 0 10px;
    padding: 4px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

    .app-store p {
        margin-top: 8px;
    }

    .app-store span {
        font-size: 16px;
        line-height: 25px;
    }

    .app-store ion-icon {
        font-size: 30px;
        margin-right: 10px;
    }
.dropdown-menu {
    background-color: #093253!important;
    color:white!important;
}
.download {
    margin: 30px 0;
}
/* End App */

/* Footer */
.footer {
    background: #02335a;
    color: #b2b2b2;
    padding-top: 1em;
    padding-right: 4em;
    padding-left: 4em;
}

    .footer .container {
        justify-content: space-between;
       /* align-items: flex-start;*/
    }

    .footer h2 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #fff;
    }

    .footer ul {
        list-style: none;
        line-height: 30px;
        font-size: 16px;
    }

        .footer ul li {
            cursor: pointer;
            color:white!important;
            text-decoration:none!important;
        }
        .footer ul li a{
            cursor: pointer;
            color: white !important;
            text-decoration: none !important;
        }

.footer-about {
    width: 35%;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #b2b2b252;
}
/* End Footer */

/* Responsive  */
@media (max-width: 952px) {
    label.logo {
        font-size: 30px;
        padding-left: 20px;
    }

    nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
        color: var(--clr-primary);
    }

   /* ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 80px;
        left: -100%;
        top: 80px;
        transition: all 0.5s;
        text-align: center;
        background: #fff5f2;
    }
*/
    nav ul li {
        display: block;
       /* margin: 50px 0;*/
        line-height: 30px;
    }

        nav ul li a {
            font-size: 20px;
        }

    .menu a:hover,
    .menu a.active {
        background: none;
        color: var(--clr-primary);
    }

    #check:checked ~ ul {
        left: 0;
    }

    #hero-section {
       /* margin-top: 80px;*/
    }

        #hero-section .text {
            margin-left: auto;
        }

    .flex {
        flex-direction: column;
    }
    .youtube p{
        font-size:18px!important;
    }
    .Calldiv p {
        font-size: 18px!important;
    }
    .visual,
    .text {
        width: 70%;
        margin: 15px auto;
        text-align: center;
    }

    .download,
    .user {
        flex-direction: row;
    }

    .user {
        justify-content: center;
    }

    .visual img {
        margin: 0 auto;
    }

    .boxes {
        margin: 15px 0;
    }

    .restaurant-menu {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .faq,
    .menu-item {
        width: 80%;
    }

    .primary {
        font-size: 56px;
    }

    .secondary {
        font-size: 40px;
    }

    .tertiary {
        font-size: 20px;
    }

    .footer-about {
        width: 100%;
        text-align: center;
    }

    .quick-links,
    .get-in-touch,
    .footer-category {
       /* display: none;*/
    }
}

@media (max-width: 680px) {
    .container {
        padding: 0 0px;
    }

    .text,
    .visual {
        width: 90%;
    }

    .restaurant-menu {
        grid-template-columns: 1fr;
    }

    .faq {
        width: 90%;
    }

    .app-store {
        margin: 10px 0;
    }

    .download {
        flex-direction: column;
    }

    .primary {
        font-size: 48px;
    }

    .secondary {
        font-size: 32px;
    }

    .tertiary {
        font-size: 17px;
    }
}
/* End Responsive  */





.youtube {
    position: fixed;
    bottom: 40px;
    right: 170px;
    text-decoration: none;
    padding: 12px 12px;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
}
.Calldiv {
    position: fixed;
    bottom: 40px;
    right: 14px;
    text-decoration: none;
    padding: 12px 12px;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor:pointer;
}

    .youtube p {
        font-size: 22px;
    }
.Calldiv p {
    font-size: 22px;
}
    .youtube:hover {
        color:white;
    }
.Calldiv:hover {
    color: white;
}
.LogoDiv {
    position: absolute !important;
    background: #81909152;
    margin-top: 0.5em;
    /* padding-left: 5px; */
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.Brandlogo {
    width: 45px !important;
    padding-top:5px;
}
.page-wrapper {
    width: 100%;
    height: auto;
}
.LogoDiv {
    /* Ensure the logo is displayed properly */
    position: relative;
    text-align: center; /* Center the logo if needed */
}
/* Position the button in the center of the carousel item */
.carousel-item {
    position: relative;
}

.order-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #093253; /* Button background color */
    color: white;
    padding: 15px 30px;
    font-size: 1.5rem; /* Large size */
    border-radius: 10px; /* Rounded corners */
    border: none;
    display: none; /* Hide initially */
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .order-btn:hover {
        background-color: #093253d1; /* Darken the button on hover */
    }

.carousel-item:hover .order-btn {
    display: block; /* Show on hover */
}

/* Optional: Adjust hover effect on the carousel item */
.carousel-item:hover img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.nav-wrapper {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    height: 70px;
    background: #08243ab0;
    z-index: 1000;
}
.dropdown-alerts{
    width:310px;
}
.grad-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
    display: contents;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 70px;
   
    overflow: hidden;
}
    .navbar a {
        text-decoration: none;
        cursor: pointer;
    }

    .navbar img {
        height: 4em;
        width: auto;
        justify-self: start;
        margin-left: 20px;
        margin-top:0px;
    }

    .navbar ul {
        list-style: none;
        /*display: grid;*/
        grid-template-columns: repeat(6,1fr);
        justify-self: end;
         float: right;
         margin-top:16px;
      /* margin-right: 20px;*/
    }
        .navbar ul li {
            list-style: none;
            text-decoration: none;
           /* margin-right: 20px;*/
        }
        .navbar ul li a{
           /* font-size: 18px;*/
            padding: 7px 13px;
            text-decoration: none;
            color: white;
        }
/*.menu a.active,
.menu a:hover {
    border-bottom: 2px solid var(--clr-primary);
    transition: 0.3s;
}*/
/*.navbar ul li a.active,*/
.navbar ul li a:hover {
    border-bottom: 2px solid var(--clr-primary);
    transition: 0.3s;
}


   .nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

    .nav-item a:hover {
        color: #3498db;
    }

/* SECTIONS */

.headline {
    width: 100%;
    height: 50vh;
    min-height: 350px;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1435224668334-0f82ec57b605?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fA%3D%3D&w=1000&q=80');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    padding: 50px 20px;
    justify-content: space-around;
}

.feature-container {
    flex-basis: 30%;
    margin-top: 10px;
}

    .feature-container p {
        color: #000;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .feature-container img {
        width: 100%;
        margin-bottom: 15px;
    }
.menu-item a{
    text-decoration:none;
}
/* SEARCH FUNCTION */
.lbl_Star {
    font-size: 14px;
    /* position: absolute;*/
    bottom: 16px;
    left: 24px;
    color:gold;
}
#search-icon {
    margin-top: -7px;
    font-size: 2rem;
    color: orange;
    margin-left: 20px;
    transition: color 0.3s ease-out;
    margin-right:2em;
}

    #search-icon:hover {
        color: #3498db;
        cursor: pointer;
    }

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
}

.no-search {
    font-size: 1.2rem;
    font-weight: 600;
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}

.search-input {
    border: 1px solid orange;
    border-radius: 1em;
    padding:10px;
    position: absolute;
    top: -4px;
    right: -145px;
    width:28%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.search-active {
    opacity: 1;
    z-index: 0;
}

/*input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;*/ /* FOR SAFARI */
    /*outline: 0;
    padding: 5px;
}*/

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

    .menu-toggle:hover {
        cursor: pointer;
    }

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
    .features {
        flex-direction: column;
        padding: 50px;
    }

    /* MOBILE HEADINGS */

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
    }

    /* MOBILE NAVIGATION */
    .count-info .label {
        line-height: 16px;
        padding: 2px 5px;
        position: relative!important;
        border-radius: 5px;
        right: 11px;
        top: -11px;
        font-size: 10px;
    }
    .navbar ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        justify-content: start;
        top: 55px;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 55px);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
    }

    .navbar li {
        padding: 15px;
    }

        .navbar li:first-child {
           /* margin-top: 50px;*/
        }

        .navbar li a {
            font-size: 1rem;
        }

    .menu-toggle, .bar {
        display: block;
        cursor: pointer;
        margin-top: -3.2em;
        margin-right: -23em;
    }

    .mobile-nav {
        transform: translate(0%) !important;
    }
    .ResSearch {
        width: 333px!important;
        height: 45px;
        background-color: #1e272e;
        /* margin: 20vh auto; */
        border-radius: 4rem;
        padding: 10px;
        margin: 33px;
        margin-left: 0em!important;
        margin-right: 10em;
    
    }
  
    /* SECTIONS */
    .headline {
        height: 20vh;
    }

    .feature-container p {
        margin-bottom: 25px;
    }

    .feature-container {
        margin-top: 20px;
    }

        .feature-container:nth-child(2) {
            order: -1;
        }

    /* SEARCH DISABLED ON MOBILE */

    #search-icon {
        display: none;
    }

    .search-input {
        display: none;
    }
}
label.logo {
    font-size: 35px;
    /*line-height: 70px;*/
    padding: 0 30px;
    font-weight: 700;
}


@import url('https://fonts.googleapis.com/css?family=Raleway');

#text {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;
}

a:active {
    color: #ffd323;
}
a:hover {
    color: #fd521c!important;
}


.close-btn {
    min-width: 43px;
    /* padding: 4px; */
    font-size: 31px;
    border-radius: 5px;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
}
button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 4px;
    font-size: 20px;
    border-radius: 5px;
    background: #d5d8e7;
    color: white;
    font-family: cursive;
    box-sizing: border-box;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    line-height: inherit;
    box-sizing: inherit;
}


.ResSearch {
    /* width: 350px;*/
    height: 45px;
    background-color: #ebf1f5;
    /*   margin: 20vh auto; */
    border-radius: 4rem;
    padding: 10px;
    color:black;
    margin: 33px;
    margin-left: 10em;
    margin-right: 10em;
}

.search__box {
    float: left;
    width: 0;
    height: 1.9rem;
    /*   display: inline; */
    background: none;
    color: black;
    font-size: 1.5rem;
    border-radius: 2rem;
    outline: none;
  
    border: none;
    position: relative;
    opacity: 1;
    transition: all .75s ease-in;
    cursor: pointer;
    /*   border: 2px solid tomato; */
    /*   margin-top: 5px; */
}

/* .search__box:focus, .search__box:hover {
  background-color: #f1f2f6;
} */

.search__icon {
    box-sizing: border-box;
    float: right;
    font-size: 2.5rem;
    display: inline-block;
    /*   justify-content: center;
  align-items: center; */
    margin-left: .8rem;
    margin-top: -15px;
    cursor: pointer;
    position: absolute;
    color: #fa983a;
    transition: all .25s ease-in;
    padding: .7rem;
    border-radius: 50%;
}
.imgSet{
    object-fit:fill!important;
}
.ResSearch:hover > .search__box {
    width: 70%;
    padding: 6px 1rem;
}

.ResSearch:hover > .search__icon {
  /*  background-color: #eee;*/
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1266px;
    }
}
.show {
  /*  width: 70%;
    border: 1px solid red;*/
}

#contact {
    width: 100%;
    height: 100%;
    background-color:black;
}

.section-header {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
  /*  padding-top:1em;*/
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.row{
    flex-wrap:inherit;
}
.mgtop{
    margin-top:-14px;
}
.clr {
   color: #bebaba;
}
.carousel-item {
    position: relative;
}
.overlay span {
    display: block;
    padding: 8px 0; /* Adds padding between the spans */
    font-size: 1rem;
}


.Shopsoverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    transition: opacity 0.3s ease; /* Smooth transition for showing the overlay */
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0; /* Hide overlay by default */
    transition: opacity 0.3s ease; /* Smooth transition for showing the overlay */
}

.carousel-item:hover .overlay {
    opacity: 1; /* Show overlay on hover */
}
.logo-overlay {
    position: absolute;
    top: 10px; /* Adjust as needed */
    left: 10px; /* Adjust as needed */
    z-index: 10;
}

.shop-logo {
    width: 50px!important; /* Adjust the size as needed */
    height: auto;
    border-radius: 50%; /* Optional, if you want a circular logo */
}
.text-muted {
    --bs-text-opacity: 1;
    color: rgb(230 235 241 / 75%) !important;
}
.product-name, .product-price {
    margin: 0;
    padding: 0 10px;
}
.shop-name{
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
}
.shop-contact, .shop-address {
    margin: 0;
    padding: 0 10px;
}
.Shopsoverlay i {
    margin-right: 8px;
    color: #ffcc00; /* Icon color */
}
.shop-contact a{
    text-decoration:none!important;
    color:white!important;
}
.overlay .product-name {
    font-weight: bold;
}

.overlay .product-price {
    font-size: 1.2em;
}


.contact-wrapper {
 /*   display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    /* position: relative;*/
    max-width: 1063px;
}

/* Left contact page */
.form-horizontal {
    /*float: left;*/
    max-width: 375px;
    font-family: 'Lato';
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control,
textarea {
    max-width: 100%;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.send-button {
    margin-top: 15px;
   /* height: 34px;*/
    width: 400px;
    color:black;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.alt-send-button {
    width: 400px;
    height: 27px;
    transition: all .2s ease-in-out;
}

.send-text {
    display: block;
    margin-top: 2px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}

.alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
/*.direct-contact-container {
    max-width: 100%;
}*/

/* Location, Phone, Email Section */
.contact-list {
    list-style-type: none;
 /*   margin-left: -30px;
    padding-right: 20px;*/
}

.list-item {
    line-height: 1.5;
    color: #aaa;
}
.content p{
    margin-bottom:15px;
    margin-left:2em;
}
.contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
   
}
.mgleft{
 /*   width:34em;*/
}
.place {
    margin-left: -2em;
}

.phone {
    margin-left: 56px;
}

.gmail {
    margin-left: 53px;
}

.contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
}

    .contact-text a:hover {
        color: #fff;
        text-decoration: none;
    }


/* Social Media Icons */
.social-media-list {
   /* position: relative;*/
    font-size: 22px;
    text-align: center;
    width: 100%;
  /*  margin: 0 auto;*/
    padding: 0;
    margin-top:2.3em;
}

    .social-media-list li a {
        color: #fff;
    }

    .social-media-list li {
        /*  position: relative;*/
        display: inline-block;
        height: 70px;
        width: 70px;
        margin: 10px 20px;
        line-height: 73px;
        border-radius: 50%;
        color: #fff;
        background-color: rgb(172 77 77);
        cursor: pointer;
        transition: all .2s ease-in-out;
    }

        .social-media-list li:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 70px;
            line-height: 73px;
            border-radius: 50%;
            opacity: 0;
            box-shadow: 0 0 0 1px #fff;
            transition: all .2s ease-in-out;
        }

        .social-media-list li:hover {
            background-color: #fd521c;
        }

            .social-media-list li:hover:after {
                opacity: 1;
                transform: scale(1.12);
                transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
            }

            .social-media-list li:hover a {
                color: #000;
            }
.white-text {
    color: white !important;
}
.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #c9c1c1;
    letter-spacing: 1px;
    text-align: center;
}

/*hr {
    border-color: rgba(255,255,255,.6);
}*/
hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    height: 2px !important;
    border-top: 2px solid #666666;
}
.text-center {
    text-align: center;
}

.AdvisorName, .ClientPost {
    display: block;
    margin: 0 auto;
}

/* Begin Media Queries*/
@media screen and (max-width: 1024px) {
    .menu-item {
        width: 300px;
        margin: 0 auto;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}
    @media screen and (max-width: 850px) {
        .contact-wrapper {
            display: flex;
            flex-direction: column;
        }

        .direct-contact-container, .form-horizontal {
            margin: 0 auto;
        }

        .contact-wrapper {
            padding: 0px !important;
        }

        .mgtop {
            margin-top: -10px;
        }

        .section {
            padding: 0 15px;
        }

        .md10-mblView {
            width: 60%;
        }

        .direct-contact-container {
            margin-top: 0px;
            max-width: 330px;
        }

        .place {
            margin-left: -1em;
        }

        .social-media-list li {
            height: 60px;
            width: 60px;
            line-height: 60px;
        }

            .social-media-list li:after {
                width: 60px;
                height: 60px;
                line-height: 60px;
            }
    }

    @media screen and (max-width: 569px) {

        .direct-contact-container, .form-wrapper {
            float: none;
            margin: 0 auto;
        }

        .form-control, textarea {
            margin: 0 auto;
        }

        .form-horizontal {
            max-width: 100%;
        }

        .name, .email, textarea {
            width: 280px;
        }

        .direct-contact-container {
            margin-top: 60px;
            max-width: 100%;
        }

        .social-media-list {
            left: 0;
        }

            .social-media-list li {
                height: 55px;
                width: 55px;
                line-height: 55px;
                font-size: 2rem;
            }

                .social-media-list li:after {
                    width: 55px;
                    height: 55px;
                    line-height: 55px;
                }
    }

    @media screen and (max-width: 410px) {
        .send-button {
            width: 110%;
        }

        .bi-send-fill {
            margin-right: 136px;
        }

        .contact-text {
            letter-spacing: -1.1px;
        }
    }

    .box {
        /*width: 400px;
    height: 300px;*/
        text-align: center;
        color: #fff;
        overflow: hidden;
        border-radius: 8px;
        position: relative;
    }

        .box:hover {
            box-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
            transition: box-shadow 0.2s 0.5s linear;
        }

    .main-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box-content {
        position: absolute;
        inset: 0;
        z-index: 3;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(75px);
        transition: transform 0.2s 0.2s linear;
    }

    .item {
        font: bold 20px/24px Arial, sans-serif;
        margin-bottom: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-shadow: 0 0 1px #000;
    }

    .description {
        font: 21px/24px Arial, sans-serif;
        margin-bottom: 2em;
       /* height: 72px;*/
        overflow: hidden;
        color: gold;
    }

    .box:after {
        content: " ";
        position: absolute;
        inset: 0;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.2s linear;
    }

    .box:hover:after {
        opacity: 0.7;
    }
.ribbon-wrapper {
    position: relative;
}

.ribbon-tag {
    position: absolute;
    top: 16px;
    right: -31px;
    background-color: red;
    color: white;
    padding: 5px 26px;
    transform: rotate(45deg);
    font-weight: bold;
}
    .interactive {
        display: flex;
       /* margin-bottom:-64px;*/
    }

        .interactive .item svg {
            flex-shrink: 0;
            margin-right: 10px;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            fill: #fff;
        }

        .interactive .item {
            display: flex;
            align-items: center;
            width: 50%;
            font-size: 14px;
            margin-bottom:2em;
        }

            .interactive .item:last-child {
                justify-content: flex-end;
            }

    .box:before {
        content: " ";
        border-radius: 8px;
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        border: 1px solid #fff;
        z-index: 2;
        pointer-events: none;
        transition: transform 0.2s linear, opacity 0.2s linear;
        transform: scale(0.7);
        opacity: 0;
    }

    .show-animate {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.2s 0.2s linear;
    }

    .box:hover .show-animate {
        opacity: 1;
        transform: translateY(0);
        transition: transform 1s linear;
    }

    .box:hover .box-content {
        transform: translateY(0);
    }

    .box:hover:before {
        transform: scale(1);
        opacity: 1;
    }

    .show-item {
        transition: transform 0.2s linear, opacity 0.2s linear;
        opacity: 0;
    }

        .show-item:first-child {
            transform: translateX(-20px);
            margin-left: 3.5em;
        }

        .show-item:last-child {
            transform: translateX(20px);
            margin-right: 40px;
            margin-top: -2em;
        }

    .box:hover .show-item {
        transform: translateX(0);
        opacity: 1;
        transition: transform 0.2s 0.4s linear, opacity 0.2s 0.4s linear;
    }

    .cardPadding {
        display: flex;
        padding-right: 10px;
        padding-left: 26px;
    }

    .count-info .label {
        line-height: 16px;
        padding: 2px 5px;
        position: absolute;
        border-radius: 5px;
        right: 5px;
        top: -11px;
        font-size: 10px;
    }

    .label-primary, .badge-primary {
        background-color: red;
        color: white;
    }

    .wrapper {
        width: 100%;
        margin: 25px auto 20px auto;
    }
.CrouselVisual {
    padding-top: 1.3em;
}

.FaqCss {
    background-color: #cdcdcd;
    color: black;
    border-radius: 12px;
    box-shadow: 1px 0px 21px 3px rgb(0 0 0 / 25%);
    margin: 12px 0;
}
.mainSectionPadding{
    padding-left:1.5em;
    padding-right:1.5em;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 80px 12px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

        .question::after {
            content: "\002B";
            font-size: 2.2rem;
            position: absolute;
            right: 20px;
            transition: 0.2s;
        }

        .question.active::after {
            transform: rotate(45deg);
        }

    .answercont {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .answer {
        padding: 0 20px 12px;
        line-height: 1.5rem;
    }

    .question.active + .answercont {
    }

    @media screen and (max-width: 790px) {
        html {
            font-size: 14px;
        }

        .wrapper {
            width: 89%;
            margin: 50px 20px;
        }
    }



@media only screen and (min-width: 1700px) and (max-width: 2400px) {
    .paraSize {
        font-size: 1.5em!important;
        align-content: initial;
    }
    .carousel-item img {
        max-height: 47em!important;
    }
    .menu-item {
        width: 30.8em!important;
    }
        .wrapper {
        width: 100%!important;
        margin: 25px auto 20px auto;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1550px;

    }
    .visual{
        padding-right:2em;
    }
}
    @media only screen and (min-width: 200px) and (max-width: 767px) {
        .grid-2 {
            grid-row-gap: 30px;
            grid-template-columns: 1fr !important;
            margin-top: 10px!important;
        }
        .secondary {
            font-size: 25px!important;
        }
        .features-new__title {
            font-family: Dmsans, sans-serif;
            font-size: 20px!important;
            font-weight: 600;
        }
        .cws-h2 {
            font-size: 1.5em!important;
        }
        #about .visual img, #app .visual img{
            height:15em!important;
        }
        .mgleft {
            padding-left: 3em;
        }
        .row {
            flex-wrap: wrap !important;
        }
        .fa-events-icons-ready {
            overflow-x: hidden;
        }
        .section {
            padding: 0px !important;
        }

        .fleet-para {
            padding-left: 1em;
        }

        .dispatch-para {
            padding-left: 0.7em;
            padding-right: 1.5em;
        }

        .faIcon-TableCaption {
            display: table-caption !important;
        }

        .social-media-list {
            display: block;
        }

        .footer {
            padding: 0 22px;
        }

        .contact-text {
            margin-left: 0px !important;
        }

        .icon {
            display: block !important;
        }

        .send-button {
            width: 100%;
        }

        .md2-mblView {
            width: 14%;
        }

        .mgtop {
            margin-top: -9px;
        }

        .md10-mblView {
            width: 55%;
        }

        .social-media-list li {
            margin: 10px 10px;
        }

        .mdTop-mblView {
            width: 10%;
        }

        .mgtoptext {
            margin-left: 3em !important;
        }

        .order1 {
            order: 1 !important;
        }

        .order2 {
            order: 2 !important;
        }

        .order3 {
            order: 3 !important;
        }

        .order4 {
            order: 4 !important;
        }

        .section-header {
            font: 233 30px 'Oswald', sans-serif;
        }


        .logo-2 {
            width: 1.5em !important;
        }

        .section0 {
            display: inline-block;
        }

        /*.form-horizontal{
        max-width:330px!important;
    }*/
        .contact-list {
            margin-left: -4em !important;
        }

        .social-media-list {
            margin-left: 0em !important;
        }

        .form-horizontal {
            max-width: 100%;
            max-width: 100%;
            margin-right: 5.2em;
            margin-left: 2.2em;
        }

        .section-header {
            padding: 10px 0;
        }
    }
.noti-text-div {
    padding: 6px;
}
.notification{
   
    padding:0px!important;
}
.lbl_Star:hover{
    color:white!important;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust transparency as needed */
    color: #fff;
    text-align: center;
    padding: 10px 0; /* Adjust as needed */
    box-sizing: border-box;
}

.overlay-caption {
    font-size: 2em; /* Adjust as needed */
    font-weight: bold; /* Adjust as needed */
}
.market-btn {
    display: inline-block;
    border-radius: 10px;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #e7e7e7;
    background-position: center left 0.75rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    font-family: Arial, sans-serif;
}

.apple-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACY0lEQVR4nO3ZS4hOYRjA8TPGbaMxJcklG7KQWzKScimXXEpKURJZWCjLWREWwkIhC7OxoCQLYSGZsrJW47qwkMRMQhhGM5Sf3pzFN99czHfOme+cU/PfnnPec/7nvT3v80TRGOnAMrThCY5EZQNzcV9/WqMygR3oNpD9UVnATvwyOAuiMoB5+D6ExAs0RGUADw3NoagMoGUYiQ5MiMoALg8h8Q1LorKAZ4NIhPmyOioTBq5Uj8Lkj4oCGuLNbTkWo2mI+8Lf78QtbMW4quvTsDRuZz4a6yWwClfxaZAhE4bRqfBRFff3m8xBBOtwEW8GaaMbV8J7RktgFu4aOa9xHnuxAXtwAe9qaONeeG+WEuEPfpYPX7A9C4lN6JMvfdiWRmIhfigGHZicRGI8nioGbZiUtDcOKgbnEgnEEo3xqpM37dX7Tq0iK/M28C8iSBcB4HjeFriZSiIWqT5T58GuLESe520hix0dX3OW+J1qkleI5L2T/04tUZAeCTRnIdIlf9ZkIfI4bwucyULket4W+JAoSKwSOaoYtKYV2agY9KRKGYWQeZgUZ715myo3jNuKw8eQBE8qsk/xaA+ppyTDK6wcReIPFiXpldOKxZ2aJWKROehVnN5oSSQSy5xVDK4llohFpsS52zzpxsxUIrHMgZxFDqeWqJCpJe+bJQ8yrTFieg7hfRdmZCZRIbOijqFLT0hLZS5RIbO5DkfhvlAUGjWJCpm1/xlmoQh0CVviGnszZoe6IY7h1TDPdmZyOqxBpgkn4tRRb/zxIR+2GxNH8Px63MB7/MRLnMTU+hiMMUY0Ev4CCQkivlZCFT0AAAAASUVORK5CYII=);
    background-color: #0c0d0d;
}

.google-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-color: #0c0d0d;
}

.market-button-subtitle {
    display: block;
    font-size: 12px;
}

.market-button-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.clientImg {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.clientCardPadding{
    border:none;
}
.clientImgBackgroundClr {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    padding: 10px; /* Optional: Add some padding around the image */
    background-color: #495761; /* Optional: Set a background color */
}
.clientBodyBackgroundClr {
    background: #093253;
    color:white;
}
.card-deck {
    display: flex;
    justify-content: space-around; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line if necessary */
}

.card {
    flex: 1 1 30%; /* Adjusts the card size and allows wrapping */
    margin: 10px; /* Add space between cards */
    box-shadow: 0px 0px 10px 5px #00c2cb;
}
.AdvisorName{
    font-weight:600;
}
.view-products {
    color: red;
}
.view-products:hover {
    background: wheat;
}
.contact-link {
    color: gold;
}
.view-deal {
    color: gold;
}
.txtClr {
    color: gold;
}

.deal-sticker {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f00; /* Red background for visibility */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 10;
}

.deal-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9; /* Ensure it's above the image but below the sticker */
}

.overlay-price {
    font-size: 16px;
    font-weight: bold;
}

.overlay-expiry {
    font-size: 14px;
}
.cws-section {
    padding: 2px 20px;
    position: relative;
    overflow: hidden;
}
.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.cws-uni-flex {
    flex-direction: column;
    display: flex;
}
.cws-h2 {
    margin-top: 0;
    font-family: Dmsans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    text-align:center;
}
.grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 40px;
}
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.features-new__card {
    grid-column-gap: 24px;
    display: flex;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color:black;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::placeholder {
    color: #bebaba;
    opacity: 1; /* Ensure it is fully visible */
}

.features-new__icon {
    align-self: center;
}
.features-new__content {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
}
.features-new__title {
    font-family: Dmsans, sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.features-new__text {
    font-family: Dmsans, sans-serif;
    font-size: 16px;
}