/* ==================================================
   AIRVENTURE INFRA SOLUTIONS LLP
   ULTRA PREMIUM ABOUT SECTION
   CLASS : dr1064about
================================================== */

.dr1064about{
    position:relative;
    overflow:hidden;
    padding:120px 20px;
    background:
        linear-gradient(135deg,#08101d 0%,#0b1f3a 45%,#06111d 100%);
    font-family:'Inter',sans-serif;
    isolation:isolate;
}

/* =========================
   BACKGROUND EFFECTS
========================= */

.dr1064about__bg{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 20%,
        rgba(0,212,255,.12),transparent 35%),

        radial-gradient(circle at 85% 15%,
        rgba(0,174,239,.15),transparent 30%),

        radial-gradient(circle at 80% 85%,
        rgba(255,255,255,.06),transparent 25%);
    pointer-events:none;
}

.dr1064about__glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    animation:dr1064aboutFloat 12s ease-in-out infinite;
}

.dr1064about__glow--one{
    width:300px;
    height:300px;
    background:#00aeef;
    opacity:.18;
    top:-100px;
    left:-120px;
}

.dr1064about__glow--two{
    width:260px;
    height:260px;
    background:#00d4ff;
    opacity:.14;
    bottom:-80px;
    right:-80px;
}

@keyframes dr1064aboutFloat{
    0%,100%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-25px);
    }
}

/* =========================
   LAYOUT
========================= */

.dr1064about__container{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:70px;
    align-items:center;
}

/* =========================
   HERO IMAGE
========================= */

.dr1064about__hero{
    position:relative;
    margin:0;
}

.dr1064about__hero img{
    width:100%;
    display:block;
    border-radius:32px;

    border:1px solid rgba(255,255,255,.15);

    box-shadow:
        0 40px 80px rgba(0,0,0,.45),
        0 0 60px rgba(0,212,255,.15);

    transform-style:preserve-3d;
    transition:.5s ease;
}

.dr1064about__hero:hover img{
    transform:
        perspective(1200px)
        rotateY(-4deg)
        rotateX(3deg)
        translateY(-10px);
}

.dr1064about__hero::before{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius:34px;
    padding:2px;
    background:
        linear-gradient(
        135deg,
        rgba(255,255,255,.3),
        rgba(0,212,255,.6),
        rgba(255,255,255,.1));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.dr1064about__hero-badge{
    position:absolute;
    left:25px;
    bottom:25px;

    padding:14px 22px;

    color:#fff;
    font-size:.9rem;
    letter-spacing:2px;
    text-transform:uppercase;

    border:1px solid rgba(255,255,255,.18);

    background:
        rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    border-radius:60px;
}

/* =========================
   CONTENT
========================= */

.dr1064about__tag{
    display:inline-flex;
    padding:10px 18px;

    border-radius:60px;

    background:
        rgba(0,212,255,.12);

    border:
        1px solid rgba(0,212,255,.25);

    color:#7cecff;

    font-size:.82rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.dr1064about__title{
    margin:22px 0;

    color:#fff;

    font-family:'Montserrat',sans-serif;

    font-size:clamp(2.3rem,4vw,4.4rem);
    line-height:1.1;
    font-weight:800;
}

.dr1064about__title span{
    color:#00d4ff;
}

.dr1064about__lead{
    font-size:1.15rem;
    color:#d7e5f3;
}

.dr1064about__content p{
    color:#b8c8d8;
    line-height:1.9;
    margin-bottom:20px;
}

/* =========================
   CARDS
========================= */

.dr1064about__highlights{
    margin-top:40px;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.dr1064about__card{
    position:relative;

    padding:28px;

    background:
        linear-gradient(
        180deg,
        rgba(255,255,255,.12),
        rgba(255,255,255,.04));

    border:1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(25px);

    border-radius:24px;

    transition:.4s ease;
}

.dr1064about__card:hover{
    transform:translateY(-8px);

    box-shadow:
        0 20px 50px rgba(0,212,255,.15);
}

.dr1064about__card h2{
    color:#fff;
    font-size:1.1rem;
    margin-bottom:10px;
}

.dr1064about__card p{
    margin:0;
    color:#c6d5e4;
    font-size:.95rem;
}

/* =========================
   SERVICE TAGS
========================= */

.dr1064about__services{
    margin-top:35px;

    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.dr1064about__services span{
    padding:12px 18px;

    color:#dff9ff;

    border-radius:50px;

    border:1px solid rgba(0,212,255,.25);

    background:
        rgba(0,212,255,.08);

    font-size:.9rem;
    font-weight:600;
}

/* =========================
   FOOTER
========================= */

.dr1064about__footer{
    margin-top:45px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.dr1064about__ceo{
    display:flex;
    flex-direction:column;
}

.dr1064about__ceo strong{
    color:#fff;
    font-size:1.1rem;
}

.dr1064about__ceo span{
    color:#9fb1c4;
}

.dr1064about__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:220px;

    padding:16px 28px;

    text-decoration:none;
    color:#fff;
    font-weight:700;

    border-radius:60px;

    background:
        linear-gradient(
        135deg,
        #00d4ff,
        #009dff);

    box-shadow:
        0 20px 40px rgba(0,212,255,.25);

    transition:.4s ease;
}

.dr1064about__btn:hover{
    transform:translateY(-5px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .dr1064about__container{
        grid-template-columns:1fr;
    }

    .dr1064about__hero{
        max-width:850px;
        margin:auto;
    }

    .dr1064about__highlights{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .dr1064about{
        padding:90px 20px;
    }

    .dr1064about__title{
        font-size:2.3rem;
    }

    .dr1064about__footer{
        flex-direction:column;
        align-items:flex-start;
    }

    .dr1064about__btn{
        width:100%;
    }

    .dr1064about__hero-badge{
        left:15px;
        right:15px;
        bottom:15px;
        text-align:center;
    }
}