


/* ===================================
   DEPARTMENT HERO SECTION
=================================== */

.department-hero{
    background:#133E87;
    padding:80px 0;
    position:relative;
    overflow:hidden;
}

.department-hero::before{
    content:'';
    position:absolute;
    top:-150px;
    left:-150px;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}

.department-hero::after{
    content:'';
    position:absolute;
    bottom:-180px;
    right:-180px;
    width:500px;
    height:500px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}

.department-hero .hero-content{
    max-width:900px;
    margin:auto;
    position:relative;
    z-index:2;
}

.department-hero .hero-subtitle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 30px;
    background:rgba(255,255,255,.10);
    border-radius:50px;
    color:#fff;
    font-weight:500;
    margin-bottom:30px;
}

.department-hero .hero-subtitle i{
    color:#F97707;
}

.department-hero h1{
    color:#fff;
    font-size:55px;
    line-height:1.1;
    margin-bottom:25px;
}

.department-hero h1 span{
    display:block;
    color:#F97707;
}

.department-hero p{
    color:rgba(255,255,255,.85);
    font-size:22px;
    line-height:1.8;
    max-width:850px;
    margin:0 auto 40px;
}

.hero-btns{
    display:flex;
    justify-content:center;
    gap:20px;
}

.hero-btn{
    background:#F97707;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.hero-btn:hover{
    background:#ff8f1f;
    transform:translateY(-4px);
    color:#fff;
}

/* .hero-btn-outline{
    border:2px solid #fff;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.hero-btn-outline:hover{
    background:#fff;
    color:#133E87;
}
 */

/* ===================================
   DEPARTMENT OVERVIEW SECTION
=================================== */

.department-overview{
    background:#fff;
}

.department-image{
    position:relative;
}

.department-image img{
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.experience-badge{
    position:absolute;
    bottom:20px;
    right:20px;


    background:linear-gradient(
    135deg,
    #133E87,
    #1E88E5
    );

    color:#fff;

    padding:25px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 40px rgba(19,62,135,.25);
}

.experience-badge h3{
    margin:0;
    font-size:42px;
    color:#fff;
}

.experience-badge span{
    font-size:14px;
}

.department-text{
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:15px;

    padding:18px 20px;

    background:#fff;

    border:1px solid #eef2f7;

    border-radius:15px;

    transition:.4s;
}

.feature-item:hover{

    transform:translateY(-5px);

    border-color:#F97707;

    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.feature-item i{

    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:linear-gradient(
    135deg,
    #F97707,
    #ff9d33
    );

    color:#fff;

    font-size:20px;
}

.feature-item span{
    font-weight:600;
    color:#133E87;
}

.department-btn{

    display:inline-block;

    background:linear-gradient(
    135deg,
    #F97707,
    #ff9d33
    );

    color:#fff;

    padding:16px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.4s;
}

.department-btn:hover{

    transform:translateY(-4px);

    color:#fff;

    box-shadow:0 15px 35px rgba(249,119,7,.30);
}



/* ===================================
   CONSULTATION CTA SECTION
=================================== */

.consultation-cta{
    padding:100px 0;
}

.consultation-box{

    background:
    linear-gradient(
    135deg,
    #133E87 0%,
    #0B2E6B 100%
    );

    padding:70px;

    border-radius:35px;

    position:relative;

    overflow:hidden;
}

.consultation-box::before{

    content:'';

    position:absolute;

    width:350px;
    height:350px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-180px;
    right:-100px;
}

.consultation-box::after{

    content:'';

    position:absolute;

    width:250px;
    height:250px;

    background:rgba(249,119,7,.08);

    border-radius:50%;

    bottom:-120px;
    left:-80px;
}

.cta-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:rgba(255,255,255,.10);

    color:#fff;

    padding:12px 22px;

    border-radius:50px;

    margin-bottom:25px;
}

.cta-tag i{
    color:#F97707;
}

.consultation-box h2{

    color:#fff;

    font-size:54px;

    line-height:1.2;

    margin-bottom:20px;
}

.consultation-box h2 span{
    color:#F97707;
}

.consultation-box p{

    color:rgba(255,255,255,.85);

    font-size:18px;

    max-width:600px;
}

.btn-primary-custom{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#F97707;

    color:#fff;

    padding:18px 35px;

    border-radius:60px;

    text-decoration:none;

    font-weight:600;

    transition:.4s;
}

.btn-primary-custom:hover{

    transform:translateY(-5px);

    color:#fff;

    box-shadow:0 15px 35px rgba(249,119,7,.35);
}

.btn-outline-custom{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-left:15px;

    border:2px solid rgba(255,255,255,.25);

    color:#fff;

    padding:18px 35px;

    border-radius:60px;

    text-decoration:none;

    font-weight:600;

    transition:.4s;
}

.btn-outline-custom:hover{

    background:#fff;

    color:#133E87;
}

@media(max-width:991px){

    .consultation-box{
        text-align:center;
        padding:50px 30px;
    }

    .consultation-box h2{
        font-size:38px;
    }

    .btn-outline-custom{
        margin-left:0;
        margin-top:15px;
    }
}



/* ===================================
   TABLET RESPONSIVE
=================================== */

@media (max-width: 991px){

    .department-hero{
        padding:70px 0;
    }

    .department-hero h1{
        font-size:42px;
    }

    .department-hero p{
        font-size:18px;
        line-height:1.7;
    }

    .hero-btns{
        flex-wrap:wrap;
        gap:15px;
    }

    /* .hero-btn,
    .hero-btn-outline{
        padding:14px 28px;
    } */

    .consultation-box{
        text-align:center;
        padding:50px 30px;
    }

    .consultation-box h2{
        font-size:36px;
    }

    .consultation-box p{
        margin:auto;
    }

    .btn-outline-custom{
        margin-left:0;
        margin-top:15px;
    }

    .department-image{
        margin-bottom:30px;
    }

    .experience-badge{
        right:15px;
        bottom:15px;
    }
}


/* ===================================
   MOBILE RESPONSIVE
=================================== */

@media (max-width: 767px){

    .department-hero{
        padding:60px 0;
    }

    .department-hero .hero-subtitle{
        padding:10px 20px;
        font-size:14px;
    }

    .department-hero h1{
        font-size:33px;
        line-height:1.2;
    }

    .department-hero p{
        font-size:16px;
        line-height:1.7;
        margin-bottom:30px;
    }

    .hero-btns{
        flex-direction:column;
        align-items:center;
    }

    /* .hero-btn,
    .hero-btn-outline{
        width:100%;
        max-width:280px;
        justify-content:center;
        text-align:center;
    } */

    .section-heading{
        font-size:30px;
        line-height:1.3;
    }

    .department-text{
        font-size:15px;
    }

    .feature-item{
        padding:15px;
    }

    .feature-item span{
        font-size:14px;
    }

    .department-btn{
        width:100%;
        text-align:center;
        display:flex;
        justify-content:center;
    }

    .department-image img{
        border-radius:20px;
    }

    .experience-badge{

        position:absolute;

        right:10px;
        bottom:10px;

        padding:15px 20px;
    }

    .experience-badge h3{
        font-size:28px;
    }

    .experience-badge span{
        font-size:12px;
    }

    .consultation-cta{
        padding:70px 0;
    }

    .consultation-box{
        padding:35px 20px;
        border-radius:25px;
    }

    .cta-tag{
        font-size:13px;
    }

    .consultation-box h2{
        font-size:28px;
        line-height:1.3;
    }

    .consultation-box p{
        font-size:15px;
    }

    .btn-primary-custom,
    .btn-outline-custom{

        width:100%;

        justify-content:center;

        margin:10px 0;

        text-align:center;
    }
}


/* ===================================
   SMALL MOBILE
=================================== */

@media (max-width: 480px){

    .department-hero h1{
        font-size:28px;
    }

    .section-heading{
        font-size:26px;
    }

    .consultation-box h2{
        font-size:24px;
    }

    .hero-subtitle{
        font-size:13px;
    }

    .experience-badge{
        padding:12px 15px;
    }

    .experience-badge h3{
        font-size:22px;
    }
}



