.form-container {
    background-color: #004CFF;
    padding: 36px 38px;
    border-radius: 14px;
    width: 100%;
}

.form-cont-input {
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 7px;
    color: var(--bs-nav-link-color);
    flex-grow: 1;
    font-size: 18px;
    height: 60px;
    padding: 0 24px;
}

.form-cont-button {
    /* border: none; */
    align-items: center;
    border-radius: 7px;
    display: flex;
    height: 60px;
    justify-content: center;
    margin-left: 14px;
    max-width: 166px;
    padding: 5px 10px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.form-cont-result {
    background: linear-gradient(180deg, #fff, #f8f9fb);
    border-radius: 8px;
    box-shadow: 0 17px 52px rgba(96, 110, 123, 0.296);
    margin: 55px auto 15px;
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 744px;
    padding-bottom: 20px;
    padding: 20px 0px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.mailing-services {
    border: 1px solid #f4f4f9;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 20px 100px 20px rgba(12, 0, 46, 0.08);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 30px;
    cursor: default;
    z-index: 2;
    position: relative;
}

.mailing-services-icon {
    text-shadow: 0px 14px 30px rgba(44, 130, 237, 0.4);
    color: #677294;
    background-image: -moz-linear-gradient(0deg, #2171d4 0%, #2cc4f0 100%);
    background-image: -webkit-linear-gradient(0deg, #2171d4 0%, #2cc4f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 45px;
}

.form-inline {
    display: flex;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.counter-items:before {
    content: "";
    background: url("../images/bg/04.png") no-repeat scroll center center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.counter-items .counter-inner-items {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px 0 rgba(38, 59, 94, 0.35);
    box-shadow: 0 4px 40px 0 rgba(38, 59, 94, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.counter-items .counter-inner-items .counter {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

.counter-items .counter-inner-items .counter.one {
    color: #15b2ec;
}

.counter-items .counter-inner-items .counter.two {
    color: #f5a416;
}

.counter-items .counter-inner-items .counter.three {
    color: #00c99c;
}

.counter-items .counter-inner-items .counter.four {
    color: #f12699;
}

.counter-items .counter-inner-items p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 16px;
}

.counter-items .counter-inner-items:nth-child(even) {
    margin-top: 135px;
}

.counter-items .counter-inner-items:first-child {
    margin-top: 25px;
}

.counter-items .counter-inner-items.last {
    margin-top: 120px;
}

/**=== Responsive CSS ===**/
@media (max-width: 991px) {
    .counter-items .counter-inner-items {
        width: 145px;
        height: 145px;
    }
    .counter-items .counter-inner-items .counter {
        font-size: 40px;
        margin-bottom: 4px;
    }
    .counter-items:before {
        display: none;
    }

    .form-inline,
    .form-inline button {
        display: unset;
    }
}

@media (max-width: 768px) {
    .event_fact_area .counter-items .counter-inner-items:first-child,
    .event_fact_area .counter-items .counter-inner-items,
    .event_fact_area .counter-items .counter-inner-items.last,
    .event_fact_area .counter-items .counter-inner-items:nth-child(even) {
        margin-top: 20px !important;
    }
}

@media (max-width: 650px) {
    .counter-items .counter-inner-items:first-child {
        margin-top: 0px;
    }
    .counter-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .counter-items {
        max-width: 320px;
        margin: 0 auto;
    }
}

.list-title-span {
    display: block;
    font-weight: 300;
    font-size: 12px !important;
    color: #8090b5;
}

.service-list {
    position: relative;
    padding-left: 35px;
}

.service-icon {
    position: absolute;
    left: 0;
}

.custom-box-shadow {
    box-shadow: 0 17px 52px rgba(96, 110, 123, 0.296);
}

.icon-main {
    display: inline-block;
    position: relative;
}

.icon-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -22px;
}

.signup-or {
    overflow: hidden;
    text-align: center;
    color: #8090b5;
    margin: 16px 0;
    font-size: 11px;
    font-weight: 700;
}

.signup-or > span {
    position: relative;
    display: inline-block;
}

.signup-or > span::before {
    right: 100%;
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #8090b5;
    width: 250px;
    margin: 0 20px;
}

.signup-or > span::after {
    left: 100%;
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #8090b5;
    width: 250px;
    margin: 0 20px;
}

.rounded-dark-bg {
  background-color: #333;      /* Dark background color */
  color: #FFFFFF;              /* White text (just in case you need a fallback) */
  display: inline-block;       /* So the background only wraps around the text */
  padding: 0.5rem 1rem;        /* Adjust spacing as needed */
  border-radius: 9999px;       /* Creates a fully rounded (pill-shaped) background */
  margin: 0;                   /* Removes default margins */
}

.custom-btn {
  background-color: #004CFF;
  color: #FFFFFF;
}

/* Terms & Conditions Specific Styles */
.terms-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #4a5568; /* Comfortable text color */
}

.terms-container h1 {
    color: #2d3748; /* Dark gray for main heading */
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.terms-container h3 {
    color: #2d3748; /* Dark gray matching h1 */
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.terms-container p {
    color: #4a5568; /* Medium gray for paragraphs */
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: 1rem;
}

.terms-container a {
    color: #4299e1; /* Brand-friendly blue */
    text-decoration: underline;
}

.terms-container a:hover {
    color: #3182ce;
}

.terms-container ul,
.terms-container ol {
    margin: 1rem 0;
    padding-left: 2rem;
}

.terms-container li {
    margin-bottom: 0.8rem;
    color: #4a5568;
    line-height: 1.6;
}

.terms-container .legal-section {
    background-color: #f7fafc; /* Light background for important sections */
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    border-left: 4px solid #4299e1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .terms-container {
        padding: 30px 15px;
    }

    .terms-container h1 {
        font-size: 2rem;
    }

    .terms-container h3 {
        font-size: 1.3rem;
    }
}

h1 {
  color: #004CFF;
  font-weight: bold;
  text-align: center;
}

.blue-heading {
  color: #004CFF;
  font-weight: bold;
  text-align: center;
}

.solid-blue-bg {
  background-color: #004CFF;
}

/* Add to your CSS */
.is-valid { border-color: #198754 !important; }
.is-invalid { border-color: #dc3545 !important; }

/* Add button loading state */
.btn-loading .spinner-border {
    display: inline-block !important;
}

/* Validation States */
.is-valid {
  border-color: #198754 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.is-invalid {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

/* Loading State */
.btn-loading .spinner-border {
  display: inline-block !important;
}

.btn-loading .submit-text {
  position: relative;
  left: 5px;
}

/* Enable pointer events for button */
#contact-form button[type="submit"] {
  pointer-events: auto !important;
}

/* Remove any overlay blocking the button */
.card-body {
  position: relative;
  z-index: 1;
}

/* Loading state */
.btn-loading {
  position: relative;
}

.btn-loading .spinner-border {
  display: inline-block !important;
  position: relative;
  top: -1px;
}

.icon-wrapper i {
    font-size: 28px; /* Adjust icon size */
    color: #004CFF !important; /* Set the icon color to blue */
}

.icon-wrapper {
    width: 60px; /* Circle size */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Makes it a circle */
    background: linear-gradient(135deg, #007bff, #004CFF); /* Blue gradient */
}

.icon-wrapper i {
    font-size: 35px; /* Adjust icon size */
    color: white !important; /* White icon */
}

.footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
