   /* --- Hero Banner Main Container --- */
.h_banner {
    background: #01ABC2 !important; /* Very Dark Professional Blue */
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Background Design Shapes (Naya Look) */
.h_banner::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(204, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

/* Heading - Red & Bold */
.main-heading {
    color: #F27120 !important; /* Bold Red */
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}

.main-heading span {
    color: #ffffff; /* Contrast White Part */
    font-size: 38px;
    display: block;
}

/* Paragraph - Clean White */
.white-text {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 35px;
    border-left: 3px solid #F27120;
    padding-left: 20px;
}

/* Intro Tag Styling */
.intro-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.intro-tag span {
    background: rgba(204, 0, 0, 0.15);
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
}

.arrow-icon {
    max-width: 40px;
    filter: brightness(0) invert(1); /* Makes arrow white */
}

/* Button - Modern Border Style */
.btn-premium {
    background: #F27120;
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 0 25px 0 25px; /* Unique Shape */
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
    border: 2px solid #F27120;
}

.btn-premium:hover {
    background: transparent;
    color: #F27120 !important;
    border-radius: 25px 0 25px 0;
}

/* Form - Glassmorphism Look */
.glass-form {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 25px 25px 0px rgba(204, 0, 0, 0.8); /* Bold Red Offset Shadow */
    position: relative;
    transform: rotate(2deg); /* Halka sa tilt for modern look */
}

.offer-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 800;
    transform: rotate(-10deg);
    border: 2px solid #F27120;
}

.glass-form h3 {
    color: #01ABC2 !important;
    font-weight: 800;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .main-heading { font-size: 38px; }
    .glass-form { transform: none; margin-top: 50px; }
    .h_banner { padding: 60px 0; text-align: center; }
    .white-text { border-left: none; padding-left: 0; }
}







    .h_banner h1 {
    font-size: 40px;
    }
    .s11boxinner h5, .s11boxinner p {
    line-height: 20px;}
    #navbarBelow a {

    font-family: "Roboto";
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    
}

    /* Dropdown container */
    /*.nav-item {*/
    /*  position: relative;*/
    /*  display: inline-block;*/
    /*}*/
    
    /* Dropdown list hidden by default */
    /*.dropdown-content {*/
    /*  display: none;*/
    /*  position: absolute;*/
    /*  background-color: #fff;*/
    /*  min-width: 220px;*/
    /*  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);*/
    /*  z-index: 999;*/
    /*}*/
    
    /* Dropdown links */
    /*.dropdown-content a {*/
    /*  color: #333;*/
    /*  padding: 10px 15px;*/
    /*  text-decoration: none;*/
    /*  display: block;*/
    /*}*/
    
    /*.dropdown-content a:hover {*/
    /*  background-color: #f1f1f1;*/
    /*}*/
    
    /* Show dropdown on hover */
    /*.nav-item:hover .dropdown-content {*/
    /*  display: block;*/
    /*}*/
    
    .h_banner h1 {
    line-height: 1.2 !important;
}
    .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/*.top-header {*/
/*  background: #002d5b;*/
/*  padding: 8px 0;*/
/*  color: #fff;*/
/*  font-size: 14px;*/
/*}*/

/*.top-header-row {*/
/*  display: flex;*/
/*  justify-content: flex-end; /* right side par 
/*  align-items: center;*/
/*}*/

/*.header-right {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 15px;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.header-right a {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/

/*.quote-btn {*/
/*  background: #d91b3b;*/
/*  color: #fff;*/
/*  padding: 6px 12px;*/
/*  font-size: 14px;*/
/*  text-decoration: none;*/
/*  font-weight: 500;*/
/*  transition: 0.3s;*/
/*}*/
/*.quote-btn:hover {*/
/*  background: #b21631;*/
/*}*/

/*.social-icons a {*/
/*  color: #fff;*/
/*  margin-left: 10px;*/
/*  font-size: 14px;*/
/*}*/

/* Mobile view (2-column grid) */
/*@media (max-width: 768px) {*/
/*  .header-right {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, auto); /* 2 column */
/*    gap: 10px 20px;*/
/*    justify-content: flex-end; /* right align grid */
/*    text-align: right;*/
/*  }*/

/*  .header-right a,*/
/*  .header-right span {*/
/*    font-size: 13px;*/
/*    white-space: nowrap;*/
/*  }*/
/*}*/

.sec-3 p, .sec-3 ol li {
   
    line-height: 25px !important;
    
}

.sec-3 h2 {
    line-height: 57px;
    font-size: 40px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 40px;
}
.img-fluid {
    max-width: 60%;
}
.s6_text .fs {
    line-height: 42px;
}

/* Modern Root Variables */
:root {
    --primary: #01ABC2 !important; /* Aapka brand blue */
    --accent: #F27120;  /* Aapka brand red */
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,0.08);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top Header - Ultra Clean */
/*.top-header {*/
/*    background: var(--primary);*/
/*    padding: 10px 0;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.1);*/
/*}*/

/*.header-right {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.styled-link a {*/
/*    color: var(--white) !important;*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    text-decoration: none;*/
/*    margin-right: 20px;*/
/*    transition: var(--transition);*/
/*}*/

/*.styled-link a i { color: var(--accent); margin-right: 5px; }*/

/*.quote-btn {*/
/*    background: var(--accent);*/
/*    color: white !important;*/
/*    padding: 8px 18px;*/
/*    border-radius: 50px;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    transition: var(--transition);*/
/*    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3);*/
/*}*/

/*.quote-btn:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 6px 20px rgba(204, 0, 0, 0.4);*/
/*}*/

/* Main Navbar - Smooth Scrolling Effect */
/*#navbarBelow {*/
/*    background: var(--white);*/
/*    padding: 10px 0 !important;*/
/*    box-shadow: var(--shadow);*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 1000;*/
/*    transition: var(--transition);*/
/*}*/

/*.navbar-brand img {*/
/*    max-height: 55px;*/
/*    transition: var(--transition);*/
/*}*/

/* Menu Links */
/*.nav-link {*/
/*    color: #333 !important;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    padding: 15px 18px !important;*/
/*    position: relative;*/
/*    transition: var(--transition);*/
/*}*/

/*.nav-link:hover {*/
/*    color: var(--primary) !important;*/
/*}*/

/*.nav-link:hover::after {*/
/*    width: calc(100% - 36px);*/
/*}*/

/* Dropdown - Smooth Fade-in */
/*.nav-item { position: relative; }*/

/*.dropdown-content {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 110%;*/
/*    left: 0;*/
/*    background: var(--white);*/
/*    min-width: 260px;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 15px 50px rgba(0,0,0,0.15);*/
/*    padding: 15px 0;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transform: translateY(20px);*/
/*    transition: var(--transition);*/
/*    border-top: 4px solid var(--accent);*/
/*}*/

/*.nav-item:hover .dropdown-content {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transform: translateY(0);*/
/*}*/

/*.dropdown-content a {*/
/*    display: block;*/
/*    padding: 10px 25px;*/
/*    color: #444;*/
/*    text-decoration: none;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    transition: var(--transition);*/
/*}*/

/*.dropdown-content a:hover {*/
/*    background: #f8f9fa;*/
/*    color: var(--accent);*/
/*    padding-left: 35px;*/
/*}*/

/* Social Icons */
/*.social-icons a {*/
/*    color: var(--white);*/
/*    margin-left: 15px;*/
/*    font-size: 15px;*/
/*    transition: var(--transition);*/
/*}*/

/*.social-icons a:hover { color: var(--accent); }*/

/* Mobile Responsive */
/*@media (max-width: 991px) {*/
/*    .navbar-collapse {*/
/*        background: var(--white);*/
/*        margin-top: 15px;*/
/*        padding: 20px;*/
/*        border-radius: 15px;*/
/*        box-shadow: var(--shadow);*/
/*    }*/
/*    .dropdown-content {*/
/*        position: static;*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*        transform: none;*/
/*        box-shadow: none;*/
/*        border: none;*/
/*        padding-left: 20px;*/
/*        display: none;*/
/*    }*/
/*    .nav-item:hover .dropdown-content { display: block; }*/
    .top-header { display: none; } /* Mobile par space bachane ke liye */
/*}*/

/* --- Popup Text & Field Visibility Fix --- */

/* 1. Popup ka size aur background */
#myModal .modal-dialog {
    max-width: 420px !important; 
    margin: 1.75rem auto;
}

#myModal .modal-content {
    background: #ffffff !important; /* Pure White Box */
    border-radius: 15px !important;
    padding: 25px !important;
    border: none !important;
}

/* 2. Image aur extra columns ko hide karna */
#myModal .col-lg-5, 
#myModal .col-md-6 img {
    display: none !important;
}

#myModal .col-lg-7, 
#myModal .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* 3. Text Visibility (Headings) */
.pop_heading h2 {
    color: #01ABC2 !important; /* Dark Blue Heading */
    font-size: 22px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
}

.pop_heading .c-red {
    color: #F27120 !important; /* Brand Red */
    font-size: 15px !important;
    text-align: center !important;
    display: block;
    margin-bottom: 20px !important;
}

/* 4. Input Fields Fix (White on White solution) */
#myModal .form-control {
    background-color: #f8f9fa !important; /* Halka grey background */
    border: 1px solid #ced4da !important; /* Silver border */
    color: #01ABC2 !important; /* LIKHNE WALA COLOR DARK BLUE */
    height: 45px !important;
    font-size: 14px !important;
    padding: 10px 15px !important;
    margin-bottom: 15px !important;
}

/* Jab user likhe tab ka color */
#myModal .form-control:focus {
    background-color: #ffffff !important;
    border-color: #F27120 !important;
    color: #000000 !important; /* Focus par pure black text */
    outline: none !important;
    box-shadow: none !important;
}

/* Placeholder ka color (Halka rakha hai) */
#myModal .form-control::placeholder {
    color: #888888 !important;
    opacity: 1;
}

/* 5. Submit Button */
.pop_btn {
    background: #F27120 !important;
    color: #ffffff !important; /* Button text hamesha white */
    width: 100% !important;
    padding: 12px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
}

.pop_btn:hover {
    background: #01ABC2 !important;
}

/* Close button fix */
#myModal .close {
    color: #000 !important;
    float: right;
    font-size: 24px;
    opacity: 0.5;
}





/* --- Design Customization --- */
.new-service-layout {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.badge-red {
    background: #F27120;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-title {
    font-size: 38px;
    font-weight: 800;
    margin-top: 15px;
}

.main-title span { color: #F27120; }

.desc-p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 20px 0;
}

.feature-bullets { display: flex; gap: 20px; }
.bullet-item { font-weight: 700; color: #01ABC2 !important; font-size: 14px; }
.bullet-item i { color: #F27120; margin-right: 5px; }

/* Interactive Cards Styling */
.interactive-list { display: flex; flex-direction: column; gap: 15px; }

.list-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: 0.4s ease;
}

.list-card:hover {
    transform: scale(1.03);
    border-color: #F27120;
    box-shadow: 0 10px 25px rgba(204, 0, 0, 0.1);
}

.icon-wrap {
    width: 50px;
    height: 50px;
    background: #fdf2f2;
    color: #F27120;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
}

.text-wrap h4 { font-size: 17px; font-weight: 700; margin: 0; color: #01ABC2 !important; }
.text-wrap p { font-size: 13px; margin: 0; color: #888; }

/* Animation Effect */
.animate-1 { animation: fadeInUp 0.5s ease forwards; }
.animate-2 { animation: fadeInUp 0.7s ease forwards; }
.animate-3 { animation: fadeInUp 0.9s ease forwards; }
.animate-4 { animation: fadeInUp 1.1s ease forwards; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .main-title { font-size: 28px; text-align: center; }
    .desc-p { text-align: center; }
    .feature-bullets { justify-content: center; }
}

.compact-services-sec {
    padding: 60px 0;
    background: #f9f9f9;
}

.compact-header h2 { font-weight: 800; font-size: 32px; margin-bottom: 10px; color: #01ABC2 !important; }
.compact-header h2 span { color: #F27120; }
.compact-header p { color: #666; margin-bottom: 40px; }

/* Desktop Grid: 4 in a row */
.services-flex-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.service-mini-card {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
    border-bottom: 4px solid transparent;
    display: flex;
    flex-direction: column;
}

.service-mini-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #F27120;
}

.card-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.service-mini-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #01ABC2 !important;
    margin-bottom: 12px;
    min-height: 44px; /* Title alignment fix */
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-mini-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 80px; /* Para alignment fix */
}

.service-mini-card a {
    font-size: 13px;
    font-weight: 700;
    color: #F27120;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #F27120;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: auto;
}

.service-mini-card a:hover {
    background: #F27120;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .services-flex-container {
        overflow-x: auto;
        padding: 20px 10px;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .services-flex-container::-webkit-scrollbar { display: none; }

    .service-mini-card {
        min-width: 270px;
        scroll-snap-align: center;
    }
}






.node-portfolio-sec {
    padding: 100px 0;
    background: #020b16; /* Deep Node.js Dark */
    overflow: hidden;
    position: relative;
}

.tech-tag { color: #F27120; font-family: 'Courier New', Courier, monospace; font-size: 14px; letter-spacing: 3px; display: block; margin-bottom: 5px; }
.tech-title { color: #fff !important; font-weight: 900; font-size: 45px; }
.tech-title span { color: #F27120; }

/* Navigation Styling */
.tech-pills { border: none; }
.tech-pills .nav-link {
    background: transparent !important;
    color: rgba(255,255,255,0.5) !important;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 25px;
    border-left: 3px solid rgba(255,255,255,0.05) !important;
    border-radius: 0;
    margin-bottom: 5px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.node-dot {
    width: 6px;
    height: 6px;
    background: #444;
    border-radius: 50%;
    margin-right: 15px;
    transition: 0.3s;
}

.tech-pills .nav-link.active {
    color: #fff !important;
    border-left: 3px solid #F27120 !important;
    background: linear-gradient(90deg, rgba(204,0,0,0.15), transparent) !important;
}

.tech-pills .nav-link.active .node-dot {
    background: #F27120;
    box-shadow: 0 0 12px #F27120;
}

/* Animations for Books */
.book-circle-wrap {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-bg {
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px dashed rgba(204,0,0,0.2);
    border-radius: 50%;
    animation: rotateCircle 30s linear infinite;
}

.book-node {
    position: absolute;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
    padding: 3px;
}

/* Tab Switching Fan Animation */
.tab-pane.active .b1 { transform: translateX(-140px) translateY(20px) rotate(-15deg); z-index: 1; opacity: 0.6; }
.tab-pane.active .b2 { transform: translateY(-10px) scale(1.15); z-index: 10; opacity: 1; border: 2px solid #F27120; }
.tab-pane.active .b3 { transform: translateX(140px) translateY(20px) rotate(15deg); z-index: 1; opacity: 0.6; }

/* Enter Animation */
.tab-pane.fade .book-node { opacity: 0; filter: blur(10px); }
.tab-pane.fade.show .book-node { opacity: 1; filter: blur(0); }

@keyframes rotateCircle {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 991px) {
    .tech-pills { flex-direction: row !important; overflow-x: auto; margin-bottom: 30px; scrollbar-width: none; }
    .tech-pills::-webkit-scrollbar { display: none; }
    .tech-pills .nav-link { border-left: none !important; border-bottom: 3px solid transparent !important; white-space: nowrap; }
    .tech-pills .nav-link.active { border-bottom: 3px solid #F27120 !important; }
    .book-circle-wrap { height: 350px; }
    .book-node { width: 130px; }
    .circle-bg { width: 300px; height: 300px; }
}






.scroll-reveal-why-choose {
    padding: 120px 0;
    background: #01ABC2 !important; /* Dark Blue */
    position: relative;
    overflow: hidden; /* Important for animation overflow */
}

.sub-title { color: #F27120; font-family: 'Montserrat', sans-serif; font-size: 14px; }
.main-title { color: #01ABC2 !important; font-weight: 900; font-size: 45px; margin-top: 10px; line-height: 60px; }
.main-title span { color: #F27120; }
.lead.text-light-50 { color: rgba(255,255,255,0.7) !important; font-size: 17px; max-width: 700px; margin-top: 20px; }

/* The Animated Reveal Card */
.reveal-card {
    background: rgba(255, 255, 255, 0.05); /* Glass-like effect */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    cursor: pointer;
    backdrop-filter: blur(5px); /* Actual Glassmorphism blur */
}

.reveal-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #F27120;
    box-shadow: 0 15px 40px rgba(204, 0, 0, 0.3);
    background: rgba(204, 0, 0, 0.1); /* Slight red tint on hover */
}

/* Icon with Glow */
.card-icon-glow {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #F27120;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 0 15px rgba(204, 0, 0, 0.5); /* Glowing effect */
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Springy transition */
}

.reveal-card:hover .card-icon-glow {
    transform: rotateY(360deg);
    background: #00ffcc; /* Cyan glow on hover */
    box-shadow: 0 0 25px rgba(0, 255, 204, 0.7);
}

/* Card Text */
.card-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin: 0;
}

/* AOS overrides for specific styling */
[data-aos].aos-animate {
    transform: translate(0) scale(1) rotate(0deg) !important;
    opacity: 1 !important;
}

/* Custom AOS for the 'fly-in' */
[data-aos="fade-right"] {
    transform: translateX(-100px) rotate(-10deg);
    opacity: 0;
}
[data-aos="fade-left"] {
    transform: translateX(100px) rotate(10deg);
    opacity: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .reveal-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    .card-icon-glow { margin-bottom: 20px; }
    .main-title { font-size: 35px; }
    .lead.text-light-50 { font-size: 15px; }
}



/* Section Base */
.vip-covered-sec {
    background: #ffffff; /* Pure White Background */
    position: relative;
}

/* Badge & Headings */
.status-badge {
    background: rgba(204, 0, 0, 0.08);
    color: #F27120;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-hd {
    font-weight: 900;
    color: #01ABC2 !important;
    line-height: 1.2;
    font-size: 38px;
}

.main-hd span { color: #F27120; }

.divider-line {
    width: 80px;
    height: 4px;
    background: #F27120;
    margin-top: 15px;
    border-radius: 10px;
}

.sub-para {
    max-width: 800px;
    color: #555;
    font-size: 18px;
    margin: 0 auto;
}

/* Action Dock Area */
.action-dock {
    margin-top: 30px;
    padding: 20px;
}

.action-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.action-card:hover {
    transform: translateY(-5px);
    border-color: #F27120;
    box-shadow: 0 15px 40px rgba(204,0,0,0.1);
}

/* Icon & Pulse Effect */
.icon-box {
    width: 55px;
    height: 55px;
    background: #01ABC2 !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    position: relative;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #F27120;
    border-radius: 12px;
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* Text & Links */
.action-info .status-text {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
}

.online-dot {
    height: 8px;
    width: 8px;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.action-link {
    font-size: 18px;
    font-weight: 800;
    color: #01ABC2 !important;
    text-decoration: none;
    transition: 0.3s;
}

.action-card:hover .action-link { color: #F27120 !important; }

/* Center VIP Button */
.btn-vip-glow {
    background: #F27120;
    color: #fff !important;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(204, 0, 0, 0.4);
    transition: 0.4s;
    border: 2px solid #F27120;
}

.btn-vip-glow:hover {
    background: transparent;
    color: #F27120 !important;
    transform: scale(1.05);
    box-shadow: 0 15px 45px rgba(204, 0, 0, 0.2);
}

/* Mobile Tweaks */
@media (max-width: 768px) {
    .main-hd { font-size: 28px; }
    .action-dock { flex-direction: column; width: 100%; }
    .action-card { width: 100%; justify-content: center; }
}

.process-timeline-sec { background: #fff; overflow: hidden; }
.step-tag { color: #F27120; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; }
.fw-black { font-weight: 900; }
.c-blue span { color: #F27120; }

/* Timeline Structure */
.main-timeline {
    position: relative;
    max-width: 1000px;
    margin: 50px auto;
}

/* Center Vertical Line */
.main-timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #eee;
    top: 0; bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline-item:nth-child(odd) { left: 0; text-align: right; }
.timeline-item:nth-child(even) { left: 50%; text-align: left; }

/* Dot on line */
.timeline-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #F27120;
    color: #fff;
    border-radius: 50%;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    z-index: 2;
    box-shadow: 0 0 15px rgba(204, 0, 0, 0.3);
}

.timeline-item:nth-child(odd) .timeline-dot { right: -20px; }
.timeline-item:nth-child(even) .timeline-dot { left: -20px; }

/* Content Card */
.timeline-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.timeline-item:nth-child(odd) .timeline-content { align-items: flex-end; }

.timeline-content:hover {
    border-color: #F27120;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.step-icon img { width: 60px; margin-bottom: 20px; transition: 0.4s; }
.timeline-content:hover .step-icon img { transform: scale(1.1) rotate(5deg); }

.step-text h5 { font-weight: 800; color: #01ABC2 !important; margin-bottom: 10px; }
.step-text p { color: #666; font-size: 14px; line-height: 1.6; margin-bottom: 0; }

/* Responsive (Mobile) */
@media (max-width: 767px) {
    .main-timeline::after { left: 31px; }
    .timeline-item { width: 100%; left: 0 !important; padding-left: 70px; padding-right: 20px; text-align: left !important; }
    .timeline-dot { left: 11px !important; }
    .timeline-item:nth-child(odd) .timeline-content { align-items: flex-start; }
}





.vip-faq-sec { background: #fcfcfc; }
.faq-badge { color: #F27120; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; }
.faq-main-title { font-weight: 900; color: #01ABC2 !important; font-size: 40px; }
.faq-main-title span { color: #F27120; }

.modern-faq-container { margin-top: 40px; }

.faq-card {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #F27120;
}

.faq-trigger {
    width: 100%;
    padding: 25px 30px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.faq-number {
    font-weight: 900;
    color: rgba(204, 0, 0, 0.2);
    font-size: 20px;
    margin-right: 20px;
    transition: 0.3s;
}

.faq-q-text {
    flex: 1;
    font-weight: 700;
    font-size: 18px;
    color: #01ABC2 !important;
    padding-right: 30px;
}

/* Custom Animated Plus Icon */
.faq-plus-icon {
    width: 24px;
    height: 24px;
    position: relative;
}
.faq-plus-icon::before, .faq-plus-icon::after {
    content: '';
    position: absolute;
    background: #F27120;
    transition: 0.4s;
    border-radius: 2px;
}
/* Horizontal line */
.faq-plus-icon::before { width: 100%; height: 2px; top: 50%; left: 0; transform: translateY(-50%); }
/* Vertical line */
.faq-plus-icon::after { width: 2px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }

/* Active States */
.faq-card.active { border-color: #F27120; box-shadow: 0 10px 30px rgba(204, 0, 0, 0.1); }
.faq-card.active .faq-number { color: #F27120; }
.faq-card.active .faq-plus-icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-card.active .faq-plus-icon::before { transform: translateY(-50%) rotate(180deg); }

/* Accordion Body */
.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: #fff;
}

.faq-content {
    padding: 0 80px 30px 70px; /* Aligned with text */
    color: #666;
    line-height: 1.7;
    font-size: 16px;
}

@media (max-width: 768px) {
    .faq-q-text { font-size: 16px; }
    .faq-content { padding: 0 30px 30px 30px; }
    .faq-number { display: none; }
}


/* Section 12: Testimonials (Dark Mode Premium) */
.vip-testimonial-sec {
    background: #01ABC2 !important;
    padding: 100px 0;
}
.ls-2 { letter-spacing: 2px; }
.text-red { color: #F27120; }
.display-5 span { color: #F27120; }
.quote-icon-wrap i { font-size: 50px; opacity: 0.3; }

.testi-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    margin: 20px 10px;
    transition: 0.4s ease;
    height: 100%;
}
.testi-card.featured {
    background: #F27120;
    transform: scale(1.05);
}
.testi-card.featured .review-text, 
.testi-card.featured .stars i,
.testi-card.featured span { color: #fff !important; }

.stars i { color: #ffc107; font-size: 14px; }
.review-text { font-style: italic; color: #444; line-height: 1.8; }

.client-info { display: flex; align-items: center; gap: 15px; }
.client-img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid #eee; }
.client-meta h6 { color: #01ABC2 !important; }
.client-meta span { font-size: 12px; color: #888; text-transform: uppercase; font-weight: 700; }

/* Section 13: Contact (White Glassmorphism) */
.vip-contact-sec { background: #f8f9fa; }

.glass-contact-box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

.fw-black { font-weight: 900; }
.display-6 span { color: #F27120; }

.contact-visual {
    background: #01ABC2 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: relative;
    min-height: 500px;
}

.floating-img {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.contact-overlay-badge {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: #F27120;
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 20px rgba(204, 0, 0, 0.4);
}

/* Form Styles (Adjusting to match your PHP include) */
.actual-form-container input, 
.actual-form-container textarea {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fcfcfc;
}

@media (max-width: 768px) {
    .testi-card.featured { transform: scale(1); }
    .glass-contact-box { margin: 0 10px; }
}



/* Footer Base Styling */
.vip-main-footer {
    background: #000c1d; /* Solid Deep Dark Blue */
    position: relative;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.text-red { color: #F27120 !important; }
.fw-black { font-weight: 900; }

/* Titles & Links */
.footer-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 30px; height: 2px;
    background: #F27120;
}

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}
.footer-links li a:hover {
    color: #F27120;
    padding-left: 10px;
}
.footer-links li a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: 0.3s;
    color: #F27120;
}
.footer-links li a:hover::before {
    left: -5px;
    opacity: 1;
}

/* Disclaimer Card */
.disclaimer-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

/* Social Icons */
.footer-socials a {
    width: 40px; height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: #fff; transition: 0.3s;
}
.footer-socials a:hover {
    background: #F27120;
    transform: translateY(-5px);
}

/* Bottom Bar */
.footer-bottom {
    background: #000814;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.copyright-text { font-size: 13px; color: #777; }
.bottom-policy-links { list-style: none; }
.bottom-policy-links li a {
    font-size: 13px; color: #777;
    text-decoration: none; transition: 0.3s;
}
.bottom-policy-links li a:hover { color: #F27120; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .footer-top { text-align: center; }
    .footer-title::after { left: 50%; transform: translateX(-50%); }
    .footer-links li a:hover { padding-left: 0; }
    .footer-links li a::before { display: none; }
}

/* Clean & Professional Style */
.mini-modern-banner {
    padding: 80px 0;
    background: #f8f9fa; /* Light Background (Bohot sukoon wala look) */
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.mini-badge {
    color: #F27120;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.about_heading {
    font-size: 42px; /* Normal aur Attractive size */
    font-weight: 800;
    color: #01ABC2 !important;
    line-height: 1.2;
}

.c-red {
    color: #F27120 !important;
}

.banner-subtext {
    font-size: 17px;
    color: #555;
    margin-top: 15px;
    line-height: 1.6;
    max-width: 90%;
}

/* Button Styling */
.btn-red-premium {
    background: #F27120;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.2);
}

.btn-red-premium:hover {
    background: #01ABC2 !important;
    transform: translateY(-2px);
}

.banner-icon {
    width: 40px;
    opacity: 0.6;
}

/* Graphic Element */
.banner-circle-graphic {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(204,0,0,0.1) 0%, rgba(0,26,61,0.05) 100%);
    border-radius: 50%;
    margin: 0 auto;
    border: 20px solid #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .about_heading { font-size: 32px; }
    .mini-modern-banner { text-align: center; padding: 60px 0; }
    .banner-subtext { margin: 15px auto; }
    .btn_container { justify-content: center; }
}






/* --- VIP DESIGN CSS --- */

.vip-page-wrapper {
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

/* Section 2: Philosophy */
.about_sec2_vip {
    padding: 100px 0;
    background: radial-gradient(circle at top right, rgba(204,0,0,0.05), transparent);
}

.premium-tag {
    color: #F27120;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

.main-display-title {
    font-size: 52px;
    font-weight: 900;
    color: #01ABC2 !important;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.text-gradient {
    background: linear-gradient(90deg, #F27120, #ff4d4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lead-text {
    font-size: 22px;
    font-weight: 700;
    color: #01ABC2 !important;
    line-height: 1.4;
}

.sub-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.border-start-custom {
    border-left: 3px solid #eee;
    padding-left: 30px;
}

/* Section 3: Overlap */
.about_sec3_vip {
    padding: 100px 0;
    background: #fdfdfd;
}

.image-stack-container {
    position: relative;
}

.experience-card {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #F27120;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(204,0,0,0.3);
    text-align: center;
}

.exp-number {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.exp-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.accent-line {
    width: 80px;
    height: 5px;
    background: #F27120;
    margin: 25px 0;
}

/* VIP Buttons */
.btn-vip-red {
    background: #F27120;
    color: #fff !important;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4s;
    box-shadow: 0 10px 20px rgba(204,0,0,0.2);
}

.btn-vip-red:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(204,0,0,0.4);
}

.btn-vip-outline {
    border: 2px solid #01ABC2 !important;
    color: #01ABC2 !important;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
}

.btn-vip-outline:hover {
    background: #01ABC2 !important;
    color: #fff !important;
}

/* Section 4: Glass Grid */
.about_sec4_vip {
    background: #01ABC2 !important;
    padding: 100px 0;
    border-radius: 60px 60px 0 0;
    margin-top: 50px;
}

/* Isse aapka res.php ke items VIP ban jayenge */
.glass-grid-wrapper [class*="col-"] {
    margin-bottom: 20px;
}

.glass-grid-wrapper .res-box, /* Adjust this to match your res.php class */
.glass-grid-wrapper .item { 
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 25px;
    transition: 0.4s ease;
    height: 100%;
}

.glass-grid-wrapper .res-box:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-10px);
    border-color: #F27120;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .main-display-title { font-size: 38px; }
    .border-start-custom { border: none; padding-left: 12px; margin-top: 20px; }
    .experience-card { position: relative; top: 0; right: 0; margin-top: 20px; }
    .about_sec2_vip, .about_sec3_vip { padding: 60px 0; }
}












/* Process Section VIP Styling */
.vip_process_section {
    background: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.step_badge {
    background: rgba(204, 0, 0, 0.1);
    color: #F27120;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.main_title {
    font-size: 42px;
    font-weight: 800;
    color: #01ABC2 !important;
}

.main_title span { color: #F27120; }

.sub_title {
    max-width: 700px;
    margin: 15px auto;
    color: #666;
}

/* Roadmap Grid */
.process_roadmap_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop: 3 boxes per row */
    gap: 30px;
    position: relative;
    margin-top: 50px;
}

.process_step_item {
    position: relative;
    padding-top: 30px;
}

.step_number {
    position: absolute;
    top: 0;
    left: 30px;
    background: #F27120;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    font-size: 18px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.3);
}

.step_card {
    background: #fff;
    border: 1px solid #eee;
    padding: 50px 30px 30px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s ease;
    text-align: left;
}

.step_card:hover {
    transform: translateY(-10px);
    border-color: #F27120;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.step_icon {
    width: 60px;
    margin-bottom: 20px;
}

.step_card h6 {
    font-weight: 800;
    color: #01ABC2 !important;
    margin-bottom: 15px;
    font-size: 18px;
}

.step_card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Connect Line Effect (Optional) */
@media (min-width: 992px) {
    .process_roadmap_wrapper::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 50px;
        right: 50px;
        height: 2px;
        background: dashed #eee;
        z-index: 1;
        display: none; /* Turn on if you want a line connecting numbers */
    }
}

/* Mobile Responsive - 1 Column */
@media (max-width: 991px) {
    .process_roadmap_wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .main_title { font-size: 30px; }
    .step_number { left: 50%; transform: translateX(-50%); }
    .step_card { text-align: center; padding-top: 40px; }
    .step_icon { margin: 0 auto 20px; }
}


.contact_hero_vip {
    background: linear-gradient(135deg, #e7e7e7 0%, #efefef 100%) !important;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* Background Magic Effects */
.magic-circles .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(204, 0, 0, 0.15), transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -50px;
    z-index: 0;
}

.pulse { animation: pulseAnim 4s infinite alternate ease-in-out; }
.pulse-delayed { top: 40%; left: -100px; animation: pulseAnim 6s infinite alternate-reverse ease-in-out; }

@keyframes pulseAnim {
    from { transform: scale(1); opacity: 0.5; }
    to { transform: scale(1.3); opacity: 0.8; }
}

/* Typography */
.top-tag {
    color: #F27120;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.ss_hd_vip {
    font-size: clamp(40px, 6vw, 65px);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

.magic-text {
    color: transparent;
    -webkit-text-stroke: 1px #F27120;
    background: linear-gradient(90deg, #F27120, #ff4d4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(204, 0, 0, 0.4);
}

.creative-tagline {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}

.creative-tagline .dot {
    height: 6px;
    width: 6px;
    background: #F27120;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

/* Button VIP */
.btn-vip-glow {
    background: #F27120;
    color: #fff !important;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(204, 0, 0, 0.3);
}

.btn-vip-glow:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(204, 0, 0, 0.5);
    background: #e60000;
}

/* Support Card Styling */
.support-status-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.status-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.status-indicator {
    width: 10px;
    height: 10px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff00;
    animation: blink 1.5s infinite;
}

.avatars {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: -10px;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #01ABC2 !important;
    margin-right: -10px;
}

.avatars span {
    margin-left: 20px;
    font-size: 13px;
    color: #F27120;
    font-weight: 700;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

@media (max-width: 991px) {
    .contact_hero_vip { padding: 80px 0; }
    .ss_hd_vip { font-size: 45px; }
}



.contact_info_vip_sec {
    padding: 100px 0;
    background: #fcfcfc;
    overflow: hidden;
}

/* Heading Styling */
.vip-tagline {
    color: #F27120;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.vip-main-hd {
    font-size: 42px;
    font-weight: 900;
    color: #01ABC2 !important;
}

.vip-main-hd .highlight {
    color: #F27120;
}

.title-divider {
    width: 60px;
    height: 4px;
    background: #F27120;
    margin-top: 15px;
    border-radius: 2px;
}

/* Info Tiles Styling */
.info-tile-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    z-index: 1;
}

.info-tile-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 30px;
    background: linear-gradient(135deg, #F27120, #ff4d4d);
    opacity: 0;
    z-index: -1;
    transition: 0.4s;
}

.info-tile-card:hover {
    transform: translateY(-15px);
    border-color: transparent;
}

.info-tile-card:hover::before {
    opacity: 1;
}

/* Icons Styling */
.icon-circle {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    transition: 0.4s;
}

.email-glow { color: #F27120; box-shadow: 0 10px 20px rgba(204, 0, 0, 0.1); }
.address-glow { color: #01ABC2 !important; box-shadow: 0 10px 20px rgba(0, 26, 61, 0.1); }
.phone-glow { color: #28a745; box-shadow: 0 10px 20px rgba(40, 167, 69, 0.1); }

.info-tile-card:hover .icon-circle {
    background: #fff;
    transform: scale(1.1) rotate(10deg);
}

/* Card Content */
.card-content h5 {
    font-size: 20px;
    font-weight: 800;
    color: #01ABC2 !important;
    margin-bottom: 10px;
    transition: 0.3s;
}

.card-content p, .card-content a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    display: block;
}

.info-tile-card:hover h5,
.info-tile-card:hover p,
.info-tile-card:hover a {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .vip-main-hd { font-size: 32px; }
    .info-tile-card { padding: 30px 20px; }
}

/* Section Base */
.vip_contact_final {
    background: #fcfcfc;
    overflow: hidden;
}

/* Form Card Styling */
.contact_form_vip_card {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.form_badge_vip {
    color: #F27120;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.form_title_vip {
    font-size: 38px;
    font-weight: 900;
    color: #01ABC2 !important;
    margin-bottom: 15px;
}

.form_title_vip .c-red { color: #F27120; }

.form_subtitle_vip {
    color: #666;
    margin-bottom: 35px;
    font-size: 15px;
}

/* Map Frame Advance Design */
.map_frame_container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    border: 8px solid #fff; /* Modern Frame Look */
}

.responsive_map_wrapper iframe {
    display: block;
    filter: contrast(1.1); /* Sharp Look */
}

/* Floating Overlay Box */
.map_info_overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #01ABC2 !important;
    color: #fff;
    padding: 20px 25px;
    border-radius: 15px;
    z-index: 10;
    width: 280px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.overlay_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.overlay_item i {
    color: #F27120;
    font-size: 20px;
    margin-top: 3px;
}

.overlay_item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.overlay_item p {
    font-size: 13px;
    margin: 0;
    color: rgba(255,255,255,0.7);
}

/* PHP Form Elements Reset (Conflict-Free) */
.form_wrapper_inner input, 
.form_wrapper_inner textarea {
    width: 100% !important;
    padding: 14px 20px !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    outline: none !important;
    transition: 0.3s;
}

.form_wrapper_inner input:focus {
    border-color: #F27120 !important;
    background: #fff8f8 !important;
}

.form_wrapper_inner button, 
.form_wrapper_inner input[type="submit"] {
    background: #F27120 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 35px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    width: 100% !important;
    text-transform: uppercase;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .contact_form_vip_card { padding: 30px 20px; }
    .form_title_vip { font-size: 30px; }
    .map_frame_container { border: 4px solid #fff; }
}



/* Main Section */
.portfolio_banner_new {
    padding: 100px 0 60px 0;
    background-color: #01ABC2 !important; /* Premium Dark Blue */
    background-image: linear-gradient(180deg, rgba(0,26,61,1) 0%, rgba(10,40,80,1) 100%);
    position: relative;
    overflow: hidden;
}

/* Badge */
.p_badge_wrap { margin-bottom: 20px; }
.p_badge {
    color: #fff;
    background: #F27120;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
}

/* Heading */
.p_hero_hd {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.p_hero_hd .c-red { color: #F27120; }

/* Paragraph */
.p_hero_para {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* Large Mockup Image Fix */
.p_main_mockup_wrap {
    position: relative;
    max-width: 1000px; /* Bada size set kiya hai */
    margin: 0 auto;
    z-index: 5;
}

.portfolio_big_img {
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    border: 5px solid rgba(255,255,255,0.1);
    width: 100%; /* Image ab full container le gi */
    height: auto;
    transition: transform 0.4s ease;
}

/* Floating Animation */
.p_main_mockup_wrap:hover .portfolio_big_img {
    transform: translateY(-15px);
}

/* Background Glow Effect */
.mockup_shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60%;
    background: rgba(204, 0, 0, 0.3);
    filter: blur(100px);
    z-index: -1;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .p_hero_hd { font-size: 32px; }
    .p_hero_para { font-size: 15px; margin-bottom: 30px; }
    .portfolio_banner_new { padding: 60px 0; }
}





.mega-portfolio-sec {
    background: #ffffff;
    padding-top: 60px;
}

.p-top-tag {
    color: #F27120;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.mega-hd {
    font-size: 45px;
    font-weight: 900;
    color: #01ABC2 !important;
    margin: 10px 0;
}

.mega-sub {
    color: #888;
    font-size: 18px;
}

/* The Grand Grid - Isme images bari ayengi */
.grand-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Size bada kar diya */
    gap: 20px;
}

.gallery-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 4px; /* Professional sharp edges or slight round */
}

.book-box {
    position: relative;
    width: 100%;
    transition: 0.5s ease;
}

.book-box img {
    width: 100%;
    height: 420px; /* Book ki height increase kar di */
    object-fit: cover;
    transition: 0.8s ease;
    filter: brightness(0.95);
}

/* Modern Hover */
.gallery-item:hover .book-box img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.book-hover-ui {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(204, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-item:hover .book-hover-ui { opacity: 1; }

.view-btn {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Load More Button - Advance Style */
.mega-load-btn {
    background: transparent;
    border: none;
    color: #01ABC2 !important;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.btn-line {
    width: 40px;
    height: 4px;
    background: #F27120;
    margin: 5px auto;
    transition: 0.4s;
}

.mega-load-btn:hover .btn-line { width: 100%; }

/* Lightbox VIP */
.pro-lightbox {
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    display:none;
    align-items:center;
    justify-content:center;
}
.pro-lightbox.active { display:flex; }
.pro-lightbox img { max-height: 90vh; border: 5px solid #fff; }
.close-lightbox { position:absolute; top:20px; right:30px; color:#fff; font-size:50px; cursor:pointer; }

/* Responsive Fixes */
@media (max-width: 768px) {
    .grand-gallery { grid-template-columns: repeat(1, 1fr); } /* Mobile pe full width image */
    .mega-hd { font-size: 30px; }
    .book-box img { height: auto; }
}
.card-content p, .card-content a {
    color: #ffffff !Important;
    }
