.header-fixed {
    position: sticky;
    top: 0;
	z-index: 9999;
}

.navbar {

    /* z-index: 1000;

    background: #ffffff;

    background-image: linear-gradient(to bottom,
            #ffffff 0%,
            #dddcdc 100%);

    border-top: 1px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 1px 0 rgba(0, 0, 0, 0.04),
        0 6px 20px rgba(0, 0, 0, 0.08); */
    /* background-image: url("../images/edaddyx7/header_bg.png"); */
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
}

.navbar-collapse {
    flex-grow: unset !important;
    flex-basis: unset;
}

.nav_menus {
    gap: 40px;
}

.navbar-nav {
    display: flex;
    gap: 20px;
}

.navbar_btn {
    display: flex;
    gap: 20px;
}

.navbar-brand img {
    width: 270px;
}

.nav-link {
    color: #0D0D0D;
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 300;
    font-size: 15px;
}


/* banner section start */
.banner_section {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            
            rgba(0, 0, 0, 0.4)),
        url("../images/navbar/banner_video.webm"); */
    /* background-image: url("../images/home/dummy_bg.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.para_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
    z-index: -1;
}

.banner_head {
    font-weight: 700;
    font-size: 62px;
    color: #fff;
    line-height: 87px;
    margin-bottom: 20px;
}

.banner_para {
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

.banner_section .main_sec {
    padding-top: 350px;
    padding-bottom: 70px;
}

.sparkle_img {
    width: 20px;
    height: 20px;
}

.banner_section .banner_btn {
    display: flex;
    gap: 20px;
}

.dubai_img {
    width: 100%;
    margin: 80px 0px;
}

.header {
    text-align: center;

}

.innovative-tag {
    /* font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #666; */
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;

}

.cutting_edge_sol {
    padding-bottom: 70px;
}

.cutting_edge_sol .main-title {
    font-weight: 600;
    font-size: 43px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.cutting_edge_sol .description {
    font-weight: 300;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
	position: relative;
    z-index: -1;
}

.product-card {
    background: #fff;
    padding: 20px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover .product-title {
    color: #9E735B;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid;

    border-image-source: linear-gradient(0deg, #0D0D0D, #0D0D0D),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.product-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.product-icon svg {
    width: 60px;
    height: 60px;
}

.product-card .product-title {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}

.product-subtitle {
    color: #000000;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* .btn {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
} */

.btn-primary {
    background-color: #9b7b64;
    color: #fff;
}

.btn-primary:hover {
    background-color: #8a6d58;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(155, 123, 100, 0.3);
}

.btn-secondary {
    background-color: #fff;
    color: #000;
    border: 2px solid #e0e0e0;
}

.btn-secondary:hover {
    border-color: #000;
    transform: translateY(-2px);
}

.partners_logo .owl-carousel .owl-item .webflow_img {
    display: unset;
    margin-bottom: 30px;
    width: 210px;
}

.partners_logo {
    margin: 80px 0px 60px;
	z-index:-1;
	position:relative;
}

.webflow_para {
    line-height: 36px;
    color: #000000;
    font-family: Stack Sans Headline;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 80px;
}

.webflow_name {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.webflow_role {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    font-family: Stack Sans Headline;
}

.anima_img {
    display: unset !important;
    margin-bottom: 20px;
}


.partners_logo .owl-carousel .owl-dots.disabled,
.partners_logo .owl-carousel .owl-nav.disabled {
    display: block;
}

.partners_logo .owl-carousel .owl-nav button {
    position: relative;
}

.partners_logo .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/home/leftside_arrow.png);
    width: 40px;
    height: 40px;
    display: block;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: -240px;
    left: -600px;
}

.partners_logo .owl-carousel .owl-nav button.owl-next span {
    background-image: url("../images/home/rightside_arrow.png");
    width: 40px;
    height: 40px;
    display: block;

    background-size: 100% 100%;
    display: block;
    font-size: 0;
    position: absolute;
    top: -240px;
    right: -600px;
    z-index: 10;
}


.sustainable_Delivery_Sec {
    padding: 80px 0;
    background: white;
}

.sustainable_Delivery_Sec .main-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    font-family: "Aloevera Display";
    margin-bottom: 20px;
}

.sustainable_Delivery_Sec .brand {
    color: #9b7b67;
    display: block;
    margin-top: 5px;
    font-size: 40px;
    font-family: "Aloevera Display";
}

.sustainable_Delivery_Sec .para {
    font-family: Stack Sans Headline;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 29px;
}

.sustainable_Delivery_Sec .stat-box {
    background: #E7E7E7;
    padding: 25px;
    border-radius: 12px;


}

.sustainable_Delivery_Sec .stat-box h2 {
    font-family: Aloevera Display;
    font-weight: 700;
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
}

.sustainable_Delivery_Sec .stat-box p {

    color: #000000;
    font-family: Stack Sans Headline;
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    line-height: 25px;
}

.sustainable_Delivery_Sec .vehicle-img {
    border-radius: 1px;
    width: 90%;
    height: 450px;
    object-fit: cover;
}


.cta-section .cta-box {
    border-radius: 4px;
    overflow: hidden;
}


.cta-section .cta-content {
    background: #bfb7aa;
    padding: 90px;
}

.cta-section .cta-content h2 {
    font-size: 34px;
    font-family: "Aloevera display";
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-section .cta-content p {
    color: black;
    margin-bottom: 30px;
    font-family: "Stack Sans Headline";
    font-size: 14px;
    font-weight: 400;
}


.cta-section .cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: unset;
}

.cta-section .cta-image img {
    width: 96%;

}

.edaddy-footer {
    background: #C4BEB25E;
    padding: 60px 80px 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #111;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    max-width: 520px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 28px;
}

.footer-left h4 {
    font-family: Aloevera Display;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;

}

.footer-left p {

    font-family: Stack Sans Headline;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 26px;
}

.footer-right {
    max-width: 480px;
    margin-right: 168px;
}

.footer-right h3 {
    font-family: Aloevera Display;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 20px;
}

.footer-right h3 span {
    color: #a16b4a;
}

.footer-subscribe {
    display: flex;
    gap: 12px;
}

.footer-subscribe input {
    flex: 1;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    border: 1px solid #a0a0a0;
    background-color: #f1ede8 !important;
}

.footer-subscribe button {
    padding: 14px 26px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.footer-links {
    display: flex;
    gap: 60px;
    margin: 50px 0 30px;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    position: relative;
}

.footer-links a::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #a16b4a;
    margin-top: 8px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer-legal {
    display: flex;
    gap: 12px;
}

.footer-legal a {
    color: #444;
    text-decoration: underline;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 245px;
    height: auto;
    display: block;
}

.edaddy-footer {
    padding-left: 0;
    padding-right: 0;
}

.edaddy-footer>* {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;

}

/* responsive */

@media screen and (max-width: 1400px) {
    .webflow_para {
        line-height: 38px;
        font-size: 20px;
        margin-bottom: 60px;
    }

    .partners_logo .owl-carousel .owl-item .webflow_img {
        margin-bottom: 20px;
        width: 180px;
    }

    .webflow_name {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-prev span {
        left: -460px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-next span {
        right: -460px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-prev span {
        width: 35px;
        height: 35px;

    }

    .partners_logo .owl-carousel .owl-nav button.owl-next span {
        width: 35px;
        height: 35px;
    }

    .banner_head {
        font-size: 52px;
        line-height: 77px;
    }

    .banner_para {
        font-size: 14px;
        line-height: 34px;

    }

    .banner_para br {
        display: none;
    }

    .para_btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .banner_head {
        font-size: 48px;
        line-height: 77px;
    }

    .banner_section .main_sec {
        padding-top: 230px;
        padding-bottom: 70px;
    }

    .nav-link {
        font-size: 14px;
    }

    .cutting_edge_sol .main-title {
        font-size: 35px;
    }

    .innovative-tag {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-card .product-title {
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .sustainable_Delivery_Sec .para {
        font-size: 14px;
    }

    .sustainable_Delivery_Sec .stat-box p br {
        display: none;
    }

    .cta-section .cta-content {
        padding: 64px;
    }

    .cta-section .cta-image img {
        width: 100%;
    }

    .cta-section .cta-content h2 {
        font-size: 30px;
    }

    .navbar-brand img {
        width: 230px;
    }
}

@media screen and (max-width: 1200px) {
    .partners_logo .owl-carousel .owl-nav button.owl-prev span {
        width: 30px;
        height: 30px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-prev span {
        left: -410px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-next span {
        right: -410px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-next span {
        width: 30px;
        height: 30px;
    }

    .webflow_para {
        line-height: 34px;
        font-size: 17px;
    }

    .banner_para {
        line-height: 28px;
        letter-spacing: 0.5px;
    }

    .cutting_edge_sol .description {
        font-size: 14px;
    }

    .sustainable_Delivery_Sec .stat-box p {
        height: 50px;
    }

    .sustainable_Delivery_Sec .para br {
        display: none;
    }

    .sustainable_Delivery_Sec .main-title {
        font-size: 35px;
    }

    .sustainable_Delivery_Sec .brand {
        margin-top: 5px;
        font-size: 35px;
    }

    .sustainable_Delivery_Sec .stat-box {
        padding: 15px;
    }

    .cta-section .cta-content {
        padding: 45px;
    }

    .footer-top {
        gap: 10px;
    }

    .footer-links {
        margin: 30px 0 30px;
    }

    .footer-right h3 {
        font-size: 24px;
    }

    .footer-right {
        margin-right: 0;
    }

    .edaddy-footer>* {
        padding-left: 60px;
        padding-right: 60px;
    }

}

@media screen and (max-width: 1024px) {
    .cutting_edge_sol .main-title {
        font-size: 36px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width: 992px) {
    .webflow_para {
        line-height: 30px;
        font-size: 16px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-prev span {
        left: -300px;
        top: -180px;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-next span {
        right: -300px;
        top: -180px;
    }

    .cta-content {
        padding: 40px;
    }

    .para_btn {
        display: block;

    }

    .cutting_edge_sol .main-title {
        font-size: 33px;
    }

    .cutting_edge_sol .description br {
        display: none;
    }

    .webflow_para {
        margin-bottom: 30px;
    }

    .sustainable_Delivery_Sec .vehicle-img {
        margin-top: 30px;
        width: 100%;
    }

    .sustainable_Delivery_Sec {
        padding: 40px 0;
    }

    .sustainable_Delivery_Sec .stat-box h2 {
        font-size: 35px;
        margin-bottom: 0px;
    }

    .navbar {
        padding: 15px;
    }

    .navbar-collapse {
        width: 100%;
        margin-top: 15px;
    }

    .nav_menus {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .navbar-nav {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .nav-link {
        padding: 10px 0;
        font-size: 16px;
    }

    .navbar_btn {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        margin-top: 10px;
    }

    .navbar_btn a,
    .navbar_btn button {
        width: 100%;
    }

    .dropdown-menu {
        width: 100%;
    }

    .edaddy-footer {
        padding: 50px 40px 30px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .footer-left,
    .footer-right {
        max-width: 100%;
    }

    .footer-right h3 {
        font-size: 22px;
    }

    .footer-links {
        gap: 40px;
    }

    .edaddy-footer>* {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 900px) {
    .edaddy-footer {
        padding: 40px 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-links {
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {

    .banner_head br {
        display: none;
    }

    .banner_head {
        font-size: 39px;
        line-height: 60px;
    }

    .banner_section .main_sec {
        padding-top: 170px;
    }

    .webflow_para br {
        display: none;
    }

    .webflow_para {
        font-size: 14px;
    }

    .footer-subscribe input,
    .footer-subscribe button {
        width: 100% !important;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-left h4 {
        font-size: 20px;
    }

    .footer-right h3 {
        font-size: 20px;
    }

    .footer-subscribe {
        flex-direction: column;
        gap: 10px;
    }

    .footer-subscribe input,
    .footer-subscribe button {
        width: 100%;
    }


    .footer-links {
        flex-direction: unset;
        gap: 10px;
        margin: 40px 0 25px;
    }

    .footer-bottom {
        gap: 16px;
    }

    .footer-legal {
        flex-wrap: wrap;
        gap: 8px;
    }

    .edaddy-footer>* {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cutting_edge_sol .main-title {
        font-size: 30px;
    }

    .cutting_edge_sol .description {
        font-size: 14px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .product-card {
        padding: 40px 25px;
    }

    .product-card .product-title {
        font-size: 22px;
    }

    /* .btn {
        width: 100%;
        justify-content: center;
    } */

    .footer-links a {
        font-size: 14px;
    }
}

@media screen and (max-width: 678px) {
    .partners_logo .owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }

    .partners_logo .owl-carousel .owl-nav button.owl-next span {
        display: none;
    }

    .webflow_role {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 540px) {
    .banner_section .main_sec {
        padding-top: 40px;
    }

    .banner_head {
        font-size: 35px;
        line-height: 50px;
    }

    .cta-buttons {
        flex-wrap: wrap;
    }

    .sustainable_Delivery_Sec .stat-box p {
        font-size: 13px;
    }

    .sustainable_Delivery_Sec {
        padding: 0px 0;
    }

    .cta-section .cta-content {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    .edaddy-footer {
        padding: 40px 20px 25px;
    }

    .footer-logo img {
        width: 170px;
    }

    .footer-right h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .footer-left p {
        font-size: 13px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 13px;
    }

    .edaddy-footer>* {
        padding-left: 16px;
        padding-right: 16px;
    }

    .container {
        padding: 30px 15px;
    }

    .cutting_edge_sol .main-title {
        font-size: 23px;
    }

    .cutting_edge_sol .description {
        font-size: 14px;
    }

    .product-icon {
        font-size: 40px;
        margin-bottom: 20px;
        height: 60px;
    }

    .product-icon svg {
        width: 50px;
        height: 50px;
    }

    .product-card .product-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product-subtitle {
        font-size: 14px;
    }

    /* 
    .btn {
        padding: 14px 30px;
        font-size: 15px;
    } */
}

@media screen and (max-width: 450px) {
    .banner_head {
        font-size: 30px;
        line-height: 45px;
    }
}