.section-hero-3 .ellipse-primary{
  background:none !important;
}
.my-6{
  text-align:justify
}
[data-bs-theme=light] .shortcode-platforms-featured .bg-1{
  background-color: var(--bs-btn-active-bg) !important;
}
.feature-item .icon img {
    width: 90% !important;
}
.bg-primary-soft-keep{
 background-color: #65c2f5;
}




/* styles/rgb-custom.css */
/* RGB Service Section Styles - Using Site Colors #0487e2 and #b0d6f5 */
.rgb-service-description {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #b0d6f5 100%);
    position: relative;
    overflow: hidden;
}

.rgb-service-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,');
    pointer-events: none;
}

.rgb-service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Service Header */
.rgb-service-header {
    text-align: center;
    margin-bottom: 60px;
}

.rgb-service-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0487e2, #b0d6f5);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(4, 135, 226, 0.25);
}

.rgb-service-title {
    font-size: 3rem;
    font-weight: 900;
    color: #2d3748;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.rgb-gradient-text {
    background: linear-gradient(135deg, #0487e2 0%, #b0d6f5 50%, #0487e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.rgb-service-intro {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Features Grid */
.rgb-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.rgb-feature-card {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(4, 135, 226, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #b0d6f5;
    position: relative;
    overflow: hidden;
}

.rgb-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0487e2, #b0d6f5, #0487e2);
}

.rgb-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(4, 135, 226, 0.2);
    border-color: #0487e2;
}

.rgb-feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0487e2, #b0d6f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(4, 135, 226, 0.25);
}

.rgb-feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.rgb-feature-list {
    list-style: none;
    padding: 0;
}

.rgb-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #4a5568;
    line-height: 1.6;
}

.rgb-feature-list i {
    color: #0487e2;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 0.9rem;
}

/* Why Choose Section */
.rgb-why-choose {
    margin-bottom: 80px;
}

.rgb-why-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.rgb-why-title i {
    color: #0487e2;
    font-size: 2rem;
}

.rgb-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.rgb-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(4, 135, 226, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #0487e2;
}

.rgb-benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(4, 135, 226, 0.15);
    border-left-color: #b0d6f5;
}

.rgb-benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0487e2, #b0d6f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.rgb-benefit-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
}

.rgb-benefit-content p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Target Businesses */
.rgb-target-businesses {
    margin-bottom: 80px;
}

.rgb-target-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.rgb-target-title i {
    color: #0487e2;
    font-size: 2rem;
}

.rgb-target-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.rgb-business-categories {
    display: grid;
    gap: 25px;
    margin-bottom: 40px;
}

.rgb-category-group {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(4, 135, 226, 0.1);
    border-right: 5px solid #0487e2;
    transition: all 0.3s ease;
}

.rgb-category-group:hover {
    border-right-color: #b0d6f5;
    box-shadow: 0 12px 35px rgba(4, 135, 226, 0.15);
}

.rgb-category-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rgb-category-title i {
    color: #0487e2;
    font-size: 1.5rem;
}

.rgb-business-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rgb-business-tag {
    background: linear-gradient(135deg, #f7fafc, #b0d6f5);
    color: #2d3748;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #b0d6f5;
    transition: all 0.3s ease;
}

.rgb-business-tag:hover {
    background: linear-gradient(135deg, #0487e2, #b0d6f5);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(4, 135, 226, 0.3);
}

.rgb-view-all {
    text-align: center;
}

.rgb-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: transparent;
    color: #0487e2;
    border: 2px solid #0487e2;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rgb-btn-outline:hover {
    background: #0487e2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(4, 135, 226, 0.3);
}

/* Call to Action */
.rgb-cta {
    background: linear-gradient(135deg, #0487e2 0%, #b0d6f5 50%, #0487e2 100%);
    padding: 50px 40px;
    border-radius: 25px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.rgb-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 135, 226, 0.1);
    pointer-events: none;
}

.rgb-cta-content {
    position: relative;
    z-index: 1;
}

.rgb-cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.rgb-cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.rgb-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.rgb-btn-primary,
.rgb-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.rgb-btn-primary {
    background: white;
    color: #0487e2;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.rgb-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    background: #f7fafc;
}

.rgb-btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    backdrop-filter: blur(10px);
}

.rgb-btn-secondary:hover {
    background: white;
    color: #0487e2;
    transform: translateY(-3px);
}

.rgb-cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.rgb-cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.rgb-cta-feature i {
    color: #b0d6f5;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rgb-service-title {
        font-size: 2.2rem;
    }
    
    .rgb-service-intro {
        font-size: 1.1rem;
    }
    
    .rgb-features-grid {
        grid-template-columns: 1fr;
    }
    
    .rgb-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .rgb-why-title,
    .rgb-target-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .rgb-cta-title {
        font-size: 1.6rem;
    }
    
    .rgb-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .rgb-cta-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .rgb-category-title {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .rgb-business-tags {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .rgb-service-container {
        padding: 0 15px;
    }
    
    .rgb-service-title {
        font-size: 1.8rem;
    }
    
    .rgb-feature-card,
    .rgb-benefit-item,
    .rgb-category-group {
        padding: 20px 15px;
    }
    
    .rgb-cta {
        padding: 30px 20px;
    }
    
    .rgb-service-description {
        padding: 50px 0;
    }
}

/* Animation for scroll effects */
@keyframes rgb-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rgb-feature-card,
.rgb-benefit-item,
.rgb-category-group {
    animation: rgb-fadeInUp 0.6s ease forwards;
}

/* Hover effects for interactive elements */
.rgb-feature-card:hover .rgb-feature-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #b0d6f5, #0487e2);
}

.rgb-benefit-item:hover .rgb-benefit-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #b0d6f5, #0487e2);
}

/* Additional accent colors for variety */
.rgb-feature-card:nth-child(even) .rgb-feature-icon {
    background: linear-gradient(135deg, #b0d6f5, #0487e2);
}

.rgb-benefit-item:nth-child(even) {
    border-left-color: #b0d6f5;
}

.rgb-benefit-item:nth-child(even) .rgb-benefit-icon {
    background: linear-gradient(135deg, #b0d6f5, #0487e2);
}

.rgb-category-group:nth-child(even) {
    border-right-color: #b0d6f5;
}

/* Focus states for accessibility */
.rgb-btn-primary:focus,
.rgb-btn-secondary:focus,
.rgb-btn-outline:focus {
    outline: 3px solid rgba(4, 135, 226, 0.3);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .rgb-service-description {
        background: white !important;
        color: black !important;
    }
    
    .rgb-cta {
        background: white !important;
        color: black !important;
        border: 2px solid #0487e2 !important;
    }
}

p{
  text-align: justify !important;
}

.custom-services-icon-shape .shape {
    position: absolute !important;
    z-index: -1 !important;
}

.custom-services-icon-shape .shape:first-child {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.custom-services-icon-shape .shape:first-child svg {
    color: var(--tg-color-yellow-light) !important;
}

.custom-services-icon-shape .shape:nth-child(2) {
    bottom: -13px !important;
    left: -2px !important;
}

.custom-services-icon-shape .shape:nth-child(2) svg {
    color: var(--tg-theme-primary) !important;
}

.custom-services-icon-shape .shape:nth-child(3) {
    left: 50px !important;
    top: -18px !important;
}

.custom-services-icon-shape .shape:nth-child(3) svg {
    color: var(--tg-theme-primary) !important;
}

.custom-services-content {
    padding: 30px !important;
    position: relative !important;
}

.custom-services-content .custom-icon {
    align-items: center !important;
    background:#ecf6fa !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    color: #191D88 !important;
    display: flex !important;
    font-size: 36px !important;
    height: 70px !important;
    justify-content: center !important;
    left: 30px !important;
    line-height: 0 !important;
    position: absolute !important;
    top: -55px !important;
    transition: all .4s ease-out 0s !important;
    width: 70px !important;
    z-index: 2 !important;
}

.custom-services-content .custom-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.custom-services-content .custom-title a:hover {
    color: var(--tg-theme-primary) !important;
}

.custom-services-content p {
    margin-bottom: 22px !important;
}

.custom-services-content .custom-btn {
    background: var(--tg-color-gray-3) !important;
    color: var(--tg-theme-secondary) !important;
    padding: 16px 20px !important;
}

.custom-services-content .custom-btn:hover,
.custom-services-content-two .custom-title {
    color: var(--tg-color-white-default) !important;
}

.custom-shortcode-services.custom-shortcode-services-style-6 .custom-services-content-five p {
    min-height: unset !important;
}

.custom-shortcode-services .custom-services-item:hover .custom-services-icon img,
.custom-shortcode-services .custom-services-item:hover .custom-services-icon svg.icon {
    transform: rotateY(180deg) !important;
    transition: all .4s ease-out 0s !important;
}

.custom-shortcode-services .custom-services-icon img,
.custom-shortcode-services .custom-services-icon svg.icon {
    border: unset !important;
    height: 36px !important;
    position: unset !important;
    width: 36px !important;
}

.custom-shortcode-services .custom-services-icon.icon-large img,
.custom-shortcode-services .custom-services-icon.icon-large svg.icon {
    height: 60px !important;
    width: 60px !important;
}

.custom-shortcode-services .custom-services-icon.icon-medium img,
.custom-shortcode-services .custom-services-icon.icon-medium svg.icon {
    height: 45px !important;
    width: 45px !important;
}
.custom-services-thumb {
    border-radius: 10px 10px 0 100px !important;
    overflow: hidden !important;
    position: relative !important;
}

.custom-services-thumb img {
    height: 200px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important;
}
.custom-services-item-wrap .custom-row {
    --bs-gutter-x: 24px !important;
}

.custom-services-item {
    background: white !important;
    border-radius: 10px !important;
    margin-bottom: 30px !important;
    transition: all .3s ease-out 0s !important;
}

.custom-services-item:hover {
    box-shadow: 0 4px 30px 0 #cfdee4 !important;
}

.custom-services-item:hover .custom-services-content .custom-icon {
    background: var(--tg-theme-secondary) !important;
    color: var(--tg-color-white-default) !important;
}
.custom-services-area {
    --background-color: transparent !important;
    --background-image: url(https://hasgastro.de/storage/backgrounds/services-bg.jpg) !important;
    --title-color: #14176C !important;
  padding: 20px 0;
    background-color: var(--background-color) !important;
    background-image: var(--background-image) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: var(--title-color) !important;
}
.custom-icon.custom-services-icon img {
    border: unset !important;
    height: 36px !important;
    position: unset !important;
    width: 36px !important;
}

section[data-block-id="hero-banner"] .mt-6.pt-4.max-w-300px {
  padding-bottom: 20px !important;
  margin-top: unset !imprtant
}
section[data-block-id="hero-banner"] h3.ds-3.fw-normal.position-relative.z-2.mb-5 {
  margin-bottom: unset !important;
}
section[data-block-id="hero-banner"] .mt-6 {
  margin-top: unset !important; 
}

.ds-4{
  font-size: 25px !important;
  font-weight: bold;
}
.rounded-pill {
    border-radius: 30px !important;
}

.ds-3{
  font-size: 55px !important;
}
.fs-7{
  font-size: 21px !important;
}

h3{
  font-size: 30px !important;
}
 .pb-9{
  padding-bottom: 10px !important;
}
.logos-country{
  display: flex; 
  justify-content: center; 
  gap: 20px;
}
.logos-country img{
  width: 150px; 
  height: auto;
}
@media (max-width: 768px) {
  .logos-country {
    flex-direction: column;
    align-items: center;
  }
}
.slick-track .fs-5 {
    font-size: 25px!important;
}
.section-feature-5 .photo-description .box-gradient-1{
  height: 400px !important;

}