body, html{
    overflow-x: hidden;
}
.section-pd {
    padding: 50px 0;
}
.section-pdt-50 {
    padding-top: 50px;
}
.section-pdb-20 {
    padding-bottom: 20px;
}
.at-header-logo img {
    max-height: 80px;
}
/* Common overlay class */

/* body {
    background-color: #fff5f5;
    background-image: radial-gradient(circle, rgba(255, 100, 100, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
} */
/* body {
    background-color: #fff0f0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 100, 100, 0.05),
        rgba(255, 100, 100, 0.05) 2px,
        transparent 2px,
        transparent 4px
    );
} */

/* body {
    background: linear-gradient(rgba(181, 255, 207, 0.4), rgba(181, 255, 207, 0.4)), url("../images/p.webp");
    background-repeat: repeat;
    background-size: 100px auto; 
} */
/* body {
    background: url("../images/p.webp");
    background-repeat: repeat;
    background-size: 100% auto; 
    background-position: top left;
} */



/* body {
    background-color: #34327b; 
    background-image: linear-gradient(rgba(52, 50, 123, 0.9), rgba(52, 50, 123, 0.6)), url("../images/pattern3.webp");
    background-repeat: repeat;
    background-size: contain;
} */
 /* body {
    background-color: #004687;     
    background-image: url("../images/pattern3.webp");
    background-repeat: repeat;
    background-size: contain;
} */

body {
    background-image:
        url("../images/pattern3.webp"),
        linear-gradient(270deg, #2a504c, #2a504c);
    background-repeat: repeat, no-repeat;
  background-size: contain;
    /* background-position: top left, center; */
    background-color:#2a504c; /* fallback for older browsers */
}

body {
        /* background-image:
        url("../images/pattern3.webp"),
        linear-gradient(270deg, rgba(80,4,4,0.5), rgba(80,4,4,0.5)); */
    /* background-image:
        url("../images/pattern3.webp"),
        linear-gradient(270deg, #500404, #500404); */
    /* background-repeat: repeat, no-repeat; */
  /* background-size: contain; */
    /* background-position: top left, center; */
    /* background-color: #500404; */
     /* fallback for older browsers */
}

/* body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(52, 50, 123, 0.6);
    z-index: -1;
    pointer-events: none;
} */

.footer-logo img {
    max-width: 120px!important;
}
.at-header-top {
    background-color: rgba(0, 0, 0, 0.1);
    /* light red with 30% opacity */
}

.at-footer-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.at-footer-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.08;
}

.at-section-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: block;
    /* Changed from inline-block */
    margin: 0 auto 20px;
    /* Center horizontally */
    font-weight: 500;
    padding-bottom: 15px;
    text-align: center;
    /* Center the text */
    width: fit-content;
    /* Make container fit content */
    margin-bottom: 2.5rem;
}
/* Centered underline effect */
.at-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    /* Start from center */
    transform: translateX(-50%);
    /* Center precisely */
    width: 50%;
    /* Adjust this to control line length */
    height: 2px;
    background: linear-gradient(90deg, transparent, #ad7f47, transparent);
    /* Gradient from both sides */
}
.at-section-title-left2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    display: block;
    margin: 0 0 20px;
    /* Remove horizontal auto centering */
    font-weight: 500;
    padding-bottom: 15px;
    text-align: left;
    /* Align text to left */
    width: fit-content;
        margin-bottom: 2.5rem;
}

/* Left-aligned underline */
.at-section-title-left2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, #ad7f47, transparent);
}
.at-section-title-left {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: block;
    margin: 0 0 20px;
    /* Remove horizontal auto centering */
    font-weight: 500;
    padding-bottom: 15px;
    text-align: left;
    /* Align text to left */
    width: fit-content;
}
@media (max-width: 991px) {
    .at-section-title-left2 {
        margin: 0 auto 20px;
        /* Remove horizontal auto centering */
        text-align: left;
        /* Align text to left */
    }
    .at-section-title-left2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        /* Start from center */
        transform: translateX(-50%);
        /* Center precisely */
        width: 50%;
        /* Adjust this to control line length */
        height: 2px;
        background: linear-gradient(90deg, transparent, #ad7f47, transparent);
        /* Gradient from both sides */
    }
}
/* Left-aligned underline */
/* .at-section-title-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 50%; 
    height: 2px;
    background: linear-gradient(90deg, #ad7f47, transparent);
} */

/* Alternative solid centered line (simpler version) */
/* .at-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px; 
    height: 2px;
    background: #c19b76;
}  */
.at-main-menu .has-dropdown .fa {
    padding-left: 5px;
}
.grey-scale img {
    filter: grayscale(100%) brightness(0.3);
}
.media-section {
    position: relative;
    overflow-x: hidden;
}
@media (max-width: 991px) {
    .at-slider-dsc p,
    .at-slider-title {
        color: #fff;
        margin: 0;
    }
    .at-slider-content {
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: 400px;
    }
    .at-offcanvas-logo img {
        max-width: 100px;
    }

}
.overflow-x-hidden {
    overflow-x: hidden;
}
/************ about-us ***************/
.has-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0.08;
}
:root {
    --brand-red: #ad7f47;
    --brand-black: #1a1a1a;
    --brand-white: #1a1a1a;
}

.order-content {
    position: relative;
    z-index: 2;
}

.order-now-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--brand-white);
    position: relative;
    display: inline-block;
}

.order-now-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--brand-red);
    border-radius: 2px;
}

.order-subtext {
    font-size: 1.1rem;

    margin-bottom: 1.5rem;
    max-width: 90%;
}

.delivery-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    position: relative;
    z-index: 2;
}

.platform-card {
    /* background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border-radius: 12px; */
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(255, 255, 255, 0.0);
}

.platform-card:hover {
    transform: translateY(-5px);
    background: rgba(38, 80, 76, 0.8);
    border-color: var(--brand-red);
    box-shadow: 0 8px 20px rgba(38, 80, 76, 0.2);
}

.platform-logo-container {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    border-radius: 50%;
    padding: 12px;
}

.platform-name {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.btn-brand-outline {
    border: 2px solid var(--brand-white);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.btn-brand-outline:hover {
    background: var(--brand-white);
    color: var(--brand-black);
    border-color: var(--brand-white);
}

@media (max-width: 1199.98px) {
    .delivery-platforms {
        justify-content: center;
    }

    .order-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .order-now-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .order-subtext {
        margin-left: auto;
        margin-right: auto;
    }
}
.at-about-area {
    position: relative;
}

.about-bg-image {
    position: absolute;
    bottom: 0;
    left: -200px;
    z-index: 0;
    max-width: 400px;
    /* adjust as needed */
    opacity: 0.7;
    /* optional for blending */
}
@media (max-width: 575px) {
       .about-bg-image {
        position: absolute;
        top: 22%;
        left: -80px;
        z-index: 0;
        max-width: 160px;
        opacity: 0.4;
    }
    .at-about-img-1{
        margin-top: 20px;
    }
}
/************ about-us ***************/
.menu-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 0.2;
}
.video-wrapper {
    /* max-width: 900px; */
    margin: 0 auto;
}

.video-content {
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.styled-video {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 20px; */
    object-fit: cover;
}
.at-brand-thumb {
    text-align: center;
}

.brand-overlay-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.icon-link {
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.icon-link:hover {
    background: #ad7f47;
    color: #fff;
}
.at-header-2-wrapper .at-header-info-social-list ul li a {
    margin-right: 0;
    font-size: 12px;
}

.media-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(255, 255, 0, 0.5); */
   background-color: #858585;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
     opacity: 0.08;
}


.at-header-right-bars{
    color: #fff;
    font-size: 30px;
}

.mobile-btn {
    position: relative;
        color: #fff!important;
    background-color: var(--at-theme-primary);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 17px 35px!important;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 1400px){
    .at-main-menu > nav > ul > li a {
    font-size: 14px;
        letter-spacing: 0px;
}
.at-main-menu > nav > ul > li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
}
}
@media only screen and (min-width: 991px){
.at-slider-content {
    overflow: visible;
    height: 400px;
}
}
.at-brand-thumb img {
    filter: brightness(0) invert(1); /* turns image white */
}
/* .at-breadcrumb-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ad7f47, transparent);
} */
 @media only screen and (max-width: 768px){
 .at-menus-list {
    height: auto!important;
}
.at-footer-2-wrapper{
    padding-bottom: 0px!important;
}
 }
.error_field {
    color: #fff;
    text-align: right;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
}
html,
body{
    overflow-y: visible!important;
    /* scroll-behavior: unset!important; */
}
.at-header-info-right a i {
    padding-right: 10px;
    color: var(--at-text-body);
}
.at-menus-title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
 html, body {
     scroll-behavior: smooth;
     }