/********** Template CSS **********/
:root {
    --primary: #2e3092;
    --light: #F1F8FF;
    --dark: #0F172B;
}






.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}





@media (min-width: 992px) {
    .navlen {
        height: 80px;
    }


    .gapindex {

        margin-bottom: 5cm;


    }

}

@media (max-width: 767.98px) {
    p {
        line-height: 1 !important;
    }


}

@media (min-width: 992px) {
    .bekimg {
        height: 15cm !important;
        margin-top: 3cm;

    }
}

@media (min-width: 768px) {
    .marginLaptopTab {
        margin-bottom: -50px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .bekimg {
        height: 15cm !important;
        margin-top: 6cm;

    }
}

@media only screen and (min-width: 820px) and (max-width: 1023px) and (orientation: portrait) {
    .bekimg {
        height: 15cm !important;
        margin-top: 9cm;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .bekimg {
        height: 15cm !important;
        margin-top: 6cm;

    }
}

@media only screen and (min-width: 355px) and (max-width: 460px) and (orientation: portrait) {
    .parrcel-content {
        margin-top: -140px;
        margin-left: 12px;
    }

    .marginLaptopTab {
        margin-bottom: 0px;
    }

    .marginBtns {
        margin-left: 90px;
    }

    .containerDiv {
        border-radius: 20px !important;
        overflow: hidden !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease !important;
        padding: 0px !important;
        margin-bottom: 10px;
    }

    .containerDiv:hover {
        transform: scale(1.02) !important;
    }

    .containerImg {
        width: 100% !important;
        height: 330px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .containerDivEnd {
        border-radius: 20px !important;
        overflow: hidden !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease !important;
        padding: 0px !important;
        margin-bottom: 10px;
    }

    .containerDivEnd:hover {
        transform: scale(1.02) !important;
    }

    .containerImgEnd {
        width: 100% !important;
        height: 420px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .mobileMarginBottom {
        margin-bottom: 40px !important;
    }

    .loader-logo {
        width: 100px !important;
        height: 100px !important;
        max-width: 100px !important;
    }
}

@media only screen and (min-width: 428px) and (max-width: 460px) and (orientation: portrait) {
    .marginBtns {
        margin-left: 10px;
    }
}

/* Tablet Styles (768px - 1024px) */
@media (min-width: 768px) {

    .topifon {
        margin-top: -2.5cm;
    }

    .remMarg {}

    .custom-footer-top {
        padding-bottom: 1rem !important;
    }

    .custom-footer-links {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }

    .linkBtns {
        font-size: 14px !important;
    }

    .linkBot {
        font-size: 12px !important;
    }

    .custom-footer-address>h2 {
        font-size: 12px !important;
    }

    .custom-footer-address>p {
        font-size: 1rem !important;
    }

    .custom-footer-livein>h2 {
        font-size: 12px !important;
    }

    .custom-footer-livein>div>img {
        height: 50px !important;
    }

    .custom-footer-contact>h4 {
        font-size: 12px !important;
    }

    .custom-footer-contact>p {
        font-size: 1rem !important;
    }

    .btn-social {
        width: 30px !important;
        height: 30px !important;
    }

}

/* Mobile Styles (up to 767px) */
@media (max-width: 767px) {
    .topifon {
        margin-top: -2.5cm;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .topifon {
        margin-top: -2.5cm;
    }
}





.bodycard {
    margin: 0;
    padding: 15px;
    /* Reduced padding for smaller screens */
    display: flex;
    justify-content: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    /* Adjusted min width */
    gap: 15px;
    /* Reduced gap */
    width: 100%;
    max-width: 1200px;
}

.cardone {
    display: flex;
    align-items: center;
    background-color: white;
    border-left: 5px solid #2e3092;
    border-radius: 15px;
    /* Slightly smaller radius */
    padding: 15px;
    /* Reduced padding */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cardone-content {
    font-size: 18px;
    /* Base mobile size */
    margin-left: 15px;
    /* Reduced spacing */
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    /* Tighter line height */
}

/* Tablet Styles (768px - 1024px) */
@media (min-width: 768px) {
    .bodycard {
        padding: 20px;
    }

    .grid-container {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .cardone-content {
        font-size: 20px;
        line-height: 1.5;
    }
}

/* Mobile Styles (up to 767px) */
@media (max-width: 767px) {
    h1 {
        font-size: 2rem !important;
        /* Smaller heading */
        margin-bottom: 15px !important;
    }

    .cardone {
        border-radius: 12px;
        padding: 12px;
    }

    .bi {
        font-size: 1.5rem !important;
        /* Smaller icons */
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .grid-container {
        grid-template-columns: 1fr;
        /* Single column layout */
    }

    .cardone-content {
        font-size: 16px;
        margin-left: 12px;
    }

    .bodycard {
        padding: 10px;
    }
}

/* Disable hover effects on touch devices */
@media (hover: none) {
    .cardone:hover {
        transform: none;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    }
}



.onboarding-container {

    padding: 80px;
    /* Increased Padding */
    border-radius: 20px;
    /* More Rounded Corners */
    text-align: center;
    margin-bottom: -1cm !important;
    max-width: 900px;
    /* Increased Max Width */
    margin: 50px auto;
    /* Increased Top/Bottom Margin */
}

.onboarding-container h1 {
    color: #2e3092;
    font-size: 3.5em;
    /* Even Larger Heading */
    margin-bottom: 40px;
    font-weight: 700;
    /* Bolder Heading */
}

.onboarding-container p {
    color: #444;
    /* Darker Text Color */
    font-size: 1.3em;
    line-height: 1.7;
    margin-bottom: 60px;
    /* Increased Bottom Margin */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.onboarding-button {
    background-color: #2e3092;
    color: white;
    padding: 25px 50px;
    /* Larger Button Padding */
    border-radius: 35px;
    /* More Rounded Button */
    text-decoration: none;
    font-weight: 700;
    /* Bolder Text */
    font-size: 1.4em;
    /* Larger Font Size */
    display: inline-block;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* More Pronounced Shadow */
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.onboarding-button:hover {
    background-color: #95b8e6;
    /* Lighter Background on Hover */
    transform: translateY(-5px);
    color: #2e3092;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}





/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #FF4500;
}


.navbar-dark .navbar-brand img {
    max-height: 78px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 60px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: rgba(236, 236, 9, 0.4) !important;
        /* Yellow with 70% opacity */
        backdrop-filter: blur(7px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .hero-header {
        position: relative;
        background-color: #E3f647;
        /* Use background-image */
        background-repeat: no-repeat;
        background-size: cover;
        /* Key change: use cover */
        background-position: right;
        /* Optional: Center the image */
        height: 100vh;
        /* Make the hero header take up full viewport height */
        width: 100vw;
        /* Make the hero header take up full viewport width */
        margin: 0;
        /* Remove default margins */
        padding: 0;
        /* Remove default padding */
        height: auto;
    }
}





@media (min-width: 768px) {
    .hero-header {
        position: relative;
        background-image: url('../img/Tarts.png');
        /* Use background-image */
        background-repeat: no-repeat;
        background-size: cover;
        /* Key change: use cover */
        background-position: right;
        /* Optional: Center the image */
        height: 100vh;
        /* Make the hero header take up full viewport height */
        width: 100vw;
        /* Make the hero header take up full viewport width */
        margin: 0;
        /* Remove default margins */
        padding: 0;
        /* Remove default padding */
        height: auto;
    }
}



.containerforabt {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
}

.background-imageforabt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
}

.text-overlayforabt {
    position: absolute;
    /* Position over the image */
    top: 0;
    left: 0;
    width: 50%;
    /* Takes up half the width */
    height: 100%;
    background: linear-gradient(to right, rgba(236, 236, 9, 0.8), rgba(236, 236, 9, 0));
    /* Gradient from yellow to transparent */
    display: flex;
    align-items: center;
    padding-left: 50px;
    /* Add padding to the left */
}

.text-contentforabt {
    color: white;
}



.love-text {
    color: #00C853;
}

@media (max-width: 768px) {


    .swalpagapu {
        margin-top: 1cm;
    }


    .text-overlayforabt {
        width: 100%;
        padding: 20px;
        background: linear-gradient(to bottom, rgba(0, 100, 0, 0.8), rgba(0, 100, 0, 0));
        align-items: flex-start;
        justify-content: flex-start;
    }

}



.hero-headerforother {
    position: relative;
    background: url('../img/Tarts.png');
    background-size: cover;

}

@media (max-width: 768px) {
    .hero-headerforother {
        position: relative;
        background: url('../img/Tartsforother.png');
        background-size: cover;
    }
}

/* .hero-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); 
    } */

/* .hero-header img {
    animation: imgRotate 50s linear infinite;
} */





@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #2e3092;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    top: 50%;
    left: -100px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    top: 50%;
    right: -100px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.border-line {
    border-radius: 15px;
    border: 6px solid #004aad;
}

.border-line:hover {
    box-shadow: 0 0 10px #004aad;
}


.box-light {
    /* height: 8.7cm;  */
    background-color: white;
    height: 9cm;
    width: 6.5cm;

}

.coninbox {

    justify-items: center;

}

.dashpass-section {
    background: rgba(255, 255, 255, 0.1);
    /* Semi-transparent white */
    backdrop-filter: blur(10px);
    /* Blur intensity */
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Subtle border */
}

.bg-img::before {

    content: "";
    position: fixed;
    /* Fixed positioning */
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-image: url("../img/bgforweby.jpeg");
    /* Replace with your image URL */
    background-size: contain !important;
    /* Cover the entire body */
    background-repeat: repeat;
    background-attachment: fixed !important;
    /* Prevents scrolling with content */
    opacity: 0.09;

    /* Dim the background (adjust value as needed) */
    z-index: -1;
    /* Place behind the content */
}



/* Video Container */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Place behind other content */
    overflow: hidden;
}







/* YouTube iframe Styling */
.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure video covers the entire container */
    pointer-events: none;
    /* Disable interaction with the iframe */
}

.video-content button {

    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

@media (max-width: 768px) {

    /* Example breakpoint */
    .video-content h2 {
        font-size: 3vw;
        /* Adjust for smaller screens */
        line-height: 1.1;

    }
}


@media (min-width: 769px) {
    .phonefooter {

        width: 50%;
    }


    .phonefooter-l {
        justify-items: end;
        margin-left: -40px;
    }

    .phonefooter-r {
        margin-left: 15px;
    }

    .phonefooter-m {
        justify-items: center;
    }
}


.boxofdw {
    margin-bottom: 4cm;
    margin-left: 9cm;
    margin-top: 2cm;
}

/* @media (min-width: 1000px) {

    .boxofdw {
        margin-bottom: 4cm;
        margin-left: 4cm;
        margin-top: 2cm;
    }

} */



@media (min-width: 320px) and (max-width: 600px) {
    .boxofdw {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        margin-right: 3cm;
        margin-left: 1.6cm;
    }
}

@media (min-width: 600px) {
    .boxofdw {
        margin-right: 3cm;

    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .box-light {
        width: 9cm;
    }
}

@media (max-width: 1400px) {
    .setwidth {
        width: 100% !important;

    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .setwidth {
        width: 100% !important;
        /* margin-left: -3.5cm; */
    }
}







.download-bar {
    background-color: #2e3092;
    color: white;
    padding: 25px 35px;
    border-radius: 0 30px 30px 0;
    /* No curve left, more curved on right */
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(46, 48, 146, 0.2);
    /* Subtle shadow */
    transition: all 0.3s ease;
    /* Smooth hover effect */
}


.download-bar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(46, 48, 146, 0.3);
}

.download-content {

    align-items: center;
    gap: 15px;
}

.download-text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}

.app-buttons {
    display: flex;
    gap: 10px;
}

.app-buttons img {
    height: 40px;
    transition: transform 0.2s ease;
}

.app-buttons img:hover {
    transform: scale(1.05);
}


.food-app-container {
    display: flex;
    align-items: center;
    /* Vertically align items */
    justify-content: center;
    /* Horizontally center items */
    padding: 50px;
    max-width: 1200px;
    /* Set a maximum width for larger screens */
    margin: 0 auto;
    /* Center the container */
}

.food-app-image-section {
    flex: 1;
    /* Takes up available space */
    text-align: center;
    /* Center the image */
    /* padding-right: 30px; */
    /* Add some spacing between image and text */
}

.food-app-text-section {
    flex: 1;
    /* Takes up available space */
    padding-left: 50px;
}

.food-app-heading {
    color: #2e3092;
    /* Green color for the heading */
    font-size: 2.7em;
    /* Increase font size */
    margin-bottom: 20px;
}

.food-app-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .food-app-container {
        flex-direction: column;
        /* Stack sections vertically on smaller screens */
        text-align: center;
        /* Center text on smaller screens */
        padding: 20px;
    }

    .food-app-image-section,
    .food-app-text-section {
        padding: 20px 0;
        /* Adjust padding for smaller screens */
    }

    .food-app-text-section {
        padding-left: 0;
    }

    .food-app-image-section {
        padding-right: 0;
    }
}


.form-wrapper {
    /* Style the main wrapper instead of body */
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f8f8f8;
}

.contact-container {
    /* Renamed class */
    display: flex;
    max-width: 100%;
    background-color: #FFFFF0;
    padding: 40px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



.comesoon-container {
    display: flex;

    /* color: white; */
    padding: 40px;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    /* Added for responsiveness */
}

.address-section {
    flex: 1;
    min-width: 300px;
    /* Ensures address section doesn't collapse too much */
}

@media (max-width: 768px) {
    .coming-soon-card {
        margin-top: 0.3cm !important;
        margin-left: -0.3cm !important;
        transform: scale(0.9) !important;
    }
}


@media (min-width: 768px) {
    .move-right {
        margin-left: 9cm !important;
    }
}

.coming-soon-card {

    color: black;
    padding: 20px;
    /* border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    /* Limit maximum width */
    aspect-ratio: 1;
    /* Makes it square */
    margin: 20px auto;
    /* Center the card with some margin */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coming-soon-locations {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    /* Center locations horizontally */
    flex-wrap: wrap;
    /* Added for responsiveness */
}

@media (max-width: 768px) {
    .coming-soon-locations {

        margin-top: -30px;

    }
}

.location {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location img {
    height: 50px;
}

h2 {
    margin-bottom: 10px;
}

.coming-soon-tag {
    background-color: #00C853;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    /* Prevents tag from spanning full width */
    margin-bottom: 10px;
    /* Adds space below the tag */
}

.icon {
    margin-right: 5px;
}

/* Media query for better mobile view */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
        /* text-align: center; */
    }

    .address-section {
        margin-bottom: 2px;
    }
}





.form-left-section {
    /* Renamed class */
    flex: 1;
    padding-right: 40px;
}

.form-right-section {
    /* Renamed class */
    flex: 1;
}

.form-label {
    /* Renamed class */
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-input,
.form-textarea {
    /* Renamed classes */
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #ddd;
    border-radius: 14px;
    box-sizing: border-box;
    background-color: #eef99b;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit-button {
    /* Renamed class */
    background-color: #2e3092;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.form-submit-button svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .contact-container {
        /* Renamed class */
        flex-direction: column;
        padding: 20px;
    }

    .form-left-section {
        /* Renamed class */
        padding-right: 0;
        margin-bottom: 20px;
    }
}


/* .video-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 0; 
} */

/* Content Styling */
/* .video-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.video-content h1, 
.video-content h2 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
} */



/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #2e3092 !important;
    border-color: #2e3092 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: red !important;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (max-width: 768px) {
    .comesoon-container {
        margin-bottom: -2cm !important;
        margin-top: -3.5cm !important;
    }

    .address-section {
        margin-top: -0.1cm !important;
        margin-left: -0.5cm !important;
        text-align: center !important;
    }

    .address-section h2 {
        font-size: 1.2em !important;
    }

    .address-section p {
        font-size: 1.2em !important;
        line-height: 1 !important;
    }

    .coming-soon-card {
        margin-left: 0 !important;
        margin-top: -1.8cm !important;
        transform: scale(0.8) !important;
        display: flex !important;
        justify-content: center !important;
    }

    .coming-soon-section {
        text-align: center !important;
    }

    .location {
        margin-top: 0 !important;
    }

    .location img {
        height: 120px !important;
    }

    .location span {
        font-size: 1.2em !important;
    }

    .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .phonefooter {
        text-align: center !important;
        margin-bottom: 1rem !important;
    }

    .phonefooter-r {
        border-right: none !important;
        padding-right: 0 !important;
    }

    .phonefooter-r div[style*="display: flex; flex-direction: row;"] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        /* Allow links to wrap */
        justify-content: flex-start !important;
        /* Align links to the left */
    }

    .phonefooter-r .btn-link {
        width: calc(50% - 1rem) !important;
        /* Each link takes roughly 50% width with spacing */
        margin-right: 1rem !important;
        /* Spacing between the two links on a line */
        margin-bottom: 0.5rem !important;
        /* Spacing between the lines */
        text-align: left !important;
        /* Align text within each link to the left */
    }

    /* Remove right margin from the second link on each line */
    .phonefooter-r .btn-link:nth-child(2n) {
        margin-right: 0 !important;
    }

    .phonefooter-l {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .phonefooter-l div[style*="display: flex; flex-direction: row;"] {
        flex-direction: column !important;
        align-items: center !important;
    }

    .phonefooter h4 {
        font-size: 1.1rem !important;
        margin-bottom: 0.5rem !important;
        text-align: center !important;
    }

    .phonefooter .btn-link {
        font-size: 1rem !important;
        padding: 0.2rem 0 !important;
    }

    .phonefooter p {
        font-size: 1rem !important;
        margin-bottom: 0.2rem !important;
    }

    .phonefooter .d-flex.pt-2 {
        justify-content: center !important;
    }

    .phonefooter .btn-social {
        margin: 0.15rem !important;
    }

    .copyright .row {
        flex-direction: column-reverse !important;
        text-align: center !important;
    }

    .copyright .col-md-6 {
        text-align: center !important;
        width: 100% !important;
    }

    .footer-menu {
        margin-top: 0.5rem !important;
    }

    .footer-menu a {
        font-size: 1rem !important;
        margin: 0 0.5rem !important;
    }
}