#getintouch{
	margin-top: 70px;
}

#getintouch .intro{
    background-image: url("../img/contact/getintouch.webp");
    background-size: cover;
    background-position: center center;
    padding: 100px 0 200px;
    color: white;
}

#getintouch .intro .info{
    width: 80%;
    margin: 0 auto;
    
}

#getintouch .intro .desc{
    padding-top: 100px;
    text-align: center;
}



#getintouch .accordion {
    width: 80%;
    font-family: Arial, sans-serif;
    margin: 120px auto;
}

#getintouch .accordion .qalist{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

#getintouch .accordion .qalist .area{
    flex: 0 1 45%;
    margin-bottom: 70px;
}

#getintouch .accordion .qalist .qa-container {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#getintouch .accordion .qalist .qa-header {
    padding: 25px 30px;
    background: linear-gradient(to right, #4a7bff, #2d388a);
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
}

#getintouch .accordion .qalist .qa-header i {
    font-size: 24px;
}

/*#getintouch .accordion .qalist .qa-header h2 {
    font-size: 1.8rem;
    font-weight: 600;
}*/

#getintouch .accordion .qalist .qa-section {
    padding: 0;
}

#getintouch .accordion .qalist .qa-item {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

#getintouch .accordion .qalist .question {
    padding: 20px 30px;
    /*font-size: 1.1rem;*/
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

#getintouch .accordion .qalist .question:hover {
    background: #f8f9ff;
}

#getintouch .accordion .qalist .question i {
    transition: transform 0.4s ease;
    color: #4a7bff;
}

#getintouch .accordion .qalist .answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    background: #fafbff;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

#getintouch .accordion .qalist .answer-content {
    padding: 0 0 25px 0;
    color: #555;
    line-height: 1.7;
}

#getintouch .accordion .qalist .answer-content .highlight-box{
    background: #e0f2fe;
    border-left: 4px solid #0ea5e9;
    padding: 12px 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

#getintouch .accordion .qalist .answer-content .key-point {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

#getintouch .accordion .qalist .answer-content .advantages {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

#getintouch .accordion .qalist .answer-content .advantages > div {
    flex: 1;
    background: #f8fafc;
    padding: 15px;
    border-radius: 8px;
}

#getintouch .accordion .qalist .answer-content .future-outlook {
    background: linear-gradient(to right, #f0f9ff, #e0f2fe);
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #2563eb;
}

#getintouch .accordion .qalist .qa-item.active .answer {
    max-height: 750px;
    padding: 0 30px;
}

#getintouch .accordion .qalist .qa-item.active .question i {
    transform: rotate(180deg);
}

#getintouch .accordion > h2{
    margin: 0;
    padding-bottom: 50px;
}

#getintouch .contactus{
    height: 800px;
}

#getintouch .contactus .reason{
    text-align: center;
    height: 50%;
    width: 90%;
    margin: 0 auto;
}

#getintouch .contactus .reason h3{
    font-size: 32px;
}

#getintouch .contactus .reason span{
    font-size: 28px;
    font-style: italic;
}

#getintouch .contactus .layer{
    /*background: #0D055C;
    background: linear-gradient(144deg, rgba(13, 5, 92, 1) 0%, rgba(95, 108, 234, 1) 71%, rgba(250, 246, 254, 1) 100%);*/
    
    background: linear-gradient(144deg, 
              #A6E3FF 0%, 
              #C9B6F8 50%, 
              #FFC0D9 100%);
    height: 50%;
    color: white;
}

#getintouch .contactus .social_media{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color: #F5F9FF;
    border-radius: 10px;
}

#getintouch .contactus .method{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    width: 100%;
    text-align: center;
}

#getintouch .contactus .msform, #getintouch .contactus .email, #getintouch .contactus .whatsapp{
    flex: 0 1 30%;
}

#getintouch .contactus .msform .icon, #getintouch .contactus .email .icon, #getintouch .contactus .whatsapp .icon{
    width: 60%;
    margin: 0 auto;
}

#getintouch .contactus .smbtn{
    font-size: 20px;
    padding: 20px 0;
    display: block;
    color: #000000;
}

@media only screen and (max-width: 1440px) {
    #getintouch .accordion {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    h1{
        font-size: 38px !important;
    }
    
    h2{
        font-size: 32px !important;
    }
    
    h3{
        font-size: 26px !important;
    }
    
    h4{
        font-size: 20px !important;
    }
    
    #getintouch .contactus .reason span {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1024px) {
    #getintouch .intro{
        padding: 50px 0 100px;
    }
    
    #getintouch .intro .desc {
        padding-top: 50px;
    }
    
    #getintouch .accordion{
        margin: 100px auto;
    }
    
    #getintouch .accordion .qalist .area{
        flex: 0 1 100%;
    }
}

@media only screen and (max-width: 768px) {/*iPad screen*/
    h1{
        font-size: 36px !important;
    }
    
    h2{
        font-size: 30px !important;
    }
    
    h3{
        font-size: 24px !important;
    }
    
    h4{
        font-size: 18px !important;
    }
    
    #getintouch .contactus .reason span {
        font-size: 24px;
    }
    
    #getintouch .contactus .smbtn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 580px){/*Ultra mobile screen*/
    h1{
        font-size: 24px !important;
    }
    
    h2{
        font-size: 20px !important;
    }
    
    h3{
        font-size: 16px !important;
    }
    
    h4{
        font-size: 14px !important;
    }
    
    #getintouch .accordion{
         margin: 50px auto;
    }
    
    #getintouch .accordion > h2 {
        padding-bottom: 30px;
    }
    
    #getintouch .accordion .qalist .qa-header {
        padding: 20px 25px;
    }
    
    #getintouch .contactus .reason span {
        font-size: 16px;
    }
    
    #getintouch .accordion .qalist .area{
        margin-bottom: 50px;
    }
    
    #getintouch .contactus {
        height: 600px;
    }
    
    #getintouch .contactus .msform .icon, #getintouch .contactus .email .icon, #getintouch .contactus .whatsapp .icon {
        width: 40%;
    }
    
    #getintouch .contactus .method {
        margin: 30px 0;
        row-gap: 10px;
    }
    
    #getintouch .contactus .smbtn {
        font-size: 16px;
    }
    
    #getintouch .contactus .msform, #getintouch .contactus .email, #getintouch .contactus .whatsapp {
        flex: 0 1 50%;
    }
}

@media only screen and (max-width: 480px){/*Common Max mobile screen*/
    h1{
        font-size: 22px !important;
    }
    
    h2{
        font-size: 18px !important;
    }
    
    h3{
        font-size: 14px !important;
    }
    
    h4{
        font-size: 12px !important;
    }
}