.send-otp-btn {
    color: #1d70fa;
}

.login-page{
    min-height:100vh;
    background: url("../images/siti-login.png") center center/cover no-repeat;
}

.login-left{
    position:relative;
    min-height:100vh;
}

.login-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.08);
}

.login-content{
    position:absolute;
    left:60px;
    top:30px;
    z-index:2;
}


.login-title{
    font-size:56px;
    font-weight:700;
    color:#081c63;
    line-height:1.05;
}

.login-subtitle{
    font-size:24px;
    color:#1d2b5d;
    margin-top:25px;
}

.play-store{
    width:120px;
}

.router-img{
    position:absolute;
    bottom:0;
    left:50px;
    width:520px;
    z-index:2;
}

.login-card{
    width:530px;
    background:#fff;
    padding:45px;
    border-radius:18px;
    position:relative;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.wifi-icon{
    position:absolute;
    width:90px;
    height:90px;
    border-radius:50%;
    background:rgba(74,150,255,.15);
    top:-45px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:42px;
    color:#4a97ff;
}

.login-card h2{
    text-align:center;
    font-weight:700;
    color:#081c63;
    margin-top:15px;
}

.login-card p{
    text-align:center;
    font-size:15px;
}

.login-tabs{
    border:none;
    justify-content:center;
}

.login-tabs .nav-link{
    border:none;
    color:#b8b9c5;
    border-bottom: 3px solid #b8b9c5;
    font-weight:600;
    padding:10px 28px;
}

button.nav-link.login-tab:hover {
    border-color: #b8b9c5;
}

.login-tabs .nav-link.active{
    color:#0d3ea9;
    border-bottom:3px solid #2b7cff;
    background:none;
}

button.nav-link.login-tab.active:hover {
    border-color: #2b7cff;
}

.form-label{
    font-weight:600;
    color:#0a2460;
}

.input-group-text{
    background:#fff;
    border-right:none;
}

.form-control{
    border-left:none;
    height:48px;
    box-shadow:none!important;
}

.input-group{
    border:1px solid #ddd;
    border-radius:8px;
    overflow:hidden;
}

.input-group .form-control,
.input-group .input-group-text{
    border:none;
}

.form-check-label{
    font-size:14px;
}

.forgot-link{
    text-decoration:none;
    font-size:14px;
    color:#2675ff;
}

.login-btn{
    background:linear-gradient(90deg,#3469e8,#43a0ff);
    color:#fff;
    height:52px;
    border:none;
    border-radius:8px;
    font-weight:600;
}

.login-btn:hover{
    color:#fff;
}

.status-link{
    color:#7d7d7d;
    font-size:14px;
}

.new-user{
    display:inline-block;
    margin-top:10px;
    color:#1b7cff;
    text-decoration:none;
    font-weight:600;
    font-size: 18px;
}


.btn.blue:hover {
    background: #1b1230;
    border: 1px solid #fec328;
    color: #fff;
}

.hero-section{
    /*display: flex;
    align-items: center;*/
    position: relative;
}

.why-hero-section {
    background: url(../images/why-hero-banner.jpg) top center / cover no-repeat;
}

.grievance-hero-section{
    background: url(../images/grievance-hero-banner.jpg) top center / cover no-repeat;
}

.refer-hero-section{
    background: url(../images/refer-hero-banner.jpg) top center / cover no-repeat;
}

.press-hero-section{
    background: url(../images/press-hero-banner.jpg) top center / cover no-repeat;    
}

.hero-section:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.05) 10%,
        rgba(255, 255, 255, 0.15) 30%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0.65) 70%,
        #fff 100%);
    pointer-events: none;
}

.why-hero-content{
    max-width: 750px;
    margin-top: 100px;
    display: inline-block;
}

.why-hero-content p{
    font-size: 24px;
    line-height: 1.4;
    color: #17245f;
}

.why-hero-content h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.05;
    color: #17245f;
}

.feature-section.inner-feature-section{
    padding: 0;
    overflow: initial;
    
}

.inner-feature-section .feature-container {
    width: 90%;
    padding: 90px 0;
    max-width: 1500px;
    position: relative;
    margin: auto;
    z-index: 99;
    margin-top: -345px;
    background: #fff url(../images/bg-pertan.png) no-repeat;
    background-position: right -200px top -160px;
    border-radius: 12px;
}


.inner-feature-section .feature-heading{
    margin-bottom: 50px;
}

.feature-text {
    margin: 0 auto;
    width: 80%;
    padding: 0 0 50px;
    font-size: 18px;
}

.broadband-feature-section {
    background: #fff;
    position: relative;
    margin-bottom: 80px;
}

.broadband-feature-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.broadband-feature-row{
    display:flex;
    flex-direction:column;
    gap:100px;
    margin-bottom: 100px;
}

.broadband-feature-row:last-child{
    margin-bottom: 0;
}

.broadband-feature-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.broadband-feature-item.reverse-item{
    flex-direction: row-reverse;
}

.broadband-feature-image{
    width:42%;
    text-align: center;
}

.broadband-feature-image img{
    width:100%;
    max-width: 450px;
    border-radius:10px;
    display:block;
    margin: 0 auto;
}

.broadband-feature-content{
    width:58%;
}

.broadband-feature-content h2{
    font-size:35px;
    font-weight:300;
    line-height:1.2;
    color:#19235b;
    margin-bottom:30px;
}

.broadband-feature-content h2 span{
    display:block;
    font-weight:700;
}

.broadband-feature-content p{
    font-size:18px;
    line-height:1.4;
    color:#444;
    max-width:560px;
}

.feature-line{
    display:block;
    width:120px;
    height:3px;
    background:#2f7dff;
    margin-top:35px;
}


.feature-heading.feature-heading-inner h2{
    color: #020e50;
}

/*.feature-section.inner-feature-section:after{
    right: 200px;
    top: -350px;
}*/

.feature-section.referral-feature-section:after,
.feature-section.grievance-feature-section:after{
    top: -200px !important;
}

.grievance-section{
    position:relative;
    overflow:hidden;
}

.grievance-title{
    font-size:35px;
    font-weight:700;
    color:#020e50;
}

.grievance-info-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:14px;
    padding:35px;
}

.grievance-icon{
    font-size:55px;
    color:#2d7df6;
}

.grievance-info-card p{
    font-size:16px;
    line-height:1.8;
    color:#333;
}

.grievance-info-card a{
    color:#2d7df6;
    text-decoration:none;
}

.grievance-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    overflow:hidden;
    height:100%;
}

.grievance-card-header{
    background:#ffbe19;
    color:#14245b;
    padding:18px 25px;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:15px;
}

.grievance-card-header img {
    width: 32px;
}

.grievance-card-header i{
    font-size:22px;
}

.grievance-card-body{
    padding:30px;
}

.grievance-card-body h4{
    font-size:22px;
    color:#14245b;
    font-weight:700;
    margin-bottom:5px;
}

.designation{
    display:block;
    margin-bottom:30px;
    color:#666;
    font-size: 16px;
}

.grievance-card-body ul{
    list-style:none;
    padding:0;
    margin:0;
}

.grievance-card-body li{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:18px 0;
    border-top:1px solid #ececec;
    font-size:16px;
    color:#444;
}

.grievance-card-body li:first-child{
    border-top:none;
}

.grievance-card-body i{
    color:#14245b;
    margin-top:4px;
    width:18px;
}

.grievance-card-body a{
    color:#2d7df6;
    text-decoration:none;
}


.grievance-section,.grievance-process{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.resolution-process{
    background:#fff;
    height: 100%;
    border:1px solid #e7edf8;
    border-radius:16px;
    overflow:hidden;
}

.resolution-title{
    color:#17255d;
    font-size:35px;
    font-weight:600;
    padding:25px 25px 0;
    line-height:1.15;
}

.resolution-step{
    padding:30px;
    min-height:220px;
    border-color:#eef3fb !important;
}

.step-top{
    display:flex;
    align-items:center;
}

.step-top i{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#3d8cff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.step-top img{
    width: 30px;
    height: 30px;
}

.step-top span{
    margin-left:15px;
    font-size:50px;
    font-weight:700;
    color:#dfeafc;
}

.resolution-step h5{
    color:#17255d;
    font-size:18px;
    font-weight:700;
    margin-bottom:12px;
}

.resolution-step p{
    color:#4d4d4d;
    line-height:1.4;
    margin:0;
}

/* Right Card */

.help-card {
    background: #011c65;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 2px solid #011c65;
}

/* Optional wave image */
.help-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("../images/wave-lines.png") center top/cover no-repeat;
    opacity:.35;
    pointer-events:none;
}

.help-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
    padding:70px 40px;
}

.help-content h2{
    font-size:35px;
    font-weight:700;
    margin-bottom:15px;
}

.help-content p{
    font-size:18px;
    opacity:.95;
    margin-bottom:40px;
}

.help-phone{
    width:100%;
    max-width:380px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:22px;
    background:#3b95ff;
    color:#fff;
    padding:18px;
    border-radius:10px;
    text-decoration:none;
    font-size:28px;
    font-weight:600;
}

.help-phone i{
    color:#ffc530;
}

.help-btn{
    width:100%;
    max-width:380px;
    margin:25px auto 0;
    background:#fff;
    color:#17255d;
    padding:18px 36px 18px 18px;
    border-radius:10px;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:22px;
    font-size:20px;
    font-weight:600;
}

.help-footer{
    background:#fff;
    display:flex;
    justify-content:space-between;
}

.footer-item{
    flex:1;
    margin: 25px 0;
    padding: 0px 25px;
    display:flex;
    gap:12px;
    align-items:center;
}

.footer-item:not(:last-child){
    border-right:1px solid #ececec;
}

.footer-item i{
    color:#17255d;
    font-size:28px;
}

.footer-item strong{
    display:block;
    color:#17255d;
    line-height:1.3;
}

.footer-item span{
    color:#3b95ff;
    font-weight:700;
}

.referral-section{
    background:#f7f7f7;
    padding:80px 0;
}

.referral-wrapper,.press-wrapper{
    border-radius:20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position:relative;
    z-index: 9999;
}

/* Steps */

.referral-step{
    gap:20px;
    align-items:center;
    width: 80%;
    margin: 0 auto;
}

.referral-step-icon{
    width:55px;
}

.referral-step-content h5{
    font-weight:700;
    margin-bottom:4px;
}

.referral-step-content p{
    margin:0;
    color:#555;
    line-height:1.5;
}

.referral-divider{
    height:1px;
    background:#ddd;
    margin:24px auto;
    width: 80%;
}

/* Cards */

.reward-card{
    border-radius:12px;
    padding:22px 25px;
    display:flex;
    align-items:center;
    gap:22px;    
    border: 20px solid #020e50;
}

.reward-blue{
    background:linear-gradient(90deg,#3669ea,#46a5ef);
    color:#fff;
}

.reward-yellow{
    background:#ffc32d;
}

.reward-icon{
    width:90px;
    height:90px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:46px;
}

.reward-card h2{
    font-size:48px;
    margin:0;
    font-weight:800;
}

.reward-card h5{
    margin:5px 0;
    font-size:28px;
    font-weight:700;
}

.reward-card p{
    margin:0;
    font-size:15px;
}




.erp-form-wrapper{
    position:relative;
    border:1px solid #e8e8e8;
    border-radius:8px;
    background:#fff;
    margin-top:60px;
}

.erp-form-wrapper form {
    padding: 30px 40px 40px;
}

/* Floating Heading */

.erp-form-title{
    position:absolute;
    top:-22px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    padding:0 22px;
    font-size:38px;
    font-weight:700;
    color:#12205b;
    line-height:1;
    white-space:nowrap;
}

/* Blocks */

.erp-block{
    padding:20px 0 40px;
}

.erp-block + .erp-block{
    border-top:1px solid #ececec;
}

.erp-block-title{
    font-size:30px;
    font-weight:700;
    color:#12205b;
    margin-bottom:30px;
}

.erp-grid,.press-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.press-grid{
    gap: 50px;
}

/* Labels */

.erp-label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    font-weight:600;
    color:#222;
}

/* Inputs */

.erp-input{
    height:54px;
    border:1px solid #e3e3e3;
    border-radius:4px;
    font-size:15px;
    box-shadow:none;
}

.erp-input:focus{
    border-color:#3b82f6;
    box-shadow:none;
}

/* Textarea */

.erp-textarea{
    height:110px;
    resize:none;
    border:1px solid #e3e3e3;
    border-radius:4px;
    box-shadow:none;
}

.erp-textarea:focus{
    border-color:#3b82f6;
    box-shadow:none;
}

/* Submit */

.erp-submit-btn{
    border:none;
    outline:none;    
    color:#fff;
    min-width:170px;
    height:52px;
    font-weight:600;
    transition:.3s;
    background: linear-gradient(135deg, #004aad, #007bff);
    border-radius: 4px;
    font-size: 17px;
}

.erp-submit-btn span{
    font-size:20px;
    margin-left:10px;
}

.erp-submit-btn:hover{
    transform:translateY(-2px);
    background: linear-gradient(135deg, #007bff, #004aad)
}

/* Status */

.erp-status-box{
    background:#eaf3ff;
    padding:35px;
    margin-top:20px;
    border-radius: 0 0 8px 8px;
}

.erp-status-box p{
    color:#1d2d67;
    margin-bottom:18px;
    font-weight:500;
}

.erp-status-btn{
    display:inline-block;
    min-width:280px;
    padding:12px 30px;
    border:1px solid #3b82f6;
    border-radius:4px;
    background:#fff;
    text-decoration:none;
    color:#12205b;
    transition:.3s;
}

.erp-status-btn strong{
    color:#3b82f6;
}

.erp-status-btn:hover{
    background:#3b82f6;
    color:#fff;
}

.erp-status-btn:hover strong{
    color:#fff;
}


.investor-news-section::before{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:260px;
    height:180px;
    background-image: radial-gradient(#d8d8d8 1px, transparent 1px);
    background-size:10px 10px;
    opacity:.7;
}

/* Card */

.investor-news-card{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    overflow:hidden;
    transition:.35s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.investor-news-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.investor-news-body{
    padding:28px 26px;
    flex:1;
}

.investor-news-icon{
    font-size:28px;
    color:#d9dbe8;
    margin-bottom:18px;
}

.investor-news-card.active .investor-news-icon{
    color:#13236a;
}

.investor-news-title{
    font-size:20px;
    line-height:1.35;
    color:#13236a;
    font-weight:700;
    margin-bottom:15px;
    min-height:80px;
}

.investor-news-date{
    border-top:1px solid #ececec;
    padding-top:16px;
    font-size:16px;
    color:#c1c3cf;
}

/* Button */

.investor-news-btn{
    display:block;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-size:18px;
    font-weight:500;
    padding:16px;
    color:#1c2d69;
    background:#e8e8ef;
    transition:.35s;
}

.investor-news-card.active .investor-news-btn{
    color:#fff;
    background:linear-gradient(90deg,#2f67ec,#3ca2f2);
}

.investor-news-card:hover .investor-news-btn{
    color:#fff;
    background:linear-gradient(90deg,#2f67ec,#3ca2f2);
}

@media(max-width:991px){

    .investor-news-title{
        min-height:auto;
    }

}
.siti-footer{position: relative;}


section.feature-section.inner-feature-section.press-feature-section:before {
    display: none;
}

.custom-pagination-wrapper{
    display:flex;
    justify-content:center;
    margin-top:60px;
}

.custom-pagination{
    display:flex;
    align-items:center;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

.custom-pagination li{
    display:flex;
}

.custom-pagination a,
.custom-pagination span{
    width:38px;
    height:38px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#555;
    font-size:22px;
    border-radius:50%;
    transition:.3s;
}

.custom-pagination .page-number{
    font-size:18px;
    font-weight:500;
}

.custom-pagination .active{
    background:#2447b7;
    color:#fff;
}


.custom-pagination .disabled{
    color:#cfcfcf;
    pointer-events:none;
}

.custom-pagination .dots{
    width:auto;
    padding:0 6px;
    font-size:20px;
}

.custom-pagination a:hover{
    background:#e8e8e8;
    color:#2447b7;
}

.custom-pagination .active:hover{
    color:#fff;
    background: #2447b7;

}


.why-join-section{
    width: 1400px;
    margin: 0 auto;
}

.why-join-title{
    font-size:35px;
    font-weight:700;
    color:#14276c;
    margin-bottom:35px;
}

.why-join-image{
    height:300px;
    border-radius:14px;
    overflow:hidden;
}

.why-join-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.why-join-card{
    height:300px;
    background:#fff;
    border:1px solid #e5e5e5;
    box-shadow: 4px 4px 0 #ffc529;
    border-radius:14px;
    display:flex;
    align-items:center;
    transition: 0.3s;
}

.why-join-card:hover{
    transform:translateY(-5px);
    box-shadow: 8px 8px 4px #ffc529;
}

.why-join-card-content{
    padding:45px 35px;
}

.why-join-card h3{
    font-size:22px;
    line-height:1.3;
    font-weight:700;
    color:#162769;
    margin-bottom:25px;
}

.why-join-card p{
    font-size: 16px;
    line-height: 1.4;
    color:#555;
    margin:0;
}

/* First Card */

.why-join-card:first-child h3{
    margin-bottom:0;
}

@media (max-width:1199px){

    .why-join-title{
        font-size:40px;
    }

    .why-join-card,
    .why-join-image{
        min-height:360px;
    }

    .why-join-card h3{
        font-size:30px;
    }

    .why-join-card p{
        font-size:18px;
    }

}

@media (max-width:991px){

    .why-join-card,
    .why-join-image{
        min-height:320px;
    }

    .why-join-card-content{
        padding:30px;
    }

}

@media (max-width:767px){

    .why-join-title{
        font-size:34px;
    }

    .why-join-card,
    .why-join-image{
        min-height:auto;
    }

    .why-join-card h3{
        font-size:26px;
    }

    .why-join-card p{
        font-size:16px;
    }

}


.company-stats {
    background: #fff;
    padding: 80px 0;
}

.company-stats .row {
    position: relative;
}

.stat-item {
    position: relative;
    padding: 30px 40px;
}

.stat-item h5 {
    font-size: 24px;
    font-weight: 600;
    color: #17235d;
    margin-bottom: 35px;
}

.stat-item h2 {
    font-size: 75px;
    font-weight: 600;
    color: #1482d3;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-item p {
    font-size: 20px;
    line-height: 1.3;
    color: #26356d;
    margin-bottom: 0;
}

.stat-divider::before,
.stat-divider::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background: #3655a7;
    transform: rotate(23deg);
}

.stat-divider::before {
    left: -1px;
}

.stat-divider::after {
    right: -1px;
}

@media (max-width: 767px) {

    .stat-divider::before,
    .stat-divider::after {
        display: none;
    }

    .stat-item {
        padding: 30px 15px;
        border-bottom: 1px solid #e9e9e9;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-item h2 {
        font-size: 52px;
    }

    .stat-item p {
        font-size: 18px;
    }
}


/* 

.career-cta-box {
    border: 1px solid #3d56a5;
    border-radius: 10px;
    padding: 70px 20px;
}

.career-btn {
    background: #fdbb2d;
    color: #0f1d63;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.career-btn:hover {
    background: #f5ab00;
    color: #0f1d63;
    transform: translate(0, -5px);
}

.career-text {
    font-size: 22px;
    color: #1f2f75;
    line-height: 1.5;
}

.career-text a {
    color: #1e84d7;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.career-text a:hover {
    color: #0d6efd;
}

@media (max-width: 767px) {
    .career-cta-box {
        padding: 50px 20px;
    }

    .career-text {
        font-size: 18px;
    }

    .career-btn {
        font-size: 16px;
        padding: 10px 24px;
    }
} */


.career-banner-section{
    padding:80px 0;
}

.career-banner{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:45px 55px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

/* Background Pattern */
.career-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 10% 70%, rgba(56,92,170,.18) 2px, transparent 3px),
    radial-gradient(circle at 92% 18%, rgba(56,92,170,.18) 2px, transparent 3px),
    linear-gradient(35deg, transparent 49%, rgba(56,92,170,.12) 50%, transparent 51%);
    background-size:220px 220px;
    opacity:.45;
    pointer-events:none;
}

.career-banner>*{
    position:relative;
    z-index:2;
}

.career-tag{
    display:inline-block;
    background:#fcc80b;
    color:#fff;
    font-weight:700;
    font-size:15px;
    letter-spacing:.5px;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:18px;
}

.career-title{
    font-size:40px;
    font-weight:800;
    color:#0f2168;
    line-height:1.1;
    margin-bottom:12px;
}

.career-subtitle{
    font-size:24px;
    color:#111;
    margin:0;
}

.career-email-box{
    background:#eef3f8;
    border:2px solid #1482d3;
    border-radius:16px;
    text-align:center;
    padding:35px 25px;
}

.career-email-icon{
    font-size:38px;
    color:#333;
    margin-bottom:10px;
}

.career-email-box p{
    margin-bottom:6px;
    font-size:18px;
    color:#222;
}

.career-email-box a{
    font-size:36px;
    font-weight:700;
    color:#1482d3;
    text-decoration:none;
    transition: 0.3s;
}

.career-email-box a:hover{
    color:#1482d3;
    text-decoration: underline;
}

@media(max-width:991px){

    .career-banner{
        padding:35px 30px;
        text-align:center;
    }

    .career-title{
        font-size:42px;
    }

    .career-subtitle{
        font-size:22px;
        margin-bottom:25px;
    }

    .career-email-box a{
        font-size:28px;
        word-break:break-word;
    }
}

@media(max-width:576px){

    .career-title{
        font-size:34px;
    }

    .career-subtitle{
        font-size:20px;
    }

    .career-email-box{
        padding:25px 18px;
    }

    .career-email-box a{
        font-size:22px;
    }
}