@charset "utf-8";
/* CSS Document */
.about-banner-area{
    width:100%;
    height: auto;
    background-image: url(../images/static/banner/about_banner.webp);
    padding: 100px 0 60px 0;
}
.about-page-img{
    width:50%;
    margin: 0 auto;
}
.about-page-img img{
    width:100%;
}

.about-section {
    display: flex;
    justify-content: center;
    align-items: center;   /* CENTER small cards vertically */
    gap: 20px;
    padding: 60px 20px 20px 20px;
}

/* Common card style */
.about-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
    flex-shrink: 0;
}

.about-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: 1;
    filter: brightness(0.65);
}

.about-content {
    position: relative;
    z-index: 2;
    padding: 25px 15px;
}

.about-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.about-content p {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
.big-card p{
   font-size: 18px; 
   font-weight: 500;
}
/* Left & Right boxes (small) */
.small-card {
    width: 280px;
    height: 350px;
}

/* Middle big box */
.big-card {
    width: 420px;
    height: 460px;
}

.about-heading{
    color: #0815FB;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:10px;
    text-transform: uppercase;
}
.about-sub-heading{
    color: #010101;
    font-family: 'DM Serif Text', serif !important;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
}
.about-two-column .page-container, .faq-container .page-container{
    padding-top:0 !important;
}
.about-two-column {
    display: flex;
    gap: 60px;
}

.left-text,
.right-text {
    width:45%;
    float: left;
}
.right-text {
    float: right;
}

.left-text p {
    font-size: 16px;
    color: #333;
    margin-top: 18px;
    margin-bottom: 20px;
}

.about-img {
    width: 100%;
    border-radius: 10px;
    margin-top: 70px;
}

.info-block h2 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 15px;
    color:#303030;
    text-transform: uppercase;
}

.info-block p {
    font-size: 15px;
    color: #444;
    line-height: 1.2;
}

.divider {
    width: 100%;
    height: 1px;
    background: #dad9d9;
    margin: 25px 0;
}
.info-block .light-txt {
    font-weight: 300 !important;
}
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* Blue bullet circle */
.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: #0D6EFD;   /* bright blue */
    border-radius: 50%;
}

/* Responsive */

/* Tablet & Large Mobile */
@media (max-width: 1120px) {
    .small-card {
        width: 240px;
        height: 330px;
    }
    .big-card {
        width: 340px;
        height: 420px;
    }
    .about-sub-heading{
        font-size: 28px;
        line-height:35px;
    }
    .about-banner-area{
        padding: 80px 0 40px 0;
    }
    .page-container{
        width:90%;
        padding:30px 20px;
    }
    .industry-section .page-container{
        padding:10px 0;
    }
    .industry-section .subtitle{
        width:100%;
    }
}

/* Best Responsive Layout Below 890px */
@media (max-width: 890px) {

    .about-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 20px;
    }

    .small-card,
    .big-card {
        width: 100% !important;
        max-width: 520px;      /* prevent becoming too wide on tablets */
        height: auto;          /* auto height for mobile readability */
        min-height: 300px;
    }

    .about-content {
        padding: 30px 20px;
    }

    .about-content h3 {
        font-size: 26px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.3;
    }

    .big-card p {
        font-size: 17px;
    }
    .about-heading{
       font-size: 17px; 
    }
    .about-sub-heading{
        font-size: 25px;
        line-height:35px;
    }

    .about-two-column .left-text, .about-two-column .right-text{
        width:100%;
    }
    .about-two-column .right-text{
        margin-top: 20px;
    }
    .industry-section .title{
        font-size: 40px;
    }
}

/* Mobile Small Screens (Below 500px) */
@media (max-width: 500px) {

    .small-card,
    .big-card {
        max-width: 100%;
        min-height: 260px;
    }

    .about-content h3 {
        font-size: 22px;
    }

    .about-content p {
        font-size: 15px;
    }
    .about-heading{
       font-size: 15px; 
    }
    .about-sub-heading{
        font-size: 20px;
        line-height:28px;
    }
    .about-banner-area{
        padding: 60px 0 20px 0;
    }
    .about-img{
        margin-top: 20px;
    }
    .industry-section .title{
        font-size: 28px;
    }
}

.about-team-section {
    width: 100%;
    margin: 0 auto;
}

/* IMAGE */
.team-img-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.team-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* TEXT CONTENT */
.team-content {
    margin-top: 30px;
}

.team-content h2 {
    font-size: 38px;
    font-weight: 400;
    color: #010101;
    margin-bottom: 18px;
}

.team-content .highlight {
    color: #010101;
    font-weight: 900;
}

.team-content p {
    font-size: 16px;
    color: #474747;
    line-height: 1.7;
    margin-bottom: 16px;
}


/*================================
      RESPONSIVE DESIGN
================================ */

/* Tablet Screens */
@media (max-width: 992px) {
    .team-content h2 {
        font-size: 34px;
    }

    .team-content p {
        font-size: 15px;
    }
}

/* Mobile Screens */
@media (max-width: 640px) {
	.about-section {
    	padding: 20px 16px;
	}
	.page-container {
        width: 100%;
        padding: 30px 16px;
    }
	.industry-section .page-container {
    	width: 100%;
        padding: 10px 16px;
    }
}
@media (max-width: 600px) {

    .team-content h2 {
        font-size: 28px;
    }

    .team-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .team-img-wrapper {
        border-radius: 16px;
    }

    .team-img-wrapper img {
        border-radius: 16px;
    }
}

/* Small Mobile Screens */
@media (max-width: 420px) {

    .team-content h2 {
        font-size: 26px;
    }

    .team-content p {
        font-size: 13.5px;
    }
}

/* ---------------- FAQ Section ---------------- */

.faq-container {
    width: 85%;
    margin: 0px auto;
}

.faq-title {
    color: #010101;
    text-align: center;
    font-family: Inter;
    font-size: 53px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-title span {
    font-weight: 800;
}

.faq-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 50px;
    text-align: center;
}

/* FAQ Box */
.faq-box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

/* FAQ items */
.faq-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    cursor: pointer;
}

.faq-item:last-child {
    border-bottom: none;
}

/* Question Row */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question p {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    margin: 0;
}

.faq-icon {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

/* Answer Area */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-right: 30px;
    padding-top: 0;
    color: #444;
    line-height: 1.6;
    transition: all 0.35s ease;
    font-size: 13px;
}

/* When Open */
.faq-item.open .faq-answer {
    max-height: 200px;
    opacity: 1;
    padding-top: 10px;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}





