/********** Template CSS **********/
:root {
    --primary: #0B2154;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    height: 100px;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    /* Clean bottom line under navbar */
    .navbar,
    .navbar-light,
    .navbar-light.sticky-top {
        box-shadow: none !important;
        /* remove shadow */
        border-bottom: 1px solid #e0e0e0;
        /* add thin line */
    }


}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/handshake\ \(1\).jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/handshake.jpeg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

:root {
    --color-blue: #0066FF;
    --color-yellow: #FFD54F;
    --color-blue-light: #E5F0FF;
    --color-yellow-light: #FFF9E6;
    --color-text-dark: #111827;
    --color-text-medium: #4B5563;
    --color-text-light: #9CA3AF;
    --color-bg: #FFFFFF;

    --font-main: 'Inter', sans-serif;
    --radius: 10px;
    --shadow-md: 0 8px 28px rgba(0, 0, 0, 0.08);
    --transition: 0.25s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    color: var(--color-text-dark);
    background-color: var(--color-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--color-blue);
    outline-offset: 2px;
    border-radius: var(--radius);
}

.main-layout {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 96px;
    padding: 90px 0;
}

/* --- Hero Section --- */
.hero-section .underline {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.hero-section .underline div {
    height: 5px;
    border-radius: 3px;
}

.hero-section .underline .line-yellow {
    width: 30px;
    background-color: var(--color-yellow);
}

.hero-section .underline .line-blue {
    width: 30px;
    background-color: var(--color-blue);
}

.hero-section h1 {
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.hero-section p {
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 1.125rem;
    color: var(--color-text-medium);
    max-width: 620px;
}

.hero-section p strong {
    color: var(--color-blue);
    font-weight: 600;
}

.illustration-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Sidebar --- */
.apps-card-wrapper {
    background-color: var(--color-bg);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius);
    padding: 12px;
    /* reduced padding */
    position: sticky;
    top: 40px;
}

.sidebar-title {
    font-size: 20px;
    /* smaller */
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 10px;
    /* reduced */
}

.app-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-card {
    margin-bottom: 6px;
    /* reduced */
}

.app-card:last-child {
    margin-bottom: 0;
}

.app-card a {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    /* reduced */
    border-radius: var(--radius);
    transition: var(--transition);
    position: relative;
    background-color: transparent;
}

.app-card a:hover {
    background: linear-gradient(90deg, var(--color-yellow-light), var(--color-blue-light));
    transform: translateX(2px);
}

.app-icon {
    width: 70px;
    /* smaller */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    /* smaller */
    color: var(--color-blue);
    margin-right: 10px;
    flex-shrink: 0;
}

.app-details h3 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    /* smaller */
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 2px;
}

.app-details p {
    font-family: 'Century Gothic', sans-serif;
    font-size: 12px;
    /* smaller */
    color: var(--color-text-medium);
    line-height: 1.3;
}

.app-card a::after {
    content: ">";
    margin-left: auto;
    font-size: 16px;
    /* smaller */
    color: var(--color-text-light);
    transition: var(--transition);
    padding-right: 4px;
}

.app-card a:hover::after {
    color: var(--color-blue);
    transform: translateX(4px);
}

/* --- Responsive --- */
@media (max-width: 1000px) {
    .main-layout {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 70px 0;
    }

    .hero-section {
        text-align: center;
    }

    .hero-section p {
        margin: 0 auto;
    }

    .apps-card-wrapper {
        position: relative;
        top: 0;
        max-height: none;
    }
}

@media (max-width: 600px) {
    .hero-section h1 {
        font-size: 2rem;
    }
}

.app-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
    padding: 8px 0;
}

.app-link:hover h3 {
    color: #007bff;
}

.app-icon {
    flex-shrink: 0;
    color: #007bff;
}

.app-details h3 {
    font-family: 'Century Gothic', sans-serif;
    margin: 0;
    font-size: 15px;
    color: #111827;
    transition: color 0.3s ease;
}

.app-details p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #4b5563;
}

/* ERPNext Foundation Section - Minimal Clean Version */
.erpnext-foundation-section {
    background: #ffffff;
    /* plain white */
    padding: 60px 15px;
}

.erpnext-foundation-section .erp-logo {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.erpnext-foundation-section .erp-logo:hover {
    transform: scale(1.05);
}

.erpnext-foundation-section .section-title {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #0b5394;
}

.erpnext-foundation-section .section-text {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 1.05rem;
    color: #1a1a1a;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

/* General styling for the section */
.brands-trust-us-section {
    padding: 80px 20px 60px;
    text-align: center;
    background-color: #ffffff;
}

/* Content wrapper */
.brands-trust-us-content {
    max-width: 1200px;
    margin: 0 auto;
}

/* Title styling */
.section-title {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Logo container styling */
.brand-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 5%;
    gap: 30px;
    /* increased gap for larger logos */
}

/* Individual logo item styling */
.logo-item {
    flex: 1 1 150px;
    /* Increased from 120px */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* Increased from 60px */
    margin: 15px 0;
    /* Increased vertical margin */
}

.logo-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 0.85;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-item img:hover {
    opacity: 1;
    transform: scale(1.05);
    /* subtle zoom on hover */
}

/* Link/Subtitle styling */
.customer-stories-link {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4477aa;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
    letter-spacing: 0.5px;
}

.customer-stories-link:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .logo-item {
        flex: 1 1 140px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .brand-logos {
        justify-content: center;
    }

    .logo-item {
        flex: 0 1 35%;
        max-width: 180px;
        height: 120px;
        /* slightly taller on mobile */
    }
}

/* Team Section */
.team-section,
.about-team-section {
    background-color: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}

/* About Us Paragraph */
.about-team-section p {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Team Member Image */
.team-image {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFD700;
    /* yellow */
    transition: background-color 0.3s ease;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: none;
    /* no scale */
}

/* Team Name and Role */
.team-name {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 4px;
    text-align: center;
}

.team-role {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 0.95rem;
    color: #555;
    text-align: center;
    margin-bottom: 8px;
}

/* Team Section */
.team-section,
.about-team-section {
    background-color: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}

/* About Us Paragraph */
.about-team-section p {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Team Member Image */
.team-image {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFD700;
    /* yellow */
    transition: background-color 0.3s ease;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: none;
    /* no scale */
}

/* Team Name and Role */
.team-name {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 4px;
    text-align: center;
}

.team-role {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 0.95rem;
    color: #555;
    text-align: center;
    margin-bottom: 8px;
}

/* Social Buttons */
.team-social {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.social-btn {
    color: #fff;
    /* white icon */
    font-size: 14px;
    /* smaller icon */
    width: 30px;
    /* smaller circle */
    height: 30px;
    /* smaller circle */
    border-radius: 50%;
    background: #0066ff;
    /* blue background */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background: #0052cc;
    /* darker blue */
    color: #fff;
    /* keep icon white */
    transform: scale(1.1);
}

.consultation-section {
    background: linear-gradient(135deg, #f5f7fa, #e2e8f0);
    padding: 100px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Typography */
.consultation-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.consultation-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.consultation-section p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

/* Equal height flex for columns */
.consultation-row>.col-lg-6 {
    display: flex;
}

.consultation-info,
.consultation-contact {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    padding: 50px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
}

/* Info Card */
.consultation-info {
    background: rgba(255, 255, 255, 0.9);
}

.consultation-info:hover {
    transform: translateY(-5px);
}

/* Contact Card */
.consultation-contact {
    background: #007BFF;
    text-align: center;
}

.consultation-contact:hover {
    transform: translateY(-5px);
    background: #0056b3;
    /* subtle darker blue on hover */
}

.consultation-contact p {
    color: #e2e8f0;
    font-size: 1.1rem;
}

/* Button */
.btn-contact {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: linear-gradient(90deg, #0072ff, #00c6ff);
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
    .consultation-section {
        padding: 60px 20px;
    }

    .consultation-info,
    .consultation-contact {
        padding: 30px 20px;
    }
}

/* Core Values Section */
.core-values-section {
    padding: 80px 20px;
    background-color: #ffffff;
    /* clean white */
    text-align: center;
    font-family: 'Century Gothic', Arial, sans-serif;
}

.core-values-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #333;
}

.core-values-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.core-value-card {
    background-color: #fdfdfd;
    padding: 30px 20px;
    border-radius: 20px;
    width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.core-value-card h3 {
    font-size: 1.25rem;
    color: #111;
    margin-bottom: 15px;
}

.core-value-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.core-value-icon {
    font-size: 40px;
    color: #0072ff;
    /* subtle accent color */
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .core-values-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .core-value-card {
        width: 90%;
    }
}

/* General Layout and Typography */
.contact-footer-section {
    background-color: #ffffff;
    /* White background like the image */
    color: #333;
    /* Darker text for readability on white */
    font-family: Arial, sans-serif;
    /* Simpler font like the image */
    padding: 60px 20px 40px;
    /* Reduced bottom padding to separate from copyright */
}

.contact-footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Contact Us Button Section - CTA styled like Zoho's */
.contact-us-simple {
    text-align: center;
    margin-bottom: 60px;
}

.contact-us-simple h2 {
    font-size: 2.5rem;
    /* Larger font size */
    font-weight: 400;
    /* Lighter font weight like the image */
    margin-bottom: 25px;
    color: #111;
}

.contact-btn {
    display: inline-block;
    background-color: #007bff;
    /* Changed to Blue */
    color: #fff !important;
    font-weight: 700;
    /* Bolder text */
    font-size: 1rem;
    padding: 16px 40px;
    border-radius: 0;
    /* Square button */
    text-decoration: none;
    text-transform: uppercase;
    /* Uppercase text */
    transition: background-color 0.2s;
    line-height: 1;
    /* Ensure tight text */
    border: none;
}

.contact-btn:hover,
.contact-btn:focus {
    background-color: #0056b3 !important;
    /* Slightly darker blue on hover */
    color: #fff !important;
    outline: none;
}

/* Footer Content - Multi-column, clean layout */
.footer-content {
    border-top: 1px solid #eee;
    /* Subtle separator line */
    padding-top: 40px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* Distribute columns evenly */
    gap: 20px;
}

.footer-col {
    /* Adjust flex basis to support four columns, similar to the image */
    flex: 1 1 200px;
    /* Allows for 4-5 columns before wrapping */
    margin-bottom: 30px;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    /* Increased spacing */
    font-weight: 700;
    text-transform: uppercase;
    /* Match the title style of the image */
    color: #111;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
    /* Subtle text color */
}

.footer-col a {
    display: block;
    color: #333;
    /* Default link color */
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 12px;
    /* Increased spacing between links */
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #007bff;
    /* Changed to Blue hover color */
}

/* Social Icons */
.social-icons {
    margin-top: 15px;
}

.social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.3rem;
    /* Slightly larger icons */
    color: #333;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #007bff;
    /* Changed to Blue hover */
}

/* Footer Bottom - Copyright */
.footer-bottom {
    background-color: #000000;
    /* Changed to Black */
    text-align: center;
    padding: 20px 20px;
    font-size: 0.85rem;
    color: #ffffff;
    /* Changed to White text for contrast */
}

.footer-bottom a {
    color: #ffffff;
    /* Links also white */
    text-decoration: none;
}

.footer-logo {
    margin-bottom: 10px;
    /* Space between logo and text */
    max-height: 40px;
    /* Adjust as needed */
    display: block;
    /* Ensures it takes its own line for text-align: center to work */
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .footer-row {
        justify-content: flex-start;
        /* Stacks columns left-aligned */
    }

    .footer-col {
        flex: 1 1 45%;
        /* Two columns per row */
    }
}

@media (max-width: 576px) {
    .contact-us-simple h2 {
        font-size: 2rem;
    }

    .footer-col {
        flex: 1 1 100%;
        /* Single column stack */
    }
}

/* Base Styles */
:root {
    --primary-color: #0056b3; /* A professional blue */
    --text-color: #333;
    --light-bg: #f8f9fa;
    --card-bg: #ffffff;
    --border-color: #e9ecef;
}

/* General Layout and Reset */
#crm-erp-solutions {
    background-color: var(--light-bg);
    font-family: 'Poppins', sans-serif; /* Keep the good font */
    color: var(--text-color);
}

.section-padding {
    padding: 60px 20px; /* Increased padding for better breathing room */
    text-align: center;
}

.container {
    max-width: 1200px; /* Standard website max width */
    margin: 0 auto;
}

/* Typography */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.section-intro {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 40px;
    max-width: 800px;
    margin: 0 auto; /* Center horizontally */
    line-height: 1.5;
}

/* Video Grid and Card */
.video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Increased gap for visual separation */
}

.video-card {
    flex-basis: 100%; /* Default for mobile */
    max-width: 180px; /* Slightly larger cards */
    background: var(--card-bg);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Subtle lift */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px; /* Inner padding */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-card:hover {
    transform: translateY(-5px); /* Hover effect for engagement */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* The Magic for Responsive 9:16 Vertical Video */
.video-wrapper {
    position: relative;
    width: 100%;
    /* 9:16 Aspect Ratio for vertical videos: (9/16)*100% = 56.25% */
    padding-bottom: 177.77%; /* Original incorrect value kept if needed for YouTube shorts, otherwise 177.77% is tall vertical */
    height: 0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-caption {
    margin-top: 0;
    padding: 0 5px;
    font-size: 14px; /* Larger, more readable font */
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.3;
}

/* Responsive Breakpoints */
@media (min-width: 576px) {
    .video-card {
        flex-basis: calc(50% - 30px); /* 2 videos per row on small tablets */
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .video-card {
        flex-basis: calc(33.333% - 30px); /* 3 videos per row on medium screens */
        max-width: 220px;
    }

    .section-title {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .video-card {
        flex-basis: calc(25% - 30px); /* 4 videos per row on desktop */
        max-width: 250px;
    }
}
