.dashboard-wrapper {
    padding: 60px 0;
}

.hero {
    background-color: #f9f9f9;
    padding: 4rem 2rem;
    padding-top: 0;
}

.hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #4a5568;
}

.hero p {
    color: #6c757d;
}

.feature-list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #6c757d;
}

.feature-list li::before {
    content: "✔️";
    margin-right: 0.5rem;
    color: #198754;
}

.hero-buttons .btn {
    padding: 0.6rem 1.5rem;
    font-weight: 500;
}

.hero-buttons .btn-gradient {
    background: linear-gradient(to right, #00c853, #b2ff59);
    color: white;
    border: none;
}

.hero-buttons .btn-custom-order {
    background-color: transparent;
    border: 2px solid #198754;
    color: #198754;
}

.hero img {
    max-width: 100%;
    height: auto;
    margin-top: -60px;
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 2rem 1rem;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
        justify-content: center;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}

.rating-section {
    background-color: #fff;
    padding: 3rem 1rem;
}

.rating-box img {
    max-height: 35px;
    object-fit: contain;
}

.rating-box {
    min-width: 100px;
    padding: 10px 20px;
}

.rating {
    font-size: 1.1rem;
    color: #ffc107;
    /* star yellow */
}

@media (max-width: 576px) {
    .rating-section .row>div {
        margin-bottom: 2rem;
    }

    .rating {
        font-size: 0.6rem;
    }

    .rating-box {
        padding: 5px 10px;
    }

    .rating-box img {
        margin-bottom: 0.3rem;
        max-width: 80px;
    }
}

.service-box {
    background: linear-gradient(to bottom,rgba(220, 244, 247, 1) 0%,rgba(220, 244, 247, 0.4) 100%);
    border-radius: 12px;
    padding: 10px 20px;
    height: 100%;
    border: none;
    transition: transform 0.2s ease;
}

.service-box:hover {
    transform: translateY(-5px);
}

.service-symbol {
    font-size: 2rem;
    color: #17a2b8;
    margin-bottom: 20px;
    padding: 5px 8px;
    background-color: white;
    border-radius: 10px;
}

.status-indicator {
    background-color: #e8f5e8;
    border: 2px solid #28a745;
    border-radius: 25px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.success-mark {
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
}

.action-btn-green {
    background-color: #28a745;
    border-color: #28a745;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
}

.action-btn-green:hover {
    background-color: #218838;
    border-color: #218838;
}

.action-btn-blue {
    background-color: #b8e6f0;
    border-color: #b8e6f0;
    color: #17a2b8;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
}

.action-btn-blue:hover {
    background-color: #a0d9e8;
    border-color: #a0d9e8;
    color: #138496;
}

.primary-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: 30px;
}

.info-paragraph {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content img {
    width: 100%;
    height: auto;
}

.text-section {
    width: 42%;
}

.card-text:last-child {
    margin-bottom: 0;
    /* color: #5c6675; */
    color: #6c757d;
}

.camera-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.camera-view {
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera-view.large {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 16/9;
}

.camera-view i {
    font-size: 2rem;
    color: white;
    opacity: 0.8;
}

.camera-view.large i {
    font-size: 3rem;
}

.section-bg {
    background: linear-gradient(to bottom,rgba(226, 246, 205, 0.6) 0%,rgba(226, 246, 205, 0.3) 100%);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.btn-gradient {
    background: linear-gradient(90deg, #009644 0%, #18adc0 100%);
    border: none;
    color: white;
    /* padding: 4px 10px; */
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.main-title {
    /* color: #2c3e50; */
    color: #4a5568;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.feature-title {
    /* color: #34495e; */
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-description {
    /* color: #7f8c8d; */
    color: #6c757d;
    line-height: 1.6;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

/* On desktop, order is image (left), content (right) */
.col-lg-6.image-col {
    order: 1;
    /* image first */
    flex: 1 1 50%;
}

.col-lg-6.content-col {
    order: 2;
    /* content second */
    flex: 1 1 50%;
}

/* Mobile view - stack vertically and change order */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-lg-6.image-col {
        order: 1;
        width: 100%;
    }

    .col-lg-6.content-col {
        order: 2;
        width: 100%;
    }
}

.offer-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(90deg, #009644 25%, #18adc0 100%) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.offer-title {
    font-size: 13px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    margin-bottom: 15px;
    border-radius: 40px;
    padding: 10px 15px;
}

.card-edit {
    background-color: #e4f1d8;
    border-radius: 16px;
}

.offer-subtitle {
    font-size: 38px;/*44*/
    font-weight: bold;
    margin-bottom: 12px;
    color: white;
}

.offer-text {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #ffffff;
}
.offer-text strong {
    font-size: 24px;
}

.timer {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.733);
}

.timer-segment {
    display: inline-block;
    background: #1a253344;
    color: white;
    padding: 3px 4px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0 2px;
}

.btn-claim {
    background: white;
    color: #148899;
    padding: 10px 14px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    margin-right: 20px !important;
}

.btn-claim:hover {
    background-color: rgb(226, 226, 226);
}

.dashboard-wrapper {
    min-height: 100vh;
    padding: 60px 0;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(25, 135, 84, 0.1);
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid rgba(25, 135, 84, 0.2);
    margin-bottom: 2rem;
}

.success-mark {
    width: 32px;
    height: 32px;
    background: #198754;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.color-edit {
    background: linear-gradient(to bottom,rgba(226, 246, 205, 0.6),rgba(226, 246, 205, 0.3));
    border-radius: 10px;
}

.color-edit-1 {
    background: linear-gradient(to bottom,rgba(220, 244, 247, 1),rgba(220, 244, 247, 0.4));
    border-radius: 10px;
}

.primary-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.info-paragraph {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 1.5rem;
}

.service-box {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    background: white;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-box .card-body {
    padding: 2rem 1.5rem;
    text-align: center;
}

.service-symbol {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.service-box .card-title {
    font-size: 1.25rem;
    color: #212529;
    margin-bottom: 1rem;
}

.service-box .card-text {
    font-size: 0.95rem;
}

.hero-buttons {
    gap: 1rem;
    margin-top: 3rem;
}

.btn-custom-order {
    background-color: #e4fbfe;
    color: #148899;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-custom-order:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.span-edit {
    font-weight: bolder;
    margin-right: 5px;
}

.responsive-btn {
    width: auto;
    /* Default for desktop */
    display: inline-block;
    padding: 0.5rem 1rem;
}

@media (max-width: 767.98px) {
    .responsive-btn {
        width: 100%;
        display: block;
    }
}

.section-edit {
    background: linear-gradient(to bottom,rgba(220, 244, 247, 1),rgba(220, 244, 247, 0.4));
    border-radius: 20px;
    padding: 2rem;
}

@media (max-width: 768px) {
    .primary-heading {
        font-size: 2.5rem;
    }

    .info-paragraph {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn {
        text-align: center;
    }

    .service-box .card-body {
        padding: 1.5rem 1rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .primary-heading {
        font-size: 2rem;
    }

    .service-box {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .action-btn-green,
    .action-btn-blue {
        width: 100%;
        margin-bottom: 10px;
    }

    .camera-view.large {
        grid-column: span 3;
        grid-row: span 1;
    }

    .main-content {
        flex-direction: column;
        text-align: center;
    }

    .text-section {
        width: 100%;
        margin-bottom: 2rem;
    }

    .offer-container {
        padding: 20px;
        margin: 0 15px;
    }

    .offer-subtitle {
        font-size: 32px;
    }

    .offer-text {
        font-size: 18px;
    }

    .btn-claim {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .timer-segment {
        font-size: 16px;
        padding: 2px 3px;
    }
}

@media (max-width: 576px) {
    .dashboard-wrapper {
        padding: 30px 0;
    }

    .primary-heading {
        font-size: 1.8rem;
    }

    .info-paragraph {
        font-size: 1rem;
    }

    .service-symbol {
        font-size: 1.5rem;
    }

    .camera-view i {
        font-size: 1.5rem;
    }

    .camera-view.large i {
        font-size: 2rem;
    }

    .offer-subtitle {
        font-size: 28px;
    }

    .offer-text {
        font-size: 16px;
    }

    .section-bg {
        padding: 1.5rem;
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* mobile default */
    gap: 1.5rem;
}

/* Platform Section Classes */
.platform-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #334053;
    background: #ffffff;
    /* border: 1px solid transparent; */
    background-clip: padding-box;
    position: relative;
    z-index: 1;


    /* display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #334053;
    background: #fff;
    z-index: 0; */
    /* border: none;  */
}

.platform-tag::before {
    /* content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 30px;
  padding: 1px; 
  background: linear-gradient(to right, #00c96b, #00b5e2);
  --webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; */

    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 0px;
    background: linear-gradient(to right, #00c96b, #00b5e2);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    z-index: 1;
}

.platform-tag i {
    color: #00c96b;
    font-size: 1.2rem;
    margin-right: 6px;
}

.section-title {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.feature-card {
    background: linear-gradient(180deg,rgba(220, 244, 247, 0.8) 0%,rgba(220, 244, 247, 0.3) 100%);
    border: 1px solid rgba(57, 183, 215, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(57, 183, 215, 0.15);
    border-color: rgba(57, 183, 215, 0.3);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.562);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(57, 183, 215, 0.3);
}

.feature-icon i {
    font-size: 1.5rem;
    color: #39b7d7;
}

.card-title {
    font-weight: 600;
    /* color: #334053; */
    color: #4a5568;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.card-text {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.cta-buttons {
    margin-top: 3rem;
}

.cta-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-gradient {
    background: linear-gradient(to right, #00c96b, #00b5e2);
    color: #fff;
    border: none;
}

.btn-custom-order {
    background-color: #e5f6fb;
    color: #004b5a;
    border: none;
}

/* Media Queries for Platform Section */
@media (max-width: 576px) {
    .platform-tag {
        font-size: 0.6rem;
        padding: 5px 12px;
    }

    .platform-tag i {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.6rem;
    }

    .cta-buttons {
        flex-direction: column !important;
    }

    .cta-buttons a {
        width: 100%;
        margin-bottom: 10px;
    }

    .cta-buttons .btn {
        display: block;
        width: 100%;
    }

    .cta-buttons .ms-3 {
        margin-left: 0 !important;
    }

    @media (max-width: 767.98px) {
        .custom-reorder {
            display: flex;
            flex-direction: column;
        }

        .custom-reorder .image-col {
            order: 2;
        }

        .custom-reorder .text-section {
            order: 1;
            margin-bottom: 1.5rem;
        }
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon i {
        font-size: 1.2rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-text {
        font-size: 0.85rem;
    }
}

.section-styling {
    background: #d0f4f9;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
    }

    .feature-icon i {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .d-flex {
        text-align: center;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon i {
        font-size: 1.4rem;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .card-text {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


.contact-custom-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: 900;
    color: #000;
    opacity: 1;
    text-shadow: 0 0 transparent;
}

.sideMainpara {
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.box {
    background-color: #1fa0d6;
    /* height: 100%; */
    padding: 20px;
}

.box.arrow-left:after {
    content: " ";
    position: absolute;
    left: 48%;
    top: 25px;
    border-top: 20px solid transparent;
    border-right: 20px solid #1fa0d6;
    border-left: none;
    border-bottom: 20px solid transparent;
}

.feedback-input {
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent !important;
    border: 1px solid #fff;
    transition: .3s;
    padding: 13px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
}

.sendEmail {
    width: 100%;
    background: #fff;
    border-radius: 50px !important;
    border: 0;
    color: #000;
    font-size: 20px;
    transition: .3s;
    margin-top: -4px;
}

@media (max-width: 767px) {
    .box.arrow-left:after {
        content: " ";
        position: absolute;
        left: -18px;
        /* top: 0; */
        bottom: 42%;
        border-top: 20px solid transparent;
        border-right: 20px solid #1fa0d6;
        border-left: none;
        border-bottom: 20px solid transparent;
    }
}