:root {
    --primary: #f2b705;
    --charcoal: #1c1c1c;
    --steel: #6d6d6d;
    --soft: #f1f1f1;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: var(--charcoal);
    background: #ececec;
}

h1, h2, h3, h4, h5, h6, .brand-text, .support-number {
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

a {
    color: inherit;
    transition: all 0.2s ease;
}

.top-bar {
    background: var(--charcoal);
    color: #fff;
    font-size: 13px;
}

.topbar-note i {
    color: var(--primary);
}

.top-socials i {
    opacity: 0.8;
}

.top-socials i:hover {
    opacity: 1;
    color: var(--primary);
}

.main-nav {
    background: #fff;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #fff;
}

.admin-bar .site-header {
    top: 32px;
}

.nav-grid {
    min-height: 86px;
    display: flex;
    flex-wrap: nowrap;
}

.nav-col {
    border-right: 1px solid #dfdfdf;
}

.nav-col:last-child {
    border-right: 0;
}

.brand-symbol {
    color: var(--primary);
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

.brand-text {
    color: #1d2129;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.site-brand-markup {
    display: inline-flex;
    align-items: center;
}

.site-logo-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 64px;
    object-fit: contain;
}

.footer-brand .site-logo-img {
    height: 52px;
}

.footer-brand .site-brand-markup {
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.support-icon {
    color: var(--primary);
    font-size: 28px;
    margin-right: 8px;
}

.support-number {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .menu-item a,
.navbar-nav .menu-item .nav-link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 7px;
    color: #0f1620;
    white-space: nowrap;
}

.navbar-nav .menu-item.current-menu-item a,
.navbar-nav .menu-item a:hover {
    color: var(--primary);
}

.navbar-nav .menu-item-has-children {
    position: relative;
}

.navbar-nav .menu-item-has-children > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 280px;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 1200;
    display: none;
}

.navbar-nav .menu-item-has-children > .sub-menu .menu-item a {
    display: block;
    padding: 8px 14px;
    font-size: 12px;
}

.navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.header-icon-btn,
.header-cart-btn {
    border: 0;
    background: transparent;
    font-size: 22px;
    margin-left: 0;
}

.header-icon-btn {
    color: #202734;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .nav-col-actions {
        flex: 0 0 52px !important;
        max-width: 52px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-col-menu {
        flex: 1 1 auto;
        max-width: none;
    }

    #mainMenu .navbar-nav {
        flex-wrap: nowrap;
    }
}

.header-cart-btn {
    /* background: var(--primary); */
    color: #000;
    text-decoration: none;
}

.search-modal-content {
    border-radius: 0;
    border: 1px solid #ddd;
}

.search-modal-content .modal-title {
    font-size: 28px;
}

.search-modal-form .form-label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #616974;
}

.search-modal-form .form-control {
    min-height: 50px;
    border-radius: 0;
}

.hero-wrap {
    position: relative;
}

.hero-carousel,
.hero-slide,
.hero-mask {
    height: calc(100vh - 140px);
    min-height: 560px;
}

.hero-slide {
    background-position: center;
    background-size: cover;
}

.hero-slide-1 {
    background-image: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/Home-banner.png");
}

.hero-slide-2 {
    background-image: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/home-page-use.png");
}

.hero-slide-3 {
    background-image: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/homepage-1.png");
}

.hero-mask {
    background: linear-gradient(90deg, rgba(12, 21, 32, 0.72), rgba(12, 21, 32, 0.46));
}

.hero-copy {
    max-width: 860px;
    color: #fff;
}

.hero-icons {
    display: flex;
    gap: 18px;
    justify-content: center;
    font-size: 36px;
    opacity: 0.95;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.hero-heading {
    margin: 0 auto 26px;
    max-width: 860px;
    font-size: clamp(40px, 4.2vw, 68px);
    font-weight: 700;
}

.hero-btn {
    padding: 14px 30px;
    font-size: 18px;
}

.btn-brand {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-brand:hover {
    background: #dca604;
    border-color: #dca604;
    color: #101010;
}

.btn-orange {
    background: #f57f1f;
    border: 1px solid #f57f1f;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
}

.btn-orange:hover {
    background: #d76d16;
    border-color: #d76d16;
    color: #fff;
}

.btn-whatsapp {
    background: #25d366;
    border: 1px solid #25d366;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}

.btn-whatsapp:hover {
    background: #1eaf53;
    border-color: #1eaf53;
    color: #fff;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 6%;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 46px;
    height: 46px;
}

.hero-copy > * {
    opacity: 0;
    transform: translateY(18px);
}

.carousel-item.active .hero-copy > * {
    animation: fadeUp 0.7s ease forwards;
}

.carousel-item.active .hero-copy .hero-icons {
    animation-delay: 0.15s;
}

.carousel-item.active .hero-copy .hero-subtitle {
    animation-delay: 0.35s;
}

.carousel-item.active .hero-copy .hero-heading {
    animation-delay: 0.55s;
}

.carousel-item.active .hero-copy .hero-btn {
    animation-delay: 0.75s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .stats-section {
    background-image: url("https://images.unsplash.com/photo-1581092335397-9583eb92d232?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
}

.stats-overlay {
    background: rgba(13, 31, 49, 0.76);
} */

.stat-box h3 {
    margin: 0 0 8px;
    color: var(--primary);
    font-size: 52px;
}

.stat-box h4 {
    margin: 0 0 8px;
    color: #000;
    font-size: 20px;
    line-height: 1.3;
}

.stat-box p {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.about-section {
    background: #050608;
    color: #fff;
}

.about-images {
    position: relative;
    min-height: 390px;
}

.img-main {
    width: 76%;
    border: 7px solid #0f1217;
}

.img-sub {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: -30px;
    border: 7px solid #0f1217;
}

.section-kicker {
    margin: 0 0 6px;
    color: #9ea4ad;
    font-size: 16px;
}

.section-heading {
    font-size: clamp(34px, 3vw, 52px);
    margin-bottom: 14px;
}

.section-text {
    color: #c9ccd1;
    margin-bottom: 16px;
}

.feature-item {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.steps-section {
    background: #efefef;
}

.steps-kicker {
    color: #8a8a8a;
    margin-bottom: 2px;
    font-size: 13px;
}

.steps-title {
    font-size: clamp(40px, 3vw, 56px);
    margin-bottom: 0;
}

.locations-cover-section {
    background: #f7f7f7;
}

.location-cover-card {
    display: block;
    text-decoration: none;
    color: #0f1620;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-left: 4px solid var(--primary);
    padding: 24px 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.location-cover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
    color: #0f1620;
}

.location-cover-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 183, 5, 0.17);
    color: #b38301;
    font-size: 18px;
    margin-bottom: 12px;
}

.location-cover-card h3 {
    font-size: 30px;
    margin-bottom: 6px;
}

.location-cover-card p {
    margin: 0;
    color: #646e7a;
}

.industries-cover-section {
    background: #ffffff;
}

.industry-cover-card {
    border: 1px solid #e6e6e6;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.industry-cover-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.industry-cover-card:hover {
    transform: translateY(-7px);
    border-color: #f3c651;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.industry-cover-card:hover::before {
    transform: scaleX(1);
}

.industry-cover-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary);
    background: rgba(242, 183, 5, 0.15);
    margin-bottom: 12px;
}

.industry-cover-card h3 {
    font-size: 30px;
    margin-bottom: 8px;
}

.industry-cover-card p {
    margin: 0;
    color: #616d79;
}

.home-contact-end {
    background: #000000;
}

.color{
	background: transparent !important;
	color: white !important;
	border-radius:10px !important;
}

/* Placeholder color */
.color::placeholder{
	color: white !important;
	opacity: 1;
}

.home-contact-wrap {
    border: 1px solid #dfdfdf;
    background: #fff;
}

.steps-icons-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: center;
}

.step-icon-wrap {
    display: flex;
    justify-content: center;
}

.tri {
    width: 120px;
    height: 120px;
    border-radius: 22px;
    transform: rotate(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 52px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
}

.tri i {
    transform: rotate(-15deg);
}

.tri-1,
.tri-3 {
    background: linear-gradient(145deg, #f74f61, #f8ad2f);
}

.tri-2,
.tri-4 {
    background: linear-gradient(145deg, #f59f3a, #f4cb4a);
}

.steps-line {
    position: relative;
    margin: 26px auto 0;
    max-width: 1140px;
    height: 26px;
}

.steps-line::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 12px;
    border-top: 2px dashed #2a2a2a;
}

.steps-line span {
    position: absolute;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e3aa06;
    border: 4px solid #efefef;
}

.steps-line span:nth-child(1) { left: 12%; }
.steps-line span:nth-child(2) { left: 37%; }
.steps-line span:nth-child(3) { left: 62%; }
.steps-line span:nth-child(4) { left: 87%; }

.step-card {
    padding: 12px 10px;
}

.step-card span {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 96px;
    line-height: 1;
    color: rgba(18, 24, 34, 0.06);
}

.step-card h3 {
    margin: -34px 0 0;
    font-size: 18px;
    line-height: 1.35;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-strip {
    background: var(--primary);
    background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 18px 18px;
}

.cta-strip h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
}

.cta-strip small {
    text-transform: uppercase;
    font-weight: 600;
}

.cta-strip p {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.why-choose-section {
    background: #efefef;
}

.why-card {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 12px;
}

.why-icon {
    width: 84px;
    height: 84px;
    border: 1px dashed #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #ef8a00;
    font-size: 36px;
}

.why-card h3 {
    margin: 0;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.35;
}

.why-kicker {
    margin: 0 0 8px;
    color: #8b8f96;
    font-size: 16px;
}

.why-title {
    margin: 0 0 12px;
    font-size: clamp(34px, 2.8vw, 50px);
}

.why-text {
    color: #575e68;
    margin-bottom: 14px;
}

.why-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}

.why-list li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 1px;
    color: #e2ac0a;
    font-size: 14px;
}

.promo-band-section {
    background: url("https://images.unsplash.com/photo-1590845947670-c009801ffa74?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.promo-band-overlay {
    background: linear-gradient(90deg, rgba(10, 15, 22, 0.84), rgba(10, 15, 22, 0.72));
}

.promo-panel {
    display: grid;
    grid-template-columns: 340px 1fr;
/*     background: #f4f4f4; */
    align-items: center;
    min-height: 240px;
}

.promo-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 240px;
}

.promo-content {
    padding: 28px 34px;
/*     background: #f4f4f4; */
}

.promo-content h3 {
    margin: 0 0 10px;
    font-size: clamp(28px, 2.3vw, 44px);
}

.promo-content p {
    margin-bottom: 16px;
    color: #424954;
}

.contact-main {
    background: #efefef;
}

.contact-box {
    background: #f4f4f4;
    border: 1px solid #dfdfdf;
}

.contact-side {
    background: var(--primary);
    padding: 32px 28px;
    height: 100%;
}

.contact-side h3 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-side h3 span {
    width: 28px;
    height: 2px;
    background: #fff;
    display: inline-block;
}

.contact-side-item {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.contact-side-item:last-child {
    border-bottom: 0;
}

.contact-side-item i {
    font-size: 30px;
    color: #fff;
}

.contact-side-item p {
    margin: 0;
    color: #fff;
    opacity: 0.92;
    font-size: 14px;
}

.contact-side-item strong {
    color: #fff;
    font-size: 19px;
}

.contact-form-wrap {
    padding: 32px;
}

.contact-form-wrap h2 {
    margin: 0 0 8px;
    font-size: 50px;
}

.contact-note {
    color: #818992;
    margin-bottom: 16px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-grid .full {
    grid-column: 1 / -1;
}

.contact-grid .form-control {
    min-height: 52px;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    font-size: 15px;
}

.contact-grid textarea.form-control {
    min-height: 132px;
}

.contact-map iframe {
    display: block;
}

.featured-grid .equipment-card,
.shop-card,
.single-content,
.contact-panel {
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.rental-category-card {
    display: flex;
    min-height: 210px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px;
    text-decoration: none;
    background-color: #1f2a38;
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
    border-left: 4px solid var(--primary);
    transition: all 0.22s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.rental-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 24, 35, 0.42) 0%, rgba(15, 24, 35, 0.84) 100%);
    z-index: -1;
}

.rental-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.rental-category-title {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    margin-bottom: 8px;
}

.rental-category-count {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.rental-category-badge {
    align-self: flex-start;
    background: rgba(242, 183, 5, 0.95);
    color: #111;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.35px;
    padding: 4px 9px;
    margin-bottom: 10px;
}

.rental-category-desc {
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.rental-category-meta {
    display: grid;
    gap: 5px;
    margin-top: auto;
    margin-bottom: 12px;
}

.rental-category-product {
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.35;
    padding-left: 14px;
    position: relative;
}

.rental-category-product::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 5px;
}

.rental-category-cta {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.equipment-card img,
.shop-thumb {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.equipment-card .thumb-wrap,
.shop-thumb {
    border-bottom: 3px solid var(--primary);
}

.spec-list {
    display: grid;
    gap: 5px;
}

.spec-list span {
    color: #606060;
    font-size: 13px;
}

.price-tag,
.shop-price {
    color: #d9a504;
    font-size: 34px;
    font-family: "Oswald", sans-serif;
}

.catalog-hero-shop{
	 background: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/banner1.png") center/cover no-repeat;
    min-height: 420px;
}

.contact-hero{
	background: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/fleet.png") center/cover no-repeat;
}

.catalog-hero-details {
    background: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/UAE-Rental-Banner.png") center/cover no-repeat;
/*     min-height: 420px; */
}

.catalog-hero-overlay {
    min-height: 80vh;
    background: linear-gradient(90deg, rgba(22, 23, 26, 0.74), rgba(22, 23, 26, 0.6));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-hero-overlay .display-3 {
    font-size: clamp(52px, 5vw, 86px);
}

.catalog-search-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 14px;
}

.filter-box {
    background: var(--primary);
    padding: 18px;
    position: sticky;
    top: 18px;
}

.filter-box h3 {
    margin: 10px 0 6px;
    font-size: 37px;
}

.rental-list-item {
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.rental-list-thumb {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.rental-prices span {
    font-size: 20px;
}

.spec-bullets {
    margin: 0;
    padding-left: 18px;
}

.spec-bullets li {
    margin-bottom: 6px;
    font-size: 16px;
}

.rental-total {
    color: #d9a504;
    font-size: 72px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
}

.detail-main-image {
    border: 1px solid #ccc;
}

.location-line {
    color: #5d5d5d;
    font-weight: 600;
    font-size: 16px;
}

.booking-panel {
    background: #ececec;
    border: 1px solid #d7d7d7;
    position: sticky;
    top: 18px;
}

.booking-price-head {
    background: #1f2024;
    color: #fff;
    text-align: center;
    padding: 24px 18px;
}

.booking-price-head h3 {
    margin: 0 0 8px;
    font-size: 70px;
}

.booking-price-head.booking-head-simple h3 {
    font-size: 42px;
}

.shop-gallery-tile {
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
}

.shop-gallery-tile img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.shop-gallery-row {
    align-items: center;
}

.shop-gallery-thumb-btn {
    border: 2px solid #d9d9d9;
    background: #fff;
    padding: 0;
    width: 120px;
    height: 84px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.shop-gallery-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shop-gallery-thumb-btn:hover,
.shop-gallery-thumb-btn.is-active {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.booking-content {
    padding: 18px;
}

.equipment-table th {
    width: 44%;
}

.site-footer {
    background: #000000;
    color: #fff;
}

.site-footer .text-muted,
.site-footer p.text-muted,
.site-footer .footer-main p,
.site-footer .footer-main li,
.site-footer .footer-main i {
    color: #b8c1cb !important;
}

.site-footer .btn-whatsapp {
    color: #fff !important;
}

.footer-newsletter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 52px !important;
    padding-bottom: 46px !important;
}

.footer-newsletter h3 {
    font-size: 46px;
    margin: 0;
}

.footer-brand .brand-symbol {
    font-size: 34px;
}

.footer-brand .brand-text {
    font-size: 34px;
    color: #e7ebf1;
}

.footer-newsletter p {
    font-size: 15px;
}

.newsletter-form .form-control {
    min-height: 56px;
    border-radius: 2px;
    border: 1px solid #3c3e43;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.newsletter-form .form-control::placeholder {
    color: #9ea4ad;
}

.newsletter-form .btn {
    min-height: 56px;
    min-width: 172px;
    font-size: 16px;
}

.footer-main .footer-title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.footer-main {
    padding-top: 52px !important;
    padding-bottom: 42px !important;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    text-decoration: none;
    color: #c2c8cf;
    font-size: 16px;
}

.footer-menu a:hover {
    color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    color: #8e96a1 !important;
}

.floating-whatsapp {
    position: fixed !important;
    right: 18px !important;
    bottom: 18px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 99999 !important;
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
    border: 2px solid #ffffff;
}

.floating-whatsapp:hover {
    background: #20b85a;
    color: #fff;
}

.navbar-brand{
    justify-content: center;
}

.floating-whatsapp .wa-fallback {
    display: none !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

@media (max-width: 1400px) {
    .brand-symbol {
        font-size: 40px;
    }
    .brand-text {
        font-size: 42px;
    }
    .support-number {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .main-nav {
        position: relative;
    }
    .top-bar .container {
        justify-content: center !important;
        gap: 8px !important;
        text-align: center;
    }
    .topbar-note {
        display: block;
        width: 100%;
    }
    .nav-grid {
        min-height: 64px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center !important;
    }
    .nav-col {
        border-right: 0;
        border-bottom: 0;
    }
    .nav-col-logo {
        order: 2;
        flex: 1 1 auto;
        max-width: none;
    }
    .nav-col-logo .navbar-brand {
        padding: 10px 12px !important;
    }
    .nav-col-support {
        display: none !important;
        padding: 0 !important;
    }
    .nav-col-menu {
        order: 1;
        flex: 0 0 64px;
        max-width: 64px;
        min-height: 64px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
    }
    .nav-col-actions {
        order: 3;
        flex: 0 0 64px;
        max-width: 64px;
        min-height: 64px;
        border-left: 0;
        padding: 0;
        justify-content: center !important;
    }
    .nav-col-menu .navbar {
        min-height: 64px;
        justify-content: center;
        position: static;
    }
    .navbar-toggler {
        margin-left: 0 !important;
        border: 0;
        padding: 0.25rem 0.35rem;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    #mainMenu {
        position: fixed;
        left: 0;
        right: 0;
        top: 112px;
        margin-top: 0;
        padding: 12px 16px;
        border-top: 1px solid #e5e5e5;
        width: 100vw;
        background: #fff;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
        z-index: 1001;
    }
    #mainMenu .navbar-nav .menu-item a,
    #mainMenu .navbar-nav .menu-item .nav-link {
        display: block;
        padding: 8px 0;
    }
    #mainMenu .navbar-nav .menu-item-has-children > .sub-menu {
        position: static;
        border: 0;
        box-shadow: none;
        padding: 0 0 0 10px;
        display: block;
        min-width: 0;
    }
    #mainMenu .navbar-nav .menu-item-has-children > .sub-menu .menu-item a {
        font-size: 12px;
        padding: 6px 0;
    }
    .top-bar .small.d-flex {
        width: 100%;
        justify-content: center;
        gap: 12px !important;
        flex-wrap: wrap;
    }
    .top-bar .small.d-flex span {
        white-space: nowrap;
    }
    .brand-symbol {
        font-size: 28px;
    }
    .brand-text {
        font-size: 22px;
        white-space: nowrap;
    }
    .site-logo-img {
        height: 48px;
    }
    .nav-col-support {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .support-icon {
        font-size: 24px;
    }
    .support-number {
        font-size: 16px;
    }
    .navbar-nav .menu-item a,
    .navbar-nav .menu-item .nav-link {
        font-size: 12px;
        padding: 6px 8px;
    }
    .header-icon-btn {
        width: 40px;
        height: 40px;
        font-size: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .header-cart-btn {
        display: none !important;
    }
    .hero-carousel,
    .hero-slide,
    .hero-mask {
        min-height: 500px;
        height: 68vh;
    }
    .hero-subtitle {
        font-size: 15px;
    }
    .hero-heading {
        font-size: clamp(30px, 7vw, 46px);
    }
    .stat-box h3 {
        font-size: 44px;
    }
    .stat-box h4 {
        font-size: 24px;
    }
    .stat-box p {
        font-size: 14px;
    }
    .step-card span {
        font-size: 68px;
    }
    .step-card h3 {
        margin-top: -20px;
        font-size: 15px;
    }
    .cta-strip h3 {
        font-size: 22px;
    }
    .cta-strip p {
        font-size: 20px;
    }
    .steps-icons-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .steps-line {
        max-width: 520px;
    }
    .steps-line::before {
        left: 12%;
        right: 12%;
    }
    .steps-line span:nth-child(1) { left: 16%; }
    .steps-line span:nth-child(2) { left: 38%; }
    .steps-line span:nth-child(3) { left: 62%; }
    .steps-line span:nth-child(4) { left: 84%; }
    .tri {
        width: 100px;
        height: 100px;
        font-size: 42px;
    }
    .footer-newsletter h3 {
        font-size: 30px;
    }
    .footer-brand .brand-symbol,
    .footer-brand .brand-text {
        font-size: 28px;
    }
    .footer-main .footer-title {
        font-size: 16px;
    }
    .footer-newsletter .row {
        text-align: center;
    }
    .newsletter-form {
        flex-direction: column;
    }
    .newsletter-form .btn {
        width: 100%;
        min-width: 0;
    }
    .why-card {
        min-height: 180px;
    }
    .why-title {
        font-size: clamp(30px, 7vw, 42px);
    }
    .promo-panel {
        grid-template-columns: 1fr;
    }
    .promo-image-wrap img {
        min-height: 210px;
    }
    .promo-content {
        padding: 22px;
    }
    .promo-content h3 {
        font-size: clamp(24px, 6vw, 34px);
    }
    .contact-side {
        padding: 24px 20px;
    }
    .contact-side h3 {
        font-size: 24px;
    }
    .contact-side-item strong {
        font-size: 16px;
    }
    .contact-form-wrap {
        padding: 22px;
    }
    .contact-form-wrap h2 {
        font-size: 34px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .rental-category-title {
        font-size: 28px;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 575px) {
    .brand-symbol {
        font-size: 28px;
    }
    .brand-text {
        font-size: 28px;
    }
    .hero-heading {
        font-size: clamp(26px, 10vw, 38px);
    }
    .hero-btn {
        font-size: 14px;
        padding: 10px 18px;
    }
    .floating-whatsapp {
        width: 52px;
        height: 52px;
        font-size: 27px;
        right: 12px;
        bottom: 12px;
    }
}

.project-hero {
    background-image: url("https://ayanheavytransport.com/wp-content/uploads/2026/04/heavy-transport-dubai.png");
}

.projects-listing-section {
    background: #efefef;
}

.project-card {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    color: #141a23;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.project-card-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.project-card-placeholder {
    background: linear-gradient(140deg, #e8e8e8, #d9d9d9);
    min-height: 220px;
    color: #6a727c;
    font-weight: 700;
}

.project-card-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-card-title {
    font-size: 34px;
    line-height: 1.08;
    margin: 0 0 10px;
}

.project-card-text {
    color: #4f5864;
    margin-bottom: 16px;
}

.project-card-cta {
    margin-top: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.project-detail-hero {
    background-size: cover;
    background-position: center;
}

.project-detail-main,
.project-specs-section,
.project-gallery-section {
    background: #efefef;
}

.project-content-card {
    background: #fff;
    border: 1px solid #ddd;
}

.project-section-title {
    font-size: clamp(30px, 3vw, 46px);
    margin-bottom: 12px;
}

.project-main-content {
    color: #363d47;
}

.project-left-content {
    color: #4e5662;
    font-size: 15px;
}

.project-image-panel {
    background: #fff;
    border: 1px solid #ddd;
}

.project-image-panel img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}

.project-specs-table th {
    width: 38%;
}

.project-gallery-card {
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.project-gallery-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .project-card-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .project-card-title {
        font-size: 24px;
    }
	.about-images{
		min-height:auto;
	}
	h1,h2,h3,h4,h5,h6,p,ul,span{
		text-align:center !important;
	}
	
	.industry-cover-icon{
		display: flex;
		margin-bottom:10px;
		margin: 10px auto;
	}
	
	.why-list li{
		text-align: left !important;
	}
	
	.cta-strip {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
	.btn-orange{
		width: 100%;
	}
}
