body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

header {
width: 100%;
background-color: rgb(0, 0, 0);
color: white;
padding: 0.938em;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
position: fixed;
top: 0;
z-index: 1000;
}

.logo img {
height: auto;
max-width: 120px; 
width: 100%;
margin: auto;
align-items: center;
}

.menu-toggle{
display: none;
}

nav ul {
list-style: none;
display: flex;
margin: 0;
padding: 0.625em;
visibility: visible;
}

nav li {
margin-right: 30px;
visibility: visible;
}

nav a {
text-decoration: none;
color: rgb(255, 255, 255);
font-weight: 1;
transition: color 0.3s;
font-size: 1em;
}

nav a:hover {
color: #ecaf16;
}

.nav-item {
position: relative;
visibility: visible;
}

.dropdown {
margin-top: 0;
display: none;
position: absolute;
background-color: #000000; 
padding: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
text-align: center;
font-size: 1.125em;
left: 0;
z-index: 1;
opacity: 0; 
visibility: hidden; 
transition: opacity 0.3s, visibility 0.3s;
}

#ourServices-title{
color: rgb(255, 255, 255);
}

#ourServices-title:hover{
color: #ecaf16;
}

.nav-item:hover .dropdown {
display: block;
opacity: 1; 
visibility: visible; 
background-color: #000000;
color: white;
}

.nav-item:hover .dropdown-toggle {
color: rgb(255, 255, 255);
display: block;
opacity: 1; 
pointer-events: auto;
}       

.dropdown-item {
margin: 5px 2px 5px 2px;
padding: 15px;
display: block;
width: 500px;
text-align: left ;
opacity: 1; 
pointer-events: auto;
color: white;
}

.dropdown-item:hover {
background-color: #000000;
color: white;
}

.dropdown a {
color: rgb(255, 255, 255);
font-style: normal;
font-weight: 1;
display: block;
font-size: 0.875em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
opacity: 1; 
pointer-events: auto; 
}

.dropdown-toggle {
cursor: pointer;
opacity: 1; 
pointer-events: auto; 
}

.dropdown-toggle::after {
display: inline-block;
margin-left: 5px;
color: white;
}

.rotate {
transform: rotate(180deg)
}

.language-buttons {
display: flex;
margin-right: 100px;
}

button {
margin: auto;
padding: auto;
cursor: pointer;
display: flex;
align-items: center;
max-height: 50px;
max-width: 50px;
background-color: rgb(0, 0, 0);
border-radius: 8px;
border: none;
}

button img {
margin: auto;
height: auto;
width: auto;
max-width: 30px; 
max-height: 30px;
}

.home {
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
color: rgb(255, 255, 255);
text-align: left;
padding-top: 50px; 
padding-bottom: 100px; 
padding-left: 50px; 
padding-right: 50px; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
justify-content: left; 
margin-top: 100px;
height: 43em;
}

.home .home-content {
max-width: 800px;
max-height: 500px;
margin: 0 auto;
opacity: 0;
transform: translateY(-50px); 
transition: opacity 1s, transform 1s; 
margin-top: 100px;
justify-content: left;
}

.home .home-content.loaded,
.home h1.loaded {
color: #ffffff;
opacity: 1;
transform: translateY(0); 
transition: opacity 1s, transform 1s; 
text-align: left;
justify-content: left;
align-items: left;
margin-left: 0;
width: 100%;
margin-bottom: 10px;
}

.btn-contact.loaded {
opacity: 1;
transform: translateX(0); 
text-align: left;
margin-left: 0;
margin-top: 2px;
}

.btn-contact {
display: inline-block;
padding: 10px 1.25em;
font-size: 1.2em;
font-weight: bold;
text-decoration:none;
color: rgb(255, 255, 255);
background-color: #ecaf16; 
transition: background-color 0.3s, color 0.3s; 
transform: translateX(100%); 
text-align: left;
}

.btn-contact:hover {
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
}

.home-content h1{
font-size: 4rem;
font-weight: bold;
color: #ffffff;
text-align: left;
}

.home-content h2{
font-size: 1.125em;
color: rgb(255, 255, 255);
}

.article {
margin-left: 10px;
height: 700px;
}

.article h1 {
margin-top: 180px;
font-family: "Arial";
font-size: 2.5em;
text-align: left;
font-weight: bold;
}

.article h2 {
font-size: 1.2em;
text-align: left;
font-weight: 1;
}

.article p {
font-size: 1.2em;
font-family: "DM Sans";
justify-content: center;
text-align: left;
color: gray;
}

.article-container {
display: flex;
position: relative;
overflow: hidden;
margin-top: 50px;
padding-bottom: 10px;
}

.article-image {
padding-left: 800px;
margin-right: 40px;
transition: transform 0.5s ease;
align-items: end;
width: 100%;
}

.article-image img {
margin-top: 10px;
width: 100%;
height: 100%;
}

.article-text {
width: 50%;
position: absolute;
top: 0;
text-align: justify;
left: -51%;
padding: 10px;
transition: left 2s ease;
}

.article-container:hover .article-text {
left: 0;
}

.article-text-fixed {
position: absolute;
top: 0;
left: 0;
}

.services {
text-align: center;
background-color: #f7f7f7;
margin-bottom: 10px;
margin-top: 50px;
}

.services h1 {
height: 50px;
font-size: 36px;
color: #000000;
justify-content: center;
align-items: center;
display: flex;
padding-top: 50px;
}

.services h2 {
font-size: 16px;
font-weight: 1;
color: gray;
margin-bottom: 20px; 
}

.services-grid {
display: grid;
grid-template-columns: repeat(4, 1fr); 
}

.service-item {
cursor: pointer;
margin: 10px 5px 5px 15px;
padding-bottom: 5px;
}

.service-item img {
width: 100%;
}

.service-item p {
margin-top: 10px;
font-weight: bold;
font-size: 20px;
color: #000000;
}

#services .services-content {
display: flex;
flex-direction: column;
align-items: center;
}

#services .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
justify-content: center;
text-align: center;
}

#services .service-item {
cursor: pointer;

overflow: hidden;
}

#services .service-item img {
width: 100%;
height: auto;
}

#services .service-item p {
margin: 10px;
}

.testimonials {
text-align: center;
background-color: rgb(0, 0, 0);
text-align: left;
}

.testimonial-content {
margin: 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: center; 
align-items: center; 
margin-top: 0.313em;
}

.testimonial-image {
flex: 1;
text-align: center;
padding-bottom: 50px;
margin-top: 1px;
margin-bottom: 10px;
}

.testimonial-image img {
width: 100%;
max-width: 400px; 
margin-bottom: 20px; 
}

.testimonial-text {
flex: 1;
text-align: left;
color: rgb(255, 255, 255);
font-style: normal;
height: 600px;
}

#testimonial-h1 {
font-size: 18px;
}
#testimonial-h2 {
font-size: 45px;
}

.testimonial-text p { 
font-size: 16px;
color: #ffffff;
}

.testimonial-slider {
flex: 1;
max-width: 800px; 
margin-top: 20px; 
overflow: hidden;
}

.testimonial {
margin-right: 10px;
max-width: 600px;
width: 100%;
padding: 15px;
border: 1px solid #000000;
border-radius: 5px;
display: none;
font-size: 20px;
font-style: oblique;
font-family: 'Roboto', sans-serif;
text-align: justify; 
background: white;
}

.testimonial p {
font-size: 20px;
color: #000000;
text-align: justify;
}

.testimonial h3 {
font-size: 20px;
color: goldenrod;
text-align: justify;
font-style: normal;
}

.faq {
    background-color: #f9f9f9;
    padding: 20px;
    display: flex;
    flex-direction: column-reverse; 
    align-items: center; 
}

.faq-content {
    display: flex;
    align-items: center; 
    left: 0;
    width: 100%;
}

.faq-image {
margin: 0 auto;
margin-left: 0;
height: 750px; 
}


.faq-image img {
max-width: 550px; 
width: 100%;
margin-bottom: 10px; 
margin-top: 30px;
margin-left: 15px;
margin-right: 0;
}

.faq-text {
flex: 1;
max-width: 600px;
top: 0;
margin-bottom: 0; 
height: 700px;
margin: 50px auto;
opacity: 0; 
transform: translateY(10px); 
transition: opacity 2s ease, transform 2s ease; 
}

.faq-text:hover {
    opacity: 1; 
    transform: translateY(0); 
}

.faq-text h2{
    margin-top: 0;
    font-size: 38px;
}

.faq-text h2 {
color: #000000;
margin-bottom: 20px;
} 

.questions {
    list-style-type: none;
    padding: 0;
}

.question {
    margin-bottom: 20px;
}

.question h3 {
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 1rem;
    font-family: "Arial";
    font-weight: 1;
}

.answer {
    overflow: hidden; 
    background-color: #ffffff;
    font-family: "DM Sans";
    font-size: 18px;
    color: #777777;
    padding: 10px;
    max-height: 0; 
    transition: max-height 2s ease-out; 
}

.question.active .answer {
    max-height: 1000px; 
}

.question-title-container {
    background-color: #000; 
    color: #fff;
    padding: 10px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.question-title {
    margin: 0; 
    display: inline; 
    cursor: pointer;
}

.icon-container {
    display: flex; 
    align-items: center; 
    margin-right: 10px; 
}

.icon-container i {
    margin-left: auto; 
}

.blue-section {
display: flex;
background-color: #ecaf16;
color: white;
margin-top: 0;
}

.blue-content {
display: flex;
flex: 1;   
}

.blue-image {
max-height: 400px;
margin-left: 5px;
}

.blue-image img {
max-width: 90%; 
height: 100%;
}

.blue-text {
display: flex;
flex-direction: column;
justify-content: center; 
text-align: center;
margin: 0 auto;
font-size: 1.5em;
width: auto;
}

footer {
background-color: #000000;
color: white;
padding: 20px;
text-align: center;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items:left;
flex-wrap: wrap; 
}

.footer-menu{
    flex: none;
    margin-left: 10px;
    width: 200px;
    margin-right: 30px;
}

.footer-service-left,
.footer-service-right{
    width: 500px;
    margin-right: 50px;
    padding: auto;
}

.services-info{
flex: auto; 
margin: 0 auto; 
text-align: center;
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 16px;
font-family: "Arial";
padding: auto;
max-width: 700px;
width: 100%;
}

.contact-info {
flex: auto; 
margin: 0; 
text-align: center;
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 16px;
font-family: "Arial";
padding-left: 100px;
width: 200px;
}

.not-found {
    margin-top: 250px;
    padding-bottom: 5px;
    margin-left: 100px;
    margin-bottom: 10px;
    color: #777777;
    font-size: 16px;
    width: auto;
    font-weight: 1;
}

.services-info{
margin-left: 0;
padding: 0;
max-height: 800px;
}
.services-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.footer-menu h3,
.contact-info h3,
.services-info h3{
text-align: left;
font-family: "Arial";
color: #ffffff;
}

.footer-menu a,
.services-info a{
text-decoration: none;
color: white;
display: flex;
margin-bottom: 10px;
text-align: left; 
font-size: 16px;
font-weight: bold;
font-family: 'Arial';
}

.contact-info p{
text-align: left;
margin-left: 0;
}

.contact-info a{
display: inline-block ;
font-size: 22px;
margin: 0 auto;    
color: #ecaf16;
background-color: white;
border-radius: 5px;
padding: 5px;
left: 0;
text-align: left;
margin-right: 10px;
}

.additional-section {
text-align: center;
margin-top: 20px; 
color: rgb(255, 255, 255);
margin-right: 0;
}

.additional-section p {
flex: 100%; 
text-align: center;
margin-top: 20px; 
color: rgb(255, 255, 255);
margin-right: 0;
}

#copy-footer{
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.image-section {
display: contents;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 50px;
}

.image-section img {
max-height: 900px;
margin-right: 0;
margin-top: 100px;
height: 90%;
}

.image-section .text {
max-width: auto; 
}

.image-section h1 {
max-width: 100%;
padding: 0;
color: #ffffff;
background-color: #000;
text-align: center;
font-size: 3em; 
margin: 20px;
}

.image-section p {
margin: 40px;
text-align: center;
justify-content: center;
padding: 0;
font-weight: 1;
font-family: 'Roboto Slab';
font-size: 20px; 
color: grey;
}

/************* THANKS HTML *********/
.img-thanks-section {
width: 90%;
background-color: #000000;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 100px;
padding: auto;
}

.img-thanks-section img {
margin-top: 10px;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
padding: auto;
border-radius: 10px;
}

#thanks-text-1 {
left: 0;
text-align: center;
margin-top: 100px;
padding-bottom: 100px;
color: white;
font-size: 50px; 
font-weight: 1;
opacity: 0; 
transform: translateX(50px); 
transition: opacity 1s, transform 2s;
}

#thanks-text-2 {
text-align: center;
font-size: 20px; 
font-weight: 1;
color: rgb(255, 255, 255);
}

#thanks-text-1.show {
opacity: 1; 
transform: translateY(0); /
}

.contact-home{
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
color: rgb(255, 255, 255);
text-align: left;
padding-top: 100px; 
padding-bottom: 100px; 
padding-left: 50px; 
padding-right: 50px; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
justify-content: left; 
margin-top: 100px;
height: 500px;
}

.contact-home h1{
margin: auto;
font-size: 50px;
}

.form-contact-section {
justify-content: center;
align-items: center;
background-color: rgb(255, 255, 255);
margin-bottom: 200px;
}

.form-section {
width: 100%;
display: flex;
left: 0;
height: auto;
}

.form-section h2 {
width: 50%;
margin-top: 100px;
font-size: 34px;
font-weight: bold;
margin-left: 40px;
}

.form-section h3 {
text-align: center;
width: 20%;
margin-top: 180px;
margin-left: 40px;
font-size: 16px;
font-weight: 1;
font-family: 'Arial';
color: grey;    
position: absolute;
}

#get-in-touch-title-form{
margin-top: 200px;
text-align: left;
margin-bottom: 30px;
font-size: 18px;
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: rgb(0, 0, 0);
}

#get-in-touch-title-text{
text-align: left;
font-size: 16px;
font-weight: 1;
font-family: 'Arial';
color: grey;   
margin-top: 20px;
margin-left: 0;
}

#contact-info-section {
margin: 100px auto;
padding-bottom: 15px ;
text-align: left;
}
#contact-info-section i {

color: #ecaf16;
}

#get-in-touch-title-form{
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    margin-top: 0;
}
#message{
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 100px;
padding: 10px;
font-size: 20px;
font-weight: 1;
width: 95%;
height: 100px;
}

#fs-frm-inputs {
border-radius: 5px;
background-color: rgb(255, 255, 255);
font-size: 16px;
padding: 10px;
margin: 50px auto;
border: 1px solid rgb(255, 255, 255);
color: black;
}

#fs-frm {
margin-top: 100px ;
}

#btn-form {
max-width: 200px;
width: 100%;
margin-left: 0;
text-align: center;
align-items: center;
margin-right: 0;
height: 50px;
font-size: 18px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
justify-content: center;
font-weight: 1;
cursor: pointer;
color: white;
background-color: #ecaf16;
border-radius: 2px;
}

#btn-form:hover {
color: #ecaf16;
background-color: #D2E2FF;
border: 1px solid #ecaf16;
border-radius: 2px;
font-weight: bold;
}

.map-section {
display: flex;
justify-content: space-between;
margin-top: 20px;
margin-left: 50px;
border-radius: 15px;
background-color: #ffffff;
}

.map, .image {
max-width: 48%; 
margin-right: 100px;
margin-bottom: 20px;
}

.map img, .image img {
width: 100%;
height: auto;
}

.form-section {
flex: 1;
height: 600px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#title:hover {
  animation: fadeIn 1.5s ease forwards;
}

.form-section input,
.form-section textarea {
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 100px;
padding: 10px;
font-size: 20px;
width: 95%;
}

.about-us-home{
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
color: rgb(255, 255, 255);
text-align: left;
padding-top: 100px; 
padding-bottom: 100px; 
padding-left: 50px; 
padding-right: 50px; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
justify-content: left; 
margin-top: 100px;
height: 500px;
}

.about-us-home h1{
margin: auto;
font-size: 50px;
}

.about-us-article h1 {
    margin-top: 180px;
    font-size: 3.2em;
    font-family: 'Arial';
    text-align: left;
font-weight: bold;
}

.about-us-article h2 {
font-size: 1.2em;
text-align: left;
font-weight: 1;
}

.about-us-article p {
font-size: 1.2em;
font-family: "DM Sans";
justify-content: center;
text-align: left;
color: gray;
}

.about-us-article-container {
display: flex;
position: relative;
overflow: hidden;
margin-top: 50px;
padding-bottom: 10px;
}

.about-us-article-image {
padding-left: 800px;
margin-right: 40px;
transition: transform 0.5s ease;
align-items: end;
width: 100%;
}

.about-us-article-image img {
margin-top: 10px;
width: 100%;
height: 100%;
}

.about-us-article-text {
width: 50%;
position: absolute;
top: 0;
text-align: justify;
left: -51%;
padding: 10px;
transition: left 2s ease;
}

.about-us-article-container:hover .about-us-article-text {
left: 0;
}

.about-us-article-text-fixed {
position: absolute;
top: 0;
left: 0;
}

.about-us-choose {
text-align: center;
background-color: #000000;
margin-bottom: 10px;
}

.about-us-choose h1 {
padding-top: 80px;
height: 200px;
font-size: 50px;
color: #ffffff;
justify-content: center;
align-items: center;
display: flex;
}

.about-us-choose h2 {
font-size: 16px;
color: gray;
margin-bottom: 20px; 
}

.about-us-choose-grid {
display: grid;
grid-template-columns: repeat(2, 1fr); 
gap: 20px; 
background-color: #ffffff;
}

.about-us-choose-item {
width: 500px;
cursor: pointer;
margin: 10px 5px 5px 15px;
padding-bottom: 5px;
}

.about-us-choose-item img {
width: 100%;
border-radius: 8px; 
}

.about-us-choose-item p {
margin-top: 10px;
font-size: 1.5em;
color: #000000;
}

#about-us-choose .about-us-choose-content {
display: flex;
flex-direction: column;
align-items: center;
}

#services .about-us-choose-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
justify-content: center;
text-align: center;
}

#about-us-choose .about-us-choose-item {
cursor: pointer;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#about-us-choose .about-us-choose-item img {
width: 100%;
height: auto;
}

#about-us-choose .about-us-choose-item p {
margin: 10px;
}

.choose {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
padding: 10px 0;
text-align: center;
margin-top: 60px;
}

.choose h2 {
font-size: 48px;
margin-bottom: 1px;
font-weight: 1;
padding-bottom: 15px;
padding-top: 70px;
}

.choose-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
width: 90%;
margin: auto;
padding-top: 50px;
}

.choose-item {
text-align: center;
align-items: center   ;
max-width: 800px;
width: 100%;
margin: auto;
padding: auto;
padding-bottom: 80px;
}

.choose-item img {
padding: 1px ;
width: 2.5em; 
height: 2.5em;
background-color: rgb(255, 255, 255);
border-radius: 30px;
border: #000000 solid;
}

.choose-item h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 5px;
padding-bottom: 10px;
}

.choose-item p {
font-size: 17px;
margin-bottom: 0;
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.comic-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);  
gap: 20px;  
margin: 10px 80px 10px 80px;  
align-items: center;
text-align: center;
}

.comic-item {
text-align: center;
align-items: center;
justify-content: center;
margin-top: 0;
padding: auto;
}

.comic-item img {
max-width: 100%;
height: auto;
border: 2px solid #000;  
border-radius: 10px;
}

.button-container {
margin-top: auto;  
text-align: center;align-items: center;
}

.comic-item-container {
display: flex;
flex-direction: column;
height: 100%;
margin-top: auto; 
}

#btn-download {
background-color: #4444; 
margin: 10px auto; 
padding: 10px 50px; 
color: rgb(123, 128, 123); 
background-color: #F2A71B;
text-decoration: none; 
display: flex;
font-weight: bold;
align-items: center;
justify-content: center; 
border-radius: 5px; 
font-size: 12px; 
cursor: pointer;
line-height: 30px;
}

#btn-download:hover {
background-color: aquamarine; 
color: #000000;
border: 1px solid;
}

.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: var(--padding-container);
}

.testimony{
background-color: black;
}

.testimonial-image {
flex: 1;
text-align: center;
margin-top: 100px;
}

.testimony__container{
display: grid;
grid-template-columns: 50px 1fr 50px;
gap: 1em;
align-items: center;
}
.testimony__body{
display: grid;
grid-template-columns: 1fr max-content;
justify-content: space-between;
align-items: center;
gap: 2em;
grid-column: 2/3;
grid-row: 1/2;
opacity: 0;
pointer-events: none;
}

.testimony__body--show{
pointer-events: unset;
opacity: 1;
transition: opacity 1.5s ease-in-out;
padding: auto;
margin: auto;
align-items: center;
justify-content: center;
text-align: center;
}

.testimony__img{
width: 50%;
height: 50%;
border-radius: 10%;
object-fit: cover;
object-position: 50% 30%;
align-items: center ;
justify-content: center;
padding: auto;
margin: auto;
}

.testimony__arrow{
width: 90%;
cursor: pointer;
background-color: lightgray;
border-radius: 5px;
color: rgb(0, 0, 0);
}

#slider-container {
width: 80%;
margin: auto;
overflow: hidden;
}

#comic-slider {
display: flex;
transition: transform 0.5s ease-in-out;
}

.comic-slide {
width: 100%;
box-sizing: border-box;
}

img {
width: 100%;
height: auto;
}

.logo-tm{
width: 40%;
height: 40%;
background-color: #ffffff;
text-align: center;
padding: 100px;
box-sizing: border-box; 
display: flex;
flex-direction: column; 
justify-content: right; 
margin: auto;
margin-top: 50px;
}


/***************************************** RESPONSIVE *************************************/

/************************************ 320 PX - 480 ****************************************/

@media only screen and (min-width: 320px) and (max-width: 480px) {

html {
width: 100%;
}

body {
width: 100%;
}

header {
width: 100%;
justify-content: center;
padding: 0;
position: relative;
left: 0;
}

.logo{
width: 100%;
margin-left: 2%;
}

.logo img{
width: 70%;
}
.language-buttons{
margin: 0 auto;
width: auto;
}

/*MENU ICON*/
.menu-toggle {
width: 100%;
display: block;
font-size: 1.875em;
border: none; 
cursor: pointer;
margin: 0 auto;
margin-left: 0.625em;
margin-right: 3.125em;
}

nav ul {
display: none;
}

nav ul.show {
display: flex;
flex-direction: column; 
margin-top: 3.125em;
position: absolute;
left:  48%;
transform: translateX(-50%);
width: 98%; 
background-color: #020202;
color: rgb(255, 255, 255);
text-align: center;
}

nav li {
margin: 0.375em auto;
text-align: center; 
list-style: none; 
width: 100%;
pointer-events: auto;
height: 1.25em;
padding-top: 0.313em;
}

nav #ourServices-title {
font-weight: 1; 
color: rgb(255, 255, 255); 
font-size: 1em;
text-align: center;
justify-content: center;
align-items: center;
}

nav a {
font-size: 1.125em;
font-weight: 1;
color: #ffffff;
text-decoration: none; 
margin-top: 0.625em;
transition: color 0.3s;
}

nav a:hover {
background-color: rgba(255, 255, 255, 0.1); 
}

.dropdown {
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 6.188em;
margin-top: 0;
left: 50%;
transform: translateX(-50%);
width: 100%; 
background-color: rgb(0, 0, 0);
color: goldenrod;
text-align: center;
}

.dropdown-item {
margin: 0;
width: 90%;
}

.dropdown a {
width: 100%;
font-size: 0.75em;
font-weight: 1;
color: goldenrod;
text-decoration: none;
padding-right: 0.625em; 
padding-left: 0.625em;
padding-bottom: 0.625em;
text-align: center;
}

.home {
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
padding: 0; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
margin-top: 0;
height: auto;
}

.home {
padding-left: 0.625em;
margin-bottom: auto;
}

.home h1 {
width: auto;
margin-top: 0.625em;
font-size: 28px;
text-align: center;
margin: 0;
}

.home-content h2 {
width: 100%;
font-size: 16px;
color: rgb(255, 255, 255);
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home .home-content {
max-width: auto;
} 

.btn-contact.loaded {
opacity: 1;
transform: translateX(0);
text-align: center;
justify-content: center;
margin: 0 auto;
margin-top: 1.25em;
padding: auto;
background-color: gold;
color: #000000;
font-size: 0.75em;
}

.article{
margin-left: 0;
}

.article-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-top:0;
position: relative;
overflow: hidden;
}

.article h1 {
width: 100%;
margin-top: 0;
font-size: 1.5em;
margin:0;
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
align-items: center;
}

.article h2 {
width: 100%;
font-size: 1.2em;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.article p {
margin: 0 auto;
font-size: 0.8em;
font-family: sans-serif;
text-align: center;
color: gray;
}

.article-image {
margin: 0 auto;
padding: 0;
position: relative;
transition: transform 0.5s ease;
width: 320px;
}

.article-image img {
width: 300px;
margin: 10px;
padding: 0;
}

.article-text {
width: 90%;
margin-right: 0.625em;
margin-top: 0;
text-align: justify;
position: relative; 
left: -100%;
transition: left 2s ease-out;
}

.services {
margin: 0 auto;
width: 100%;
margin-top: 12em;
}

#services .services-grid {
width: 99%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.25em;
justify-content: center;
text-align: center;
}
.services h1 {
width: 100%;
padding-top: 1.875em;
font-size: 2em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
.services h2 {
width: 100%;
font-size: 1em;
text-align: center;
justify-content: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services-grid {
grid-template-columns: repeat(1, 1fr);
width: 100%;
margin: 0;
}

.service-item  {
max-height: 100%;
margin: 0 auto;
padding: 0;
width: 250px;
}

.service-item img {
max-height: 12.5em;
width: 50%;
}

.testimonial{
display: contents;
padding: 0;
width: 100%;
height: auto;
}
.testimonial-content{
width: 100%;
margin: 0;
}

.testimonial-image{
display: contents;
padding: 0.625em;
left: 0;
margin: 0 auto;
}

.testimonial-image img{
width: 90%;
padding: 0.625em;
left: 0;
margin: 0 auto;
}

#testimonial-h1 {
font-size: 2.5em;
text-align: center;
margin-top: 0.625em;
margin: 0 auto;
}

#testimonial-h2 {
font-size: 1.5em;
text-align: center;
font-weight: 1;
margin: 0;
}

.testimonial-text p {
font-size: 0.875em;
text-align: center;
padding: 0.313em;
margin: 0 auto;
}

#testimonials{
padding: 0;
}

.testimonials {
height: 70em;
width: 100%;
margin-top: 6.25em;
position: relative;
text-align: center;
background-position: center;
}

.testimonial-slider p {
width: 300px;
left: 0;
font-size: 0.5em;
padding: 5px;
margin: 5px;
text-align: left;
}

.testimonial-text {
width: 50%;
line-height: 1.5;
background-color: rgba(0, 0, 0, 0.8);
padding: 10px;
}

.faq {
    background-color: #f9f9f9;
    padding: 0;
}

.faq-content {
    display:  grid;
    align-items: center;
}

.faq-image {
    margin-top: 100px ;
    width: 100%;
    height: auto;
}

.faq-image img {
    margin: 5px;
    width: 95%;
    padding: auto;
}

.faq-text {
flex: 1;
top: 0;
margin-bottom: 0; 
margin: 0 auto;
opacity: 0; 
transform: translateY(50px); 
transition: opacity 2s ease, transform 2s ease; 
}

.faq-text:hover {
    opacity: 1; 
    transform: translateY(0); 
}

.faq-text h2{
    margin-top: 0;
    font-size: 26px;
    text-align: center;
}

.faq-text h2 {
color: #000000;
margin-bottom: 20px;
} 

.questions {
    list-style-type: none;
    padding: 0;
}

.question {
    margin: 10px;
}

.question h3 {
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.7rem;
    font-family: "Arial";
    text-align: center;
    font-weight: 1;
}

.answer {
    overflow: hidden; 
    background-color: #ffffff;
    font-family: "DM Sans";
    font-size: 14px;
    color: #777777;
    text-align: left;
    padding: 10px;
    max-height: 0; 
    transition: max-height 2s ease-out; 
}

.question.active .answer {
    max-height: 1000px; 
}

.question-title-container {
    background-color: #000; 
    color: #fff;
    padding: 10px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.question-title {
    margin: 0; 
    display: inline; 
    cursor: pointer;
}

.icon-container {
    display: flex; 
    align-items: center; 
    margin-right: 10px; 
}

.icon-container i {
    margin-left: auto; 
}



.blue-section {
display: flex;
background-color: #F2A71B;
color: white;
margin-top: 0;
flex-direction: column;
width: auto;
}

.blue-content {
display: block;
flex: 1;  
width: 100%; 
}

.blue-image {
margin: 2px;
}

.blue-image img {
display: flex;
width: 100%; 
padding: auto;
margin: auto;
}

.blue-text {
display: flex;
flex-direction: column;
justify-content: center; 
text-align: center;
font-size: 0.8em;
}

footer {
color: white;
padding: 10px;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items:left;
flex-wrap: wrap; 
}

.footer-menu{
    margin: 10px;
}
.services-info{
margin: 10px; 
}
.contact-info {
margin: 10px;
}


.footer-service-left,
.footer-service-right{
    top:0;
    padding: auto;
    width: 100%;
    margin-bottom: 0;
}

#copy-footer{
    color: rgb(255, 255, 255);
    font-size: 8px;
}



.not-found {
    margin-top: 250px;
    padding-bottom: 5px;
    margin-left: 0.625em;
    margin-bottom: 10px;
    color: #777777;
    font-size: 16px;
    width: auto;
    font-weight: 1;
}

.services-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.footer-menu h3,
.contact-info h3,
.services-info h3{
text-align: left;
font-family: "Arial";
color: #ffffff;
font-size: 14px;
}

.footer-menu a,
.services-info a{
text-decoration: none;
color: white;
display: flex;
margin-bottom: 10px;
text-align: left; 
font-size: 12px;
font-weight: bold;
font-family: 'Arial';
}

.contact-info{
    padding: 0;
}
.contact-info p{
text-align: left;
margin-left: 0;
}

.contact-info a{
display: inline-block ;
font-size: 14px;
margin: 0 auto;    
color: #ecaf16;
background-color: white;
border-radius: 5px;
padding: 5px;
left: 0;
text-align: left;
margin-right: 10px;
}

.additional-section {
width: auto;
text-align: center;
margin-top: 10px; 
color: rgb(255, 255, 255);
margin-right: 0;
}

.additional-section h2{
    font-size: 16px;
}

.additional-section p {
flex: 100%; 
text-align: center;
margin-top: 20px; 
color: rgb(255, 255, 255);
margin-right: 0;
font-size: 10px;
}

#pdfDownload{
    font-size: 8px;
}


.about-us-home{
width: 100%;
color: rgb(255, 255, 255);
text-align: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: left;
margin-top: 0;
height: auto;
}

.about-us-home h1{
left: 0;
margin: 0 auto;
width: 100%;
margin-top: 0.625em;
font-size: 1.875em;
text-align: center;
padding: 0;
}

.about-us-article-content{
    height: auto;
}
.about-us-article-container {
margin: 0;
width: 100%; 
height: auto;
padding: 0; 
display: flex; 
flex-direction: column; 
}

.about-us-article-image {
padding-left: 0; 
width: 100%;
height: auto; 
margin: 0.313em;
position: relative;

}
.about-us-article-image img {
left: 0;
margin: 0 auto;
width: 97%;
position: relative;
}

.about-us-article-text {
width: 90%;
position: relative;
top: 0;
text-align: justify;
left: -100%;
padding: 10px;
transition: left 2s ease;
}


.about-us-article h1 {
margin-top: 0;
width: 100%;
font-size: 2em; 
text-align: center;
}

.about-us-article h2 {
font-size: 1.25em; 
text-align: center;
}

.about-us-article p {
font-size:1em; 
text-align: center;
}

.choose {
width: 100%;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
text-align: center;
margin-top: 5em;
height: auto;
margin-bottom: 0.625em;
}

.choose-grid {
display: flex; 
flex-direction: column; 
align-items: center; 
}

.choose-item {
margin-bottom: 1.25em;
}

.choose h2 {
font-size: 2em;
font-weight: 1;
padding-top: 0.625em;
}

.choose-item {
text-align: center;
align-items: center;
width: 100%;
margin: auto;
padding: auto;
padding-bottom: 0.625em;
}

.choose-item h3 {
font-size: 1.25em;
}
.choose-item p {
font-size: 0.875em;
}

.contact-home{
width: 100%;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: left;
margin-top: 0;
height: auto;
left: 0;
}

.contact-home h1{
margin: 5em auto;
font-size: 1.25em;
padding: 0;
text-align: left;
left: 0;
}

.form-contact-section {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(255, 255, 255);
margin-bottom: 1.25em;
padding: 1.5em;
}

.form-section {
width: 99%;
padding: 1.25em;
display: block;
height: 500px;
}

.form-section h2 {
width: 100%;
text-align: center;
margin-top: 10px;
font-size: 1.5em;
margin-left: 0;
margin-bottom: 0;
}

.form-section h3 {
width: 99%;
margin-top: 1.25em;
font-size: 0.875em;
text-align: center;
font-weight: bold;
color: grey;
left: 0;
margin-left: 0;
}

#get-in-touch-title-form {
width: 90%;
margin: 0;
font-size: 1.125em;
font-weight: bold;
color: black;
text-align: left;
margin-right: 0;
}
#get-in-touch-title-text {

font-size: 0.8em;

}

#contact-info-section {
text-align: left;
font-size: 1em;
margin: 0 auto;
padding: auto;

}

#message {
padding: 1.25em;
font-size: 1em;
box-sizing: border-box;
}

#fs-frm{
width: 90%;
margin-left: 2px;
font-size: 5px;
}
#fs-frm-inputs {
margin-top: 100px;
padding: 5px;
font-size: 12px;
margin-right: 0;

}

#btn-form {
height: 1.875em;
width: 12.5em;
font-size: 0.875em;
font-weight: bold;
text-align: center;
color: white;
background-color: #ecaf16;
border: none;
cursor: pointer;
}

#btn-form:hover {
background-color: #D2E2FF;
}

.map-section {
margin-top: 0;
width: 100%;
display: grid;
margin-left: 0;
}

.map-section image{
width: 99%;
margin-right: 0;
}

#img-map{
max-width: 200%;
margin: 0 auto;
}

.map iframe{
height: 31.25em; 
width: 200%;
margin: 0 auto;
left: 0;
}

.yellow-section{
margin: 0 auto;
padding: 0;
}

.yellow-section h1 {
text-align: center;
font-size: 1.5em !important;
}
.yellow-section h3 {
font-size: 1.125em;
}

.logo-tm{
margin-top: 0;
height: auto;
width: 100%;
padding: 1.25em;
}

.comic-item{
width: auto;
margin: 20px;
}

.comic-grid {
margin-left: 0;
grid-template-columns: repeat(1, 1fr);
flex-direction: row;
margin-right: 0;
}

.comic-item img {
max-width: 100%;
}

.image-section {
display: block;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 0;
}

.image-section img {
width: 95%;
margin: 0;
height: 90%;
}

.image-section .text {
width: 100%;
}

.image-section h1 {
padding: 0;
text-align: center;
font-size: 0.8em; 
margin: 10px;
}

.image-section p {
margin: 20px;
text-align: center;
justify-content: center;
padding: 0;
font-weight: 1;
font-family: 'Roboto Slab';
font-size: 0.875em; 
color: grey;
}

#slider-container {
width: 100%;
}

#comic-slider {
width: 100%; 
padding: 1.25em;
}

#btn-download {
padding: 0.625em 1.875em;
}

/************* THANKS HTML *********/
.img-thanks-section {
width: 100%;
display: contents;
grid-template-columns: auto 1fr;    
align-items: center;
margin-top: 100%;
padding: auto;
}

.img-thanks-section img {
font-size: 1em;
margin-top: 0;
width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: auto 2fr;
align-items: center;
padding-bottom: 3.125em;
}

#thanks-text-1 {
text-align: center;
margin-top: 0.625em;
padding-bottom: 3.125em;
color: rgb(255, 255, 255);
font-size: 1.5em; 
font-weight: 1;
opacity: 0; 
transform: translateY(-50px); 
transition: opacity 1s, transform 2s;
display: block;
}

#thanks-text-2 {
text-align: center;
font-size: 1em; 
color: rgb(255, 255, 255);
}

.fa-solid.fa-arrow-left-long {
background-color: rgb(0, 0, 0);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
left: 0;
margin-right: 200px;
}
}


/***************************************** RESPONSIVE *************************************/

/************************************ 481 PX - 767 ****************************************/

@media only screen and (min-width: 481px) and (max-width: 767px) {
    
html {
width: 100%;
}

body {
width: 100%;
}

header {
width: 100%;
justify-content: center;
padding: 0;
position: relative;
left: 0;
}

.logo{
width: 100%;
margin-left: 5%;
}

.logo img{
margin: 10px;    
width: 40%;
}
.language-buttons{
margin: 0 auto;
width: auto;
}

/*MENU ICON*/
.menu-toggle {
width: 100%;
display: block;
font-size: 2em;
border: none; 
cursor: pointer;
margin: 0 auto;
margin-left: 1em;
margin-right: 4em;
}

nav ul {
display: none;
}

nav ul.show {
display: flex;
flex-direction: column; 
margin-top: 2.55em;
font-size: 1.25em;
position: absolute;
left:  48%;
transform: translateX(-50%);
width: 99%; 
background-color: #020202;
color: rgb(255, 255, 255);
text-align: center;
}

nav li {
margin: 0.375em auto;
text-align: center; 
list-style: none; 
width: 100%;
pointer-events: auto;
height: 1.25em;
padding-top: 0.313em;
}

nav #ourServices-title {
font-weight: 1; 
color: rgb(255, 255, 255); 
font-size: 1.25em;
text-align: center;
justify-content: center;
align-items: center;
}

nav a {
font-size: 1.25em;
font-weight: 1;
color: #ffffff;
text-decoration: none; 
margin-top: 0.625em;
transition: color 0.3s;
}

nav a:hover {
background-color: rgba(255, 255, 255, 0.1); 
}

.dropdown {
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 6.188em;
margin-top: 0;
left: 50%;
transform: translateX(-50%);
width: 100%; 
background-color: rgb(0, 0, 0);
color: goldenrod;
text-align: center;
}

.dropdown-item {
margin: 0;
width: 90%;
}

.dropdown a {
width: 100%;
font-size: 1em;
font-weight: 1;
color: goldenrod;
text-decoration: none;
padding-right: 0.625em; 
padding-left: 0.625em;
padding-bottom: 0.625em;
text-align: center;
}

.home {
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
padding: 0; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
margin-top: 0;
height: auto;
}

.home {
padding-left: 0.625em;
margin-bottom: auto;
}

.home h1 {
width: auto;
margin-top: 0.625em;
font-size: 1.5em;
text-align: center;
margin: 0;
}

.home-content h2 {
width: 100%;
font-size: 16px;
color: rgb(255, 255, 255);
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home .home-content {
max-width: auto;
} 

.btn-contact.loaded {
opacity: 1;
transform: translateX(0);
text-align: center;
justify-content: center;
margin: 0 auto;
margin-top: 1.25em;
padding: auto;
background-color: gold;
color: #000000;
font-size: 0.75em;
}

.article{
margin-left: 0;
}

.article-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-top:0;
position: relative;
overflow: hidden;
}

.article h1 {
width: 100%;
margin-top: 0;
font-size: 2.5em;
margin:0;
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
align-items: center;
}

.article h2 {
width: 100%;
font-size: 2em;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.article p {
margin: 0 auto;
font-size: 1.5em;
font-family: sans-serif;
text-align: center;
color: gray;
}

.article-image {
margin: 0 auto;
padding: 0;
position: relative;
transition: transform 0.5s ease;
width: 100%;
}

.article-image img {
width: 97%;
margin: 5px;
padding: 0;
}

.article-text {
width: 90%;
margin-right: 0.625em;
margin-top: 0;
text-align: justify;
position: relative; 
left: -100%;
transition: left 2s ease;
}

.services {
margin: 0 auto;
width: 100%;
margin-top: 50em;
}

#services .services-grid {
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
gap: 5em;
justify-content: center;
text-align: center;
}
.services h1 {
width: 100%;
padding-top: 1.875em;
font-size: 2.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
.services h2 {
width: 100%;
font-size: 1.5em;
text-align: center;
justify-content: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services-grid {
grid-template-columns: repeat(1, 1fr);
width: 100%;
margin: 0;
}

.service-item  {
max-height: 100%;
margin: 0 auto;
padding: 0;
width: 80%;
}

.service-item img {
width: 100%;
padding: auto;
}

.service-item p {
    font-weight: bold;
    font-size: 1.75em;
}

.testimonial{
display: contents;
padding: 0;
width: fit-content;
height: auto;
margin: 0 auto;
}
.testimonial-content{
width: 100%;
margin: 0;
}

.testimonial-image{
display: contents;
padding: 2em;
left: 0;
margin: 0 auto;
}

.testimonial-image img{
width: 100%;
padding: 1em;
left: 0;
margin: 0 auto;
}

#testimonial-h1 {
font-size: 3.5em;
text-align: center;
margin-top: 1em;
margin: 0 auto;
}

#testimonial-h2 {
font-size: 2.5em;
text-align: center;
font-weight: 1;
margin: 0;
}

.testimonial-text p {
font-size: 2em;
text-align: center;
padding: 1em;
margin: 0 auto;
}

#testimonials{
padding: 0;
}

.testimonials {
height: 130em;
width: 100%;
margin-top: 6em;
position: relative;
text-align: center;
background-position: center;
}

.testimonial-slider p {
width: auto;
left: 0;
font-size: 1.5em;
padding: 5px;
margin: 0 auto;
text-align: left;
}

.testimonial-text {
width: 100%;
line-height: 1.5;
background-color: rgba(0, 0, 0, 0.8);
padding: 10px;
}

.faq {
    background-color: #f9f9f9;
    padding: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 300px;
}

.faq-content {
    display:  grid;
    align-items: center;
    height: auto;
}

.faq-image {
    margin: 15px;
    width: 96%;
    padding: auto;
    height: auto;
}

.faq-image img {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: auto;
}

.faq-text {
flex: 1;
top: 0;
margin-bottom: 0; 
margin: 0 auto;
opacity: 0; 
transform: translateY(20px); 
transition: opacity 2s ease, transform 2s ease; 
}

.faq-text:hover {
    opacity: 1; 
    transform: translateY(0); 
}

.faq-text h2{
    margin-top: 0;
    font-size: 2em;
    text-align: center;
}

.faq-text h2 {
color: #000000;
margin-bottom: 1.5em;
} 

.questions {
    list-style-type: none;
    padding: 0;
}

.question {
    margin: 0.625em;
}

.question h3 {
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "Arial";
    text-align: left;
    font-weight: 1;
}

.answer {
    overflow: hidden; 
    background-color: #ffffff;
    font-family: "DM Sans";
    font-size: 1.5em;
    color: #777777;
    text-align: left;
    padding: 10px;
    max-height: 0; 
    transition: max-height 2s ease-out; 
}

.question.active .answer {
    max-height: 1000px; 
}

.question-title-container {
    background-color: #000; 
    color: #fff;
    padding: 10px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.question-title {
    margin: 0; 
    display: inline; 
    cursor: pointer;
}

.icon-container {
    display: flex; 
    align-items: center; 
    margin-right: 10px; 
}

.icon-container i {
    margin-left: auto; 
}



.blue-section {
display: flex;
background-color: #F2A71B;
color: white;
margin-top: 30em;
flex-direction: column;
width: auto;
}

.blue-content {
display: block;
flex: 1;  
width: 100%; 
}

.blue-image {
margin: 2px;
}

.blue-image img {
display: flex;
width: auto; 
padding: auto;
margin: auto;
}

.blue-text {
display: flex;
flex-direction: column;
justify-content: center; 
text-align: center;
font-size: 1em;
}

footer {
color: white;
padding: 0.5em;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items:center;
flex-wrap: wrap; 
}

.footer-menu{
    margin: 1em;
}
.services-info{
margin: 1em; 
}
.contact-info {
margin: 1em;
}


.footer-service-left,
.footer-service-right{
    top:0;
    padding: auto;
    width: 100%;
    margin-bottom: 0;
}

#copy-footer{
    color: rgb(255, 255, 255);
    font-size: 1em;
}

.not-found {
    margin-top: 250px;
    padding-bottom: 5px;
    margin-left: 0.625em;
    margin-bottom: 10px;
    color: #777777;
    font-size: 1.25em;
    width: auto;
    font-weight: 1;
}

.services-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.938em;
}

.footer-menu h3,
.contact-info h3,
.services-info h3{
text-align: left;
font-family: "Arial";
color: #ffffff;
font-size: 1.25em;
}

.footer-menu a,
.services-info a{
text-decoration: none;
color: white;
display: flex;
margin-bottom: 10px;
text-align: left; 
font-size: 1em;
font-weight: bold;
font-family: 'Arial';
}

.contact-info{
    padding: 0;
}
.contact-info p{
text-align: left;
margin-left: 0;
}

.contact-info a{
display: inline-block ;
font-size: 1em;
margin: 0 auto;    
color: #ecaf16;
background-color: white;
border-radius: 5px;
padding: 5px;
left: 0;
text-align: left;
margin-right: 10px;
}

.additional-section {
width: auto;
text-align: center;
margin-top: 10px; 
color: rgb(255, 255, 255);
margin-right: 0;
}

.additional-section h2{
    font-size: 1.4em;
}

.additional-section p {
flex: 100%; 
text-align: center;
margin-top: 20px; 
color: rgb(255, 255, 255);
margin-right: 0;
font-size: 1em;
}

#pdfDownload{
    font-size: 1em;
}


.about-us-home{
width: 100%;
color: rgb(255, 255, 255);
text-align: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: left;
margin-top: 0;
height: auto;
}

.about-us-home h1{
left: 0;
margin: 0 auto;
width: 100%;
margin-top: 0.625em;
font-size: 2em;
text-align: center;
padding: 0;
}

.about-us-article-content{
    height: auto;
}
.about-us-article-container {
margin: 0;
width: 100%; 
height: auto;
padding: 0; 
display: flex; 
flex-direction: column; 
}

.about-us-article-image {
padding-left: 0; 
width: 100%;
height: auto; 
margin: 1em;
position: relative;

}
.about-us-article-image img {
left: 0;
margin: 0 auto;
width: 93%;
position: relative;
}

.about-us-article-text {
width: 97%; 
padding: 0; 
top: 0;
text-align: justify;
left: -100%;
margin-top: 0;
position: relative;
transition: left 2s ease;
padding: 10px;
}

.about-us-article h1 {
margin-top: 0;
width: 100%;
font-size: 3em; 
text-align: center;
}

.about-us-article h2 {
font-size: 2em; 
text-align: center;
}

.about-us-article p {
font-size:1.5em; 
text-align: center;
}

.choose {
width: 100%;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
text-align: center;
margin-top: 5em;
height: auto;
margin-bottom: 0;
}

.choose-grid {
display: flex; 
flex-direction: column; 
align-items: center; 
}

.choose-item {
margin-bottom: 1em;
}

.choose h2 {
font-size: 2em;
font-weight: 1;
padding-top: 0.625em;
}

.choose-item {
text-align: center;
align-items: center;
width: 100%;
margin: auto;
padding: auto;
padding-bottom: 0.625em;
}

.choose-item h3 {
font-size: 1.5em;
}
.choose-item p {
font-size: 1.25em;
}

.contact-home{
width: 100%;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: left;
margin-top: 0;
height: auto;
left: 0;
}

.contact-home h1{
margin: 5em auto;
font-size: 2em;
padding: 0;
text-align: left;
left: 0;
}

.form-contact-section {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(255, 255, 255);
margin-bottom: 1.25em;
padding: 1.5em;
}

.form-section {
width: 99%;
padding: 1.25em;
display: block;
height: 600px;
}

.form-section h2 {
width: 100%;
text-align: center;
margin-top: 10px;
font-size: 2em;
margin-left: 0;
margin-bottom: 0;
}

.form-section h3 {
width: 99%;
margin-top: 1em;
font-size: 1.25em;
text-align: center;
font-weight: 1;
color: grey;
left: 0;
margin-left: 0;
}

#get-in-touch-title-form {
width: 90%;
margin: 0;
font-size: 2em;
font-weight: bold;
color: black;
text-align: left;
margin-right: 0;
}
#get-in-touch-title-text {

font-size: 0.9em;

}

#contact-info-section {
text-align: left;
font-size: 1em;
margin: 0 auto;
padding: auto;

}

#message {
padding: 1.25em;
font-size: 1em;
box-sizing: border-box;
}

#fs-frm{
width: 90%;
margin-left: 2px;
}
#fs-frm-inputs {
margin-top: 100px;
padding: 5px;
font-size: 1em;
margin-right: 0;

}

#btn-form {
height: 1.875em;
width: 12.5em;
font-size: 0.875em;
font-weight: bold;
text-align: center;
color: white;
background-color: #ecaf16;
border: none;
cursor: pointer;
}

#btn-form:hover {
background-color: #D2E2FF;
}

.map-section {
margin-top: 0;
width: 100%;
display: grid;
margin-left: 0;
}

.map-section image{
width: 99%;
margin-right: 0;
}

#img-map{
max-width: 200%;
margin: 0 auto;
}

.map iframe{
height: 31.25em; 
width: 200%;
margin: 0 auto;
left: 0;
}

.yellow-section{
margin: 0 auto;
padding: 0;
}

.yellow-section h1 {
text-align: center;
font-size: 2em !important;
}
.yellow-section h3 {
font-size: 1.5em;
}

.logo-tm{
margin-top: 0;
width: 100%;
padding: 1.25em;
}

.comic-item{
width: auto;
margin: 0.625em;
}

.comic-grid {
margin-left: 0;
grid-template-columns: repeat(2, 1fr);
flex-direction: row;
margin-right: 0;
}

.comic-item img {
max-width: 100%;
}

.image-section {
display: block;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 0;
}

.image-section img {
width: 95%;
margin: 0;
height: 90%;
}

.image-section .text {
width: 100%;
}

.image-section h1 {
padding: 0;
text-align: center;
font-size: 2em; 
margin: 0.625em;
}

.image-section p {
margin: 20px;
text-align: center;
justify-content: center;
padding: 0;
font-weight: 1;
font-family: 'Roboto Slab';
font-size: 1.5em; 
color: grey;
}

#slider-container {
width: 100%;
}

#comic-slider {
width: 100%; 
padding: 1.25em;
}

#btn-download {
padding: 0.625em 1.875em;
}

/************* THANKS HTML *********/
.img-thanks-section {
width: 100%;
display: contents;
grid-template-columns: auto 1fr;    
align-items: center;
margin-top: 100%;
padding: auto;
}

.img-thanks-section img {
font-size: 1.5em;
margin-top: 0;
width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: auto 2fr;
align-items: center;
padding-bottom: 3.125em;
}

#thanks-text-1 {
text-align: center;
margin-top: 0.625em;
padding-bottom: 3.125em;
color: rgb(255, 255, 255);
font-size: 2em; 
font-weight: 1;
opacity: 0; 
transform: translateY(-50px); 
transition: opacity 1s, transform 2s;
display: block;
}

#thanks-text-2 {
text-align: center;
font-size: 1.5em; 
color: rgb(255, 255, 255);
}

.fa-solid.fa-arrow-left-long {
background-color: rgb(0, 0, 0);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
left: 0;
margin-right: 200px;
}

}


/***************************************** RESPONSIVE *************************************/

/************************************ 768 PX - 1023 ****************************************/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
html {
width: 100%;
}

body {
width: 100%;
}

header {
width: 100%;
justify-content: center;
padding: 0;
position: relative;
left: 0;
height: auto;
}

.logo{
width: 100%;
margin-left: 5%;
}

.logo img{
margin: 10px;    
width: 50%;
}
.language-buttons{
margin: 0 auto;
width: auto;
}

/*MENU ICON*/
.menu-toggle {
width: 100%;
display: block;
font-size: 3em;
border: none; 
cursor: pointer;
margin: 0 auto;
margin-left: 1em;
margin-right: 4em;
}

nav ul {
display: none;
}

nav ul.show {
display: flex;
flex-direction: column; 
margin-top: 2.55em;
font-size: 1.5em;
position: absolute;
left:  48%;
transform: translateX(-50%);
width: 100%; 
background-color: #020202;
color: rgb(255, 255, 255);
text-align: center;
}

nav li {
margin: 0.375em auto;
text-align: center; 
list-style: none; 
width: 100%;
pointer-events: auto;
height: 1.25em;
padding-top: 0.313em;
}

nav #ourServices-title {
font-weight: 1; 
color: rgb(255, 255, 255); 
font-size: 1.5em;
text-align: center;
justify-content: center;
align-items: center;
}

nav a {
font-size: 1.5em;
font-weight: 1;
color: #ffffff;
text-decoration: none; 
margin-top: 0.625em;
transition: color 0.3s;
}

nav a:hover {
background-color: rgba(255, 255, 255, 0.1); 
}

.dropdown {
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
top: 6.188em;
margin-top: 0;
left: 50%;
transform: translateX(-50%);
width: 101%; 
background-color: rgb(0, 0, 0);
color: goldenrod;
text-align: center;
}

.dropdown-item {
margin: 0;
width: 90%;
}

.dropdown a {
width: 100%;
font-size: 1.5em;
font-weight: 1;
color: goldenrod;
text-decoration: none;
padding-right: 0.625em; 
padding-left: 0.625em;
padding-bottom: 0.625em;
text-align: center;
}

.home {
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
padding: 0; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
margin-top: 0;
height: auto;
}

.home {
padding-left: 0.625em;
margin-bottom: auto;
}

.home h1 {
width: auto;
margin-top: 0.625em;
font-size: 3em;
text-align: center;
margin: 0;
}

.home-content h2 {
width: 100%;
font-size: 2em;
color: rgb(255, 255, 255);
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home .home-content {
max-width: auto;
} 

.btn-contact.loaded {
opacity: 1;
transform: translateX(0);
text-align: center;
justify-content: center;
margin: 0 auto;
margin-top: 1.25em;
padding: auto;
background-color: gold;
color: #000000;
font-size: 1.5em;
}

.article{
margin-left: 0;
}

.article-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-top:0;
position: relative;
overflow: hidden;
}

.article h1 {
width: 100%;
margin-top: 0;
font-size: 3em;
margin:0;
font-weight: bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
align-items: center;
}

.article h2 {
width: 100%;
font-size: 2.5em;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.article p {
margin: 0 auto;
font-size: 2em;
font-family: sans-serif;
text-align: center;
color: gray;
}

.article-image {
margin: 0 auto;
padding: 0;
position: relative;
transition: transform 0.5s ease;
width: 80%;
}

.article-image img {    
width: 100%;
margin: 5px;
padding: 0;
}

.article-text {
width: 90%;
margin-right: 0.625em;
margin-top: 0;
text-align: justify;
position: relative; 
left: -100%;
transition: left 2s ease;
}

.services {
margin: 0 auto;
width: 100%;
margin-top: 70em;
}

#services .services-grid {
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
gap: 5em;
justify-content: center;
text-align: center;
}
.services h1 {
width: 100%;
padding-top: 1.875em;
font-size: 3.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
.services h2 {
width: 100%;
font-size: 2.5em;
text-align: center;
justify-content: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.services-grid {
grid-template-columns: repeat(1, 1fr);
width: 100%;
margin: 0;
}

.service-item  {
max-height: 100%;
margin: 0 auto;
padding: 0;
width: 80%;
}

.service-item img {
width: 100%;
padding: auto;
}

.service-item p {
    font-weight: bold;
    font-size: 2em;
}

.testimonial{
display: contents;
padding: 0 ;
width: 0 auto;
height: auto;
margin: 0 auto;
}
.testimonial-content{
width: 100%;
margin: 0;
}

.testimonial-image{
display: contents;
padding: 2em;
margin: 0 auto;
width: 100%;
}

.testimonial-image img{
max-width: 46.875em;
width: 100%;
padding: 0;
left: 0;
margin: 1.875em;
}

#testimonial-h1 {
font-size: 3em;
text-align: center;
margin-top: 1em;
margin: 0 auto;
}

#testimonial-h2 {
font-size: 4em;
text-align: center;
font-weight: 1;
margin: 0;
}

.testimonial-text p {
font-size: 1.5em;
text-align: center;
padding: 1em;
margin: 0 auto;
}

#testimonials{
padding: 0;
margin: 1.875em;

}

.testimonials {
height: 160em;
margin-top: 5em;
position: relative;
text-align: center;
background-position: center;
}

.testimonial-slider  {
max-width: 1000px;
margin-top: 100px;
margin: 5px;
padding: auto;
}
.testimonial-slider p {
font-size: 1.5em;
margin: 0 auto;
text-align: center;
}

.testimonial-text {
line-height: 1.5;
background-color: rgba(0, 0, 0, 0.8);
padding: 10px;
margin-bottom: 50px;
}

.faq {
    background-color: #f9f9f9;
    padding: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 600px;
}

.faq-content {
    display:  grid;
    align-items: center;
    height: auto;
}

.faq-image {
    margin: 0 auto;
    width: 70%;
    padding: auto;
    height: auto;
}

.faq-image img {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: auto;
}

.faq-text {
flex: 1;
top: 0;
margin-bottom: 0; 
margin: 0 auto;
opacity: 0; 
transform: translateY(20px); 
transition: opacity 2s ease, transform 2s ease; 
}

.faq-text:hover {
    opacity: 1; 
    transform: translateY(0); 
    
}

.faq-text h2{
    margin-top: 0;
    font-size: 3em;
    text-align: center;
    width: 100%;

}

.faq-text h2 {
color: #000000;
margin-bottom: 2em;
} 

.questions {
    list-style-type: none;
    padding: 0;
    width: auto;
    left: 0;

}

.question {
    margin: 0;
}

.question h3 {
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 2em;
    font-family: "Arial";
    text-align: left;
    font-weight: 1;
}

.answer {
    overflow: hidden; 
    background-color: #ffffff;
    font-family: "DM Sans";
    font-size: 2em;
    color: #777777;
    text-align: left;
    padding: 10px;
    max-height: 0; 
    transition: max-height 2s ease-out; 
}

.question.active .answer {
    max-height: 1000px; 
}

.question-title-container {
    width: 100%;
    background-color: #000; 
    color: #fff;
    padding: 5px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin: 0 auto;
    left: 0;
}

.question-title {
    margin: 0; 
    display: inline; 
    cursor: pointer;
}

.icon-container {
    display: flex; 
    align-items: center; 
    margin-right: 10px; 
}

.icon-container i {
    margin-left: auto; 
}



.blue-section {
display: flex;
background-color: #F2A71B;
color: white;
margin-top: 50em;
flex-direction: column;
width: auto;
}

.blue-content {
display: block;
flex: 1;  
width: 100%; 
}

.blue-image {
margin: 2px;
}

.blue-image img {
display: flex;
width: auto; 
padding: auto;
margin: auto;
}

.blue-text {
display: flex;
flex-direction: column;
justify-content: center; 
text-align: center;
font-size: 2em;
}

footer {
color: white;
padding: 1em;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items:center;
flex-wrap: wrap; 
}

.footer-menu{
    margin: 1em;
}
.services-info{
margin: 1em; 
}
.contact-info {
margin: 1em;
}


.footer-service-left,
.footer-service-right{
    top:0;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}

#copy-footer{
    color: rgb(255, 255, 255);
    font-size: 1.5em;
}

.not-found {
    margin-top: 250px;
    padding-bottom: 5px;
    margin-left: 0.625em;
    margin-bottom: 10px;
    color: #777777;
    font-size: 1.5em;
    width: auto;
    font-weight: 1;
}

.services-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 5em;
}

.footer-menu h3,
.contact-info h3,
.services-info h3{
text-align: left;
font-family: "Arial";
color: #ffffff;
font-size: 2em;
}

.footer-menu a,
.services-info a{
text-decoration: none;
color: white;
display: flex;
margin-bottom: 10px;
text-align: left; 
font-size: 1.5em;
font-weight: bold;
font-family: 'Arial';
}

.contact-info{
    padding: 0;
}
.contact-info p{
text-align: left;
margin-left: 0;
font-size: 1.8em;
}

.contact-info a{
display: inline-block ;
font-size: 1.5em;
color: #ecaf16;
background-color: white;
border-radius: 5px;
padding: 5px;
left: 0;
text-align: left;
margin-left: 0;
}

.additional-section {
width: auto;
text-align: center;
margin-top: 10px; 
color: rgb(255, 255, 255);
margin-right: 0;
}

.additional-section h2{
    font-size: 2em;
}

.additional-section p {
flex: 100%; 
text-align: center;
margin-top: 20px; 
color: rgb(255, 255, 255);
margin-right: 0;
font-size: 1.5em;
}

#pdfDownload{
    font-size: 1.5em;
}


.about-us-home{
width: 100%;
color: rgb(255, 255, 255);
text-align: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: left;
margin-top: 0;
height: auto;
}

.about-us-home h1{
left: 0;
margin: 0 auto;
width: 100%;
margin-top: 0.625em;
font-size: 3em;
text-align: center;
padding: 0;
}

.about-us-article-content{
    height: auto;
}
.about-us-article-container {
margin: 0;
width: 100%; 
height: auto;
padding: 0; 
display: flex; 
flex-direction: column; 
}

.about-us-article-image {
padding-left: 0; 
width: 97%;
height: auto; 
margin: 1em;
position: relative;

}
.about-us-article-image img {
left: 0;
margin: 0 ;
position: relative;
}

.about-us-article-text {
width: 97%; 
top: 0;
text-align: justify;
padding: 5px;
left: -100%;
margin-top: 0;
position: relative;
transition: left 2s ease ;
}

.about-us-article h1 {
margin-top: 0;
width: 100%;
font-size: 4em; 
text-align: center;
}

.about-us-article h2 {
font-size: 3em; 
text-align: center;
}

.about-us-article p {
font-size: 2.5em; 
text-align: center;
}

.choose {
width: 100%;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
text-align: center;
margin-top: 5em;
height: auto;
margin-bottom: 6.25em;
}

.choose-grid {
display: flex; 
flex-direction: column; 
align-items: center; 
}

.choose-item {
margin-bottom: 1em;
}

.choose h2 {
font-size: 3.5em;
font-weight: 1;
padding-top: 0.625em;
}

.choose-item {
text-align: center;
align-items: center;
width: 100%;
margin: auto;
padding: auto;
padding-bottom: 0.625em;
}

.choose-item h3 {
font-size: 2em;
}
.choose-item p {
font-size: 2em;
}

.contact-home{
width: 100%;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: left;
margin-top: 0;
height: auto;
left: 0;
}

.contact-home h1{
margin: 5em auto;
font-size: 3em;
padding: 0;
text-align: left;
left: 0;
}

.form-contact-section {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(255, 255, 255);
margin-bottom: 3em;
padding: 1.5em;
}

.form-section {
width: 99%;
padding: 1.25em;
display: block;
height: 700px;
}

.form-section h2 {
width: 100%;
text-align: center;
margin-top: 10px;
font-size: 3em;
margin-left: 0;
margin-bottom: 0;
}

.form-section h3 {
width: 99%;
margin-top: 1em;
font-size: 1.5em;
text-align: center;
font-weight: 1;
color: grey;
left: 0;
margin-left: 0;
}

#get-in-touch-title-form {
width: 90%;
margin: 0;
font-size: 2em;
font-weight: bold;
color: black;
text-align: left;
margin-right: 0;
}
#get-in-touch-title-text {

font-size: 1em;

}

#contact-info-section {
text-align: left;
font-size: 2em;
margin: 0 auto;
padding: auto;

}

#message {
padding: 1.25em;
font-size: 1em;
box-sizing: border-box;
text-align: left;
}

#fs-frm{
width: 90%;
margin-left: 2px;
}
#fs-frm-inputs {
margin-top: 100px;
padding: 5px;
font-size: 1.5em;
margin-right: 0;

}

#btn-form {
height: 10em;
width: 20em;
font-size: 1em;
font-weight: 1;
text-align: center;
color: white;
background-color: #ecaf16;
border: none;
cursor: pointer;
}

#btn-form:hover {
background-color: #D2E2FF;
}

.map-section{
    margin: 0;
}

.map-section .map{
margin-top: 0;
display: contents;
margin: 0;
}

.map-section image{
margin-left: 0;
position: relative;
}

#img-map{
margin: 0;
width: 100%;
}

.map iframe{
height: auto; 
/* width: 100%; */
margin: 0 ;
left: 0;
}

.yellow-section{
margin: 0 auto;
padding: 0;
}

.yellow-section h1 {
text-align: center;
font-size: 3em !important;
}
.yellow-section h3 {
font-size: 2.5em;
}

.logo-tm{
margin-top: 0;
width: 100%;
padding: 1.25em;
}

.comic-item{
width: auto;
margin: 0.625em;
}

.comic-grid {
margin-left: 0;
grid-template-columns: repeat(2, 1fr);
flex-direction: row;
margin-right: 0;
}

.comic-item img {
max-width: 100%;
}

.image-section {
display: block;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 0;
}

.image-section img {
width: 95%;
margin: 0;
height: 90%;
}

.image-section .text {
width: 100%;
}

.image-section h1 {
padding: 0;
text-align: center;
font-size: 3em; 
margin: 0.625em;
}

.image-section p {
margin: 20px;
text-align: center;
justify-content: center;
padding: 0;
font-weight: 1;
font-family: 'Roboto Slab';
font-size: 2.5em; 
color: grey;
}

#slider-container {
width: 100%;
}

#comic-slider {
width: 100%; 
padding: 1.25em;
}

#btn-download {
padding: 0.625em 1.875em;
}

/************* THANKS HTML *********/
.img-thanks-section {
width: 100%;
display: contents;
grid-template-columns: auto 1fr;    
align-items: center;
margin-top: 100%;
padding: auto;
}

.img-thanks-section img {
font-size: 2.5em;
margin-top: 0;
width: 90%;
margin: 0 auto;
display: grid;
grid-template-columns: auto 2fr;
align-items: center;
padding-bottom: 3.125em;
}

#thanks-text-1 {
text-align: center;
margin-top: 0.625em;
padding-bottom: 3.125em;
color: rgb(255, 255, 255);
font-size: 3em; 
font-weight: 1;
opacity: 0; 
transform: translateY(-50px); 
transition: opacity 1s, transform 2s;
display: block;
}

#thanks-text-2 {
text-align: center;
font-size: 2.5em; 
color: rgb(255, 255, 255);
}

.fa-solid.fa-arrow-left-long {
background-color: rgb(0, 0, 0);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
left: 0;
margin-right: 200px;
}

}

/***************************************** RESPONSIVE *************************************/

/************************************ 1024 PX - 1279 ****************************************/

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

html {
width: 100%;
}

body {
width: 100%;
}

header {
width: 100%;
justify-content: center;
padding: 0;
position: relative;
left: 0;
height: auto;
}

.logo{
width: 800px;
padding: 0;
margin: 5px;
}

.logo img {
width: 100%;
margin: 0 auto;
align-items: center;
}

.menu-toggle{
display: none;
}

nav ul {
width: 800px;
list-style: none;
display: flex;
margin: 20px;
padding: 0;
visibility: visible;
}

nav li {
margin: 0.25em;
visibility: visible;
width: 100%;
text-align: center;
}

nav a {
text-decoration: none;
color: rgb(255, 255, 255);
font-weight: 1;
transition: color 0.3s;
font-size: 1.25em;
}

nav a:hover {
color: #ecaf16;
}

.nav-item {
position: relative;
visibility: visible;
}

.dropdown {
margin-top: 0;
display: none;
position: absolute;
background-color: #000000; 
padding: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
text-align: center;
font-size: 1.25em;
left: 0;
z-index: 1;
opacity: 0; 
visibility: hidden; 
transition: opacity 0.3s, visibility 0.3s;
}

#ourServices-title{
color: rgb(255, 255, 255);
font-size: 1.25em;
}

#ourServices-title:hover{
color: #ecaf16;
}

.nav-item:hover .dropdown {
display: block;
opacity: 1; 
visibility: visible; 
background-color: #000000;
color: white;
}

.nav-item:hover .dropdown-toggle {
color: rgb(255, 255, 255);
display: block;
opacity: 1; 
pointer-events: auto;
}       

.dropdown-item {
margin: 5px 2px 5px 2px;
padding: 15px;
display: block;
width: 500px;
text-align: left ;
opacity: 1; 
pointer-events: auto;
color: white;
}

.dropdown-item:hover {
background-color: #000000;
color: white;
}

.dropdown a {
color: rgb(255, 255, 255);
font-style: normal;
font-weight: 1;
display: block;
font-size: 0.875em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
opacity: 1; 
pointer-events: auto; 
}

.language-buttons {
display: flex;
margin-right: 0;
width: 100%;
}

button {
margin-left: 10px;
padding: 0;
cursor: pointer;
display: flex;
align-items: center;
background-color: rgb(0, 0, 0);
border-radius: 8px;
border: none;
}

button img {
padding: 0;
max-width: 30px; 
}

.home {
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
color: rgb(255, 255, 255);
text-align: left;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: column; 
justify-content: left; 
margin-top: 0;
height: 500px;
}

.home .home-content {
max-width: auto;
margin: 0 auto;
opacity: 0;
transform: translateY(-50px); 
transition: opacity 1s, transform 1s; 
margin-top: 100px;
justify-content: left;
}

.home .home-content.loaded,
.home h1.loaded {
color: #ffffff;
opacity: 1;
transform: translateY(0); 
transition: opacity 1s, transform 1s; 
text-align: left;
justify-content: left;
align-items: left;
margin-left: 0;
width: 100%;
margin-bottom: 10px;
}

.btn-contact.loaded {
opacity: 1;
transform: translateX(0); 
text-align: left;
margin-left: 0;
margin-top: 2px;
}

.btn-contact {
display: inline-block;
padding: 10px 1.25em;
font-size: 1.2em;
font-weight: bold;
text-decoration:none;
color: rgb(255, 255, 255);
background-color: #ecaf16; 
transition: background-color 0.3s, color 0.3s; 
transform: translateX(100%); 
text-align: left;
}

.btn-contact:hover {
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
}

.home-content h1{
font-size: 3rem;
font-weight: bold;
color: #ffffff;
text-align: left;
}

.home-content h2{
font-size: 1.125em;
color: rgb(255, 255, 255);
}

.article {
margin-left: 0;
height: 600px;
}

.article h1 {
margin-top: 80px;
font-family: "Arial";
font-size: 2em;
text-align: left;
font-weight: bold;
}

.article h2 {
font-size: 1.5em;
text-align: left;
font-weight: 1;
}

.article p {
font-size: 1.25em;
font-family: "DM Sans";
justify-content: center;
text-align: left;
color: gray;
}

.article-container {
display: flex;
position: relative;
overflow: hidden;
margin-top: 50px;
padding-bottom: 10px;
margin: 20px;
}

.article-image {
display: flex;
padding-left: 55%;
margin-right: 20px;
transition: transform 0.5s ease;
width: 80%;
}

.article-image img {
margin-top: 10px;
width: 100%;
height: 500px;
}

.article-text {
width: 50%;
position: absolute;
top: 0;
text-align: justify;
left: -50%;
padding: 10px;
transition: left 2s ease;
}

.article-container:hover .article-text {
left: 0;
}

.article-text-fixed {
position: absolute;
top: 0;
left: 0;
}

.services {
text-align: center;
background-color: #f7f7f7;
margin-bottom: 10px;
margin-top: 20px;
}

.services h1 {
height: 50px;
font-size: 44px;
color: #000000;
justify-content: center;
align-items: center;
display: flex;
padding-top: 50px;
}

.services h2 {
font-size: 26px;
font-weight: 1;
color: gray;
margin-bottom: 20px; 
}

.services-grid {
display: grid;
grid-template-columns: repeat(4, 1fr); 
}

.service-item {
cursor: pointer;
margin: 10px 5px 5px 15px;
padding-bottom: 5px;
}

.service-item img {
width: 100%;
}

.service-item p {
margin-top: 10px;
font-weight: bold;
font-size: 26px;
color: #000000;
}

#services .services-content {
display: flex;
flex-direction: column;
align-items: center;
}

#services .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 10px;
justify-content: center;
text-align: center;
}

#services .service-item {
cursor: pointer;

overflow: hidden;
}

#services .service-item img {
width: 100%;
height: auto;
}

#services .service-item p {
margin: 10px;
}

.testimonials {
text-align: center;
background-color: rgb(0, 0, 0);
text-align: left;
}

.testimonial-content {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center; 
align-items: center; 
margin-top: 0.313em;
}

.testimonial-image {
flex: 1;
text-align: center;
padding-bottom: 50px;
margin-top: 1px;
margin-bottom: 10px;
}

.testimonial-image img {
width: 100%;
max-width: 400px; 
margin-bottom: 20px; 
}

.testimonial-text {
flex: 1;
text-align: left;
color: rgb(255, 255, 255);
font-style: normal;
height: 700px;
}

#testimonial-h1 {
font-size: 28px;
}
#testimonial-h2 {
font-size: 38px;
}

.testimonial-text p { 
font-size: 18px;
color: #ffffff;
}

.testimonial-slider {
flex: 1;
max-width: 500px; 
margin-top: 10px; 
overflow: hidden;
padding: 40px;
}

.testimonial {
margin-right: 10px;
max-width: 600px;
width: 100%;
padding: 15px;
border: 1px solid #000000;
border-radius: 5px;
display: none;
font-size: 20px;
font-style: oblique;
font-family: 'Roboto', sans-serif;
text-align: justify; 
background: white;
}

.testimonial p {
font-size: 18px;
color: #000000;
text-align: justify;
}

.testimonial h3 {
font-size: 20px;
color: goldenrod;
text-align: justify;
font-style: normal;
}

.faq {
    background-color: #f9f9f9;
    padding: 0;
    display: flex;
    margin: 0;
    height: auto;
}

.faq-content {
    display: flex;
    align-items: center; 
    left: 0;
    margin: 0;
    height: auto;
}

.faq-image {
    margin: 20px;
    display: flex;
    width: 50%;
    padding-top: 200px;
}


.faq-image img {
width: 100%; 
margin: 0;
}

.faq-text {
flex: 1;
width: 100%;
margin-bottom: 0; 
height: 1400px;
padding: auto;
margin: 10px;
opacity: 0; 
transform: translateY(20px); 
transition: opacity 2s ease, transform 2s ease; 
}

.faq-text:hover {
    opacity: 1; 
    transform: translateY(0); 
    height: 90%;
    padding-top: 20px;
}

.faq-text h2{
    margin-top: 120px;
    font-size: 34px;
    text-align: center;
}

.faq-text h2 {
color: #000000;
margin-bottom: 40px;
} 

.questions {
    list-style-type: none;
    padding: 0;
}

.question {
    margin-bottom: 20px;
}

.question h3 {
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.25rem;
    font-family: "Arial";
    font-weight: 1;
}

.answer {
    overflow: hidden; 
    background-color: #ffffff;
    font-family: "DM Sans";
    font-size: 22px;
    color: #777777;
    padding: 10px;
    max-height: 0; 
    transition: max-height 2s ease-out; 
}

.question.active .answer {
    width: auto;
}

.question-title-container {
    background-color: #000; 
    color: #fff;
    padding: 5px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 95%;
    margin: 5px;
    left: 0;
}

.question-title {
    margin: 0; 
    display: inline; 
    cursor: pointer;
}

.icon-container {
    display: flex; 
    align-items: center; 
    margin-right: 10px; 
}

.icon-container i {
    margin-left: auto; 
}

.blue-section {
display: flex;
background-color: #ecaf16;
color: white;
margin-top: 0;
}

.blue-content {
display: flex;
flex: 1;   
width: 100%;
}

.blue-image {
max-height: 500px;
margin-left: 5px;
width: 50%;
}

.blue-image img {
width: 100%; 
height: 100%;
}

.blue-text {
display: flex;
flex-direction: column;
justify-content: center; 
text-align: center;
margin: 0 auto;
font-size: 1.5em;
width: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#title:hover {
  animation: fadeIn 1.5s ease forwards;
}

footer {
color: white;
padding: 1%;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items:left;
flex-wrap: wrap; 
width: 100%;
}

.footer-menu{
    margin: 0 auto;
}


.footer-service-left,
.footer-service-right{
    margin: 0 auto;
    width: 80%;
}


.services-info{
margin: 0 auto; 
color: rgb(255, 255, 255);
text-decoration: none;
font-family: "Arial";
}

.contact-info {
margin: 1em;
}



#copy-footer{
    color: rgb(255, 255, 255);
    font-size: 1.125em;
}

.not-found {
    margin-top: 250px;
    padding-bottom: 5px;
    margin-left: 0.625em;
    margin-bottom: 10px;
    color: #777777;
    font-size: 1.5em;
    width: auto;
    font-weight: 1;
}


.footer-menu h3,
.contact-info h3,
.services-info h3{
text-align: left;
font-family: "Arial";
color: #ffffff;
font-size: 1.5em;
}

.footer-menu a,
.services-info a{
text-decoration: none;
color: white;
display: flex;
margin-bottom: 10px;
text-align: left; 
font-size: 1.25em;
font-weight: bold;
font-family: 'Arial';
}

.contact-info{
    padding: 0;
}
.contact-info p{
text-align: left;
margin-left: 0;
font-size: 1.25em;
}

.contact-info a{
display: inline-block ;
font-size: 1.25em;
color: #ecaf16;
background-color: white;
border-radius: 5px;
padding: 5px;
left: 0;
text-align: left;
margin-left: 0;
}

.additional-section {
width: auto;
text-align: center;
margin-top: 10px; 
color: rgb(255, 255, 255);
margin-right: 0;
}

.additional-section h2{
    font-size: 1.75em;
}

.additional-section p {
flex: 100%; 
text-align: center;
margin-top: 20px; 
color: rgb(255, 255, 255);
margin-right: 0;
font-size: 1.25em;
}

#pdfDownload{
    font-size: 1.25em;
}

.image-section {
display: contents;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 10px;
}

.image-section img {
max-height: 1000px;
margin-right: 0;
margin-top: 0;
height: 80%;
}

.image-section .text {
max-width: auto; 
}

.image-section h1 {
max-width: 100%;
padding: 0;
color: #ffffff;
background-color: #000;
text-align: center;
font-size: 2.5em; 
margin: 20px;
}

.image-section p {
margin: 40px;
text-align: center;
justify-content: center;
padding: 0;
font-weight: 1;
font-family: 'Roboto Slab';
font-size: 28px; 
color: grey;
}

/************* THANKS HTML *********/
.img-thanks-section {
width: 90%;
background-color: #000000;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
margin-top: 100px;
padding: auto;
}

.img-thanks-section img {
margin-top: 10px;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
padding: auto;
border-radius: 10px;
}

#thanks-text-1 {
left: 0;
text-align: center;
margin-top: 100px;
padding-bottom: 100px;
color: white;
font-size: 50px; 
font-weight: 1;
opacity: 0; 
transform: translateX(50px); 
transition: opacity 1s, transform 2s;
}

#thanks-text-2 {
text-align: center;
font-size: 20px; 
font-weight: 1;
color: rgb(255, 255, 255);
}

#thanks-text-1.show {
opacity: 1; 
transform: translateY(0); /
}

.contact-home{
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
color: rgb(255, 255, 255);
text-align: left;
padding-top: 100px; 
padding-bottom: 100px; 
padding-left: 50px; 
padding-right: 50px; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
justify-content: left; 
margin-top: 0;
height: 500px;
}

.contact-home h1{
margin: auto;
font-size: 50px;
}

.form-contact-section {
justify-content: center;
align-items: center;
background-color: rgb(255, 255, 255);
margin-bottom: 200px;
}

.form-section {
width: 100%;
display: flex;
left: 0;
height: auto;
}

.form-section h2 {
width: 50%;
margin-top: 100px;
font-size: 34px;
font-weight: bold;
margin-left: 10px;
}

.form-section h3 {
text-align: left;
width: 20%;
margin-top: 180px;
margin-left: 10px;
font-size: 18px;
font-weight: 1;
font-family: 'Arial';
color: grey;    
position: absolute;
}

#get-in-touch-title-form{
margin-top: 200px;
text-align: left;
margin-bottom: 30px;
font-size: 34px;
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: rgb(0, 0, 0);
}

#get-in-touch-title-text{
text-align: left;
font-size: 18px;
font-weight: 1;
font-family: 'Arial';
color: grey;   
margin-top: 20px;
margin-left: 0;
}

#contact-info-section {
margin: 100px auto;
padding-bottom: 15px ;
text-align: left;
}
#contact-info-section i {

color: #ecaf16;
}

#get-in-touch-title-form{
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    margin-top: 0;
}
#message{
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 100px;
padding: 10px;
font-size: 20px;
font-weight: 1;
width: 95%;
height: 100px;
}

#fs-frm-inputs {
border-radius: 5px;
background-color: rgb(255, 255, 255);
font-size: 16px;
padding: 10px;
margin: 50px auto;
border: 1px solid rgb(255, 255, 255);
color: black;
}

#fs-frm {
margin-top: 100px ;
}

#btn-form {
max-width: 200px;
width: 100%;
margin-left: 0;
text-align: center;
align-items: center;
margin-right: 0;
height: 50px;
font-size: 18px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
justify-content: center;
font-weight: 1;
cursor: pointer;
color: white;
background-color: #ecaf16;
border-radius: 2px;
}

#btn-form:hover {
color: #ecaf16;
background-color: #D2E2FF;
border: 1px solid #ecaf16;
border-radius: 2px;
font-weight: bold;
}

.map-section {
height: auto;
display: flex;
justify-content: space-between;
margin-top: 0 auto;
margin-left: 0;
border-radius: 15px;
background-color: #ffffff;
}

.map{
    width: 50%;
    margin: 0;
}

#img-map{
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.map, .image {
max-width: 100%; 
margin-right:0;
height: auto;
}
.image img{
    height: 100%;
}

.map img, .image img {
width: 100%;
height: 100%;
}

.form-section {
flex: 1;
height: 600px;
}



.iframe{
    width: auto;
    height: 100%;
}
.form-section input,
.form-section textarea {
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 100px;
padding: 10px;
font-size: 20px;
width: 95%;
}

.about-us-home{
width: 100%;
background: url('img/backgrounds/home-content-bg1200x500.jpg') center/cover;
color: rgb(255, 255, 255);
text-align: left;
padding-top: 0; 
padding-bottom: 100px; 
padding-left: 50px; 
padding-right: 50px; 
box-sizing: border-box;
display: flex;
flex-direction: column; 
justify-content: left; 
margin-top: 0;
height: 500px;
}

.about-us-home h1{
margin: auto;
font-size: 50px;
}

.about-us-article h1 {
    margin-top: 200px;
    font-size: 3.5em;
    font-family: 'Arial';
    text-align: left;
font-weight: bold;
}

.about-us-article h2 {
font-size: 1.75em;
text-align: left;
font-weight: 1;
}

.about-us-article p {
font-size: 1.5em;
font-family: "DM Sans";
justify-content: center;
text-align: left;
color: gray;
}

.about-us-article-container {
display: flex;
position: relative;
overflow: hidden;
margin-top: 0;
padding-bottom: 10px;
}

.about-us-article-image {
height: 750px;
padding-left: 500px;
margin: 50px;
transition: transform 0.5s ease;
align-items: end;
width: 100%;
}

.about-us-article-image img {
width: 100%;
height: 100%;
}

.about-us-article-text {
width: 40%;
position: absolute;
top: 0;
text-align: justify;
left: -50%;
padding: 10px;
transition: left 2s ease;
}

.about-us-article-container:hover .about-us-article-text {
left: 0;
}

.about-us-article-text-fixed {
position: absolute;
top: 0;
left: 0;
}

.about-us-choose {
text-align: center;
background-color: #000000;
margin-bottom: 10px;
}

.about-us-choose h1 {
padding-top: 80px;
height: 200px;
font-size: 50px;
color: #ffffff;
justify-content: center;
align-items: center;
display: flex;
}

.about-us-choose h2 {
font-size: 16px;
color: gray;
margin-bottom: 20px; 
}

.about-us-choose-grid {
display: grid;
grid-template-columns: repeat(2, 1fr); 
gap: 20px; 
background-color: #ffffff;
}

.about-us-choose-item {
width: 500px;
cursor: pointer;
margin: 10px 5px 5px 15px;
padding-bottom: 5px;
}

.about-us-choose-item img {
width: 100%;
border-radius: 8px; 
}

.about-us-choose-item p {
margin-top: 10px;
font-size: 1.5em;
color: #000000;
}

#about-us-choose .about-us-choose-content {
display: flex;
flex-direction: column;
align-items: center;
}

#services .about-us-choose-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
justify-content: center;
text-align: center;
}

#about-us-choose .about-us-choose-item {
cursor: pointer;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#about-us-choose .about-us-choose-item img {
width: 100%;
height: auto;
}

#about-us-choose .about-us-choose-item p {
margin: 10px;
}

.choose {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
padding: 10px 0;
text-align: center;
margin-top: 60px;
}

.choose h2 {
font-size: 50px;
margin-bottom: 1px;
font-weight: 1;
padding-bottom: 15px;
padding-top: 70px;
}

.choose-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
width: 90%;
margin: auto;
padding-top: 50px;
}

.choose-item {
text-align: center;
align-items: center   ;
max-width: 800px;
width: 100%;
margin: auto;
padding: auto;
padding-bottom: 80px;
}

.choose-item img {
padding: 1px ;
width: 2.5em; 
height: 2.5em;
background-color: rgb(255, 255, 255);
border-radius: 30px;
border: #000000 solid;
}

.choose-item h3 {
font-size: 26px;
margin-top: 20px;
margin-bottom: 5px;
padding-bottom: 10px;
}

.choose-item p {
font-size: 20px;
margin-bottom: 0;
font-weight: 1;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.comic-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);  
gap: 20px;  
margin: 10px 80px 10px 80px;  
align-items: center;
text-align: center;
}

.comic-item {
text-align: center;
align-items: center;
justify-content: center;
margin-top: 0;
padding: auto;
}

.comic-item img {
max-width: 100%;
height: auto;
border: 2px solid #000;  
border-radius: 10px;
}

.button-container {
margin-top: auto;  
text-align: center;align-items: center;
}

.comic-item-container {
display: flex;
flex-direction: column;
height: 100%;
margin-top: auto; 
}

#btn-download {
background-color: #4444; 
margin: 10px auto; 
padding: 10px 50px; 
color: rgb(123, 128, 123); 
background-color: #F2A71B;
text-decoration: none; 
display: flex;
font-weight: bold;
align-items: center;
justify-content: center; 
border-radius: 5px; 
font-size: 12px; 
cursor: pointer;
line-height: 30px;
}

#btn-download:hover {
background-color: aquamarine; 
color: #000000;
border: 1px solid;
}

.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: var(--padding-container);
}

.testimony{
background-color: black;
}

.testimonial-image {
flex: 1;
text-align: center;
margin-top: 100px;
}

.testimony__container{
display: grid;
grid-template-columns: 50px 1fr 50px;
gap: 1em;
align-items: center;
}
.testimony__body{
display: grid;
grid-template-columns: 1fr max-content;
justify-content: space-between;
align-items: center;
gap: 2em;
grid-column: 2/3;
grid-row: 1/2;
opacity: 0;
pointer-events: none;
}

.testimony__body--show{
pointer-events: unset;
opacity: 1;
transition: opacity 1.5s ease-in-out;
padding: auto;
margin: auto;
align-items: center;
justify-content: center;
text-align: center;
}

.testimony__img{
width: 50%;
height: 50%;
border-radius: 10%;
object-fit: cover;
object-position: 50% 30%;
align-items: center ;
justify-content: center;
padding: auto;
margin: auto;
}

.testimony__arrow{
width: 90%;
cursor: pointer;
background-color: lightgray;
border-radius: 5px;
color: rgb(0, 0, 0);
}

#slider-container {
width: 80%;
margin: auto;
overflow: hidden;
}

#comic-slider {
display: flex;
transition: transform 0.5s ease-in-out;
}

.comic-slide {
width: 100%;
box-sizing: border-box;
}

.comic-grid{
    gap: 30px;
}

img {
width: 100%;
height: auto;
}

.logo-tm{
width: 50%;
height: auto;
background-color: #ffffff;
text-align: center;
padding: 10px;
box-sizing: border-box; 
display: flex;
flex-direction: column; 
justify-content: right; 
margin: auto;
margin-top: 20px;
}

}

