.elementor-32945 .elementor-element.elementor-element-2faffa3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-44px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-32945 .elementor-element.elementor-element-3d292ed > .elementor-widget-container{margin:-31px 0px 0px 0px;}.elementor-32945 .elementor-element.elementor-element-14133b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32945 .elementor-element.elementor-element-f759ae1 > .elementor-widget-container{margin:90px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-32945 .elementor-element.elementor-element-e9ae69d img{width:31%;max-width:35%;}.elementor-32945 .elementor-element.elementor-element-e5eda8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32945 .elementor-element.elementor-element-d88837e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-32945 .elementor-element.elementor-element-17359af > .elementor-widget-container{margin:70px 0px 21px 0px;}.elementor-32945 .elementor-element.elementor-element-17359af{text-align:center;}.elementor-32945 .elementor-element.elementor-element-17359af .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#000000;}.elementor-32945 .elementor-element.elementor-element-192434a{--swiper-slides-to-display:3;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;}.elementor-32945 .elementor-element.elementor-element-192434a .swiper-slide > .elementor-element{height:100%;}.elementor-32945 .elementor-element.elementor-element-8d5e57b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32945 .elementor-element.elementor-element-59e37b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32945 .elementor-element.elementor-element-3d6609d{--display:flex;}.elementor-32945 .elementor-element.elementor-element-18ff55f{--display:flex;}@media(max-width:1024px){.elementor-32945 .elementor-element.elementor-element-192434a{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-32945 .elementor-element.elementor-element-2faffa3{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-32945 .elementor-element.elementor-element-e9ae69d img{width:70%;max-width:70%;}.elementor-32945 .elementor-element.elementor-element-192434a{--swiper-slides-to-display:1;}}/* Start custom CSS for html, class: .elementor-element-d7ce061 *//* General Styles */

body {
    font-family: Arial, sans-serif;
    background: #2dc55f;
    margin: 0;
    padding: 0;
}

/* Section Container */
.services {
    text-align: center;
    padding: 50px 2px;
}

/* Section Title */
.section-title {
    font-size: 12px;
    color: #000000;
    
}

.section-subtitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
  
}

/* Country Selection Buttons */
.country-buttons {
    margin-bottom: 30px;
}

.btn {
    background: #ddd;
    color: #333;
    padding: 12px 20px;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin: 5px;
}

.btn.active,
.btn:hover {
    background: #27ae60;
    color: white;
}


/* Services Grid */
.services-container {
    max-width: 1200px;
    margin: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Service Box */
.service-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);

   
}



/* Service Number */
.service-number {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000000;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

/* Service Icon */
.service-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

/* Service Title */
.service-box h4 {
    font-size: 22px;
    font-weight: bold;
    color: #1B1B2F;
}

/* Service Description */
.service-box p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

/* Unique Styles for Each Service Box */
.style1 { border-top: 5px solid #000000; }
.style2 { border-top: 5px solid #000000; }
.style3 { border-top: 5px solid #000000; }
.style4 { border-top: 5px solid #000000; }
.style5 { border-top: 5px solid #000000; }
.style6 { border-top: 5px solid #000000; }

/* Responsive Design */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.btn {
    background: black;
    color: white;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */