/* ========================================
   CUSTOM STYLES
   ======================================== */

:root {
  --primary-color: #667eea;
  --secondary-color: #764ba2;
  --success-color: #10b981;
  --danger-color: #ef4444;
  --light-bg: #f3f4f6;
  --dark-text: #1f2937;
  --border-color: #e5e7eb;
}

* {
  font-family: "Inter", sans-serif;
}

body {
  color: var(--dark-text);
  line-height: 1.6;
}

/* Header Styles */
.top-bar {
  font-size: 0.875rem;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-info a {
  color: var(--dark-text);
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--primary-color);
}

.certification-badge {
  display: flex;
  align-items: center;
  color: var(--dark-text);
  font-weight: 500;
}

.main-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
}

.logo {
  height: 40px;
  transition: all 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
}

/* Hero Section */
.hero-section {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.hero-section h1 {
  font-weight: 700;
  line-height: 1.2;
}

.hero-section .lead {
  font-size: 1.25rem;
  opacity: 0.95;
}

/* Service Cards */
.service-card {
  background: white;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
  height: 100%;
  display:flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.service-card i {
  transition: all 0.3s ease;
}

.service-card:hover i {
  transform: scale(1.1);
}

/* Product Cards */
.product-card {
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-card .card-img-top {
  height: 250px;
  object-fit: cover;
}

/* Industry Cards */
.industry-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry-card:hover {
  background-color: white !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* City Cards */
.city-card {
  transition: all 0.3s ease;
}

.city-card:hover {
  background-color: #f0f4ff !important;
  transform: translateY(-3px);
  border-color: var(--primary-color) !important;
}

/* Plan Cards */
.plan-card {
  transition: all 0.3s ease;
  position: relative;
}

.plan-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-badge {
  background: var(--light-bg);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}




.table thead.table-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
}

.table tbody tr:hover {
  background-color: var(--light-bg);
}

/* Contact Form */
.contact-form .form-control,
.contact-form .form-label {
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-top: 3px solid var(--primary-color);
}

.footer a {
  transition: all 0.3s ease;
}

.footer a:hover {
  color: var(--primary-color) !important;
}

.text-white-50 {
  color: #ffffffe6;
}

/* Utilities */
.rounded-lg {
  border-radius: 0.75rem;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hover-text-white {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.hover-text-white:hover {
  color: white !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-section {
    min-height: 500px;
    padding: 80px 0 60px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section .lead {
    font-size: 1rem;
  }


  .display-5 {
    font-size: 1.8rem;
  }

  .plan-card:hover {
    transform: scale(1.02);
  }
}

@media (max-width: 576px) {
  .top-bar {
    display: none;
  }

  .hero-section {
    padding: 60px 0 40px;
  }

  .hero-section h1 {
    font-size: 1.5rem;
  }

  .d-flex.gap-3 {
    flex-direction: column;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .display-4,
  .display-5 {
    font-size: 1.5rem;
  }

  .table-responsive {
    font-size: 0.85rem;
  }
}


.page-sub{
    color: #0cb7ca;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    background-color: #0cb7ca1a;
    border: 1px solid #0cb7ca33;
    border-radius: 9999px;
}

.hero-title{
    font-size: 3rem;
    line-height: 1;
    color:#1d2025;
    font-weight: 700;
}

.hero-title span{
    color: #0cb7ca;
}

.hero-subheading{
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #6b7280;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.icon-box{
    background: linear-gradient(135deg, #16afd2 0%, #ffa500 100%);
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}


.how-it-works {
    background: #f7f7f7;
}

/* Number circle */
.step-circle {
    width: 65px;
    height: 65px;
    background: #0cb7ca;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}


/* Gradient button */
.custom-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #16afd2 0%, #ffa500 100%);
    color: #fff;
    border: none;
    transition: 0.3s ease;
}

.custom-btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* Image aspect ratio fix */
img[style*="aspect-ratio"] {
    width: 100%;
    height: auto;
    display: block;
}

/* Badge */
.custom-badge {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border: 1px solid rgba(0, 123, 255, 0.25);
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

/* Card styling */
.value-card {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.value-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* Icon container */
.value-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(0, 123, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Badge */
.custom-badge {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(0, 123, 255, 0.12);
    color: #007bff;
    border: 1px solid rgba(0, 123, 255, 0.25);
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}



/* Icons */
.check-icon svg {
    width: 20px;
    height: 20px;
}

/* Background gradient similar to bg-gradient-dual */
.gradient-dual {
    background: linear-gradient(135deg, #16afd2 0%, #ffa500 100%);
}

/* Button hover effect */
.custom-btn:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Optional for better visual spacing for SVG */
.custom-btn svg {
    width: 20px;
    height: 20px;
}

.industry-title h4{
    font-size: inherit;
    font-weight: 600;
}

.industry-title p{
    font-size: .875rem;
    line-height: 1.25rem;
    color:#6b7280;
}

.industry-title ul li::marker {
    color: #0cb7ca;
    font-size: 14px;
}

.why-title ul li::marker {
    color: #0cb7ca;
    font-size: 14px;
}

.industry-title ul li {
    color: #6b7280;
    font-size: .75rem;
    line-height: 1rem;
}

.industry-ul li{
    font-size: 16px;
    line-height: 30px;
    color: #6b7280;
}

.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}


.badge-secondary {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    border-radius: 20px;
    background: #fea706;
    color: #fff;
}

.result{
    color: #0cb7ca;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.stats-section {
    background: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.stat-number {
    font-size: 2rem !important;
    font-weight: 700;
    margin-bottom: 4px;
    color:#0cb7ca !important;
}

@media (min-width: 768px) {
    .stat-number {
        font-size: 2.5rem;
    }
}

.stat-label {
    font-size: 0.9rem;
    color: #6b7280; 
}

@media (min-width: 768px) {
    .stat-label {
        font-size: 1rem;
    }
}


.journey-section {
    background: #ffffff;
}

.journey-badge {
    background: rgba(59, 130, 246, 0.1); 
    color: #0d6efd;
    border: 1px solid rgba(13, 110, 253, 0.3);
    font-size: 12px;
    font-weight: 600;
}

.year-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.year-circle span {
    color: #0cb7ca;
    font-weight: 700;
    font-size: 14px;
}

.journey-section p {
    color: #333; 
}

.why-ul li{
    font-size: 17px;
    line-height: 40px;
    color: #6b7280;
}

.contact-section {
    background: #fff;
}

/* Icon circles */
.contact-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(13, 110, 253, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon-box i {
    color:#0cb7ca;
    font-size: 19px;
}

.con-title p{
    color: #6b7280;
    font-size: 14px;
}
.con-title a{
    text-decoration: none;
}

/* Gradient Button */
.quote-btn {
    background: linear-gradient(135deg, #16afd2 0%, #ffa500 100%);
    border: none;
}

/* Card spacing fix */
.card {
    border-color: #e5e7eb;
}

.form-control, .form-select {
    
    font-size: 15px;
}

/* Light Blue info box */
.bg-light {
    background: rgba(13, 110, 253, 0.05) !important;
}

.contact-body h2{
    font-size: 1.5rem;
    line-height: 2rem;
}
.contact-info-body h4{
    font-size: inherit;
    
}

.contact-section .card{
    border-radius: 12px !important;
}

label{
    font-size:14px !important;
    font-weight: 500 !important;
}

.coverage-badge {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border: 1px solid rgba(0, 123, 255, 0.2);
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

.city-tag {
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    transition: 0.2s ease-in-out;
}

.city-tag:hover {
    background: #f0f8ff;
    border-color: #007bff;
    color: #007bff;
}

.city-tag.highlight {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border-color: rgba(0, 123, 255, 0.2);
}

.breadcrumb-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #6c757d;
    }

    .breadcrumb-link {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #6c757d;
        text-decoration: none;
        transition: color .2s ease-in-out;
    }

    .breadcrumb-link:hover {
        color: #0d6efd;
    }

    .breadcrumb-active {
        font-weight: 600;
        color: #212529;
    }

    .city-product-card {
        transition: all 0.3s ease;
        border-radius: 10px;
        overflow: hidden;
    }

    .city-product-card:hover {
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    }

    .city-product-card .card-body .card-title{
        font-size: inherit;
        font-weight: 600;
        color:#000;
    }

    .city-product-card .card-body .card-title:hover{
        color:#0cb7ca;
    }

    /* Brand Badge */
    .brand-badge {
        position: absolute;
        top: 12px;
        left: 12px;
        background: #0cb7ca;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
        border-radius: 50px;
        font-weight: 600;
    }

    /* Button Gradient if you want like Tailwind */
    .product-btn {
        background: linear-gradient(135deg, #16afd2 0%, #ffa500 100%);
        color:#fff;
        font-weight: 500;
        font-size: 14px;
        border: none;
    }

    .product-btn:hover {
        opacity: 0.9;
    }

    .why-span{
        background-color: #0cb7ca;
        border-radius: 50%;
        height: .5rem;
        width: .5rem;
        display: inline-block;
        margin-right: 6px;
    }

    .content ul li{
        color: #6b7280;
        line-height: 30px;
        font-size: 15px;
    }

    /* Accordion card design */
    .accordion-item {
        border-radius: 10px !important;
        overflow: hidden;
    }

    /* Header styling */
    .accordion-button {
        padding: 18px 20px;
        font-size: 16px;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    /* Hover and active effect */
    .accordion-button:hover {
        color: #0cb7ca;
        text-decoration: underline;
    }

    /* Rotating arrow */
    .accordion-button::after {
        transition: transform 0.3s ease;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }

    /* Body text */
    .accordion-body {
        font-size: 15px;
        padding: 15px 20px;
    }


    .city-box {
        background: #f5f5f580;
        border-color: #e5e7eb;
        transition: all 0.3s ease;
        border-radius: 14px;
    }

    .city-box:hover {
        border: 1px solid #0cb7ca !important;
        background: #0cb7ca0d;
    }

    .icon-circle {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #0cb7ca1a;
        transition: background 0.3s ease;
    }

    .city-box:hover .icon-circle {
        background: rgba(13, 110, 253, 0.2);
    }

    .city-name {
        color: #212529;
        transition: color 0.3s ease;
    }

    .city-box:hover .city-name {
        color: #0cb7ca;
    }

    .bi-geo-alt-fill {
        font-size: 20px;
        color: #0cb7ca;
    }


    .main-image-wrap {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    .main-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumb-btn {
        width: 80px;
        height: 80px;
        padding: 0;
        border: 2px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        transition: 0.3s;
    }

    .thumb-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumb-btn:hover {
        border-color: #0d6efd;
    }

    .active-thumb {
        border-color: #0d6efd !important;
        box-shadow: 0 0 6px rgba(0, 123, 255, 0.4);
    }

    .option-pill {
        padding: 8px 16px;
        border: 1px solid #dedede;
        border-radius: 50px;
        background: #f7f7f7;
        font-size: 14px;
        font-weight: 500;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .dell{
        background-color: #fea706;
        color:#fff;
        font-weight: 600;
        font-size: 14px;
        border-radius: 20px;
    }

    .product-detail h2{
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }

    .product-detail p{
        font-size: 18px;
        line-height: 28px;
        color: #6b7280;
    }

    .spacification{
        color:#000;
        font-size: 14px;
        font-weight: 600;
    }

    /* Outer Tab Container */
    .custom-tabs {
        background: #ffffff;
        padding: 6px;
        border-radius: 12px;
        border: 1px solid #dfe3e8;
        display: inline-flex;
    }

    /* Tab Buttons */
    .custom-tabs .nav-link {
        border: none;
        border-radius: 10px;
        padding: 10px 28px;
        font-weight: 600;
        color: #6c757d;
        transition: 0.3s ease;
    }

    /* Active Tab */
    .custom-tabs .nav-link.active {
        background: #02b5c6;
        color: #fff !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

    /* Hover Effect 
    .custom-tabs .nav-link:hover {
        background: rgba(2, 181, 198, 0.1);
        color: #02b5c6;
    }
*/
    /* Content Box */
    .tab-box {
        background: #fff;
        border: 1px solid #dfe3e8;
        border-radius: 12px;
        padding: 20px;
    }

    .table-responsive{
        border-radius: 12px;
    }

    .detail-title h4{
        color:#000;
        font-size: 18px;
        font-weight: 600;
    }

    .detail-title p{
        color:#6b7280;
        font-size: 14px;
    }

 
    .blog-card {
        border-radius: 12px;
        transition: 0.3s ease;
        border: 1px solid #eee;
    }

    .blog-card:hover {
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

   
    .img-hover {
        transition: transform 0.4s ease;
        object-fit: cover;
    }

    .blog-card:hover .img-hover {
        transform: scale(1.08);
    }

    .card-title-hover {
        transition: color 0.3s ease;
    }

    .blog-card:hover .card-title-hover {
        color: #0cb7ca;
    }

    .read-more {
        transition: text-decoration 0.3s ease;
        color:#0cb7ca;
    }

    .blog-card:hover .read-more {
        text-decoration: underline;
    }

    .blog-badge {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0.5rem;
        background-color: #fea706;
        width: fit-content;
        padding: 2px 10px;
        border-radius: 11px;
    }

    .object-fit-cover {
        object-fit: cover;
    }

    .cta-box {
        background: linear-gradient(135deg, hsl(39 99% 51% / .1) 0%, hsl(186 89% 42% / .1) 100%);
        /* border: 1px solid #d8e2ef; */
    }

    .sidebar-cta {
        background: linear-gradient(135deg, #16afd2 0%, #ffa500 100%);
    }

    .category-link {
        display: flex;
        justify-content: space-between;
        padding: 8px 12px;
        border-radius: 6px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        transition: 0.2s;
    }
    .category-link:hover {
        background: #f1f1f1;
        color: #0cb7ca;
    }

    .article-content h2 {
        font-size: 1.5rem;
        margin-top: 25px;
        font-weight: 600;
    }

    .article-content p,
    .article-content ul,
    .article-content ol {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .article-content ul li,
    .article-content ol li {
        margin-bottom: 0.5rem;
    }

    .detail-section{
      padding-top:110px;
    }

    .recent-posts a h6{
      font-size: 14px;
      font-weight: 600;
      color:#000;
    }
    .recent-posts a p{
      font-size: 12px;
      font-weight: 500;
      color:#6b7280;
    }
    .recent-posts a h6:hover{
      color:#0cb7ca;
    }