@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --bs-black: #000;
    --bs-white: #fff;
    --bs-text-dark: #0f0f0f;
    --bs-primary: #aa0019;
    --bs-text-light: #777;
}

*,
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0 auto;
    font-family: "Abel", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--bs-text-dark);
    background-color: var(--bs-white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    width: 100%;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Abel", sans-serif;


}
p {
    line-height: 1.6;
    font-weight: 500;
    text-align: justify;
}
a {
    text-decoration: none;
}
.f-200 {
    font-weight: 200;
}
.f-300 {
    font-weight: 300;
}
.f-400 {
    font-weight: 400;

}
.f-500 {
    font-weight: 500;

}
.f-600 {
    font-weight: 600;

}
.f-700 {
    font-weight: 700;

}
.f-800 {
    font-weight: 800;

}
.text-blue {
    color: var(--bs-blue);
}
.text-gold {
    color: var(--bs-golden);
}

.header-section {
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 11;

}

.navbar {
    background: transparent;
    text-transform: uppercase;
}

.navbar-brand, .nav-link, .offcanvas-title {
    color: var(--bs-white) !important;
    font-weight: 700;
    font-size: 14px !important;



}
.navbar-brand {
    position: relative;
    padding: 0px;
}

.nav-link {
    padding-left: 25px !important;
}
.navbar-toggler {
    border: 2px var(--bs-white) solid;
     !important;
    border-radius: 0px !important;
    background: var(--bs-white) !important;
}

.offcanvas {
    background-color: var(--bs-white);
    color: var(--bs-text-dark) !important;
}

.offcanvas .nav-link {
    color: var(--bs-text-dark) !important;


}

.offcanvas .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.offcanvas .dropdown-menu {
    background-color: var(--bs-white);
    border: none;
}

.offcanvas .dropdown-item {
    color: var(--bs-text-dark);
    margin: 0px 0px 0px 26px !important;
    font-weight: 600;
}

.offcanvas .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .offcanvas {
        display: none;
    }
}


.sticky-navbar .nav-link, .sticky-navbar.offcanvas-title, .sticky-navbar .call {
    color: var(--bs-white) !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, .6);
     !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.call {
    color: var(--bs-text-dark);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--bs-golden);
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
#mainNavbar {
    transition: all 0.3s ease;
    padding: 0px;
}


#mainNavbar.sticky-navbar {
    padding: .5rem 0;

    color: var(--bs-white) !important;
}


#mainNavbar .navbar-brand img {
    transition: all 0.3s ease;
    height: 80px;
}

#mainNavbar.sticky-navbar .navbar-brand img {
    height: 60px;
}





.heading-main {
    font-weight: 700;
    font-size: 30px;


}
.link-1 {
    color: var(--bs-primary);
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 25px;
    text-decoration: underline;
    overflow: hidden;
    z-index: 3;
}

/* background hover layer */
.link-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: #eee;
    transition: width 0.4s ease;
    z-index: -1;
}

.link-1:hover::after {
    width: 100%;
}

.link-1:hover {
    text-decoration: none;
}


.link-1 span {
    display: inline-block;
    margin-left: 8px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.35s ease;
}


.link-1:hover span {
    opacity: 1;
    transform: translateX(0);
}


.link-2 {
    color: var(--bs-primary);
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px 25px;
    text-decoration: underline;
    overflow: hidden;
    transition: all 0.35s ease;

}
.link-2 span {
    display: inline-block;
    margin-left: 8px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.35s ease;
}

.link-2:hover span {
    opacity: 1;
    transform: translateX(0);
}

.link-2:hover {
    transform: translateX(10px);
    text-decoration: none;
    transition: all 0.35s ease;
}

/* Slider container */
.main-slider {
    width: 100%;
    height: 100vh;
}

/* Slide setup */
.main-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Image */
.main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    transition: transform 6s ease;
}

/* Zoom on active slide */
.main-slider .swiper-slide-active img {
    transform: scale(1);
}

/* Overlay */
.main-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.6) 45%,
            rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    color: #ccc;
    width: 32px;
    height: 32px;
}

.main-slider .swiper-button-prev::after,
.main-slider .swiper-button-next::after {
    font-size: 30px;
    /* controls arrow size */
}

/* Banner content */
.banner-content {
    position: absolute;
    left: 8%;
    bottom: 25%;
    z-index: 2;
    color: #ffffff;
    width: 100%;
}

/* Heading */
.banner-content h2 {
    font-size: 300%;
    /*line-height: 35px;*/
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-weight: 600;

}

.banner-content h2 span {
    display: block;
    letter-spacing: 2px;
    color: var(--bs-primary);
}


.what-we-do {
    background-image: url('../images/architect-4c.jpg');
    background-position: left top;
    background-size: cover;
    padding-bottom: 160px;
    padding-top: 60px;
}
@media only screen and (max-width: 991px){
    .what-we-do {
        background-image: none;
}
}
/* Title */
.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.section-title .title-shape {
    width: 12px;
    height: 12px;
    background: #b1121b;
    transform: rotate(45deg);
}

.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}


/* Service Cards */
.service-card {
    position: relative;
    overflow: hidden;
    height: 250px;
    border: 1px solid #000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Overlay */
.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);

}

/* Title on image */
.service-card h3 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

/* Hover zoom */
.service-card:hover img {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }
}

.counter-section {
    position: relative;
    padding: 60px 0 30px 0px;
    overflow: hidden;
    color: #fff;
}

/* Background layer */
.counter-section .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    /* extra height for movement */
    background: url("../images/architect-firm-03-1.jpg") bottom / cover no-repeat;
    transform: translateY(0);
    will-change: transform;
    z-index: 0;
}

/* Content above background */
.counter-section .container {
    position: relative;
    z-index: 2;
}

/* Dark overlay */
.counter-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}




.counter-section .container {
    position: relative;
    z-index: 2;
}

/* Counter box */
.counter-box {
    position: relative;
    width: fit-content;
}

.counter-number {
    font-size: 64px;
    font-weight: 500;
    line-height: .8;
}

.counter-box p {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
    padding-top: 0;
}

/* underline */
.counter-box p::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px auto 0;
}

/* icon */
.counter-box i {
    font-size: 40px;
    margin-top: 15px;
    display: block;

}

/* Responsive */
@media (max-width: 768px) {
    .counter-number {
        font-size: 48px;
    }
}
.expertise-section {
    background: #fff;
}

.expertise-card {
    position: relative;
    display: block;
    overflow: hidden;
   height: 250px;
}

.expertise-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Dark overlay */
.expertise-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.expertise-card h4 {
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 20px 25px;
}

/* Double border animation */
.expertise-card .border-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 3;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}

.expertise-card::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 3;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}

/* Hover effects */
.expertise-card:hover img {
    transform: scale(1.08);
}

.expertise-card:hover .border-frame,
.expertise-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Swiper spacing */
.expertiseSwiper .swiper-slide {
    width: auto;
	 height: 250px !important;
}

/* All expertise link */
.all-expertise {
    display: inline-block;
    margin-top: 30px;
    color: #c21f2f;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.razeen {

    background-color: #111;
    color: var(--bs-white);
}
.razeen-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.razeen-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.razeen-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image:
        linear-gradient(180deg, rgba(8, 78, 114, 0.22) 0%, rgba(8, 78, 114, 0.51) 100%);
    z-index: 2;
}

.razeen p {
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.7;
}

.razeen-list {
    list-style: none;
    padding: 0;
    columns: 3;
}
@media only screen and (max-width: 991px){
    .razeen-list {
        columns: 2;
    }
}
@media only screen and (max-width: 768px){
    .razeen-list {
        columns: 1;
    }
}

.razeen-list li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
    transition: all .5s ease-in;
}

.razeen-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid var(--bs-primary);
}
.razeen-list li:hover::before {
    transform: rotate(90deg);

}
.razeen h2 {
    color: var(--bs-primary);
}
.join-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
    text-decoration: underline;
    transition: 0.3s ease;
}

.join-btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-black);
    padding: 12px 20px;
    text-decoration: none;
}
.news-section {
    background: #f4f4f4;
}

.news-title {
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.news-title span {
    width: 18px;
    height: 18px;
    background: #c5001a;
    display: inline-block;
    margin-right: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-card h4 {
    margin-top: 30px;
}
.news-card h4 a {
    color: var(--bs-text-dark);

    font-size: 25px;
    text-decoration: underline;
    font-weight: 500;
}

.news-card p {
    font-size: 14px;
    color: var(--bs-black);
    line-height: 1.6;
}



.newsSwiper .swiper-button-prev {
    left: 0px !important;
    z-index: 11;
}
.newsSwiper .swiper-button-next {
    right: 0px !important;
    z-index: 11;
}
.newsSwiper .swiper-button-prev,
.newsSwiper .swiper-button-next {
    color: #333;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;

}

.newsSwiper .swiper-button-prev::after,
.newsSwiper .swiper-button-next::after {
    font-size: 20px;
    /* controls arrow size */
}


/* Section */
.contact-section {
    position: relative;
    padding: 120px 0;
    background: url("../images/city-13.jpg") center/cover no-repeat;
    color: #fff;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);

}
.contact-section::after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmNGY0ZjQiPjxwYXRoIGQ9Ik05NzguODEgMTIyLjI1TDAgMGgxMjgwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNS45OXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNOTgzLjE5IDk1LjIzTDAgMGgxMjgwbC0yNjYgOTEuNTJhNzIuNTggNzIuNTggMCAwIDEtMzAuODEgMy43MXoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    top: 0;
    height: 200px;
    z-index: 1;
    transform: scale(1, 1);
}
.contact-section .container {
    position: relative;
    z-index: 7;
}

/* Heading */
.contact-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-size: 14px;
    opacity: 0.85;
    padding-bottom: 80px;
    display: block;
}
.contact-section form {
    background: rgba(255, 255, 255, .1);
}
/* Form */
.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0;
    color: #fff;
    padding: 12px 20px;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
    border-bottom-color: var(--bs-white);
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}
.border-dash {
    border-top-color: var(--bs-primary);
    border-top-style: dashed;
    border-top-width: 3px;
    width: 50px;
    height: 20px;
}

/* Textarea */
textarea.form-control {
    resize: none;
    min-height: 120px;
}

/* Button */
.btn-submit {
    margin-top: 40px;
    padding: 12px 40px;
    background: var(--bs-primary);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn-submit:hover {
    background: var(--bs-white);
    color: var(--bs-black);
}
/* Footer */
.site-footer {
    background: #222;
    color: var(--bs-white);
    padding: 40px 0 0;
    font-size: 14px;
}

.footer-logo {
    max-width: 150px;
}

.footer-text {
    margin-bottom: 20px;
    color: var(--bs-white);
}

/* Titles */
.footer-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 55px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 80px;
    height: 2px;
    background: transparent;
    position: absolute;
    left: 0;
    border-top: 3px dashed var(--bs-primary);
    bottom: -20px;
}

/* Links */
.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links {
    columns: 2;
}
.footer-links li {
    margin-bottom: 12px;
    columns: 2;
}

.footer-links li a {
    color: var(--bs-white);
    text-decoration: none;
    position: relative;
    padding-left: 18px;
}

.footer-links li a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--bs-white);
}

.footer-links li a:hover {
    color: var(--bs-white);
}

/* Contact */
.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.footer-contact i {
    color: var(--bs-white);
    font-size: 18px;
    margin-top: 2px;
    margin-right: 10px;
}

/* Social */
.footer-social a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: var(--bs-white);
}

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

/* Bottom */
.footer-bottom {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: var(--bs-white);
}
.footer-bottom span {
    color: var(--bs-primary);
}

/* Page Loader */
#page-loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bars */
.loader-bars {
    display: flex;
    gap: 6px;
}

.loader-bars span {
    width: 4px;
    height: 28px;
    background: #b4142a; /* Razeen red */
    animation: barPulse 1s infinite ease-in-out;
}

/* Stagger animation */
.loader-bars span:nth-child(1) { animation-delay: 0s; }
.loader-bars span:nth-child(2) { animation-delay: 0.1s; }
.loader-bars span:nth-child(3) { animation-delay: 0.2s; }
.loader-bars span:nth-child(4) { animation-delay: 0.3s; }
.loader-bars span:nth-child(5) { animation-delay: 0.4s; }

@keyframes barPulse {
    0%, 100% {
        transform: scaleY(0.4);
        opacity: 0.6;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}
