* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.nav-link:hover {
    border-radius: 12px;
    background-color: #e9f3fd;
}

/* authentication */
.register-form {
    width: 50%;
  }
  .login-form {
    width:50%;
  }

/* Tablet (iPad) */
@media (min-width: 768px) and (max-width: 1024px) {
  .register-form {
    width: 75%;
  }
  .login-form {
    width:75%;
  }

  .login-form,.register-form > form >* {
    font-size: 1rem;
  }

}

/* Mobile */
@media (max-width: 767px) {
  .register-form {
    width: 100%;
  }
  .login-form {
    width:100%
  }
  .login-form,.register-form > form >* {
    font-size: 0.75rem;
  }
}

.navbar-toggler {
    border: none;
}

.clicked {
    color: rgb(71, 71, 231);
}

.nav-link{
    font-family: "Roboto", "Arial", sans-serif;
    color: #252525;
    font-size: 1.3em;
    padding-inline: 1em;
    font-weight: 400;
}

.nav-link:hover {
    border-radius: 12px;
    background-color: #e9f3fd;
}
@media (min-width: 1024px) {
    header .navbar{
    height: 70px;
}
#navbar-logo {
    width: 190px;
    height: 80%;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .navbar{
    height: 70px;
}
#navbar-logo {
    width: 150px;
    height: 80%;
}
.nav-link {
    font-size: 1.2rem;
}
}

@media (max-width: 480px) {
    header .navbar{
        height:50px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navbar-toggler-icon {
        height:20px;
        width:20px;
    }
    #navbar-logo {
        width:100px;
        height:30px;
    }
    header {
        margin-bottom: 2px;
    }
    .nav-link {
    font-size: 1rem;
}   
.nav-link:hover {
    background-color: #e9f3fd;
}
}

#footer {
    background-color: #f7f7f7;
    height: fit-content;
}

#footer li a {
    text-decoration: none;
    color:#252525;
}

.footer-links {
    font-size:0.9em;
}

.icons-group > a >i {
    font-size: 20px;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-heading {
    font-size: 18px;
  }

  #footer-links {
    text-decoration: none;
    color:#252525;
}
    .footer-links {
    font-size:0.8em;
}

.icons-group > a >i {
    font-size: 18px;
}
}

ul {
    padding-left: 0%;
}

li {
    list-style: none;
}

.btn {
    background-color: rgb(71, 71, 231);
    color:white;
    font-weight: 400;
    font-size: 16px;
}

.btn:hover,.btn:focus {
    background-color: #194979;
    color:white;
}

.right {
    float:right;
}

.left {
    float:left;
}

.bg-theme-btn {
    background-color: rgb(71, 71, 231);
}

.text-theme-btn {
    color: rgb(71, 71, 231);
}

.bg-theme {
    background-color: #f7f7f7;
}

/*Hero section*/
.sub-heading h1{
    font-weight: 900;
    font-size: 50px;
}

.description {
    color:#252525b9;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom:15xpx;
}

.col-image img { 
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}

.btn-light {
    background-color: white;
    color:rgb(71, 71, 231);
    border:1px solid rgb(71, 71, 231);
}

/* Tablet (iPad) */
@media (min-width: 768px) and (max-width: 1024px) {
  .sub-heading h1{
    font-size: 2rem;
  }
  .description {
    font-size: 1rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sub-heading h1{
    font-size: 1.07rem;
    text-align: center;
  }
  .description {
    text-align: justify;
    margin-top: 10px;
    font-size: 0.8rem;
  }
  img {
    margin: 0 auto;
    display: block;
  }
}

.card-title {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
}

.card-text {
    color: #252525b9;
}

#solutions {
    height: max-content;
}

#solution-link-group {
    display: flex;
}

.solution-link {
    border-bottom: 5px solid rgba(0, 0, 0, 0.329);
    text-align: center;
    padding-bottom:3%;
}

.solution-link:hover {
    border-color: rgb(41, 132, 250);
}

.active {
    border-color: rgb(244, 88, 41);
}

.solution-link a{
    text-decoration: none;
    color:rgba(0, 0, 0, 0.894);
    font-size: 25px;
    font-weight: 500;
}

.card-solutions {
    border-radius: 0%;
    cursor: pointer;
}

.card-solutions picture {
    background-color: lavender; 
    height: 150px; 
    width: 100%;
}

/* pricing */

.gold {
    color: rgb(255, 217, 3);
}

.icon-membership {
    float: top;
    font-size:40px;
}

/* contact form */
.contact-button {
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    background-color: #e9f3fd;
    width: 80%;
    text-align: center;
}

.contact-button:hover {
    background-color: #cde5fd;
}

/* Tablet (iPad) */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-button {
    font-size: 18px;
  }
  .icon-membership {
    font-size: 1.8rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .contact-button {
    font-size: 14px;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }
  .icon-membership {
    font-size: 2rem;
  }
}

/* testinomials */
.testimonial-card {
    background: #f3f4f6;
}

.testimonial-card p.lead {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.5em;
}

.quote-icon {
    font-size: 4rem;
    color: rgb(71, 71, 231);
    opacity: 0.2;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #6366f1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: -60px;
}
.carousel-control-next {
    right: -60px;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6366f1;
    opacity: 0.5;
}
.carousel-indicators .active {
    opacity: 1;
}

/* Tablet (iPad) */
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-row {
    width: 90%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .testimonial-row {
    width: 85%;
  }
  .quote-icon {
    font-size: 2rem;
  }
  .avatar {
    width: 50px;
    height: 50px;
  }

  .carousel-control-prev,
.carousel-control-next {
    width: 20px;
    height: 20px;
    background-color: #6366f1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 18px;
    height: 18px;
    }
    .carousel-control-prev {
    left: -30px;
}
.carousel-control-next {
    right: -30px;
}
}

/* contact-form */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
.form-view {
    min-height:600px;
    align-items: center;
}

.contact-form{
    border-radius: 2%;
}

#contact-icon {
    margin:1%;
    height: 100%;
    font-size: fit-content;;
    color: #252525;
}

/* map */
.map-container {
    min-height: 300px;
    }

#contact-info svg{
    width: 32px;
    height: 32px;
}

/* Tablet (iPad) */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-form > form >* {
    font-size: 1rem;
  }
  #contact-info h4{
    font-size: 1rem;
  }
  #contact-info svg{
    width: 25px;
    height: 25px;
}
  .map-container {
    min-height: 200px;
    max-width: 400px;
    }
}

/* Mobile */
@media (max-width: 767px) {
  .contact-form > form >* {
    font-size: 1rem;
  }
   #contact-info h4{
    font-size: 1rem;
  }
  #contact-info p{
    font-size: 0.8rem;
  }
  .map-container {
    min-height: 200px;
    max-width: 400px;
    }
    #contact-info svg{
    width: 25px;
    height: 25px;
}
}

/* pricing */
.icon-list-style {
    font-size: 10px;
}

/* paypal button */
.paypal-logo {
            font-family: Verdana, Tahoma;
            font-weight: bold;
            font-size: 26px;
        }

        .paypal-logo i:first-child {
            color: #253b80;
        }

        .paypal-logo i:last-child {
            color: #179bd7;
        }

        /* .paypal-button */
        .paypal-button {
            padding: 15px 30px;
            border: 1px solid #FF9933;
            border-radius: 5px;
            background-image: linear-gradient(#FFF0A8, #F9B421);
            display: block;
            width: 100%;
            position: relative;
        }
        
        .paypal-button:hover {
            background-image: linear-gradient(#b4ffa8, #69f921);
        }

        .paypal-button-title {
            font-size: 17px;
            color: #505050;
            vertical-align: baseline;
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
        }

        .paypal-button .paypal-logo {
            display: inline-block;
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
            font-size: 22px;
        }

.dlist-inline dt, .dlist-inline dd {
  display: inline-block;
}

.dlist-align {
  display: flex;
}
.dlist-align dt {
  width: 150px;
  word-wrap: break-word;
  font-weight: normal;
}
.dlist-align dd {
  flex-grow: 1;
}

/* alert messages */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

/* rating */
.rate > input {
    display: none;
}

.rate {
    display: inline-block;
    border: none;
}

.rate > label {
    float: right;
}

.rate > label{
    display: inline-block;
    font-size: 25px;
    margin: 0;
    padding: 0.3rem 0.2rem;
    cursor: pointer;
}


/* click and hover */
input:checked ~ label, label:hover ~ label {
    color: #ffb503;
}

/* hover highlight */
input:checked + label:hover, input:checked ~ label:hover, input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label {
    color:#cc9000;
}




/* solution detail page */
        
        .solution-hero {
            background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
            color: white;
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
            margin-bottom: 3rem;
        }

        .solution-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(52, 152, 219, 0.1) 50%, transparent 70%);
            animation: shimmer 8s ease-in-out infinite alternate;
        }
        
         @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        /* Animation Classes */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }
        
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .stagger-animation {
            animation-delay: calc(var(--animation-order, 0) * 0.15s);
        }

        .section-title {
            position: relative;
            margin-bottom: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
        }
        
        .section-title.text-center:after {
            margin-left: auto;
            margin-right: auto;
        }
        
        .feature-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            margin-bottom: 2rem;
            overflow: hidden;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 1.5rem;
            display: inline-block;
            padding: 20px;
            border-radius: 50%;
            background-color: rgba(52, 152, 219, 0.1);
        }
        
        .feature-image {
            height: 200px;
            background: linear-gradient(45deg, #eef2f7, #ffffff);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .puzzle-img {
            width: 85%;
            height: auto;
            opacity: 0.9;
        }
        
        .highlight {
            color: #3498db;
            font-weight: 600;
        }
        
        .bg-light-alt {
            background-color: #f8f9fa;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
            color: white;
            padding: 5rem 0;
            border-radius: 20px;
        }
        
        .social-links a {
            color: white;
            font-size: 1.5rem;
            margin-right: 15px;
            transition: all 0.3s;
        }
        
        .social-links a:hover {
            color: #3498db;
            transform: translateY(-3px);
        }
        
        .solution-feature-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .solution-feature-list li {
            margin-bottom: 1rem;
            padding-left: 2rem;
            position: relative;
        }
        
        .solution-feature-list li:before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #2ecc71;
            position: absolute;
            left: 0;
            top: 0.2rem;
        }
        
        .workflow-step {
            text-align: center;
            padding: 1.5rem;
            position: relative;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background: #3498db;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .solution-tag {
            background-color: rgba(52, 152, 219, 0.1);
            color: #3498db;
            padding: 0.25rem 0.75rem;
            border-radius: 15px;
            font-weight: 500;
            display: inline-block;
            margin: 0.25rem;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .solution-hero {
                padding: 4rem 0;
            }
            
            .display-4 {
                font-size: 2.5rem;
            }
            
            .workflow-step:not(:last-child):after {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .solution-hero {
                padding: 3rem 0;
            }
            
            .display-4 {
                font-size: 2.2rem;
            }
            
            .lead {
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .feature-image {
                height: 180px;
            }
        }
        
        @media (max-width: 576px) {
            .solution-hero {
                padding: 2.5rem 0;
            }
            
            .display-4 {
                font-size: 2rem;
            }
            
            .section-title {
                font-size: 1.6rem;
            }
            
            .feature-image {
                height: 160px;
            }
            
            .btn-primary {
                font-size: 15px;
                padding: 6px 10px;
            }
        }

/* otp verification */
.otp-container {
    max-width: 450px;
    margin: 0 auto;
}

.otp-input {
    letter-spacing: 10px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer {
    font-size: 1rem;
    padding: 8px 16px;
    color: blue;
}

.timer.expiring {
    color: #dd0a0a;
}

.resend-link {
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

#resendText {
    font-size: 0.9rem;
}

.resend-link.disabled {
    color: #6c757d !important;
    cursor: not-allowed;
    text-decoration: none;
}

.otp-digit-group {
    display: inline-flex;
    gap: 10%;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.otp-digit {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    transition: all 0.3s;
}

.otp-digit:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: none;
}

/* profile */

#profile-phone-number > .iti {
    display: block;
}

/* invoice */
.invoice-box {
            background: #fff;
            padding: 2rem;
            border: 1px solid var(--border-color);
            border-radius: 0.625rem;
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
            margin: 2rem auto;
            max-width: 800px;
        }
        
        .invoice-header {
            border-bottom: 2px solid var(--primary-color);
            padding-bottom: 1rem;
            margin-bottom: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .invoice-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }
        
        .badge {
            font-size: 0.875em;
        }
        
        @media (max-width: 576px) {
            .invoice-box {
                padding: 1rem;
                margin: 1rem;
            }
            
            .text-sm-end {
                text-align: right !important;
            }
            
            .invoice-title {
                font-size: 1.5rem;
            }
        }
        
        @media print {
            
            .invoice-box {
                box-shadow: none;
                border: 0;
                margin: 0;
                padding: 0;
            }
            
            .no-print {
                display: none;
            }
        }

/* subscription history */
th,td {
    font-size: 1rem;
    text-align: center;
}

@media (max-width:768px) {
    th,td {
        font-size: 0.8rem;
        font-weight: 400;
        padding: 0%;
    }
}

/* override */
.iti--allow-dropdown {
    width: 100%;
}

.sort-icons {
    /* Use flexbox to stack the arrows vertically */
    display: inline-flex;
    flex-direction: column;
    
    /* Center the icons vertically within the header text */
    vertical-align: middle; 
    
    /* Add a small space between the text and the icons */
    margin-left: 5px;

    row-gap: 2px;
    
    /* Reduce the default line height for a tighter stack */
    line-height: 0.5; 
}

.sort-icons .arrow {
    /* Set a small, responsive font size */
    font-size: 1rem; 
    
    /* Fade inactive arrows */
    opacity: 0.5; 
    
    /* Ensure the browser treats the arrows consistently */
    height: 0.5em; 
    
    /* Smooth transition for when an arrow becomes active */
    transition: opacity 0.2s;
}

.sort-icons .arrow.active {
    /* Highlight the active sort direction */
    opacity: 1; 
    color: #fff; /* Assumes a dark header, use your header text color */
}

/* Minor adjustments to prevent wobble/uneven stacking */
.sort-icons .arrow.up {
    margin-bottom: 0;
}
.sort-icons .arrow.down {
    margin-top: 0;
}

th:hover {
    cursor: pointer;
}

/* premium button */
/* Platinum plan button */
.platinum-btn {
    text-decoration: none;
  position: relative;
  display: block;
  background: linear-gradient(135deg, #8711c1, #2472fc);
  color: #f0e9e9;
  border-radius: 8px;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(192, 192, 192, 0.4);
  border-color: rgba(0, 0, 0, 0);
}

.platinum-btn:hover,
.platinum-btn:focus {
  background: linear-gradient(135deg, #6b0ea1, #1e5fda); /* slightly darker shades */
  color: white;
  transform: translateY(-1px); /* subtle lift effect */
  box-shadow: 0 4px 12px rgba(36, 114, 252, 0.3);
}