.elementor-623 .elementor-element.elementor-element-655a2461{--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-623 .elementor-element.elementor-element-655a2461.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-623 .elementor-element.elementor-element-45a2821f{width:var( --container-widget-width, 100.647% );max-width:100.647%;--container-widget-width:100.647%;--container-widget-flex-grow:0;}.elementor-623 .elementor-element.elementor-element-45a2821f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-623 .elementor-element.elementor-element-d7e883a{transition:background 0s;}.elementor-623 .elementor-element.elementor-element-d7e883a:hover{box-shadow:3px 4px 9px 0px rgba(0,0,0,0.5);}.elementor-623 .elementor-element.elementor-element-7b9bca50{--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-623 .elementor-element.elementor-element-61d803c7{width:100%;max-width:100%;}.elementor-623 .elementor-element.elementor-element-7039a5ab{--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-623 .elementor-element.elementor-element-37ba6f3{--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-623 .elementor-element.elementor-element-6962c81a{--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;}@media(max-width:767px){.elementor-623 .elementor-element.elementor-element-1ccc3ccf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-623 .elementor-element.elementor-element-655a2461{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-45a2821f *//* Achievements Section Text Style */
.achievement-text {
    font-size: 30px;  /* Adjust size based on preference */
    font-weight: 700; /* Bold */
    color: #333;      /* Text color */
    margin-top: 15px; /* Adjust margin as needed */
}

/* Optionally, add hover effects or other styling */
.achievement-text:hover {
    color: #2271b1;   /* Highlight color on hover */
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ccc3ccf *//* General styles for the section */
.title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px; /* Add spacing around the section */
    background-color: #f5f5f5; /* Light background color */
    width: 100%; /* Full width */
    margin: 0 auto; /* Center the section */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

/* Title styles */
.title {
    color: #0073e6; /* Blue color for the title */
    font-size: 28px; /* Font size for desktop */
    font-weight: bold;
    margin: 10px 0; /* Spacing above and below */
}

/* Subtitle styles */
.subtitle {
    color: #555; /* Subtle gray color for the subtitle */
    font-size: 16px; /* Font size for desktop */
    margin: 5px 0; /* Spacing above and below */
}

/* Responsive styles */
@media (max-width: 768px) { /* Tablet and smaller devices */
    .title {
        font-size: 24px; /* Slightly smaller title font */
    }

    .subtitle {
        font-size: 14px; /* Slightly smaller subtitle font */
    }

    .title-section {
        padding: 30px 15px; /* Adjust padding for smaller devices */
    }
}

@media (max-width: 480px) { /* Mobile devices */
    .title {
        font-size: 20px; /* Smaller title font for mobile */
    }

    .subtitle {
        font-size: 12px; /* Smaller subtitle font for mobile */
    }

    .title-section {
        padding: 20px 10px; /* Adjust padding for mobile devices */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7e883a *//* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5; /* Light gray background */
    color: #333; /* Dark text for readability */
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Header */
header {
    text-align: center;
    margin-bottom: 2rem;
}

header h1 {
    color: #2c3e50; /* Dark blue text */
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

header p {
    color: #7f8c8d; /* Light gray text */
    font-size: 1.1rem;
}

/* Translator Section */
.translator {
    background-color: 
#F5F5F5; /* White background for contrast */
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

/* Translation Area */
.translation-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.main-translation-area {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.language-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Language Dropdown */
.language-select {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 1.1rem;
    background-color: #3498db; /* Blue */
    color: white; /* White text */
    width: 200px;
    cursor: pointer;
}

/* Swap Button */
.swap-btn {
    background-color: #f5f5f5;
    color: gray;
    border: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 2.5rem;
}

.swap-btn:hover {
    background-color: #3498db;
    transform: scale(1.05);
}

/* Text Area */
textarea {
    width: 100%;
    height: 200px;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    resize: none;
    background-color: white;
    color: #333; /* Dark text for readability */
}

textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

/* Utility Buttons */
.utility-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.utility-btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
    background-color: #f8f9fa;
    color: #2c3e50;
}

.utility-btn:hover {
    background-color: #e9ecef;
    transform: translateY(-1px);
}

.whatsapp-btn {
    background-color: #25D366; /* WhatsApp green */
    color: white;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
}

/* Translate Button */
.translate-btn {
    background-color: #3498db; /* Blue */
    color: white;
    border: none;
    border-radius: 8px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s;
    align-self: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.translate-btn:hover {
    background-color: #2980b9;
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-translation-area {
        flex-direction: column;
    }
    
    .swap-btn {
        margin: 1rem auto;
        transform: rotate(90deg);
    }
    
    .swap-btn:hover {
        transform: rotate(90deg) scale(1.05);
    }
    
    .container {
        padding: 1rem;
    }
    
    .translator {
        padding: 1rem;
    }
    
    .utility-buttons {
        flex-wrap: wrap;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61d803c7 */.translation-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
}

.section-block {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.translation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Ensures consistent width regardless of the number of items */
    gap: 20px;
}

.translation-link {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    color: #2b6cb0;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.translation-link:hover {
    background: #2b6cb0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }
    
    .translation-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .translation-link {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7baf0b71 *//* Section Styles */
.translator-section {
  background-color: #f7f7f7;
  padding: 50px 20px;
  font-family: 'Arial', sans-serif;
}

.translator-container {
  max-width: 1200px;
  margin: 0 auto;
  color: #333;
}

.section-title {
  font-size: 32px;
  color: #2271b1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.section-description {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.feature-title {
  font-size: 22px;
  color: #2271b1;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.feature-list li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.feature-list li strong {
  color: #2271b1;
}

.what-sets-us-apart ul,
.tips-for-translating ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .what-sets-us-apart ul,
  .tips-for-translating ul {
    grid-template-columns: 1fr;
  }
}

/* Footer Styling */
.why-it-matters {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}/* End custom CSS */