/* Features Section Styles */

.hero {
    padding: 60px 0;
}

.edit-1 {
    font-size: 4rem;
    color: #4a5568;
}
.text-muted {
    font-size: 21px;
}

.btn-gradient {
    background: linear-gradient(to right, #00c9a7, #00b5e2);
    color: white;
    border: none;
}

.btn-custom-order {
    background: #e7f3f7;
    color: #000;
    border: none;
}

.btn-custom-order:hover {
    background-color: #e5f6fb;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .edit-1 {
        font-size: 1.6rem;
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons a {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #334053;
    margin-bottom: 3rem;
}

.card-custom {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.rating i {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .rating i {
        font-size: 0.9rem;
    }

    .card-custom {
        padding: 15px;
        margin-bottom: 15px;
    }

    .rating span {
        display: block;
        margin-top: 4px;
    }
}

.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: 1px;
    /* Thickness of top border */
    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;
}

@media (max-width: 576px) {
    .platform-tag {
        font-size: 0.8rem;
        padding: 5px 12px;
    }

    .platform-tag i {
        font-size: 1rem;
    }
}

.section-title {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.btn-gradient {
    background: linear-gradient(to right, #00c96b, #00b5e2);
    color: #fff;
    border: none;
}

.btn-custom-order {
    background-color: #e5f6fb;
    color: #004b5a;
    border: none;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.6rem;
    }

    .cta-buttons {
        flex-direction: column !important;
    }

    .cta-buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
}

.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;
}

.feature-content {
    flex: 1;
}

.card-title {
    font-weight: 600;
    color: #334053;
    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;
}

.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;
}

/* Section Styling */
.support-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Header Styling */
.section-title-1 {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3rem;
    line-height: 1.2;
    position: relative;
}

.section-title-1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 2px;
}

/* Support Card Styling */
.support-card {
    background: white;
    border-radius: 20px;

    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.support-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.image-container {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: linear-gradient(45deg, #f0f2f5, #e1e8ed);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.support-card:hover .image-container img {
    transform: scale(1.05);
}

/* Image Overlay */
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(102, 126, 234, 0.1) 0%,
            rgba(118, 75, 162, 0.1) 100%);
    z-index: 1;
}

/* Card Content */
.card-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
}

.card-title::before {
    font-size: 1.5rem;
    color: #667eea;
    margin-right: 0.75rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.support-card:nth-child(2) .card-title::before {
    content: "\f3cd";
}

.card-text {
    color: #6c757d;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

/* CTA Buttons */
.cta-buttons {
    margin-top: 4rem;
}

.btn-gradient {
    background: linear-gradient(90deg, #009644 0%, #18adc0 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #009644 0%, #18adc0 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    color: white;
}

.btn-custom-order {
    background-color: #e4fbfe;
    color: #148899;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-custom-order:hover {
    background-color: #e5f6fb;
    color: #148899;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .section-title-1 {
        font-size: 2.5rem;
    }

    .image-container {
        height: 250px;
    }
}

@media (max-width: 992px) {
    .section-title-1 {
        font-size: 2.2rem;
        margin-bottom: 2.5rem;
    }

    .image-container {
        height: 220px;
    }

    .card-content {
        padding: 1.5rem;
    }

    .card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .section-title-1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .image-container {
        height: 200px;
    }

    .card-content {
        padding: 1.25rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .card-text {
        font-size: 0.95rem;
    }

    .cta-buttons {
        margin-top: 3rem;
    }

    .btn-gradient,
    .btn-custom-order {
        padding: 10px 25px;
        font-size: 0.9rem;
        display: block;
        text-align: center;
    }

    .btn-custom-order {
        margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .section-title-1 {
        font-size: 1.8rem;
    }

    .image-container {
        height: 180px;
    }

    .card-content {
        padding: 1rem;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .card-text {
        font-size: 0.9rem;
    }
}

/* Equal Height Cards */
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height>[class*="col-"] {
    display: flex;
}

/* Animation for cards */
.support-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.support-card:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@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: 768px) {
    .section-title {
        font-size: 1.75rem;
    }

    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }

    .cta-buttons .ms-3 {
        margin-left: 0 !important;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon i {
        font-size: 1.2rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .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;
    }
}

.feature-card {
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #39b7d721;
    border-radius: 10px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.section-title {
    margin-bottom: 3rem;
    font-weight: 700;
    color: #4a5568;
}

.cta-buttons .btn {
    padding: 10px 25px;
    font-weight: 600;
    margin: 0 10px;
}

.card {
    background: linear-gradient(to bottom,
            rgba(220, 244, 247, 1) 0%,
            rgba(220, 244, 247, 0.4) 100%);
    padding: 10px 15px;
}

.card-body {
    text-align: left !important;
}

.card-title {
    /* color: #334053; */
    color: #4a5568;
    font-weight: 600;
}

.card-text:last-child {
    margin-bottom: 0;
    /* color: #5c6675; */
    color: #6c757d;
}

.main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content img {
    width: 100%;
    height: auto;
}

.text-section {
    width: 43%;
}

.text-2 {
    /* color: #334053; */
    color: #4a5568;
    font-weight: 600;
}

ol {
    padding-left: 20px;
}

.howit-section {
    background-color: #fff;
    padding: 3rem 1rem;
}

.custom-tag {
    display: inline-flex;
    align-items: start;
    gap: 6px;
    padding: 6px 14px;
    font-size: 0.85rem;
    border: 2px solid skyblue;
    font-weight: 500;
    border-radius: 50px;
    background: linear-gradient(90deg);
    color: black;
}

/* .text-2 {
    font-size: 1.75rem;
    font-weight: 700;
} */

.card-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    /* padding-left: 1rem; */
}

.custom-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .howit-row {
        flex-direction: column !important;
    }

    .howit-text {
        order: 1;
    }

    .howit-img {
        order: 2;
        margin-top: 1rem;
    }

    .install-img,
    .feature-img {
        order: 1;
        margin-bottom: 1.5rem;
    }

    .install-text,
    .feature-text {
        order: 2;
    }
}

.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: 8px 10px;
    align-items: center;
}

.card-edit {
    background-color: #e4f1d8;
    border-radius: 16px;
}

.offer-subtitle {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 12px;
    color: white;
}

.offer-text {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #ffffff;
}

.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;
    transform: all 0.3s;
}

.btn-claim:hover {
    background-color: rgb(231, 231, 231);
    transform: scale(1.05);
}

.feature-card-1 {
    background: linear-gradient(180deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-image {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.feature-content {
    padding: 0 2rem;
    text-align: left;
    margin-bottom: 2rem;
}

.feature-title {
    font-size: 1.55rem;
    margin-bottom: 1rem;
}

.feature-description {
    font-size: 1rem;
    line-height: 1.6;
}

/* Media query for small screens */
@media (max-width: 767.98px) {
    .feature-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .feature-title {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .feature-description {
        font-size: 0.95rem;
    }
}

.learn-more-btn {
    background: white;
    color: #148899;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-subtitle {
    color: #6c757d;
    font-size: 0.8rem;
    max-width: 650px;
    margin: 0 auto;
}

.support-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease;
}

.support-card:hover {
    transform: translateY(-5px);
}

.support-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.card-content {
    padding: 1.5rem;
    background-color: #e8f5e8;
}

.btn-primary-custom {
    background-color: #10b981;
    border-color: #10b981;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
}

.btn-primary-custom:hover {
    background-color: #059669;
    border-color: #059669;
}

.btn-secondary-custom {
    background-color: #bee3f8;
    border-color: #bee3f8;
    color: #2b6cb0;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.btn-secondary-custom:hover {
    background-color: #90cdf4;
    border-color: #90cdf4;
    color: #2b6cb0;
}

.btn-outline-custom {
    color: #0ea5e9;
    border-color: #0ea5e9;
    background-color: #f0f9ff;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
}

.btn-outline-custom:hover {
    background-color: #0ea5e9;
    border-color: #0ea5e9;
    color: white;
}

.icon-overlay {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #38a169;
}

.comparison-table {
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-row {
    border-bottom: 1px solid #e9ecef;
}

.feature-row:last-child {
    border-bottom: none;
}

.matrack-column {
    background: #ffffff;
    padding: 0.8rem;
}

.competitor-column {
    padding: 0.8rem;
}

.matrack-logo {
    width: 120px;
    height: auto;
    margin-bottom: 0.5rem;
}

.check-icon {
    color: #28a745;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.x-icon {
    color: #dc3545;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.feature-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.header-text {
    color: #495057;
    font-weight: 600;
    font-size: 1.1rem;
}

.industry-card {
    background-color: #f0f9ff;
    border: 1px solid #e0f2fe;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
}

.industry-card:hover {
    background-color: #e0f2fe;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.industry-icon {
    font-size: 1.5rem;
    color: #0ea5e9;
    margin-bottom: 0.5rem;
    background-color: white;
    padding: 5px 8px;
    border-radius: 10px;
}

.industry-title {
    font-weight: 600;
    /* color: #374151; */
    color: #6c757d;
    margin: 0;
    font-size: 1rem;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 1rem;
}

.subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 3rem;
}

.reviews-section {
    padding: 60px 0;
}

.section-title-1 {
    color: black;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.review-card {
    border: none;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stars {
    color: #00bcd4;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.review-text {
    color: #2c5282;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
    font-style: italic;
}

.reviewer-name {
    color: #1a365d;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
}

.view-all-btn {
    background-color: #00acc1;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 3rem;
}

.view-all-btn:hover {
    background-color: #00838f;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 172, 193, 0.3);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .section-title-1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .main-title {
        font-size: 2rem;
    }

    .feature-image {
        height: 150px;
    }

    .support-card img {
        height: 200px;
    }

    .card-content {
        padding: 1rem;
    }

    .comparison-table {
        margin: 1rem;
    }

    .matrack-column,
    .competitor-column {
        padding: 1rem;
    }

    .feature-text {
        font-size: 0.9rem;
    }

    .industry-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .review-card {
        padding: 1.5rem;
    }

    .reviews-section {
        padding: 40px 0;
    }

    .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;
    }

    .cta-buttons .btn {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }

    .section-title-1 {
        font-size: 1.75rem;
    }

    .main-title {
        font-size: 1.75rem;
    }

    .review-text {
        font-size: 0.95rem;
    }

    .offer-subtitle {
        font-size: 28px;
    }

    .offer-text {
        font-size: 16px;
    }

    .feature-card {
        padding: 1rem;
    }

    .review-card {
        padding: 1rem;
    }
}



.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;
    }
    .custom-img1 {
        width: 100%;
    }
}

.rating-box {
    min-width: 100px;
    padding: 10px 20px;
}
.rating-section {
    background-color: #fff;
    /* padding: 3rem 1rem; */
}
.rating-box img {
    max-height: 35px;
    object-fit: contain;
}
.rating {
    font-size: 1.1rem;
    color: #ffc107;
}

@media (min-width: 850px) {
    .modal-dialog {
        width: 800px;
        max-width: 800px;
        margin: 30px auto;
    }
}

.modaltitlecus {
    font-size: 30px !important;
    font-family: "Inter", sans-serif;
    font-weight: 800 !important;
    color: #000 !important;
}

.modalname {
    font-size: 17px !important;
    font-family: "Inter", sans-serif;
    color: #000 !important;
}

.modalpara {
    font-size: 15px !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    color: #000 !important;
}

.boxsection {
    background-color: #efefef;
    border: solid 15px #fff;
    border-radius: 20px;
    padding: 15px;
}

.modalboxhead {
    font-size: 15px !important;
    font-family: "Inter", sans-serif;
    font-weight: 800 !important;
    color: #333 !important;
}

.modalboxpara {
    color: #6b6b6b !important;
    font-size: 12px !important;
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#myModalBtn .modal-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 92px;
}

#myModalBtn .close,
#myModalDashcam .close {
    margin-top: 0 !important;
    margin-right: 0px;
}

#myModalBtn .modal-body {
    margin-left: 0px !important;
}

#myModalBtn .img_popup {
    width: 100%;
    margin-top: 31%;
}

#myModalBtn .popup-box {
    background-color: #f4ef94;
}

.formwidth {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
}

.form_head1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 21px;
    text-align: center;
    line-height: 27px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.contactform {
    margin-bottom: 1rem;
    border: none;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
    color: black !important;
    height: 50px;
    font-weight: 500;
    padding: 0 10px;
}

.modal-body p {
    font-weight: 500;
    color: #666;
    margin: 0;
}

.custom-close:hover {
    color: #000 !important;
    opacity: 1;
}

.custom-close:hover {
    color: #ff0000 !important;
    opacity: 1;
}

.custom-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    opacity: 1;
    border: none;
    font-size: 24px;
    color: #ff0000;
    cursor: pointer;
    font-weight: 900;
    color: #ff0000;
}

@media (max-widtH: 767px) {
    .custom-close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .hero-right-container::before {
        width: 100%;
    }

    .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;
    }
}


.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;
}
.custom-img1 {
    float: right;
}
