/* ==========================================================================
   MSM E-SEVAI MAIYAM
   CSC & DIGITAL SERVICES
   MAIN WEBSITE STYLESHEET

   Theme:
   Deep Green + Cream + Gold

   Responsive:
   Mobile + Tablet + Laptop + Desktop
   ========================================================================== */


/* ==========================================================================
   01. ROOT VARIABLES
   ========================================================================== */

:root {

    /* Main Brand Colors */
    --green-dark: #073f32;
    --green: #0b5a45;
    --green-light: #147a5b;
    --green-soft: #eaf4ef;

    /* Accent */
    --gold: #c99b2e;
    --gold-light: #f4e7bd;

    /* Background */
    --cream: #f7f5ee;
    --white: #ffffff;
    --light: #f4f7f5;

    /* Text */
    --text-dark: #17201d;
    --text: #34423d;
    --text-light: #6b7772;
    --text-white: #ffffff;

    /* Borders */
    --border: #e2e8e4;
    --border-dark: #cbd6d0;

    /* Status */
    --success: #198754;
    --danger: #dc3545;

    /* Shadows */
    --shadow-sm: 0 4px 15px rgba(7, 63, 50, 0.07);
    --shadow: 0 10px 35px rgba(7, 63, 50, 0.10);
    --shadow-lg: 0 20px 60px rgba(7, 63, 50, 0.15);

    /* Radius */
    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 22px;
    --radius-xl: 30px;

    /* Container */
    --container: 1200px;

    /* Transition */
    --transition: all 0.25s ease;

}


/* ==========================================================================
   02. RESET
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}


body {
    font-family: "Inter", sans-serif;
    background: var(--white);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}


img {
    display: block;
    max-width: 100%;
    height: auto;
}


a {
    color: inherit;
    text-decoration: none;
}


button,
input,
textarea,
select {
    font: inherit;
}


button {
    cursor: pointer;
}


ul,
ol {
    list-style: none;
}


/* ==========================================================================
   03. COMMON CONTAINER
   ========================================================================== */

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}


section {
    position: relative;
}


/* ==========================================================================
   04. COMMON SECTION SPACING
   ========================================================================== */

.services-section,
.contact-section,
.about-section,
.authorised-section {
    padding: 90px 0;
}


.section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}


.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 12px;
    padding: 7px 13px;

    border-radius: 50px;

    background: var(--green-soft);
    color: var(--green);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.section-heading h2 {
    margin-bottom: 12px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
}


.section-heading p {
    max-width: 680px;
    margin: auto;

    color: var(--text-light);
    font-size: 16px;
}


/* ==========================================================================
   05. BUTTONS
   ========================================================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;
    padding: 12px 21px;

    border: 1px solid transparent;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 700;

    transition: var(--transition);
}


.btn-primary {
    background: var(--green);
    color: var(--white);
    box-shadow: 0 8px 20px rgba(11, 90, 69, 0.18);
}


.btn-primary:hover {
    background: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(11, 90, 69, 0.25);
}


.btn-secondary {
    background: var(--white);
    color: var(--green);
    border-color: var(--border-dark);
}


.btn-secondary:hover {
    border-color: var(--green);
    background: var(--green-soft);
    transform: translateY(-2px);
}


.btn-gold {
    background: var(--gold);
    color: var(--white);
}


.btn-gold:hover {
    background: #b48925;
    transform: translateY(-2px);
}


/* ==========================================================================
   06. TOP INFORMATION BAR
   ========================================================================== */

.top-info-bar {
    background: var(--green-dark);
    color: rgba(255, 255, 255, 0.92);

    font-size: 12px;
}


.top-info-inner {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.top-info-left,
.top-info-right {
    display: flex;
    align-items: center;
    gap: 18px;
}


.top-info-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}


.top-info-item i {
    color: var(--gold);
}


/* ==========================================================================
   07. HEADER / NAVIGATION
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(7, 63, 50, 0.08);

    backdrop-filter: blur(12px);
}


.header-inner {
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}


/* Logo */

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;

    min-width: 0;
}


.site-logo img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}


.logo-text {
    min-width: 0;
}


.logo-title {
    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}


.logo-subtitle {
    margin-top: 2px;

    color: var(--green);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}


/* Navigation */

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}


.main-nav a {
    position: relative;

    padding: 10px 13px;

    color: var(--text);

    font-size: 13px;
    font-weight: 600;

    border-radius: 8px;

    transition: var(--transition);
}


.main-nav a:hover,
.main-nav a.active {
    color: var(--green);
    background: var(--green-soft);
}


.main-nav a.active::after {
    content: "";

    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 3px;

    height: 2px;

    border-radius: 10px;

    background: var(--gold);
}


/* Header CTA */

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 11px 17px;

    background: var(--green);
    color: var(--white);

    border-radius: 9px;

    font-size: 13px;
    font-weight: 700;

    transition: var(--transition);
}


.header-cta:hover {
    background: var(--green-dark);
    transform: translateY(-2px);
}


/* Mobile Menu */

.mobile-menu-btn {
    display: none;

    width: 44px;
    height: 44px;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--border);
    border-radius: 10px;

    background: var(--white);
    color: var(--green-dark);

    font-size: 19px;
}


/* ==========================================================================
   08. HERO SECTION
   ========================================================================== */

.hero-section {
    position: relative;

    min-height: 620px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            110deg,
            rgba(7, 63, 50, 0.98) 0%,
            rgba(7, 63, 50, 0.92) 45%,
            rgba(7, 63, 50, 0.65) 100%
        );

    overflow: hidden;
}


.hero-section::before {
    content: "";

    position: absolute;
    top: -180px;
    right: -140px;

    width: 520px;
    height: 520px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}


.hero-section::after {
    content: "";

    position: absolute;
    bottom: -220px;
    left: -160px;

    width: 520px;
    height: 520px;

    border: 1px solid rgba(201, 155, 46, 0.18);
    border-radius: 50%;
}


.hero-inner {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;

    gap: 60px;

    padding: 80px 0;
}


.hero-content {
    max-width: 700px;
}


.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 20px;
    padding: 8px 14px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;

    background: rgba(255, 255, 255, 0.08);

    color: var(--gold-light);

    font-size: 12px;
    font-weight: 700;
}


.hero-content h1 {
    margin-bottom: 20px;

    color: var(--white);

    font-family: "Poppins", sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
}


.hero-content h1 span {
    color: var(--gold);
}


.hero-content > p {
    max-width: 610px;
    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 17px;
    line-height: 1.8;
}


.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.hero-buttons .btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
}


.hero-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}


/* Hero Visual */

.hero-visual {
    display: flex;
    justify-content: center;
}


.hero-card {
    width: min(100%, 440px);

    padding: 28px;

    background: rgba(255, 255, 255, 0.97);

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-xl);

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}


.hero-card-logo {
    width: 90px;
    height: 90px;

    margin: 0 auto 20px;

    object-fit: contain;
}


.hero-card h3 {
    margin-bottom: 7px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 800;

    text-align: center;
}


.hero-card p {
    margin-bottom: 24px;

    color: var(--text-light);

    font-size: 13px;
    text-align: center;
}


.hero-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


.hero-card-list-item {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 12px;

    background: var(--light);
    border-radius: 10px;

    color: var(--text);

    font-size: 12px;
    font-weight: 600;
}


.hero-card-list-item i {
    color: var(--green);
}


/* ==========================================================================
   09. QUICK ACTIONS
   ========================================================================== */

.quick-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 14px;

    margin-top: -45px;

    position: relative;
    z-index: 5;
}


.quick-action {
    display: flex;
    align-items: center;
    gap: 13px;

    min-height: 85px;
    padding: 16px;

    background: var(--white);

    border: 1px solid var(--border);
    border-radius: var(--radius);

    box-shadow: var(--shadow-sm);

    transition: var(--transition);
}


.quick-action:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}


.quick-action-icon {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--green-soft);
    color: var(--green);

    border-radius: 12px;

    font-size: 18px;
}


.quick-action h4 {
    color: var(--green-dark);

    font-size: 13px;
    font-weight: 800;
}


.quick-action p {
    margin-top: 2px;

    color: var(--text-light);

    font-size: 11px;
}


/* ==========================================================================
   10. AUTHORISED / TRUST SECTION
   ========================================================================== */

.authorised-section {
    background: var(--cream);
}


.trust-intro {
    max-width: 720px;
    margin: 0 auto 35px;

    text-align: center;
}


.trust-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 15px;
}


.trust-logo-card {
    min-height: 125px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: var(--white);

    border: 1px solid var(--border);
    border-radius: var(--radius);

    transition: var(--transition);
}


.trust-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(201, 155, 46, 0.45);
}


.trust-logo-card img {
    width: 75px;
    height: 48px;

    margin-bottom: 12px;

    object-fit: contain;
}


.trust-logo-mark {
    width: 75px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;

    background: var(--green-soft);
    border-radius: 8px;

    color: var(--green-dark);

    font-size: 16px;
    font-weight: 800;
}


.trust-logo-card h4 {
    color: var(--green-dark);

    font-size: 12px;
    font-weight: 800;

    text-align: center;
}


.trust-logo-card p {
    margin-top: 2px;

    color: var(--text-light);

    font-size: 10px;
    text-align: center;
}


/* ==========================================================================
   11. SERVICES SECTION
   ========================================================================== */

.services-section {
    background: var(--white);
}


/* Search */

.service-search-wrapper {
    max-width: 650px;
    margin: 0 auto 28px;
}


.service-search {
    position: relative;

    display: flex;
    align-items: center;
}


.service-search > i {
    position: absolute;
    left: 18px;

    color: var(--text-light);
    font-size: 15px;

    pointer-events: none;
}


.service-search input {
    width: 100%;
    height: 56px;

    padding: 0 52px 0 48px;

    border: 1px solid var(--border);
    border-radius: 14px;

    background: var(--light);

    color: var(--text-dark);

    outline: none;

    font-size: 14px;

    transition: var(--transition);
}


.service-search input:focus {
    background: var(--white);
    border-color: var(--green);
    box-shadow: 0 0 0 4px rgba(11, 90, 69, 0.08);
}


.service-search input::placeholder {
    color: #8a9590;
}


.service-search button {
    position: absolute;
    right: 10px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 8px;

    background: transparent;
    color: var(--text-light);
}


.service-search button:hover {
    background: var(--green-soft);
    color: var(--green);
}


/* Category Navigation */

.service-category-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 8px;

    margin-bottom: 55px;
}


.service-category-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 9px 13px;

    border: 1px solid var(--border);
    border-radius: 50px;

    background: var(--white);
    color: var(--text);

    font-size: 11px;
    font-weight: 600;

    transition: var(--transition);
}


.service-category-link i {
    color: var(--green);
}


.service-category-link:hover {
    background: var(--green-soft);
    border-color: rgba(11, 90, 69, 0.2);
    color: var(--green);
}


/* Category */

.service-category {
    margin-bottom: 65px;
    scroll-margin-top: 100px;
}


.service-category:last-child {
    margin-bottom: 0;
}


.service-category-header {
    display: flex;
    align-items: center;
    gap: 17px;

    margin-bottom: 24px;
}


.service-category-icon {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--green-soft);
    color: var(--green);

    border-radius: 14px;

    font-size: 20px;
}


.service-category-header h3 {
    margin-bottom: 3px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 800;
}


.service-category-header p {
    color: var(--text-light);

    font-size: 13px;
}


/* Services Grid */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
}


/* Service Card */

.service-card {
    position: relative;

    min-height: 205px;

    display: flex;
    flex-direction: column;

    padding: 21px;

    background: var(--white);

    border: 1px solid var(--border);
    border-radius: var(--radius);

    box-shadow: 0 2px 8px rgba(7, 63, 50, 0.025);

    transition: var(--transition);
}


.service-card:hover {
    transform: translateY(-4px);

    border-color: rgba(11, 90, 69, 0.22);

    box-shadow: var(--shadow);
}


.service-card-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    background: var(--green-soft);
    color: var(--green);

    border-radius: 11px;

    font-size: 17px;
}


.service-card-content {
    flex: 1;
}


.service-card h4 {
    margin-bottom: 6px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
}


.service-card p {
    color: var(--text-light);

    font-size: 12px;
    line-height: 1.65;
}


.service-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin-top: 17px;
    padding-top: 13px;

    border-top: 1px solid var(--border);

    color: var(--green);

    font-size: 12px;
    font-weight: 800;
}


.service-card-action i {
    transition: var(--transition);
}


.service-card:hover .service-card-action i {
    transform: translateX(4px);
}


/* Search hidden cards */

.service-card.search-hidden {
    display: none;
}


.service-category.search-hidden {
    display: none;
}


/* No results */

.no-service-results {
    max-width: 520px;

    margin: 30px auto;

    padding: 40px 25px;

    text-align: center;

    border: 1px solid var(--border);
    border-radius: var(--radius-lg);

    background: var(--light);
}


.no-service-results[hidden] {
    display: none;
}


.no-service-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    background: var(--green-soft);
    color: var(--green);

    border-radius: 50%;

    font-size: 20px;
}


.no-service-results h3 {
    margin-bottom: 6px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 19px;
}


.no-service-results p {
    margin-bottom: 18px;

    color: var(--text-light);

    font-size: 13px;
}


/* Services Note */

.services-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    margin-top: 50px;
    padding: 18px 20px;

    background: var(--cream);

    border: 1px solid #eee8d7;
    border-radius: var(--radius);
}


.services-note-icon {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--gold-light);
    color: #98731e;

    border-radius: 9px;
}


.services-note strong {
    display: block;

    margin-bottom: 2px;

    color: var(--green-dark);

    font-size: 13px;
}


.services-note p {
    color: var(--text-light);

    font-size: 12px;
}


/* ==========================================================================
   12. CONTACT SECTION
   ========================================================================== */

.contact-section {
    background: var(--cream);
}


.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 25px;
}


/* Contact Information */

.contact-info {
    padding: 30px;

    background: var(--green-dark);
    color: var(--white);

    border-radius: var(--radius-lg);

    box-shadow: var(--shadow);
}


.contact-info h3 {
    margin-bottom: 10px;

    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 800;
}


.contact-info > p {
    margin-bottom: 28px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;
}


.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    margin-bottom: 19px;
}


.contact-item-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-light);

    border-radius: 9px;
}


.contact-item h4 {
    margin-bottom: 1px;

    font-size: 12px;
    font-weight: 700;
}


.contact-item p,
.contact-item a {
    color: rgba(255, 255, 255, 0.72);

    font-size: 12px;
}


.contact-item a:hover {
    color: var(--white);
}


/* Contact Form */

.contact-form-wrapper {
    padding: 30px;

    background: var(--white);

    border: 1px solid var(--border);
    border-radius: var(--radius-lg);

    box-shadow: var(--shadow-sm);
}


.contact-form-wrapper h3 {
    margin-bottom: 5px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 800;
}


.contact-form-wrapper > p {
    margin-bottom: 25px;

    color: var(--text-light);

    font-size: 12px;
}


/* Form */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 14px;
}


.form-group {
    margin-bottom: 15px;
}


.form-group label {
    display: block;

    margin-bottom: 6px;

    color: var(--text-dark);

    font-size: 12px;
    font-weight: 700;
}


.form-control {
    width: 100%;

    min-height: 47px;

    padding: 11px 13px;

    border: 1px solid var(--border);
    border-radius: 9px;

    background: var(--white);
    color: var(--text-dark);

    outline: none;

    font-size: 13px;

    transition: var(--transition);
}


.form-control:focus {
    border-color: var(--green);

    box-shadow:
        0 0 0 3px rgba(11, 90, 69, 0.08);
}


textarea.form-control {
    min-height: 115px;
    resize: vertical;
}


.form-submit {
    width: 100%;
}


/* ==========================================================================
   13. APPOINTMENT BOX
   ========================================================================== */

.appointment-box {
    padding: 25px;

    background: var(--green-soft);

    border: 1px solid rgba(11, 90, 69, 0.10);
    border-radius: var(--radius);
}


.appointment-box h4 {
    margin-bottom: 4px;

    color: var(--green-dark);

    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 800;
}


.appointment-box p {
    margin-bottom: 18px;

    color: var(--text-light);

    font-size: 12px;
}


/* ==========================================================================
   14. WHATSAPP
   ========================================================================== */

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 47px;
    padding: 12px 20px;

    border-radius: 9px;

    background: #198754;
    color: var(--white);

    font-size: 13px;
    font-weight: 700;

    transition: var(--transition);
}


.whatsapp-button:hover {
    filter: brightness(0.92);
    transform: translateY(-2px);
}


/* Floating WhatsApp */

.floating-whatsapp {
    position: fixed;

    right: 20px;
    bottom: 20px;

    z-index: 990;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 13px 17px;

    border-radius: 50px;

    background: #198754;
    color: var(--white);

    box-shadow: 0 12px 30px rgba(25, 135, 84, 0.25);

    font-size: 12px;
    font-weight: 800;

    transition: var(--transition);
}


.floating-whatsapp i {
    font-size: 19px;
}


.floating-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(25, 135, 84, 0.3);
}


/* ==========================================================================
   15. FOOTER
   ========================================================================== */

.site-footer {
    background: #052f26;
    color: rgba(255, 255, 255, 0.75);
}


.footer-main {
    padding: 60px 0 40px;
}


.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;

    gap: 35px;
}


.footer-brand img {
    width: 72px;
    height: 72px;

    margin-bottom: 16px;

    object-fit: contain;
}


.footer-brand h3 {
    margin-bottom: 7px;

    color: var(--white);

    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 800;
}


.footer-brand p {
    max-width: 310px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 12px;
    line-height: 1.8;
}


.footer-column h4 {
    margin-bottom: 15px;

    color: var(--white);

    font-size: 13px;
    font-weight: 800;
}


.footer-column ul {
    display: grid;
    gap: 9px;
}


.footer-column a {
    color: rgba(255, 255, 255, 0.6);

    font-size: 12px;

    transition: var(--transition);
}


.footer-column a:hover {
    color: var(--gold-light);
    padding-left: 3px;
}


.footer-bottom {
    padding: 17px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}


.footer-bottom p {
    color: rgba(255, 255, 255, 0.45);

    font-size: 10px;
}


.footer-social {
    display: flex;
    gap: 7px;
}


.footer-social a {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;

    color: rgba(255, 255, 255, 0.6);

    font-size: 12px;

    transition: var(--transition);
}


.footer-social a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}


/* ==========================================================================
   16. BACK TO TOP
   ========================================================================== */

.back-to-top {
    position: fixed;

    right: 20px;
    bottom: 78px;

    z-index: 980;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--border);
    border-radius: 10px;

    background: var(--white);
    color: var(--green);

    box-shadow: var(--shadow-sm);

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition: var(--transition);
}


.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.back-to-top:hover {
    background: var(--green);
    color: var(--white);
}


/* ==========================================================================
   17. GENERAL UTILITIES
   ========================================================================== */

.text-center {
    text-align: center;
}


.text-left {
    text-align: left;
}


.mt-0 {
    margin-top: 0 !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}


.hidden {
    display: none !important;
}


/* ==========================================================================
   18. RESPONSIVE - TABLET
   ========================================================================== */

@media (max-width: 1024px) {

    .container {
        width: min(100% - 32px, var(--container));
    }


    .header-cta {
        display: none;
    }


    .main-nav a {
        padding-inline: 9px;
    }


    .hero-inner {
        grid-template-columns: 1fr 0.8fr;
        gap: 35px;
    }


    .hero-content h1 {
        font-size: 48px;
    }


    .quick-actions {
        grid-template-columns: repeat(2, 1fr);

        margin-top: -30px;
    }


    .trust-logos {
        grid-template-columns: repeat(3, 1fr);
    }


    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .contact-grid {
        grid-template-columns: 1fr;
    }


    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

}


/* ==========================================================================
   19. RESPONSIVE - MOBILE
   ========================================================================== */

@media (max-width: 768px) {

    html {
        scroll-padding-top: 75px;
    }


    .container {
        width: min(100% - 26px, var(--container));
    }


    /* Top bar */

    .top-info-inner {
        justify-content: center;
        min-height: 34px;
    }


    .top-info-left {
        display: none;
    }


    .top-info-right {
        gap: 12px;
    }


    .top-info-item {
        font-size: 10px;
    }


    /* Header */

    .site-header {
        position: sticky;
    }


    .header-inner {
        min-height: 70px;
    }


    .site-logo img {
        width: 48px;
        height: 48px;
    }


    .logo-title {
        font-size: 14px;
    }


    .logo-subtitle {
        font-size: 8px;
    }


    .mobile-menu-btn {
        display: flex;
    }


    .main-nav {
        position: absolute;

        top: 100%;
        left: 13px;
        right: 13px;

        display: none;
        flex-direction: column;
        align-items: stretch;

        padding: 10px;

        background: var(--white);

        border: 1px solid var(--border);
        border-radius: 13px;

        box-shadow: var(--shadow-lg);
    }


    .main-nav.open {
        display: flex;
    }


    .main-nav a {
        padding: 12px 13px;
    }


    .main-nav a.active::after {
        display: none;
    }


    /* Hero */

    .hero-section {
        min-height: auto;
    }


    .hero-inner {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 60px 0 75px;
    }


    .hero-content {
        text-align: center;
    }


    .hero-content h1 {
        font-size: clamp(34px, 10vw, 46px);
        letter-spacing: -0.5px;
    }


    .hero-content > p {
        margin-inline: auto;

        font-size: 14px;
        line-height: 1.7;
    }


    .hero-buttons {
        justify-content: center;
    }


    .hero-visual {
        width: 100%;
    }


    .hero-card {
        max-width: 400px;
    }


    /* Quick actions */

    .quick-actions {
        grid-template-columns: 1fr 1fr;

        gap: 9px;

        margin-top: -25px;
    }


    .quick-action {
        min-height: 74px;

        padding: 11px;

        gap: 9px;
    }


    .quick-action-icon {
        flex-basis: 38px;

        width: 38px;
        height: 38px;

        font-size: 14px;
    }


    .quick-action h4 {
        font-size: 11px;
    }


    .quick-action p {
        font-size: 9px;
    }


    /* Sections */

    .services-section,
    .contact-section,
    .about-section,
    .authorised-section {
        padding: 65px 0;
    }


    .section-heading {
        margin-bottom: 30px;
    }


    .section-heading h2 {
        font-size: 30px;
    }


    .section-heading p {
        font-size: 13px;
    }


    /* Trust */

    .trust-logos {
        grid-template-columns: repeat(2, 1fr);
    }


    .trust-logo-card {
        min-height: 110px;
    }


    /* Services */

    .service-category-nav {
        justify-content: flex-start;

        overflow-x: auto;

        flex-wrap: nowrap;

        padding-bottom: 7px;

        margin-bottom: 35px;

        scrollbar-width: none;
    }


    .service-category-nav::-webkit-scrollbar {
        display: none;
    }


    .service-category-link {
        flex: 0 0 auto;
    }


    .service-category {
        margin-bottom: 45px;
    }


    .service-category-header {
        align-items: flex-start;
    }


    .service-category-icon {
        flex-basis: 45px;

        width: 45px;
        height: 45px;

        font-size: 16px;
    }


    .service-category-header h3 {
        font-size: 18px;
    }


    .service-category-header p {
        font-size: 11px;
    }


    .services-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .service-card {
        min-height: 170px;

        padding: 17px;
    }


    /* Contact */

    .contact-grid {
        gap: 15px;
    }


    .contact-info,
    .contact-form-wrapper {
        padding: 22px;
    }


    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }


    /* Footer */

    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 30px 20px;
    }


    .footer-brand {
        grid-column: 1 / -1;
    }


    .footer-bottom-inner {
        flex-direction: column;

        text-align: center;
    }


}


/* ==========================================================================
   20. RESPONSIVE - SMALL MOBILE
   ========================================================================== */

@media (max-width: 480px) {

    .container {
        width: min(100% - 20px, var(--container));
    }


    .hero-inner {
        padding-top: 45px;
    }


    .hero-content h1 {
        font-size: 33px;
    }


    .hero-buttons {
        flex-direction: column;
    }


    .hero-buttons .btn {
        width: 100%;
    }


    .hero-card {
        padding: 20px;
        border-radius: 20px;
    }


    .hero-card-list {
        grid-template-columns: 1fr;
    }


    .quick-actions {
        grid-template-columns: 1fr 1fr;
    }


    .quick-action {
        flex-direction: column;

        justify-content: center;

        text-align: center;
    }


    .trust-logos {
        gap: 9px;
    }


    .trust-logo-card {
        padding: 14px 8px;
    }


    .service-category-header {
        gap: 11px;
    }


    .services-note {
        padding: 15px;
    }


    .floating-whatsapp {
        right: 13px;
        bottom: 13px;

        width: 48px;
        height: 48px;

        padding: 0;

        justify-content: center;
    }


    .floating-whatsapp span {
        display: none;
    }


    .floating-whatsapp i {
        font-size: 20px;
    }


    .back-to-top {
        right: 13px;
        bottom: 70px;
    }


    .footer-grid {
        grid-template-columns: 1fr;
    }


    .footer-brand {
        grid-column: auto;
    }

}


/* ==========================================================================
   21. ACCESSIBILITY
   ========================================================================== */

:focus-visible {
    outline: 3px solid rgba(201, 155, 46, 0.45);
    outline-offset: 2px;
}


@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }


    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}


/* ==========================================================================
   END OF STYLE.CSS
   ========================================================================== */