/* Footer Column Bug Fix */

footer .inner-container .col-1, .col-2, .col-3 {
    width: 100% !important;
}

#onlea-blog-title {
  margin-top: 20px;
}


h1, h2, h4, h5, h6, button {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #324165;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #324165;
    line-height: 2;
}

h1 span {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #324165;
}

h1 .blog_subheader {
    font-size: 2.5rem;
    /* line-height: 3; */
    font-weight: 400;
}

p .onlea-quote {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
    font-size: 3rem;
    line-height: 1.2;
    color: #324165;
}

address {
    font-family: "Poppins", sans-serif;
    color: #324165;
    font-style: italic;
    font-weight: 400;
}

p .onlea-quote-credit {
  text-align: right;
  line-height: 1.2;
  font-size: 1.4rem;
}

    /* Base styles (xs) */
h1 { font-size: 4rem; }
h2 { font-size: 3rem; }
h3 { font-size: 2.3rem; }
h4 { font-size: 1.25rem; }
p { font-size: 1.8rem; }
ul { padding-left: 1.2rem; }

/* sm and up */
@media (min-width: 576px) {
  h1 { font-size: 4rem; }
  p { font-size: 18px; }
}

/* md and up */
@media (min-width: 768px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 2.7rem; }
  p { font-size: 18px; }
}

/* lg and up */
@media (min-width: 992px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 2.3rem; }
  p { font-size: 18px; }
}

/* xl and up */
@media (min-width: 1200px) {
  h1 { font-size: 4rem; }
  h4 { font-size: 1.5rem; }
}

/* xxl and up */
@media (min-width: 1400px) {
  h1 { font-size: 4rem; }
}

   * {
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            padding: 0;
            color: #324165;
            line-height: 1.6;
        }

        /* Header */
        .header-tagline {
            text-align: center;
            padding: 20px 15px;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .header-tagline-text {
            font-size: 18px;
            color: #324165;
            margin: 0;
        }

        .profile-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #3e4f6e;
            overflow: hidden;
        }

        /* Hero Section */
        .hero-section {
            padding: 60px 15px;
        }

        .hero-title {
            font-size: 48px;
           font-weight: 600;
            margin: 0 0 10px 0;
            color: #324165;
        }

        .hero-subtitle {
            font-size: 24px;
            font-weight: 500;
            margin: 0 0 20px 0;
            color: #324165;
        }

        .hero-description {
            font-size: 20px;
            color: #324165;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .kind-logo {
            max-width: 400px;
            height: auto;
        }

        .kind-tagline {
            font-size: 18px;
            color: #324165;
            margin-top: 10px;
            font-weight: 500;
            letter-spacing: 1px;
        }

        /* Windows Icon */
        .windows-icon {
            width: 24px;
            height: 24px;
            display: inline-block;
            margin-right: 5px;
        }

        /* CTA Banner */
        .cta-banner {
            background: #324165;
            color: white;
            padding: 20px;
            text-align: center;
        }

        .cta-banner p {
            margin: 0;
            font-size: 18px;
        }

        .cta-banner a {
            color: white;
            text-decoration: underline;
        }

        /* Download Cards */
        .download-card {
            background: #fff;
            border: 3px solid #e0e0e0;
            border-radius: 8px;
            padding: 30px;
            text-align: left;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .download-card:hover {
            transform: translateY(-10px);
            border: 3px solid #324165;

        }

        .download-card-icon {
            font-size: 48px;
            margin-bottom: 15px;
            color: #324165;
        }

        .download-card-label {
            font-size: 14px;
            color: #324165;
            margin-bottom: -5px;
        }

        .download-card-title {
            font-family: "cabin", sans-serif;
            font-size: 27px;
            font-weight: 600;
            margin: 0 0 -15px 0;
            color: #324165;
        }

        .download-card-subtitle {
            font-size: 14px;
            color: #324165;
            margin-bottom: 20px;
        }

        .btn-download {
            background: #324165;
            color: #fff;
            /* border: 1px solid #324165; */
            padding: 12px 30px;
            border-radius: 25px;
            font-size: 16px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            font-weight: 400;
        }

        .btn-download:hover {
            /* background: #2d3a52; */
        }

        /* Agreement Text */
        .agreement-text {
            text-align: center;
            font-size: 16px;
            color: #324165;
            margin: 30px 0;
        }

        /* Accordion */
        .accordion-item {
            border: 3px solid #ddd;
            border-radius: 4px;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            border: 3px solid #324165;
        }

        .accordion-button {
            background: white;
            border: none;
            padding: 15px 20px;
            width: 100%;
            text-align: left;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 400;
        }

        .accordion-icon {
            font-size: 18px;
        }

        /* Info Section */
        .info-section {
            background: #e8edf5;
            padding: 30px 15px;
            margin: 30px 0;
        }

        .info-text {
            font-size: 18px;
            color: #324165;
            line-height: 1.8;
        }

        .info-screenshot {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        /* Share Section */
        .share-section {
            padding: 60px 15px;
            text-align: center;
        }

        .share-title {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .btn-copy {
            background: white;
            color: #324165;
            border: 2px solid #324165;
            padding: 12px 30px;
            border-radius: 25px;
            font-size: 16px;
            cursor: pointer;
        }

        .btn-copy:hover {
            background: #f5f5f5;
        }

        /* Leader Section */
        .leader-section {
            padding: 60px 15px;
            background: #f9f9f9;
        }

        .leader-image {
            width: 100%;
            max-width: 300px;
            height: auto;
            border-radius: 8px;
        }

        .leader-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #324165;
        }

        .leader-text {
            font-size: 16px;
            color: #324165;
            line-height: 1.8;
        }

        /* Newsletter Section */
        .newsletter-section {
            background: #e8edf5;
            padding: 60px 15px;
        }

        .newsletter-title {
            font-size: 24px;
            font-weight: 600;
            color: #324165;
            margin-bottom: 20px;
        }

        .email-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            margin-bottom: 15px;
        }

        .email-label {
            font-size: 14px;
            color: #324165;
            font-style: italic;
            text-align: center;
            margin-top: 10px;
        }

        .btn-submit {
            background: #324165;
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 25px;
            font-size: 16px;
            cursor: pointer;
            display: block;
            margin: 0 auto;
        }

        .btn-submit:hover {
            background: #2d3a52;
        }

        /* Footer */
        .footer {
            text-align: center;
            /* padding: 30px 15px; */
            font-size: 14px;
            color: #324165;
            margin-bottom: 60px;
            margin-top: 30px;
        }

        .footer a {
            color: #324165;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        /* Modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(5px);
        }

        .modal-content {
            background-color: #fff;
            margin: 3% auto;
            padding: 40px 60px;
            border-radius: 12px;
            width: 90%;
            max-width: 1000px;
            position: relative;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            animation: modalFadeIn 0.3s ease;
        }

        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .modal-close {
            color: #324165;
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 36px;
            font-weight: 300;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .modal-close:hover,
        .modal-close:focus {
            color: #000;
        }

        .modal-body {
            margin-top: 20px;
            max-height: 70vh;
            overflow-y: auto;
        }

        @media (max-width: 768px) {
            .modal-content {
                margin: 10% auto;
                padding: 30px 20px;
                width: 95%;
            }

            .modal-body {
                max-height: 60vh;
            }
        }

        /* Carousel */
        .carousel-container {
            position: relative;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }

        .carousel-slides {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 8px;
            padding: 20px;
            background-color: #fff;
        }

        .carousel-slide {
            display: none;
            width: 100%;
            animation: fadeIn 0.5s ease;
        }

        .carousel-slide.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0.7;
            }
            to {
                opacity: 1;
            }
        }

        .carousel-image {
            width: 100%;
            height: auto;
            cursor: pointer;
            transition: transform 0.3s ease;
            border-radius: 8px;
        }

        .carousel-image:hover {
            transform: scale(1.02);
        }

        .carousel-prev,
        .carousel-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(50, 65, 101, 0.8);
            color: white;
            border: none;
            font-size: 24px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .carousel-prev:hover,
        .carousel-next:hover {
            background-color: rgba(50, 65, 101, 1);
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-prev {
            left: 10px;
        }

        .carousel-next {
            right: 10px;
        }

        .carousel-magnify {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background-color: rgba(50, 65, 101, 0.8);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .carousel-magnify:hover {
            background-color: rgba(50, 65, 101, 1);
            transform: scale(1.1);
        }

        .magnify-icon {
            width: 20px;
            height: 20px;
        }

        .carousel-dots {
            text-align: center;
            padding: 20px 0;
        }

        .dot {
            height: 12px;
            width: 12px;
            margin: 0 8px;
            background-color: #ddd;
            border-radius: 50%;
            display: inline-block;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot:hover {
            background-color: #999;
        }

        .dot.active {
            background-color: #324165;
            width: 32px;
            border-radius: 6px;
        }

        /* Image Modal */
        .image-modal-content {
            max-width: 90vw;
            max-height: 90vh;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .modal-image-container {
            position: relative;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            max-width: 100%;
            max-height: calc(90vh - 100px);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-image-container img {
            max-width: 100%;
            max-height: calc(90vh - 140px);
            width: auto;
            height: auto;
            object-fit: contain;
        }

        .modal-carousel-prev,
        .modal-carousel-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(50, 65, 101, 0.8);
            color: white;
            border: none;
            font-size: 32px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .modal-carousel-prev:hover,
        .modal-carousel-next:hover {
            background-color: rgba(50, 65, 101, 1);
            transform: translateY(-50%) scale(1.1);
        }

        .modal-carousel-prev {
            left: -70px;
        }

        .modal-carousel-next {
            right: -70px;
        }

        @media (max-width: 768px) {
            .modal-carousel-prev {
                left: 5px;
            }

            .modal-carousel-next {
                right: 5px;
            }
        }

        .modal-carousel-dots {
            text-align: center;
            padding: 20px 0;
        }

        .modal-dot {
            height: 12px;
            width: 12px;
            margin: 0 8px;
            background-color: #ddd;
            border-radius: 50%;
            display: inline-block;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .modal-dot:hover {
            background-color: #999;
        }

        .modal-dot.active {
            background-color: #324165;
            width: 32px;
            border-radius: 6px;
        }

        .image-modal-close {
            background-color: rgba(255, 255, 255, 0.9);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            z-index: 1001;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 32px;
                
            }
            
            .hero-subtitle {
                font-size: 20px;
            }

            .kind-logo {
                max-width: 300px;
            }
        }


        .accordion {
  border-radius: 0.5rem;
}

.accordion-item {
  border: 3px solid #ddd;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  width: 100%;
  padding: 1rem;
  background: #f8f9fa;
  border: none;
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* .accordion-button:hover {
  background: #e9ecef;
} */

.accordion-button.collapsed::after,
.accordion-button::after {
  content: "";
  float: right;
  border: solid #777;
  border-width: 0 2px 2px 0;
  padding: 4px;
  margin-top: 4px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

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

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  background: white;
}

.accordion-content.open {
  max-height: 850px; /* Enough for typical content */
}

.info-callout {
    background-color: #e8edf5;
    border-left: 6px solid #324165;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.accordion li {
    font-size: 18px;
}