.elementor-41202 .elementor-element.elementor-element-479369e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5492705 *//* =========================
   GATE 2027 COMPLETE CSS
========================= */

.gate2027-wrapper{
    max-width:1200px;
    margin:0 auto;
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
}

/* =========================
   HERO SECTION
========================= */

.gate-hero-card{
    background:linear-gradient(135deg,#0b4f86,#1976d2);
    padding:50px;
    border-radius:18px;
    color:#fff;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.hero-badge{
    display:inline-block;
    background:#fff;
    color:#0b4f86;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.gate-hero-card h1{
    font-size:42px;
    line-height:1.3;
    color:#fff;
    margin-bottom:20px;
}

.gate-hero-card p{
    font-size:18px;
    line-height:1.8;
    color:#f5f5f5;
}

.hero-highlights{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top:30px;
}

.highlight-item{
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(10px);
    padding:20px;
    border-radius:12px;
    text-align:center;
}

.highlight-item strong{
    display:block;
    margin-bottom:8px;
    color:#fff;
}

.highlight-item span{
    color:#fff;
}

/* =========================
   CARDS
========================= */

.gate-card{
    background:#fff;
    padding:30px;
    border-radius:16px;
    margin-bottom:30px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
    border-top:5px solid #1976d2;
}

.gate-card h2{
    color:#0b4f86;
    font-size:30px;
    margin-bottom:20px;
    line-height:1.4;
}

.gate-card h3{
    color:#222;
    font-size:22px;
    margin-top:25px;
    margin-bottom:15px;
}

.gate-card p{
    margin-bottom:16px;
    line-height:1.9;
}

.gate-card ul,
.gate-card ol{
    padding-left:25px;
    margin-bottom:20px;
}

.gate-card li{
    margin-bottom:10px;
    line-height:1.8;
}

/* =========================
   TABLES
========================= */

.gate-table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
    margin-bottom:20px;
}

.gate-table thead{
    background:#0b4f86;
}

.gate-table th{
    color:#fff;
    padding:14px;
    text-align:left;
    font-weight:600;
}

.gate-table td{
    padding:14px;
    border:1px solid #e5e5e5;
    vertical-align:top;
}

.gate-table tr:nth-child(even){
    background:#f7f9fc;
}

/* =========================
   INFO BOX
========================= */

.info-box{
    background:#eef6ff;
    border-left:5px solid #1976d2;
    padding:18px;
    margin-top:20px;
    border-radius:10px;
    line-height:1.8;
}

/* =========================
   FEATURE GRID
========================= */

.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:20px;
}

.feature-box{
    background:#f8fbff;
    border:1px solid #dbe9ff;
    padding:25px;
    border-radius:12px;
}

.feature-box h3{
    color:#0b4f86;
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
}

.feature-box p{
    margin-bottom:0;
}

/* =========================
   PSU GRID
========================= */

.psu-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
    gap:12px;
    margin-top:20px;
}

.psu-grid span{
    background:#f3f7fd;
    border:1px solid #d8e4f7;
    padding:12px;
    text-align:center;
    border-radius:8px;
    font-weight:600;
}

/* =========================
   FAQ
========================= */

.faq-item{
    border-bottom:1px solid #ececec;
    padding-bottom:18px;
    margin-bottom:18px;
}

.faq-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.faq-item h3{
    color:#0b4f86;
    font-size:20px;
    margin-bottom:10px;
}

.faq-item p{
    margin-bottom:0;
}

/* =========================
   DISCLAIMER
========================= */

.gate-disclaimer{
    border-top:5px solid #f39c12;
}

.gate-disclaimer h2{
    color:#d35400;
}

/* =========================
   LINKS
========================= */

.gate-card a{
    color:#1976d2;
    text-decoration:none;
}

.gate-card a:hover{
    text-decoration:underline;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

.hero-highlights{
    grid-template-columns:repeat(2,1fr);
}

.gate-hero-card h1{
    font-size:34px;
}

.feature-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:767px){

.gate-hero-card{
    padding:25px;
}

.gate-hero-card h1{
    font-size:28px;
}

.gate-hero-card p{
    font-size:16px;
}

.hero-highlights{
    grid-template-columns:1fr;
}

.gate-card{
    padding:20px;
}

.gate-card h2{
    font-size:24px;
}

.gate-card h3{
    font-size:20px;
}

.gate-table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
}

.psu-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:480px){

.gate-card{
    padding:18px;
}

.gate-card h2{
    font-size:22px;
}

.gate-hero-card h1{
    font-size:24px;
}

.psu-grid{
    grid-template-columns:1fr 1fr;
}

}/* End custom CSS */