/* GURUGRAM PREMIUM HERO START */

.gurugram-hero-section{
    position:relative;
    min-height:700px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url('../images/10.webp') center center/cover no-repeat;
    overflow:hidden;
}

.gurugram-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

.gurugram-hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    padding:60px;
    border-radius:30px;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.gurugram-hero-badge{
    display:inline-block;
    background:#d4af37;
    color:#000;
    padding:10px 25px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.gurugram-hero-content h1{
    color:#ffffff;
    font-size:58px;
    font-weight:800;
    margin-bottom:20px;
}

.gurugram-hero-content h1 span{
    color:#d4af37;
}

.gurugram-hero-content p{
    color:#f3f3f3;
    font-size:20px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 35px;
}

.gurugram-hero-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.gurugram-call-btn{
    background:#7e178c;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-call-btn:hover{
    background:#5f0f69;
    color:#fff;
}

.gurugram-whatsapp-btn{
    background:#0cbb4f;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.gurugram-whatsapp-btn:hover{
    background:#08973f;
    color:#fff;
}

.gurugram-call-btn i,
.gurugram-whatsapp-btn i{
    margin-right:8px;
}

@media(max-width:991px){

    .gurugram-hero-section{
        min-height:600px;
    }

    .gurugram-hero-content{
        padding:40px 25px;
    }

    .gurugram-hero-content h1{
        font-size:40px;
    }

    .gurugram-hero-content p{
        font-size:17px;
    }

}

@media(max-width:576px){

    .gurugram-hero-section{
        min-height:520px;
    }

    .gurugram-hero-content{
        padding:30px 20px;
        border-radius:20px;
    }

    .gurugram-hero-content h1{
        font-size:30px;
    }

    .gurugram-hero-content p{
        font-size:15px;
        line-height:1.7;
    }

    .gurugram-call-btn,
    .gurugram-whatsapp-btn{
        width:100%;
        justify-content:center;
        display:flex;
    }

}

/* GURUGRAM PREMIUM HERO END */





/* SECTOR-29 PREMIUM CONTENT START */

.sector-29-content-section{
    padding:50px 0;
    background:#000;
}

.sector-29-content-left h2{
    color:#fff;
    font-size:52px;
    font-weight:800;
    line-height:1.3;
    margin:20px 0;
}

.sector-29-content-left h2 span{
    color:#d4af37;
}

.sector-29-content-left p{
    color:#cfcfcf;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.sector-29-content-badge{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:rgba(212,175,55,.08);
    border:1px solid rgba(212,175,55,.2);
    color:#d4af37;
    font-weight:600;
}

.sector-29-content-btn{
    display:inline-block;
    background:#7e178c;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.sector-29-content-btn:hover{
    background:#5f0f69;
    color:#fff;
}

.sector-29-content-card{
    background:#111;
    border-radius:30px;
    padding:40px;
    border:1px solid rgba(212,175,55,.15);
}

.sector-29-item{
    background:rgba(255,255,255,.02);
    border:1px solid rgba(212,175,55,.08);
    border-radius:20px;
    padding:25px;
    margin-bottom:25px;
    transition:.4s;
    height:100%;
}

.sector-29-item:hover{
    transform:translateY(-8px);
    border-color:#d4af37;
}

.sector-29-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#7e178c;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-bottom:20px;
}

.sector-29-item h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.sector-29-item p{
    color:#cfcfcf;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .sector-29-content-left{
        text-align:center;
        margin-bottom:40px;
    }

    .sector-29-content-left h2{
        font-size:40px;
    }

}

@media(max-width:576px){

    .sector-29-content-section{
        padding:60px 0;
    }

    .sector-29-content-left h2{
        font-size:30px;
    }

    .sector-29-content-left p{
        font-size:15px;
    }

    .sector-29-content-card{
        padding:20px;
    }

    .sector-29-item{
        padding:20px;
    }

    .sector-29-item h4{
        font-size:20px;
    }

}

/* SECTOR-29 PREMIUM CONTENT END */



/* AREA PREMIUM PROFILE SECTION START */

.area-profile-section {
    padding: 60px 0;
    background: #0a0909;
}

.area-profile-heading {
    max-width: 750px;
    margin: 0 auto 60px;
}

.area-profile-heading h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.area-profile-heading h2 span {
    color: #d4af37;
}

.area-profile-heading p {
    color: #b5b5b5;
    font-size: 16px;
    line-height: 1.8;
}

.area-profile-card {
    background: #121212;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.area-profile-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.1);
}

.area-profile-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.area-profile-image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.area-profile-card:hover .area-profile-image-wrap img {
    transform: scale(1.06);
}

.area-profile-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #121212 0%, rgba(18, 18, 18, 0.4) 40%, transparent 100%);
}

.area-profile-verified-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: #0cbb4f;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(12, 187, 79, 0.3);
}

.area-profile-glass-content {
    padding: 28px;
    margin-top: -50px;
    position: relative;
    z-index: 4;
    background: rgba(18, 18, 18, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px 24px 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Name left aur profile tagline right karne ke liye flex container */
.area-profile-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.area-profile-glass-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.area-profile-subtitle {
    color: #d4af37;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: right;
}

.area-profile-meta-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.area-profile-meta-pills span {
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #e0e0e0;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 500;
}

.area-profile-action-group {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.area-profile-btn-call {
    flex: 1;
    text-align: center;
    padding: 13px;
    background: linear-gradient(135deg, #d4af37 0%, #b89324 100%);
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.area-profile-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
    color: #000000;
}

.area-profile-btn-wa {
    flex: 1;
    text-align: center;
    padding: 13px;
    background: linear-gradient(135deg, #0cbb4f 0%, #08973f 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.area-profile-btn-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12, 187, 79, 0.25);
    color: #ffffff;
}

@media(max-width: 991px) {
    .area-profile-section {
        padding: 70px 0;
    }
    .area-profile-heading h2 {
        font-size: 38px;
    }
    .area-profile-image-wrap img {
        height: 330px;
    }
}

@media(max-width: 576px) {
    .area-profile-section {
        padding: 50px 0;
    }
    .area-profile-heading {
        margin-bottom: 40px;
    }
    .area-profile-heading h2 {
        font-size: 28px;
    }
    .area-profile-heading p {
        font-size: 14px;
    }
    .area-profile-image-wrap img {
        height: 360px;
    }
    .area-profile-glass-content {
        padding: 22px;
        margin-top: -40px;
    }
    .area-profile-glass-content h3 {
        font-size: 22px;
    }
    .area-profile-subtitle {
        font-size: 12px;
    }
}

/* AREA PREMIUM PROFILE SECTION END */





/* SECTOR-29 SERVICES SECTION START */

.sector-29-services-section {
    padding: 50px 0;
    background: #000000;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.sector-29-header-row {
    margin-bottom: 60px;
}

.sector-29-badge {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #d4af37;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sector-29-main-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sector-29-main-title span {
    color: #d4af37;
}

.sector-29-subtitle {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* One by One List covering full content stretch */
.sector-29-services-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sector-29-service-row {
    display: flex;
    align-items: center;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-left: 5px solid #7e178c;
    border-radius: 4px 24px 24px 4px;
    padding: 35px 40px;
    gap: 40px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sector-29-service-row:hover {
    transform: translateX(8px);
    border-left-color: #d4af37;
    background: #141414;
    box-shadow: 0 15px 40px rgba(126, 23, 140, 0.12);
}

.sector-29-service-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.sector-29-service-number {
    font-size: 26px;
    font-weight: 800;
    color: rgba(212, 175, 55, 0.25);
    font-family: monospace;
    min-width: 35px;
}

.sector-29-service-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(126, 23, 140, 0.12);
    border: 1px solid rgba(126, 23, 140, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 26px;
    transition: all 0.4s ease;
}

.sector-29-service-row:hover .sector-29-service-icon {
    background: #7e178c;
    color: #ffffff;
    border-color: #7e178c;
    transform: scale(1.05);
}

.sector-29-service-body {
    flex-grow: 1;
}

.sector-29-service-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}

.sector-29-service-row:hover .sector-29-service-title {
    color: #d4af37;
}

.sector-29-service-desc {
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Responsiveness Settings */
@media (max-width: 991px) {
    .sector-29-services-section {
        padding: 60px 0;
    }
    .sector-29-main-title {
        font-size: 38px;
    }
    .sector-29-service-row {
        padding: 30px;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .sector-29-service-row {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 4px 4px 24px 24px;
        border-left: none;
        border-top: 5px solid #7e178c;
        padding: 25px;
        gap: 20px;
    }
    .sector-29-service-row:hover {
        transform: translateY(-5px);
        border-top-color: #d4af37;
    }
    .sector-29-service-meta {
        justify-content: space-between;
        width: 100%;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .sector-29-services-section {
        padding: 50px 0;
    }
    .sector-29-main-title {
        font-size: 28px;
    }
    .sector-29-subtitle {
        font-size: 14px;
    }
    .sector-29-service-title {
        font-size: 20px;
    }
    .sector-29-service-desc {
        font-size: 14px;
    }
}

/* SECTOR-29 SERVICES SECTION END */





/* SECTOR-29 PREMIUM PROFILES SECTION START */

.sector-29-profile-section {
    padding: 40px 30px;
    background: #000000;
}



.sector-29-profile-badge {
    display: inline-block;
    padding: 20px 22px;
    border-radius: 50px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #d4af37;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sector-29-profile-main-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sector-29-profile-main-title span {
    color: #d4af37;
}

.sector-29-profile-subtitle {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.sector-29-pcard {
    background: #111111;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sector-29-pcard:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 25px 50px rgba(126, 23, 140, 0.15);
}

.sector-29-pcard-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.sector-29-pcard-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sector-29-pcard:hover .sector-29-pcard-img-wrap img {
    transform: scale(1.06);
}

.sector-29-pcard-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #111111 0%, rgba(17, 17, 17, 0.4) 40%, transparent 100%);
}

.sector-29-pcard-verified-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    background: #0cbb4f;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(12, 187, 79, 0.3);
}

.sector-29-pcard-glass-content {
    padding: 28px;
    margin-top: -50px;
    position: relative;
    z-index: 4;
    background: rgba(17, 17, 17, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px 24px 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sector-29-pcard-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.sector-29-pcard-glass-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.sector-29-pcard-subtitle {
    color: #d4af37;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: right;
}

.sector-29-pcard-meta-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.sector-29-pcard-meta-pills span {
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #e0e0e0;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 500;
}

.sector-29-pcard-meta-pills span:nth-child(2) {
    color: #d4af37;
}

.sector-29-pcard-action-group {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.sector-29-pcard-btn-call {
    flex: 1;
    text-align: center;
    padding: 13px;
    background: #7e178c;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.sector-29-pcard-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(126, 23, 140, 0.3);
    background: #5f0f69;
    color: #ffffff;
}

.sector-29-pcard-btn-wa {
    flex: 1;
    text-align: center;
    padding: 13px;
    background: #0cbb4f;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.sector-29-pcard-btn-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12, 187, 79, 0.3);
    background: #08973f;
    color: #ffffff;
}

@media(max-width: 991px) {
    .sector-29-profile-section {
        padding: 50px 0;
    }
    .sector-29-profile-main-title {
        font-size: 38px;
    }
    .sector-29-pcard-img-wrap img {
        height: 340px;
    }
}

@media(max-width: 576px) {
    .sector-29-profile-section {
        padding: 40px 0;
    }
    .sector-29-profile-main-title {
        font-size: 28px;
    }
    .sector-29-profile-subtitle {
        font-size: 14px;
    }
    .sector-29-pcard-img-wrap img {
        height: 360px;
    }
    .sector-29-pcard-glass-content {
        padding: 22px;
        margin-top: -40px;
    }
    .sector-29-pcard-glass-content h3 {
        font-size: 22px;
    }
    .sector-29-pcard-subtitle {
        font-size: 13px;
    }
}

/* SECTOR-29 PREMIUM PROFILES SECTION END */



/* SECTOR-29 PREMIUM ABOUT CSS START */

.sector-29-about-section {
    padding: 80px 30px;
    background: #000000;
    overflow: hidden;
}

/* Left Image Box Styles */
.sector-29-about-img-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 20px 50px rgba(126, 23, 140, 0.15);
}

.sector-29-about-img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sector-29-about-img-wrapper:hover .sector-29-about-img {
    transform: scale(1.04);
}

/* Top Experience Badge */
.sector-29-about-badge-top {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #7e178c;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    z-index: 3;
    box-shadow: 0 8px 20px rgba(126, 23, 140, 0.4);
}

/* Inner Image Glass Overlay */
.sector-29-about-img-overlay {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    background: rgba(17, 17, 17, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 20px;
    z-index: 3;
}

.sector-29-overlay-tag {
    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.sector-29-overlay-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.sector-29-overlay-title span {
    color: #d4af37;
}

.sector-29-overlay-text {
    color: #cfcfcf;
    font-size: 14px;
    margin: 0;
}

/* Right Content Box Features */
.sector-29-about-features-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.sector-29-about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #111111;
    border: 1px solid rgba(212, 175, 55, 0.1);
    padding: 25px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.sector-29-about-feature-item:hover {
    border-color: #7e178c;
    background: #141414;
    transform: translateX(5px);
}

.sector-29-about-feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(126, 23, 140, 0.15);
    border: 1px solid rgba(126, 23, 140, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 20px;
    flex-shrink: 0;
}

.sector-29-about-feature-text h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sector-29-about-feature-text p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sector-29-about-section {
        padding: 60px 0;
    }
    .sector-29-about-img {
        height: 480px;
    }
}

@media (max-width: 576px) {
    .sector-29-about-section {
        padding: 50px 0;
    }
    .sector-29-about-img {
        height: 380px;
    }
    .sector-29-about-badge-top {
        top: 15px;
        left: 15px;
        padding: 8px 16px;
        font-size: 12px;
    }
    .sector-29-about-img-overlay {
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 15px;
    }
    .sector-29-overlay-title {
        font-size: 18px;
    }
    .sector-29-about-feature-item {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
}

/* SECTOR-29 PREMIUM ABOUT CSS END */



/* SECTOR-29 ARTICLE CONTENT SECTION START */

.sector-29-article-section{
    padding:30px 20px;
    background:#000;
}

.sector-29-article-box{
    max-width:100%;
    margin:auto;
    background:#111;
    padding:40px;
    border-radius:28px;
    border:1px solid rgba(212,175,55,.15);
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.sector-29-article-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(212,175,55,.08);
    border:1px solid rgba(212,175,55,.20);
    color:#d4af37;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
}

.sector-29-article-box h2{
    color:#ffffff;
    font-size:48px;
    font-weight:800;
    margin-bottom:25px;
    line-height:1.3;
}

.sector-29-article-box h2 span{
    color:#d4af37;
}

.sector-29-article-box h3{
    color:#ffffff;
    font-size:30px;
    font-weight:700;
    margin-top:45px;
    margin-bottom:18px;
}

.sector-29-article-box p{
    color:#cfcfcf;
    font-size:17px;
    line-height:2;
    margin-bottom:22px;
}

.sector-29-article-box ul{
    margin:25px 0;
    padding-left:20px;
}

.sector-29-article-box ul li{
    color:#d9d9d9;
    margin-bottom:14px;
    line-height:1.9;
}

.sector-29-article-box blockquote{
    margin:40px 0;
    padding:30px;
    border-left:5px solid #d4af37;
    background:#171717;
    color:#ffffff;
    font-size:20px;
    font-style:italic;
    border-radius:0 18px 18px 0;
}

.sector-29-article-box a{
    color:#d4af37;
    text-decoration:none;
}

.sector-29-article-box a:hover{
    color:#ffffff;
}

.sector-29-article-box strong{
    color:#ffffff;
}

.sector-29-article-box img{
    width:100%;
    border-radius:20px;
    margin:35px 0;
}

@media(max-width:991px){

    .sector-29-article-box{
        padding:40px;
    }

    .sector-29-article-box h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .sector-29-article-section{
        padding:50px 0;
    }

    .sector-29-article-box{
        padding:25px;
        border-radius:20px;
    }

    .sector-29-article-box h2{
        font-size:28px;
    }

    .sector-29-article-box h3{
        font-size:22px;
    }

    .sector-29-article-box p{
        font-size:15px;
        line-height:1.9;
    }

    .sector-29-article-box blockquote{
        padding:20px;
        font-size:17px;
    }

}

/* SECTOR-29 ARTICLE CONTENT SECTION END */





/* SECTOR-29 PREMIUM RATES CSS START */

.sector-29-rates-section {
    padding: 50px 30px;
    background: #000000;
}

.sector-29-rates-badge {
    display: inline-block;
    padding: 20px 22px;
    border-radius: 50px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #d4af37;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sector-29-rates-main-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sector-29-rates-main-title span {
    color: #d4af37;
}

.sector-29-rates-subtitle {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
}

/* Pricing Cards Base */
.sector-29-rate-card {
    background: #111111;
    border-radius: 30px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.sector-29-rate-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.05);
}

/* Featured / Most Popular Card Accent */
.sector-29-rate-card.sector-29-rate-featured {
    border-color: rgba(126, 23, 140, 0.4);
    background: #131114;
    box-shadow: 0 15px 35px rgba(126, 23, 140, 0.1);
}

.sector-29-rate-card.sector-29-rate-featured:hover {
    border-color: #7e178c;
    box-shadow: 0 25px 50px rgba(126, 23, 140, 0.2);
}

/* Popular Tag Badge */
.sector-29-rate-popular-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4af37;
    color: #000000;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* Card Header Styles */
.sector-29-rate-card-header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.sector-29-rate-featured .sector-29-rate-card-header h3 {
    color: #d4af37;
}

.sector-29-rate-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin-bottom: 25px;
}

.sector-29-rate-featured .sector-29-rate-divider {
    background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.2), transparent);
}

/* Rate Custom List Row Layout */
.sector-29-rate-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sector-29-rate-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.sector-29-rate-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sector-29-time {
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 500;
}

.sector-29-price {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: system-ui, -apple-system, sans-serif;
}

.sector-29-rate-featured .sector-29-price {
    color: #f8f9fa;
}

/* Card CTA Buttons */
.sector-29-rate-card-footer {
    margin-top: auto;
}

.sector-29-rate-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: transparent;
    color: #d4af37;
    border: 1px solid rgba(212, 175, 55, 0.4);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.sector-29-rate-btn:hover {
    background: #d4af37;
    color: #000000;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.2);
}

.sector-29-rate-btn.sector-29-btn-purple {
    background: #7e178c;
    color: #ffffff;
    border-color: #7e178c;
}

.sector-29-rate-btn.sector-29-btn-purple:hover {
    background: #5f0f69;
    border-color: #5f0f69;
    box-shadow: 0 8px 24px rgba(126, 23, 140, 0.3);
}

/* Responsiveness Viewport Rules */
@media(max-width: 991px) {
    .sector-29-rates-main-title {
        font-size: 38px;
    }
    .sector-29-rate-card {
        padding: 35px 25px;
    }
}

@media(max-width: 576px) {
    .sector-29-rates-section {
        padding: 50px 0;
    }
    .sector-29-rates-main-title {
        font-size: 28px;
    }
    .sector-29-rates-subtitle {
        font-size: 14px;
    }
    .sector-29-rate-card {
        padding: 35px 20px;
    }
}

/* SECTOR-29 PREMIUM RATES CSS END */






/* SECTOR-29 PREMIUM CONTACT CSS START */

.sector-29-contact-section {
    padding: 50px 30px;
    background: #000000;
}

.sector-29-contact-badge {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #d4af37;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sector-29-contact-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sector-29-contact-title span {
    color: #d4af37;
}

.sector-29-contact-desc {
    color: #b5b5b5;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.sector-29-info-meta-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sector-29-info-meta-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 25px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.sector-29-info-meta-item:hover {
    transform: translateX(6px);
    border-color: rgba(212, 175, 55, 0.25);
}

.sector-29-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(126, 23, 140, 0.15);
    border: 1px solid rgba(126, 23, 140, 0.3);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.sector-29-info-text span {
    display: block;
    color: #888888;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sector-29-info-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.sector-29-contact-form-box {
    background: #111111;
    border-radius: 30px;
    padding: 45px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.sector-29-contact-form-box h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sector-29-form-divider {
    height: 2px;
    background: linear-gradient(to right, #7e178c, transparent);
    width: 100px;
    margin-bottom: 30px;
}

.sector-29-form-label {
    color: #dddddd;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sector-29-form-input, 
.sector-29-form-textarea {
    background: #161616 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

.sector-29-form-input:focus, 
.sector-29-form-textarea:focus {
    border-color: #7e178c !important;
    box-shadow: 0 0 12px rgba(126, 23, 140, 0.25) !important;
}

.sector-29-form-input::placeholder,
.sector-29-form-textarea::placeholder {
    color: #555555;
}

.sector-29-form-submit-btn {
    width: 100%;
    padding: 15px;
    background: #7e178c;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.sector-29-form-submit-btn:hover {
    background: #5f0f69;
    box-shadow: 0 8px 24px rgba(126, 23, 140, 0.4);
}

.sector-29-success-notification {
    margin-top: 20px;
    padding: 14px 20px;
    background: rgba(12, 187, 79, 0.08);
    border: 1px solid #0cbb4f;
    color: #0cbb4f;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    animation: fadeIn 0.4s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media(max-width: 991px) {
    .sector-29-contact-title {
        font-size: 36px;
    }
    .sector-29-contact-form-box {
        padding: 35px 25px;
    }
}

@media(max-width: 576px) {
    .sector-29-contact-section {
        padding: 50px 0;
    }
    .sector-29-contact-title {
        font-size: 28px;
    }
    .sector-29-contact-desc {
        font-size: 14px;
    }
    .sector-29-contact-form-box {
        padding: 30px 20px;
        border-radius: 20px;
    }
}

/* SECTOR-29 PREMIUM CONTACT CSS END */




/* SECTOR-29 PREMIUM LOCATIONS CSS START */

.sector-29-locations-section {
    padding: 40px 30px;
    background: #000000;
}

.sector-29-locations-badge {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #d4af37;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sector-29-locations-main-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sector-29-locations-main-title span {
    color: #d4af37;
}

.sector-29-locations-subtitle {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto;
}

.sector-29-location-card {
    display: block;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: #ffffff;
    text-align: center;
    padding: 18px 10px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.sector-29-location-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.sector-29-location-card:hover {
    transform: translateY(-5px);
    background: #151416;
    color: #d4af37;
    border-color: rgba(212, 175, 55, 0.2);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.05);
}

.sector-29-location-card:hover::after {
    width: 60%;
}

/* Premium NCR Banner Strip Layout */
.sector-29-ncr-strip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.1);
    padding: 15px 35px;
    border-radius: 100px;
    margin-top: 20px;
}

.sector-29-ncr-check {
    color: #d4af37;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sector-29-ncr-text {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.3px;
}

.sector-29-ncr-text span {
    color: #d4af37;
    font-weight: 700;
}

/* Mobile Responsive Engine */
@media(max-width: 991px) {
    .sector-29-locations-main-title {
        font-size: 36px;
    }
    .sector-29-ncr-strip {
        padding: 15px 25px;
    }
}

@media(max-width: 767px) {
    .sector-29-ncr-strip {
        border-radius: 20px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 20px;
        width: 100%;
    }
}

@media(max-width: 576px) {
    .sector-29-locations-section {
        padding: 50px 0;
    }
    .sector-29-locations-main-title {
        font-size: 28px;
    }
    .sector-29-locations-subtitle {
        font-size: 14px;
    }
    .sector-29-location-card {
        font-size: 14px;
        padding: 14px 8px;
        border-radius: 12px;
    }
    .sector-29-ncr-text {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* SECTOR-29 PREMIUM LOCATIONS CSS END */

