
.mm-section-01 h4{
    font-size: 1.5rem;
        }
.mm-section-02 h3{
    font-size: 3rem; 
    line-height: 3rem; 
    color: #fff; 
    text-align: center;
}
#mm-signup-form input{
    padding: 18px 12px;
}


@media screen and (min-width: 768px) and (max-width: 1463px){
    .mm-section-01 h4{
font-size: 1.1rem !important;
    }
}
@media screen and (max-width: 1199px) {
    .mm-section-02 h3{
        font-size: 2rem;
    }
    .mm-section-02 .row-wrapper{
        padding-top: 80px !important;
            }
    .mm-section-03 .mm-why-icons{
        text-align: center;
    }
}
@media (max-width: 991px) {
    #mm-signup-form .input-group {
      flex-direction: column;
    }
    #mm-signup-form .input-group > * {
      width: 100% !important;
      margin: 0 0 10px 0 !important;
      border-radius: 5px !important;
    }
    #mm-signup-form .input-group > *:last-child {
      margin-bottom: 0 !important;
    }
  }

  /* first section */

    .custom-card {
            background-color: #1a1a1a;
            border: none;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            height: 425px;
        }
        
        .image-section {
            background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 400px;
            position: relative;
        }
        
        .content-section {
            padding: 2.5rem;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 400px;
        }
        
        .main-title {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            margin-top: 0;
            line-height: 1.2;
            color: #fff;
        }
        
        .subtitle {
            font-size: 1rem;
            opacity: 0.8;
            margin-bottom: 2rem;
            line-height: 1.6;
            color: #fff;
            flex-grow: 1;
        }
        
        .cta-button {
            background: linear-gradient(135deg, #4cba45 0%, #265d23 100%);
            border: none;
            padding: .9rem 2.25rem;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 12px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: white;
            display: inline-block;
            width: fit-content;
        }
        
        .cta-button:hover {
            background: linear-gradient(135deg, #4cba45 0%, #265d23 100%);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px #265d23;
            color: white;
        }
        
        .mm-image {
            width: 100%;
            height: 100%;
            min-height: 400px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.125rem;
            font-weight: 500;
            object-fit: cover;
        }
        
        /* Carousel Specific Styles */
        .custom-carousel .carousel-control-prev,
        .custom-carousel .carousel-control-next {
            width: 5%;
            opacity: 0.8;
        }
        
        .custom-carousel .carousel-control-prev:hover,
        .custom-carousel .carousel-control-next:hover {
            opacity: 1;
        }
        
        .custom-carousel .carousel-control-prev-icon,
        .custom-carousel .carousel-control-next-icon {
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            padding: 20px;
        }
        
        .custom-carousel .carousel-indicators {
            margin-bottom: -50px;
        }
        
        .custom-carousel .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
        }
        
        .custom-carousel .carousel-indicators .active {
            background-color: #4cba45;
        }
        
        @media (max-width: 991px) {
            .custom-card {
                height: auto;
                min-height: 600px;
            }
        }
        
        @media (max-width: 768px) {
            .main-title {
                font-size: 2.25rem;
            }
            .content-section {
                padding: 2rem 1.5rem;
                min-height: 300px;
            }
            .image-section {
                min-height: 300px;
            }
            .mm-image {
                min-height: 300px;
            }
        }