.elementor-7602 .elementor-element.elementor-element-606ddc7e{--display:flex;}.elementor-7602 .elementor-element.elementor-element-606ddc7e:not(.elementor-motion-effects-element-type-background), .elementor-7602 .elementor-element.elementor-element-606ddc7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00614400;}.elementor-7602 .elementor-element.elementor-element-44e19f1f{--spacer-size:25px;}.elementor-7602 .elementor-element.elementor-element-181247d8{--display:flex;--margin-top:0px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-7602 .elementor-element.elementor-element-72a42b3c{--display:flex;--margin-top:-10px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-7602 .elementor-element.elementor-element-688a12ac{--display:flex;--margin-top:-10px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-7602 .elementor-element.elementor-element-6fc70274{--display:flex;--margin-top:-10px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-7602 .elementor-element.elementor-element-6e6cb798{--display:flex;--margin-top:-10px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-7602 .elementor-element.elementor-element-1534754f{--display:flex;--margin-top:-10px;--margin-bottom:-15px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-30d6b80 *//* Hero Section - Clean CSS for Additional CSS */
.hero {
    background: linear-gradient(135deg, #D9782D 0%, #C16525 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(130, 197, 3, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    top: -250px;
    right: -250px;
    animation: float 20s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(217, 120, 45, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
    animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.hero-text {
    flex: 1;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease 0.2s;
    animation-fill-mode: both;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.4s;
    animation-fill-mode: both;
}

.primary-cta {
    background: #006144;
    color: #FFFFFF;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 97, 68, 0.4);
}

.primary-cta:hover {
    background: #005238;
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0, 97, 68, 0.5);
}

.secondary-cta {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.secondary-cta:hover {
    background: #FFFFFF;
    color: #D9782D;
}

.hero-logo {
    flex: 0 0 auto;
    animation: fadeInRight 0.8s ease 0.3s;
    animation-fill-mode: both;
}

.hero-logo img {
    width: 100%;
    height: auto;
    max-width: 400px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

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

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

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

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-logo img {
        max-width: 280px;
        margin-top: 2rem;
    }
    
    .hero-cta {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-38402f2c *//* Problem Cards Section */
.rmsmc-problems-container {
    padding: 80px 20px;
    background: #F8F9FA;
}
.rmsmc-problems-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.rmsmc-section-header {
    text-align: center;
    margin-bottom: 60px;
}
.rmsmc-section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 1rem;
}
.rmsmc-section-header p {
    font-size: 1.2rem;
    color: #6C757D;
    max-width: 600px;
    margin: 0 auto;
}
.rmsmc-problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.rmsmc-problem-card {
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #D9782D;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rmsmc-problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.rmsmc-problem-icon {
    width: 60px;
    height: 60px;
    background: rgba(217, 120, 45, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
.rmsmc-problem-card h3 {
    font-size: 1.3rem;
    color: #2C3E50;
    margin-bottom: 1rem;
}
.rmsmc-problem-card p {
    color: #6C757D;
    line-height: 1.6;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .rmsmc-problems-grid {
        grid-template-columns: 1fr;
    }
    
    .rmsmc-section-header h2 {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-217d02cc *//* Media Outlets Section */
.rmsmc-outlets-section {
    padding: 80px 20px;
    background: #FFFFFF;
}

.rmsmc-outlets-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.rmsmc-outlets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.rmsmc-outlet-card {
    background: #F8F9FA;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid #006144;
}

.rmsmc-outlet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Make the last card (Digital Marketing) span 2 columns and center it */
.rmsmc-outlet-card:last-child {
    grid-column: span 3;
    max-width: 600px;
    justify-self: center;
    width: 100%;
}

.rmsmc-outlet-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.rmsmc-outlet-logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.rmsmc-outlet-card h3 {
    font-size: 1.3rem;
    color: #2C3E50;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.rmsmc-outlet-card h4 {
    font-size: 1rem;
    color: #D9782D;
    margin-bottom: 1rem;
    font-weight: 500;
}

.rmsmc-outlet-card p {
    color: #6C757D;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .rmsmc-outlets-grid {
        grid-template-columns: 1fr;
    }
    
    .rmsmc-outlet-card:last-child {
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4fd26068 *//* Solution Section */
.rmsmc-solution-section {
    padding: 80px 20px;
    background: #FFFFFF;
}

.rmsmc-solution-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.rmsmc-solution-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.rmsmc-solution-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 1.5rem;
}

.rmsmc-solution-text h3 {
    font-size: 1.5rem;
    color: #006144;
    margin-bottom: 1rem;
}

.rmsmc-solution-text p {
    font-size: 1.1rem;
    color: #6C757D;
    margin-bottom: 1.5rem;
}

.rmsmc-solution-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rmsmc-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rmsmc-check-icon {
    width: 30px;
    height: 30px;
    background: #82C503;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rmsmc-solution-image {
    background: linear-gradient(135deg, #82C503, #006144);
    height: 400px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 2rem;
}

.rmsmc-solution-stat {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.rmsmc-solution-stat-label {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .rmsmc-solution-content {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-18eb578f *//* Process Section */
.rmsmc-process-section {
    padding: 80px 20px;
    background: #FFFFFF;
}

.rmsmc-process-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.rmsmc-process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.rmsmc-process-step {
    text-align: center;
    position: relative;
}

.rmsmc-step-number {
    width: 80px;
    height: 80px;
    background: #006144;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 4px 20px rgba(0, 97, 68, 0.3);
}

.rmsmc-process-step h3 {
    font-size: 1.5rem;
    color: #2C3E50;
    margin-bottom: 1rem;
}

.rmsmc-process-step p {
    color: #6C757D;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .rmsmc-process-steps {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5aaf7729 *//* Testimonial Section */
.rmsmc-testimonial-section {
    padding: 80px 20px;
    background: #F8F9FA;
}

.rmsmc-testimonial-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.rmsmc-testimonial-card {
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.rmsmc-testimonial-text {
    font-size: 1.5rem;
    color: #2C3E50;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.rmsmc-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.rmsmc-author-avatar {
    width: 60px;
    height: 60px;
    background: #82C503;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
}

.rmsmc-author-info {
    text-align: left;
}

.rmsmc-author-info strong {
    display: block;
    color: #2C3E50;
    font-size: 1.1rem;
}

.rmsmc-author-info span {
    color: #6C757D;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .rmsmc-testimonial-text {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-47645ee8 *//* CTA Section */
.rmsmc-cta-section {
    background: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
}

.rmsmc-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.rmsmc-cta-section h2 {
    font-size: 3rem;
    color: #2C3E50;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.rmsmc-cta-section p {
    font-size: 1.3rem;
    color: #6C757D;
    margin-bottom: 2.5rem;
}

.rmsmc-cta-primary {
    background: #D9782D;
    color: #FFFFFF;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(217, 120, 45, 0.3);
    display: inline-block;
}

.rmsmc-cta-primary:hover {
    background: #C16525;
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(217, 120, 45, 0.4);
}

@media (max-width: 768px) {
    .rmsmc-cta-section h2 {
        font-size: 2rem;
    }
    
    .rmsmc-cta-section p {
        font-size: 1.1rem;
    }
    
    .rmsmc-cta-primary {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}/* End custom CSS */