/* ==========================================
   Header Section
   ========================================== */
.main-header {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    position: relative;
}

.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: -1;
}

.main-header.scrolled::before {
    opacity: 1;
}

.main-header .navbar {
    transition: padding 0.3s ease;
}

.main-header.scrolled .navbar {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

/* ==========================================
   Hero Section
   ========================================== */
.hero-section {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
}

.hero-content-wrap h1 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Ensure hero section takes full viewport on mobile */
@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .hero-content-wrap {
        padding: 0 15px;
    }
    
    .hero-content-wrap h1 {
        margin-bottom: 1.5rem !important;
    }
    
    .hero-content-wrap .lead {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 576px) {
    .hero-section {
        min-height: 100vh !important;
    }
    
    .action-btns .btn {
        padding: 0.75rem 2rem !important;
        font-size: 0.85rem !important;
    }
}

/* ==========================================
   Color Palette Variables
   ========================================== */
:root {
    --primary: #F0D270;        /* Soft Gold – primary brand color */
    --accent: #FED550;         /* Bright Gold – accents and hover */
    --secondary: #ACACAC;      /* Neutral Gray – text/contrast */
    --info: #CFD8DC;           /* Pale Gray – backgrounds */
    --success: #A3B46F;        /* Muted Olive – complements gold */
    --warning: #E6B325;        /* Warm Gold Amber – warnings */
    --danger: #C04B30;         /* Terracotta Red – alerts */
    --dark: #363636;           /* Deep Charcoal – backgrounds/text */
    --project-dark: #3a3a3a;   /* Dark gray for project content (matching image) */
}

/* ==========================================
   Font Face Declarations
   ========================================== */
/* Copperplate Gothic Bold */
@font-face {
    font-family: 'Copperplate Gothic';
    src: url('/assets/fonts/Copperplate-Gothic-Std-31-AB.ttf') format('truetype'),
         url('/YouMain/wwwroot/assets/fonts/Copperplate-Gothic-Std-31-AB.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copperplate Gothic';
    src: url('/assets/fonts/Copperplate-Gothic-Std-32-AB.ttf') format('truetype'),
         url('/YouMain/wwwroot/assets/fonts/Copperplate-Gothic-Std-32-AB.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Roboto - Import from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400&display=swap');

/* ==========================================
   Typography
   ========================================== */
body, p, a, span, label, strong {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}

/* Headings - Use Copperplate Gothic */
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Copperplate Gothic', 'Poppins', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Arabic Typography Override */
html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] a,
html[lang="ar"] span,
html[lang="ar"] label,
html[lang="ar"] strong {
    font-family: 'Tajawal', 'Roboto', sans-serif !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .h1,
html[lang="ar"] .h2,
html[lang="ar"] .h3,
html[lang="ar"] .h4,
html[lang="ar"] .h5,
html[lang="ar"] .h6,
html[lang="ar"] .display-1,
html[lang="ar"] .display-2,
html[lang="ar"] .display-3,
html[lang="ar"] .display-4,
html[lang="ar"] .display-5,
html[lang="ar"] .display-6 {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.drop-title {
    font-family: "Roboto", sans-serif !important;
}

html[lang="ar"] .drop-title {
    font-family: 'Tajawal', sans-serif !important;
}

/* Specific paragraph styling */
p {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    line-height: 1.6;
}

html[lang="ar"] p {
    font-family: 'Tajawal', sans-serif !important;
}

/* Typography weights for Roboto */
.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* Font Awesome Icons - Prevent font override */
i[class^="fa-"], 
i[class*=" fa-"],
.fa, .fas, .far, .fal, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}

.fas, .fa-solid {
    font-weight: 900 !important;
}

.far, .fa-regular {
    font-weight: 400 !important;
}

.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* ==========================================
   Navigation Styles
   ========================================== */
.nav-link {
    font-family: "Montserrat", sans-serif !important;
    color: #F1F2F2 !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary);
}

.link-active {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
}

.link-active svg {
    fill: var(--primary) !important;
}

.link-active div div {
    color: var(--primary) !important;
}

/* ==========================================
   General Styles
   ========================================== */
* {
    scroll-behavior: smooth;
}

html {
    scroll-padding-top: 120px; /* Account for fixed header height */
}

.invalid-entry {
    border: 1px solid var(--danger) !important;
}

/* ==========================================
   Preloader
   ========================================== */
.preloader-icon {
    width: 400px !important;
    height: auto !important;
}

/* ==========================================
   Statistics Section
   ========================================== */
.statistics-card {
    display: flex;
    gap: 32px;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 6px 6px 55px 0px rgba(0, 0, 0, 0.06);
    max-width: 410px;
}

.statistics-card .description {
    text-align: start;
}

.statistics-card .img-container {
    width: 56px;
    height: 56px;
}

.statistics-card .description p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/* Modern Statistics Cards */
.statistics-card-modern {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.statistics-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.statistics-card-modern .card-header-colored {
    flex-shrink: 0;
}

.statistics-card-modern .card-body-modern {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.statistics-card-modern .btn-light {
    transition: all 0.3s ease;
}

.statistics-card-modern .btn-light:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--dark) !important;
    transform: translateX(5px);
}

.statistics-card-modern .btn-light:hover i {
    transform: translateX(3px);
}

.statistics-card-modern .btn-light i {
    transition: transform 0.3s ease;
}

/* Responsive Statistics Cards */
.statistics-card-with-image {
    min-height: 350px;
}

.statistics-card-image-container {
    min-height: 200px;
}

.statistics-card-full-bg {
    min-height: 400px;
}

/* Desktop - Large screens */
@media (min-width: 1200px) {
    .statistics-card-with-image {
        min-height: 380px;
    }
    
    .statistics-card-image-container {
        min-height: 220px;
    }
    
    .statistics-card-full-bg {
        min-height: 450px;
    }
}

/* Tablet - Medium screens */
@media (max-width: 991px) and (min-width: 768px) {
    .statistics-card-with-image {
        min-height: 320px;
    }
    
    .statistics-card-image-container {
        min-height: 180px;
    }
    
    .statistics-card-full-bg {
        min-height: 350px;
    }
}

/* Mobile - Small screens */
@media (max-width: 767px) {
    .statistics-card-with-image {
        min-height: 280px;
    }
    
    .statistics-card-image-container {
        min-height: 150px;
    }
    
    .statistics-card-full-bg {
        min-height: 300px;
    }
    
    .statistics-section {
        margin-top: -150px !important;
    }
}

/* Mobile - Extra small screens */
@media (max-width: 576px) {
    .statistics-card-with-image {
        min-height: 250px;
    }
    
    .statistics-card-image-container {
        min-height: 130px;
    }
    
    .statistics-card-full-bg {
        min-height: 280px;
    }
}

.statistics-section {
    position: relative;
    z-index: 5;
}

@media (max-width: 992px) {
    .statistics-section {
        margin-top: 0px !important;
    }
}

/* ==========================================
   Sections & Layouts
   ========================================== */
.section-padding {
    padding-top: 8rem;
}

.brand-logo-grid li {
    width: 100%;
    border-radius: 20px;
}

/* ==========================================
   Feature Cards
   ========================================== */
.feature-card {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* ==========================================
   Gradient Utilities
   ========================================== */
.gradient-text {
    background: linear-gradient(45deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient {
    background: linear-gradient(to bottom, var(--primary), var(--accent)) !important;
}

/* ==========================================
   Icons & Shadows
   ========================================== */
.icon-shadow {
    box-shadow: 0 4px 8px rgba(240, 210, 112, 0.67);
}

.sm-icon {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 10px;
}

.service-icon {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 19px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.core-value-icons {
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 20px !important;
}

.join-icon-container {
    width: 51px !important;
    height: 51px !important;
    margin-bottom: 10px;
    border-radius: 20px !important;
}

.contact-icon-container {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
}

.contact-icon-container-md {
    width: 45px;
    height: 45px;
}

/* ==========================================
   Footer Section
   ========================================== */
.footer-section {
    border-start-end-radius: 25px;
    border-start-start-radius: 25px;
    background-image: url("/custom/images/SocialMedia/world.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.copyright {
    height: 100px;
    background: #0C0E0D;
}

/* ==========================================
   Step Lines (Implementation Steps)
   ========================================== */
.step-line1 {
    width: 50%;
    position: absolute;
    right: 25%;
    z-index: -1;
    top: 30%;
}

.step-line1[data-id="it"] {
    width: 58%;
    right: 20%;
    top: 40%;
}

.step-line2 {
    width: 50%;
    position: absolute;
    right: 25%;
    z-index: -1;
    top: 70%;
}

.step-line2[data-id="Imp1"],
.step-line2[data-id="con"] {
    width: 30%;
    right: 35%;
    top: 70%;
}

@media (max-width: 992px) {
    .step-line1, .step-line2 {
        display: none;
    }
}

/* ==========================================
   Typography Utilities
   ========================================== */
.fs-8 {
    font-size: 0.95rem !important;
    line-height: normal !important;
    color: rgba(0, 0, 0, 0.70);
}

/* ==========================================
   Sliders & Carousels
   ========================================== */
.digi-logo-slider2 {
    margin-bottom: 100px;
}

/* Swiper pagination */
.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: var(--primary);
}

.swiper-pagination {
    margin-bottom: -15px;
}

/* ==========================================
   Vision & Mission Cards
   ========================================== */
.vm-card {
    border-radius: 18px !important;
    background: var(--primary) !important;
    margin: 0 20px;
}

/* ==========================================
   Off-Canvas & Header
   ========================================== */
.offcanvas {
    z-index: 1000;
    background-color: var(--dark) !important;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
}

.offcanvas-body .main-menu {
    flex: 1;
}

/* Mobile Language Switcher */
.offcanvas-body .nav-link {
    transition: all 0.3s ease;
}

.offcanvas-body .nav-link:hover {
    transform: translateX(5px);
}

.offcanvas-body .nav-link img {
    transition: transform 0.3s ease;
}

.offcanvas-body .nav-link:hover img {
    transform: scale(1.1);
}

.affix {
    z-index: 1000;
    background-color: var(--dark) !important;
}

/* ==========================================
   Team Section
   ========================================== */
.team-section::after {
    content: none;
    background-image: none !important;
}

@media (max-width: 992px) {
    .member-name {
        font-size: 10px;
    }
    .member-position {
        font-size: 7px;
    }
}

/* ==========================================
   Contact Us Section
   ========================================== */
.contactUs-form-container {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-us-img-container {
    background: linear-gradient(156deg, var(--primary) 22.63%, var(--accent) 141.79%);
    min-height: 600px;
    position: relative;
    padding: 40px;
    border-radius: 40px;
}

.contact-us-img-container img {
    position: absolute;
    bottom: 0;
    left: 0%;
}

#home-hero {
    background: linear-gradient(90deg, var(--warning) 2.27%, var(--primary) 35.13%, var(--accent) 97.27%) !important;
}

#contactus-form input, #contactus-form textarea {
    border-radius: 8px;
    border: 1px solid #CCCCCC;
}

.error {
    color: var(--danger);
    margin-top: -5px;
}

/* ==========================================
   Buttons
   ========================================== */
.btn {
    border-radius: 20px;
}

/* ==========================================
   Services
   ========================================== */
.single-service {
    min-height: 450px !important;
}

@media (max-width: 992px) {
    .single-service {
        min-height: 350px !important;
    }
}

/* ==========================================
   Map & Location
   ========================================== */
.map-location {
    border-radius: 50px;
    max-width: 900px;
}

/* ==========================================
   Promo Singles
   ========================================== */
.promo-single {
    min-height: 375px;
}

.promo-single[data-id="ds"] {
    background: #FAFAFA !important;
    box-shadow: none !important;
}

.promo-single[data-id="ds"] .promo-icon {
    background-color: var(--accent) !important;
}

.promo-single[data-id="imp"] {
    background: #FAFAFA !important;
    box-shadow: none !important;
}

.promo-single[data-id="imp"] .promo-icon {
    width: 120px;
}

.promo-single[data-id="it"],
.promo-single[data-id="con"] {
    background: #FAFAFA !important;
    box-shadow: none !important;
}

.promo-single[data-id="it"] .promo-icon {
    background-color: var(--accent) !important;
    border-radius: 50% !important;
}

.promo-single[data-id="con"] .promo-icon {
    width: 120px;
}

/* ==========================================
   Action Cards
   ========================================== */
.action-card-container {
    background: linear-gradient(89deg, var(--primary) 23.9%, var(--accent) 136.21%);
    border-radius: 40px;
    color: #FFF;
    padding: 56px 46px;
}

@media (max-width: 992px) {
    .action-card-container {
        padding: 30px 20px;
    }
}

.action-card-info {
    max-width: 80%;
}

@media (max-width: 992px) {
    .action-card-info {
        max-width: 100%;
    }
}

/* ==========================================
   Testimonials
   ========================================== */
.testimonialSwiper {
    padding-bottom: 40px;
    padding-top: 40px;
}

.testimonial-card {
    position: relative;
    overflow: visible !important;
    padding-bottom: 50px;
    padding-top: 50px;
}

.testimonial-card::before,
.testimonial-card::after {
    z-index: 1;
    background-position: center;
}

.testimonial-card::before,
.testimonial-card::after {
    content: '';
    position: absolute;
    background-image: url('/custom/images/testimonials/quotation.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 2;
    background-color: #fff;
}

.testimonial-card::before {
    top: -30px;
    left: 30px;
}

.testimonial-card::after {
    bottom: -25px;
    right: 30px;
    transform: rotate(180deg);
}

/* ==========================================
   Video Player
   ========================================== */
.video-container {
    position: relative;
}

.play-button {
    background-color: var(--dark);
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 24px;
    color: var(--primary);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

/* ==========================================
   Forms
   ========================================== */
.form-control {
    border-radius: 20px !important;
}

/* Phone input group */
.phone-input-group {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.phone-input-group .phone-code-select {
    flex: 0 0 auto;
    width: auto;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

.phone-input-group .phone-number-input {
    flex: 1 1 auto;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none;
}

/* ==========================================
   Projects Showcase Section
   ========================================== */
.projects-showcase-section {
    background-color: #f8f9fa;
    position: relative;
}

.projects-header {
    color: #2c3e50;
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.header-line {
    width: 80px;
    height: 2px;
    background-color: var(--primary);
}

.project-images-container {
    position: relative;
}

.project-main-image {
    position: relative;
    overflow: hidden;
}

.project-play-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.project-play-btn:hover {
    background-color: var(--primary);
    transform: scale(1.1);
}

.project-play-btn i {
    font-size: 24px;
    color: #2c3e50;
    margin-left: 5px;
}

.project-thumbnail {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.project-thumbnail:hover {
    transform: scale(1.05);
}

.project-content-box {
    background-color: var(--project-dark);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.project-title {
    color: var(--primary);
    letter-spacing: 1.5px;
    font-size: 1.5rem;
    text-align: center;
}

.project-title-line {
    width: 120px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

.project-text {
    line-height: 1.8;
    font-size: 0.95rem;
    color: #ffffff;
}

@media (max-width: 992px) {
    .projects-header {
        font-size: 1.2rem;
    }
    
    .header-line {
        width: 50px;
    }
    
    .project-main-image img {
        height: 300px !important;
    }
    
    .project-thumbnail img {
        height: 100px !important;
    }
    
    .project-content-box {
        margin-top: 20px;
        padding: 30px !important;
    }
}

/* ==========================================
   Partners Section
   ========================================== */
.partners-section {
    background-color: #ffffff;
    position: relative;
}

.partners-header-title {
    color: #2c3e50;
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.partners-header-line {
    width: 80px;
    height: 2px;
    background-color: var(--primary);
}

.partner-logo-container {
    background-color: #ffffff;
    transition: all 0.3s ease;
    min-height: 120px;
}

.partner-logo-container:hover {
    transform: translateY(-5px);
}

.partner-logo {
    transition: filter 0.3s ease;
}

.partner-logo-container:hover .partner-logo {
    filter: grayscale(0%) !important;
}

.partners-bottom-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.partners-bottom-image img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .partners-header-title {
        font-size: 1.2rem;
    }
    
    .partners-header-line {
        width: 50px;
    }
    
    .partner-logo-container {
        min-height: 80px;
    }
    
    .partner-logo {
        max-height: 60px !important;
    }
    
    .partners-bottom-image img {
        height: 200px !important;
    }
}

/* ==========================================
   Services Section
   ========================================== */
.services-section {
    background-color: #f8f9fa;
    position: relative;
}

.services-header-title {
    color: #2c3e50;
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.services-header-line {
    width: 80px;
    height: 2px;
    background-color: var(--primary);
}

.services-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
}

.service-card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    min-height: 30rem;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.service-card-header {
    background-color: #3a3a3a;
    border-radius: 0;
    min-height: 100px;
    margin: 0;
    padding: 1.5rem;
    border: none;
}

.service-title {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 1px;
    color: var(--primary);
}

.service-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon-container i {
    color: var(--primary);
}

.service-card-body {
    background-color: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.5rem;
    border: none;
}

.service-text {
    line-height: 1.7;
    font-size: 0.9rem;
    color: #555;
    flex: 1;
}

.service-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-link:hover {
    color: var(--warning);
    transform: translateX(5px);
}

.service-link i {
    transition: transform 0.3s ease;
    font-size: 0.7rem;
}

.service-link:hover i {
    transform: translateX(3px);
}

@media (max-width: 1199px) {
    .service-card {
        min-height: 25rem;
    }
}

@media (max-width: 991px) {
    .service-card {
        min-height: 22rem;
    }
    
    .service-card-header {
        min-height: 90px;
        padding: 1.25rem;
    }
    
    .service-card-body {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .services-header-title {
        font-size: 1.2rem;
    }
    
    .services-header-line {
        width: 50px;
    }
    
    .services-description {
        font-size: 0.85rem;
    }
    
    .service-card {
        margin-bottom: 20px;
        min-height: 18rem;
    }
    
    .service-card-header {
        min-height: 80px;
        padding: 1rem;
    }
    
    .service-card-body {
        padding: 1rem;
    }
    
    .service-title {
        font-size: 0.9rem;
    }
    
    .service-icon-container i {
        font-size: 2rem !important;
    }
    
    .service-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .service-card {
        min-height: auto;
    }
    
    .service-card-header {
        min-height: 70px;
        padding: 0.875rem;
    }
    
    .service-card-body {
        padding: 0.875rem;
    }
    
    .service-title {
        font-size: 0.85rem;
    }
    
    .service-icon-container i {
        font-size: 1.75rem !important;
    }
}

/* ==========================================
   Customers We Serve Section
   ========================================== */
.customers-serve-section {
    background-color: #2c3e50;
    position: relative;
    overflow: hidden;
}

/* Top Background Image Section */
.customers-top-bg-section {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.customers-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.customers-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.85);
    z-index: 1;
}

/* Main Content Section with Dark Background */
.customers-content-section {
    background-color: #2c3e50;
    position: relative;
}

.customers-header-title {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.customers-header-line {
    width: 80px;
    height: 2px;
    background-color: var(--primary);
}

/* Customer Cards */
.customer-card {
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.customer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* Card Header with Gold Background and Card Image */
.customer-card-header {
    position: relative;
    margin: 0;
    padding: 1.5rem 1rem;
    border: none;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.customer-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.customer-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 210, 112, 0.75);
    z-index: 2;
}

.customer-card-header-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.customer-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.customer-icon-container i {
    color: #2c3e50;
}

.customer-card-title {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #2c3e50;
}

/* Card Body with Dark Background */
.customer-card-body {
    background-color: #3a3a3a;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.5rem 1rem;
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.customer-text {
    line-height: 1.8;
    font-size: 0.875rem;
    color: #e0e0e0;
}

/* Pagination Dots */
.pagination-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
}

.pagination-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dots .dot.active {
    background-color: var(--primary);
    width: 12px;
    height: 12px;
}

.pagination-dots .dot:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .customer-card {
        min-height: 320px;
    }
}

@media (max-width: 991px) {
    .customer-card {
        min-height: 300px;
    }
    
    .customer-card-header {
        padding: 1.25rem 0.875rem;
        min-height: 85px;
    }
    
    .customer-card-body {
        padding: 1.25rem 0.875rem;
    }
}

@media (max-width: 768px) {
    .customers-top-bg-section {
        height: 150px;
    }
    
    .customers-header-title {
        font-size: 1.2rem;
    }
    
    .customers-header-line {
        width: 50px;
    }
    
    .customer-card {
        margin-bottom: 20px;
        min-height: 280px;
    }
    
    .customer-card-header {
        padding: 1.2rem 0.8rem;
        min-height: 80px;
    }
    
    .customer-card-body {
        padding: 1.2rem 0.8rem;
    }
    
    .customer-card-title {
        font-size: 0.9rem;
    }
    
    .customer-icon-container i {
        font-size: 2rem !important;
    }
    
    .customer-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .customer-card {
        min-height: auto;
    }
    
    .customer-card-header {
        padding: 1rem 0.75rem;
        min-height: 70px;
    }
    
    .customer-card-body {
        padding: 1rem 0.75rem;
    }
    
    .customer-card-title {
        font-size: 0.85rem;
    }
    
    .customer-icon-container i {
        font-size: 1.75rem !important;
    }
    
    .customer-text {
        font-size: 0.75rem;
        line-height: 1.6;
    }
}

/* ==========================================
   About Us Section
   ========================================== */
.about-us-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.about-us-image-container {
    width: 100%;
}

.about-us-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 400px;
    border-radius: 15px;
}

.about-us-content {
    padding: 0 20px;
}

.about-us-title {
    color: #2c3e50;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    letter-spacing: 2px;
    white-space: nowrap;
}

.about-us-line {
    width: 60px;
    height: 2px;
    background-color: var(--primary);
    flex-shrink: 0;
}

.about-us-text {
    color: #555;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.8;
    text-align: left;
}

.about-us-btn {
    background-color: transparent;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    padding: 0.75rem 2.5rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
}

.about-us-btn:hover {
    background-color: #2c3e50;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

/* Responsive Design for About Us */
@media (max-width: 992px) {
    .about-us-section {
        padding: 40px 0;
    }
    
    .about-us-image-container {
        margin-bottom: 30px;
    }
    
    .about-us-image {
        max-height: 300px;
    }
    
    .about-us-content {
        padding: 0 15px;
    }
    
    .about-us-title {
        white-space: normal;
        font-size: 1.2rem;
    }
    
    .about-us-line {
        width: 40px;
    }
    
    .about-us-text {
        font-size: 0.9rem;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .about-us-section {
        padding: 30px 0;
    }
    
    .about-us-image {
        max-height: 250px;
    }
    
    .about-us-content {
        padding: 0 10px;
    }
    
    .about-us-title {
        font-size: 1rem;
    }
    
    .about-us-line {
        width: 30px;
    }
    
    .about-us-btn {
        padding: 0.6rem 2rem;
        font-size: 0.8rem;
    }
}

/* ==========================================
   Modern Footer Section
   ========================================== */
.footer-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Footer Dark Overlay */
.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(35, 35, 35, 0.95) 0%, rgba(25, 25, 25, 0.98) 100%);
    z-index: 1;
}

/* Footer Content */
.footer-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Logo Section */
.footer-logo-section {
    max-width: 200px;
}

.footer-logo {
    width: 150px;
    height: auto;
}

.footer-vision-logo {
    width: 120px;
    height: auto;
}

/* Navigation Links */
.footer-nav-links {
    padding: 0;
    margin: 0;
}

.footer-nav-links li {
    margin-bottom: 0.75rem;
    border-left: 2px solid transparent;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.footer-nav-links li:hover {
    border-left-color: var(--primary);
    padding-left: 20px;
}

.footer-nav-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-nav-links a:hover {
    color: var(--primary);
}

/* Contact Information */
.footer-contact-info {
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-contact-info i {
    color: var(--primary);
    width: 20px;
    font-size: 1rem;
}

/* Footer Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* Social Media Links */
.footer-social-links {
    margin: 0;
    padding: 0;
}

.footer-social-links li {
    margin-left: 1rem;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-social-links a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #2c3e50;
    transform: translateY(-3px);
}

.footer-social-links i {
    font-size: 0.9rem;
}

/* Responsive Design for Footer */
@media (max-width: 992px) {
    .footer-logo-section {
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .footer-logo {
        width: 120px;
    }
    
    .footer-vision-logo {
        width: 100px;
    }
    
    .footer-nav-links {
        text-align: center;
    }
    
    .footer-nav-links li {
        border-left: none;
        padding-left: 0;
    }
    
    .footer-nav-links li:hover {
        padding-left: 0;
    }
    
    .footer-contact-info {
        text-align: center;
    }
    
    .footer-contact-info li {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        min-height: auto;
    }
    
    .footer-social-links li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .footer-bottom .row {
        text-align: center !important;
    }
    
    .footer-bottom .col-md-6 {
        text-align: center !important;
    }
}


