
/* ===== GOOGLE FONT ===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: 'Montserrat', sans-serif !important;
}

/* Force font everywhere */
h1, h2, h3, h4, h5, h6,
p, span, a, li, button, input, textarea {
    font-family: 'Montserrat', sans-serif !important;
}


.facilties .single-facility {
    background: rgba(144, 215, 237, .141);
    border-radius: 30px;
}


.facilties .single-facility {
    align-items: center;
    background: #f6f3f3;
    border: 1px solid #f1eeeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    margin-bottom: 30px;
    padding: 30px 20px;
    position: relative;
    transition: .5s;
    z-index: 1;
}


.facilties .single-facility img {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}


.facilties .single-facility .h5,
.facilties .single-facility h5 {
    color: #222;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}


/* ======= Services style ======= */
.services .img {
    position: relative;
    overflow: hidden;
}

.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services .content {
    width: 100%;
    padding: 30px;
}

.services .content .date {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 2;
}

.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #f47f26;
    margin-bottom: 0px;
}

.services .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.services .content .cont {
    display: table-cell;
    vertical-align: middle;
}

.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    line-height: 1.5em;
}

.services .content .cont .more {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f47f26;
    padding-left: 40px;
    position: relative;
}

.services .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #f47f26;
    position: absolute;
    top: 50%;
    left: 0px;
}

.services .content .cont .more:hover {
    color: #222;
}

.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #666;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services .content .info .tags {
    color: #f47f26;
}

@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

@media screen and (max-width: 480px) {
    .speech-box1 {
        position: relative;
        width: 100%;
        margin-left: 0%;
    }

    .speech {
        position: relative;
        padding-bottom: 0px;
        background: #f8f5f0;
    }

    .services .content .date {
        width: 60px;
    }

    .services .content .info .tags {
        margin: 5px 0 0;
    }

    .services .content .date h3 {
        font-size: 40px;
    }
}

.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: 100%;
}

.object-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .content .cont {

    padding: 0px 40px;
    text-align: justify;
}

.global-banner {
    background-image: url('https://skydecor-s3-bucket.s3.ap-south-1.amazonaws.com/Skydecor+Map_page-0001.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;

}

/* Tablet and Mobile */
@media (max-width: 991px) {
    .global-banner {
        height: auto;
        /* height adjusts to content */
        padding: 60px 20px;
        /* some spacing for smaller screens */
    }
}


:root {
    --sky-ink: #1a1a18;
    --sky-ink-mid: #3a3a36;
    --sky-ink-light: #7a7a74;
    --sky-paper: #f7f4ef;
    --sky-paper-mid: #ede9e1;
    --sky-paper-dark: #d9d3c7;
    --sky-white: #ffffff;
    --sky-rule: #c8c2b6;
    --sky-warm: #c8b89a;
}

/* ── SHARED LAYOUT HELPERS ── */
.sky-section {
    padding: 80px 0;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767.98px) {
    .sky-section {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .sky-section {
        padding: 44px 0;
    }
}

.sky-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--sky-ink-light);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.sky-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--sky-rule);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-h2 {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--sky-ink);
    margin-bottom: 0;
}

.sky-h2 em {
    font-style: italic;
    font-weight: 300;
    color: var(--sky-ink-mid);
}

.sky-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--sky-ink-light);
    margin-top: 14px;
    margin-bottom: 0;
}

.sky-sidebar-row {
    display: -webkit-flex;
    display: flex;
    gap: 64px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sky-sidebar-col {
    width: 260px;
    min-width: 260px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-main-col {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .sky-sidebar-row {
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 36px;
    }

    .sky-sidebar-col {
        width: 100%;
        min-width: 0;
    }
}

/* ── SECTION-SPECIFIC ── */
.sky-feat-section {
    background: var(--sky-white);
    border-top: 1px solid var(--sky-rule);
    border-bottom: 1px solid var(--sky-rule);
}

.sky-feat-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--sky-rule);
    -webkit-transition: background 0.18s, padding 0.18s, margin 0.18s;
    transition: background 0.18s, padding 0.18s, margin 0.18s;
    cursor: default;
}

.sky-feat-row:last-child {
    border-bottom: none;
}

.sky-feat-row:hover {
    background: var(--sky-paper);
    padding-left: 14px;
    padding-right: 14px;
    margin-left: -14px;
    margin-right: -14px;
}

.sky-feat-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--sky-ink-light);
    min-width: 32px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-feat-body {
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.sky-feat-body h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--sky-ink);
    margin-bottom: 4px;
}

.sky-feat-body p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--sky-ink-light);
    margin-bottom: 0;
}

.sky-feat-icon {
    width: 42px;
    height: 42px;
    border: 1px solid var(--sky-rule);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.18s, border-color 0.18s;
    transition: background 0.18s, border-color 0.18s;
}

.sky-feat-row:hover .sky-feat-icon {
    background: var(--sky-ink);
    border-color: var(--sky-ink);
}


:root {
    --dark-bg: #333;
    --card-bg: #fff;
    --text-light: rgba(255, 255, 255, 0.7);
}

/* SECTION */
.sky-section {
    padding: 80px 0;
    font-family: 'Montserrat', sans-serif;
}

.sky-bucket-section {

   background: linear-gradient(
  90deg,
  #8a5bb7 0%,   /* lighter purple (left) */
  #7a4aa8 40%,
  #6a3a99 70%,
  #5a2c8a 100%  /* darker purple (right) */
);
}

/* HEADER */
.sky-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.sky-h2 {
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 900;
    color: #fff;
}

.sky-h2 em {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}

/* WRAP */
.sky-buckets-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    max-width: 1100px;
    margin: 50px auto 0;
}

/* CARD */
.sky-bucket-card {
    background: #fff;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.sky-bucket-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

/* IMAGE */
.sky-bucket-image {
    padding: 40px;
    display: flex;
    justify-content: center;
}

.sky-bucket-image img {
    max-width: 220px;
}

/* BODY */
.sky-bucket-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* HEAD */
.sky-bucket-head h3 {
    font-size: 36px;
    margin: 0;
    font-weight: 900;
}

.sky-bucket-head span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
}

/* TEXT */
.sky-bucket-coverage {
    margin: 15px 0;
    font-weight: 600;
}

.sky-bucket-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.sky-bucket-body ul li {
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

/* BUTTON */
.sky-bucket-body button {
    margin-top: auto;
    padding: 12px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    background-color: #9FB8C9;
}

/* FEATURED */
.sky-bucket-card.featured {
    background: #AFC4D3;
    color: #fff;
    transform: scale(1.04);
    position: relative;
}

.sky-bucket-card.featured:hover {
    transform: scale(1.06) translateY(-5px);
}

.featured .sky-bucket-head span {
    color: rgba(255, 255, 255, 0.6);
}

.featured ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.featured button {
    background: #fff;
    color: #000;
}

/* BADGE */
.badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: 6px 12px;
    font-size: 10px;
    font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sky-buckets-wrap {
        flex-direction: column;
        gap: 20px;
    }
}




:root {
    --sky-ink: #1a1a18;
    --sky-ink-mid: #3a3a36;
    --sky-ink-light: #7a7a74;
    --sky-paper: #f7f4ef;
    --sky-paper-mid: #ede9e1;
    --sky-paper-dark: #d9d3c7;
    --sky-white: #ffffff;
    --sky-rule: #c8c2b6;
    --sky-warm: #c8b89a;
}

/* ── SHARED LAYOUT HELPERS ── */
.sky-section {
    padding: 80px 0;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767.98px) {
    .sky-section {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .sky-section {
        padding: 44px 0;
    }
}

.sky-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--sky-ink-light);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.sky-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--sky-rule);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-h2 {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--sky-ink);
    margin-bottom: 0;
}

.sky-h2 em {
    font-style: italic;
    font-weight: 300;
    color: var(--sky-ink-mid);
}

.sky-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--sky-ink-light);
    margin-top: 14px;
    margin-bottom: 0;
}

.sky-sidebar-row {
    display: -webkit-flex;
    display: flex;
    gap: 64px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sky-sidebar-col {
    width: 260px;
    min-width: 260px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-main-col {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .sky-sidebar-row {
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 36px;
    }

    .sky-sidebar-col {
        width: 100%;
        min-width: 0;
    }
}

/* ── SECTION-SPECIFIC ── */
.sky-specs-section {
    background: var(--sky-white);
    border-bottom: 1px solid var(--sky-rule);
}

.sky-specs-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--sky-rule);
}

.sky-specs-table thead tr {
    background: var(--sky-ink);
}

.sky-specs-table thead th {
    padding: 13px 18px;
    text-align: left;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sky-paper);
    border: none;
    white-space: nowrap;
}

.sky-specs-table tbody tr {
    border-bottom: 1px solid var(--sky-rule);
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
}

.sky-specs-table tbody tr:last-child {
    border-bottom: none;
}

.sky-specs-table tbody tr:hover {
    background: var(--sky-paper);
}

.sky-specs-table td {
    padding: 11px 18px;
    font-size: 12px;
    font-weight: 500;
    color: var(--sky-ink);
    border: none;
    vertical-align: middle;
}

.sky-specs-table td:first-child {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--sky-ink-light);
    width: 30%;
    white-space: nowrap;
}

.sky-specs-table td:last-child {
    font-size: 10px;
    color: var(--sky-ink-light);
    font-weight: 500;
}

@media (max-width: 575.98px) {

    .sky-specs-table td:last-child,
    .sky-specs-table th:last-child {
        display: none;
    }

    .sky-specs-table td:first-child {
        width: 40%;
    }
}


:root {
    --sky-ink: #1a1a18;
    --sky-ink-mid: #3a3a36;
    --sky-ink-light: #7a7a74;
    --sky-paper: #f7f4ef;
    --sky-paper-mid: #ede9e1;
    --sky-paper-dark: #d9d3c7;
    --sky-white: #ffffff;
    --sky-rule: #c8c2b6;
    --sky-warm: #c8b89a;
}

/* ── SHARED LAYOUT HELPERS ── */
.sky-section {
    padding: 80px 0;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767.98px) {
    .sky-section {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .sky-section {
        padding: 44px 0;
    }
}

.sky-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--sky-ink-light);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.sky-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--sky-rule);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-h2 {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--sky-ink);
    margin-bottom: 0;
}

.sky-h2 em {
    font-style: italic;
    font-weight: 300;
    color: var(--sky-ink-mid);
}

.sky-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--sky-ink-light);
    margin-top: 14px;
    margin-bottom: 0;
}

.sky-sidebar-row {
    display: -webkit-flex;
    display: flex;
    gap: 64px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sky-sidebar-col {
    width: 260px;
    min-width: 260px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.sky-main-col {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .sky-sidebar-row {
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 36px;
    }

    .sky-sidebar-col {
        width: 100%;
        min-width: 0;
    }
}

/* ── SECTION-SPECIFIC ── */
.sky-specs-section {
    background: var(--sky-white);
    border-bottom: 1px solid var(--sky-rule);
}

.sky-specs-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--sky-rule);
}

.sky-specs-table thead tr {
    background: var(--sky-ink);
}

.sky-specs-table thead th {
    padding: 13px 18px;
    text-align: left;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sky-paper);
    border: none;
    white-space: nowrap;
}

.sky-specs-table tbody tr {
    border-bottom: 1px solid var(--sky-rule);
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
}

.sky-specs-table tbody tr:last-child {
    border-bottom: none;
}

.sky-specs-table tbody tr:hover {
    background: var(--sky-paper);
}

.sky-specs-table td {
    padding: 11px 18px;
    font-size: 12px;
    font-weight: 500;
    color: var(--sky-ink);
    border: none;
    vertical-align: middle;
}

.sky-specs-table td:first-child {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--sky-ink-light);
    width: 30%;
    white-space: nowrap;
}

.sky-specs-table td:last-child {
    font-size: 10px;
    color: var(--sky-ink-light);
    font-weight: 500;
}

@media (max-width: 575.98px) {

    .sky-specs-table td:last-child,
    .sky-specs-table th:last-child {
        display: none;
    }

    .sky-specs-table td:first-child {
        width: 40%;
    }
}

.bg-dark-gery {
    /* background-color: #333 !important; */
    background: linear-gradient(90deg, #8a5bb7 0%, /* lighter purple (left) */ #7a4aa8 40%, #6a3a99 70%, #5a2c8a 100% /* darker purple (right) */);
}