*{
    padding: 0 0;
    margin: 0 0;
    font-family: Arial, Helvetica, sans-serif;
}
html{
    scroll-behavior: smooth;
}
.loader{
    height: 100px;
    width: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.loader img{
    height: 80px;
}
@keyframes spin{
    0% { transform: rotate(0deg); }
    100% {transform: rotate(360deg);}
}

.headerLogoNav{
    box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.2);
    width: 93%;
    background-color: rgb(240, 70, 4);
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    position: sticky;
    top: 10px;
    z-index: 1000;
}
.headerLogoNav .icon{
    display: none;
}
#logo{
    height: 50px;
    margin-right: 700px;
    
}
.nav{
    padding-right: 30px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}
.nav:hover{
    text-decoration: underline;
}
#navigationText{
    margin-top: 40px;
    margin-left: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    text-align: center;
}

.navigationSection{
    
    margin-top: 20px;
    background-color: rgb(240, 70, 4);
    margin-right: 35%;
    margin-left: 35%;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.navigationSection a{
    display: block;
    font-size: 18px;
    margin-left: 20px;
    color: white;
    font-weight: 700;
    padding: 20px;
    text-decoration: none;
    transition: .5s;
}
.navigationSection a:hover{
    text-decoration: underline;
}
.info{
    margin-top: 40px;
    justify-content: center;
    align-items: center;
}
.info h2{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(240, 70, 4);
    margin-left: 20px;
    margin-bottom: 20px;
}
.info p{
    line-height: 30px;
    font-size: 17px;
    margin: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.info h3{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: 20px;
}

/* Container */

  /* Each question block */
  details {
    margin: 20px;
    background: #fdf9f4;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 1px 8px rgba(94, 94, 94, 0.1);
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  /* Hover effect */
  details:hover {
    background-color: #eef6fc;
  }

  /* Summary (the question) */
  summary {
    font-weight: 600;
    font-size: 1.1rem;
    list-style: none; /* remove default arrow */
    position: relative;
    padding-left: 28px;
    user-select: none;
  }

  /* Custom arrow using pseudo-element */
  summary::before {
    content: "▶"; /* right arrow */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: rgb(255, 0, 0);
    font-size: 1.1rem;
  }

  /* Rotate arrow when open */
  details[open] summary::before {
    transform: translateY(-50%) rotate(90deg);
  }

  /* The answer text */
  details p {
    margin-top: 0.8rem;
    line-height: 1.5;
    color: #555;
    font-size: 1rem;
  }

  /* Responsive tweaks */
  @media (max-width: 500px) {
    section.faq {
      padding: 0 10px;
    }
    section.faq h2 {
      font-size: 1.8rem;
    }
  }

.pay4me-info .fa-check{
    color: rgb(252, 134, 0);
    margin-right: 10px;
    margin-left: 5px;
}
.ceo-img{
    text-align: center;
    margin: 20px 0;
    
}
.ceo-img img{
    border-radius: 5px;
    height: 500px ;
    border: 5px solid rgb(0, 0, 0);
}
.window-screenshot{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356) ;
    width: 400px;
    margin-left: 20px;
    border-radius:20px ;
    margin-bottom: 20px;
    
}
.screenshot-container{
    justify-content: center;
    text-align: center;
}
.links1{
    display: block;
    margin: 20px 30% ;
    padding: 10px 30px;
    background-color: rgb(25, 0, 255);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356);
    transition: 0.3s ;
}
.links2{
    display: block;
    margin: 20px 30% ;
    padding: 10px 30px;
    background: linear-gradient( to right, rgb(255, 0, 0), rgb(252, 134, 0), rgb(247, 2, 255) ) ;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356);
    transition: 0.3s ;
}
.links3{
    display: block;
    margin: 20px 30% ;
    padding: 10px 30px;
    background-color: rgb(0, 0, 0);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356);
    transition: 0.3s ;
}
.links4{
    display: block;
    margin: 20px 30% ;
    padding: 10px 30px;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(5, 100, 117), rgb(245, 36, 36));
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356);
    transition: 0.3s ;
}

.links:hover{
    padding: 15px 35px;
}
.links5{
    display: block;
    margin: 20px 30% ;
    padding: 10px 30px;
    background-color: rgb(0, 172, 43);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356);
    transition: 0.3s ;
}
.getInTouch{
    text-align: center;
}
/* .Community input{
    display: flex;
    margin: 20px;
    padding: 10px 80px;
    border: 2px solid black;
}
.Community input::placeholder{
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.Community button{
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 8px 25px;
    background-color: rgb(32, 32, 32);
    color: white;
    border: none;
    transition: 0.3s  ;
}
.Community button:hover{
    background-color: black;
    border-radius: 20px;
} */

.footer{
    background-color: rgb(253, 241, 223);
    padding-bottom: 40px;
}
.GetInTouch{
    text-align: center;
    padding-top: 50px;
}
.GetInTouch p{
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 114, 0);
}
.GetInTouch h2{
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
}

.footerDiv{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerDiv p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 25px;
}
.footerOpenHours,.footerContact{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;
}
.footerContact{
    text-align: right;
}
.copy{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
}
.footerLink{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footerLink img{
    height: 30px;
    
    padding-right: 10px;
    text-align: center;

}











@media screen and (max-width: 770px){
    .headerLogoNav{
        width: 85% ;
        background-color: rgb(240, 70, 4);
        padding-bottom: 10px;
        border-radius: 15px;
        text-align: center;
    }
    .headerLogoNav .icon{
        display: inline;
        height: 30px;
        margin-right: 20px;
        margin-bottom: 10px;
        transition: .3s;
        background-color: transparent;
    }
    .icon:active{
        height: 45px;
    }
    .icon:hover{
        height: 45px;
    }
    #logo{
        height: 30px;  
        margin-left: 45%;
        display: block;
        align-items: center;
    }
    .nav{
        text-align: center;
        padding-right: 25px;
        text-decoration: none;
        color: white;
        transition: 0.5s;
        font-size: 11px;
        display: none;
    }
    .navigationSection{
        margin-top: 20px;
        background-color: rgb(240, 70, 4);
        margin-right: 15%;
        margin-left: 15%;
    }

    .info p{
        font-size: 16px;
        margin: 20px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .window-screenshot{
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.356) ;
        width: 300px;
        margin-left: 20px;
        border-radius:20px ;
        margin-bottom: 20px;
        
    }
    .links1{
        display: block;
        margin: 20px 20% ;
        padding: 10px 30px;
    }
    .links2{
        margin: 20px 20% ;
        padding: 10px 30px;
    }
    .links3{
        margin: 20px 20%;
        padding: 10px 30px;
    }
    .links4{
        margin: 20px 20%;
        padding: 10px 30px;
    }
    .links5{
        margin: 20px 20%;
        padding: 10px 30px;
    }
    .footerOpenHours,.footerContact{
        flex-basis: 100%;
        font-size: 13px;
    }
}

@media screen and (max-width: 480px){
    .ceo-img{
        text-align: center;
        margin: 20px 0;
        
    }
    .ceo-img img{
        height: 450px ;
        border: 5px solid rgb(0, 0, 0);
    }
}