.elementor-12348 .elementor-element.elementor-element-e2efe2d{padding:0% 0% 0% 0%;}.elementor-12348 .elementor-element.elementor-element-80a9b16 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-80a9b16 *//* =====================================================
ARTICLE 05
PART 1A CSS
===================================================== */

/* Main Container */

.rcl5-container{
max-width:1200px;
margin:0 auto;
padding:0 20px;
font-family:inherit;
color:#333;
line-height:1.9;
}

/* Hero */

.rcl5-hero{
position:relative;
min-height:560px;
display:flex;
align-items:center;
overflow:hidden;
background:
linear-gradient(135deg,
rgba(11,65,106,.88),
rgba(148,47,108,.82)),
url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1800&q=80');
background-size:cover;
background-position:center;
}

.rcl5-overlay{
width:100%;
max-width:1200px;
margin:auto;
padding:90px 25px;
position:relative;
color:#fff;
}

/* Breadcrumb */

.rcl5-breadcrumb{
display:flex;
flex-wrap:wrap;
gap:10px;
align-items:center;
font-size:14px;
margin-bottom:25px;
}

.rcl5-breadcrumb a{
color:#fff;
text-decoration:none;
transition:.3s;
opacity:.9;
}

.rcl5-breadcrumb a:hover{
color:#FFD54F;
}

/* Tag */

.rcl5-tag{
display:inline-block;
padding:8px 18px;
border-radius:30px;
background:rgba(255,255,255,.18);
backdrop-filter:blur(12px);
font-size:13px;
font-weight:700;
letter-spacing:.6px;
text-transform:uppercase;
margin-bottom:20px;
}

/* Hero Title */

.rcl5-title{
font-size:56px;
font-weight:700;
line-height:1.15;
max-width:900px;
margin-bottom:25px;
color:#fff;
}

/* Subtitle */

.rcl5-subtitle{
font-size:21px;
line-height:1.8;
max-width:820px;
margin-bottom:35px;
}

/* Meta */

.rcl5-meta{
display:flex;
flex-wrap:wrap;
gap:20px;
font-size:15px;
opacity:.95;
}

/* Quick Answer */

.rcl5-answer{
background:#fff;
margin-top:-65px;
position:relative;
z-index:10;
padding:40px;
border-radius:16px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.rcl5-answer h2{
margin-top:0;
font-size:32px;
color:#0B416A;
}

.rcl5-answer p{
font-size:18px;
line-height:1.8;
}

/* TOC */

.rcl5-toc{
margin:50px 0;
padding:35px;
background:#fafafa;
border:1px solid #ececec;
border-radius:16px;
}

.rcl5-toc h2{
margin-top:0;
font-size:30px;
color:#0B416A;
}

.rcl5-toc ul{
margin-top:20px;
padding-left:22px;
}

.rcl5-toc li{
margin-bottom:14px;
}

.rcl5-toc a{
text-decoration:none;
font-weight:600;
color:#942F6C;
transition:.3s;
}

.rcl5-toc a:hover{
color:#0B416A;
padding-left:5px;
}

/* General Typography */

.rcl5-container h2{
font-size:36px;
margin-top:60px;
margin-bottom:20px;
color:#0B416A;
}

.rcl5-container h3{
font-size:24px;
margin-top:35px;
color:#0B416A;
}

.rcl5-container p{
font-size:18px;
margin-bottom:20px;
}

.rcl5-container ul{
padding-left:22px;
}

.rcl5-container li{
margin-bottom:12px;
}

/* Mobile */

@media(max-width:991px){

.rcl5-title{
font-size:42px;
}

.rcl5-subtitle{
font-size:18px;
}

}

@media(max-width:768px){

.rcl5-hero{
min-height:470px;
}

.rcl5-overlay{
padding:70px 20px;
}

.rcl5-title{
font-size:32px;
line-height:1.25;
}

.rcl5-subtitle{
font-size:16px;
line-height:1.7;
}

.rcl5-meta{
font-size:13px;
gap:12px;
}

.rcl5-answer{
padding:25px;
margin-top:-40px;
}

.rcl5-answer h2{
font-size:26px;
}

.rcl5-answer p{
font-size:16px;
}

.rcl5-toc{
padding:22px;
}

.rcl5-toc h2{
font-size:24px;
}

.rcl5-container h2{
font-size:28px;
}

.rcl5-container h3{
font-size:22px;
}

.rcl5-container p{
font-size:16px;
}

}

/* =====================================================
ARTICLE 05 - PART 1B
===================================================== */

/* Highlight Box */

.rcl-highlight{
background:#F8F4FA;
padding:35px;
border-left:6px solid #942F6C;
border-radius:15px;
margin:45px 0;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.rcl-highlight h2{
margin-top:0;
color:#0B416A;
font-size:30px;
}

.rcl-highlight p{
margin-bottom:0;
}

/* Decision Box */

.decision-box{
background:#f8f9fc;
padding:40px;
border-radius:15px;
margin:55px 0;
box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.decision-box h2{
margin-top:0;
color:#0B416A;
text-align:center;
}

/* Grid */

.decision-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:30px;
}

/* Cards */

.decision-grid div{
background:#fff;
padding:30px;
border-radius:12px;
border-top:5px solid #942F6C;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.35s;
}

.decision-grid div:hover{
transform:translateY(-6px);
}

.decision-grid h3{
margin-top:0;
color:#0B416A;
font-size:22px;
}

.decision-grid ul{
margin-top:15px;
padding-left:20px;
}

.decision-grid li{
margin-bottom:12px;
}

/* Responsive */

@media(max-width:768px){

.rcl-highlight{
padding:25px;
}

.rcl-highlight h2{
font-size:24px;
}

.decision-box{
padding:25px;
}

.decision-grid{
grid-template-columns:1fr;
gap:20px;
}

.decision-grid div{
padding:22px;
}

.decision-grid h3{
font-size:20px;
}

}

/* =====================================================
ARTICLE 05 - PART 2 CSS
===================================================== */

/* Comparison Table */

.comparison-table{
margin:60px 0;
overflow-x:auto;
}

.comparison-table h2{
margin-bottom:25px;
}

.comparison-table table{
width:100%;
border-collapse:collapse;
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
min-width:650px;
}

.comparison-table th{
background:linear-gradient(135deg,#0B416A,#942F6C);
color:#fff;
padding:18px;
font-size:18px;
font-weight:700;
text-align:left;
}

.comparison-table td{
padding:18px;
border-bottom:1px solid #ececec;
font-size:16px;
line-height:1.8;
vertical-align:top;
}

.comparison-table tr:nth-child(even){
background:#fafafa;
}

.comparison-table tr:hover{
background:#f5f8fc;
}

/* Career Cards */

.career-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin:45px 0;
}

.career-card{
background:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 12px 30px rgba(0,0,0,.08);
border-top:5px solid #942F6C;
transition:.35s;
}

.career-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.career-icon{
font-size:42px;
margin-bottom:18px;
}

.career-card h3{
margin-top:0;
margin-bottom:15px;
font-size:24px;
color:#0B416A;
}

.career-card p{
margin-bottom:0;
}

/* CTA Box */

.rcl-cta-box{
background:linear-gradient(135deg,#0B416A,#942F6C);
padding:50px 40px;
border-radius:18px;
margin:60px 0;
text-align:center;
color:#fff;
box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.rcl-cta-box h2{
color:#fff;
margin-top:0;
margin-bottom:20px;
}

.rcl-cta-box p{
color:#fff;
font-size:18px;
max-width:800px;
margin:15px auto;
}

.rcl-btn{
display:inline-block;
margin-top:15px;
padding:15px 35px;
background:#fff;
color:#942F6C;
text-decoration:none;
font-weight:700;
border-radius:50px;
transition:.35s;
}

.rcl-btn:hover{
background:#FFD54F;
color:#0B416A;
transform:translateY(-3px);
}

/* Mobile */

@media(max-width:991px){

.career-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.comparison-table table{
min-width:600px;
}

.career-card{
padding:25px;
}

.career-card h3{
font-size:21px;
}

.career-icon{
font-size:34px;
}

.rcl-cta-box{
padding:30px 25px;
}

.rcl-cta-box h2{
font-size:28px;
}

.rcl-cta-box p{
font-size:16px;
}

.rcl-btn{
display:block;
width:100%;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-d98e11f *//* ==========================================
RCL MUMBAI BLOG STYLING
========================================== */

body{
    scroll-behavior:smooth;
}

#content .page-header, #site-footer {display:none!important}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {padding:0;}

/* MAIN ARTICLE */

.rcl-blog-post{
    max-width:1200px;
    margin:auto;
    color:#333;
    line-height:1.9;
}

/* HEADINGS */

.rcl-blog-post h1{
    font-size:48px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.rcl-blog-post h2{
    font-size:34px;
    font-weight:700;
    color:#0B416A;
    margin-top:60px;
    margin-bottom:25px;
    position:relative;
}

.rcl-blog-post h2:after{
    content:"";
    width:80px;
    height:4px;
    background:#942F6C;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:50px;
}

.rcl-blog-post h3{
    font-size:26px;
    color:#942F6C;
    margin-top:35px;
    margin-bottom:15px;
}

/* PARAGRAPHS */

.rcl-blog-post p{
    font-size:18px;
    margin-bottom:20px;
}

/* LINKS */

.rcl-blog-post a{
    color:#942F6C;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
}

.rcl-blog-post a:hover{
    color:#0B416A;
}

/* LISTS */

.rcl-blog-post ul{
    margin:25px 0;
    padding-left:20px;
}

.rcl-blog-post li{
    margin-bottom:12px;
    position:relative;
}

/* HERO */

.rcl-hero{
    position:relative;
    overflow:hidden;
    border-radius:0px;
}

.rcl-hero img{
    transition:all .8s ease;
}

.rcl-hero:hover img{
    transform:scale(1.05);
}

/* QUICK ANSWER BOX */

.quick-answer{
    background:#fff;
    border-left:6px solid #942F6C;
    padding:30px;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.quick-answer:hover{
    transform:translateY(-5px);
}

/* TABLE OF CONTENTS */

.toc-box{
    background:#fafafa;
    padding:30px;
    border-radius:12px;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.toc-box ul{
    list-style:none;
    padding-left:0;
}

.toc-box li{
    margin-bottom:15px;
}

.toc-box a{
    display:block;
    padding:10px;
    border-radius:6px;
}

.toc-box a:hover{
    background:#f3e8ef;
}

/* BLOCKQUOTE */

blockquote{
    background:#fafafa;
    border-left:6px solid #942F6C;
    padding:25px;
    border-radius:8px;
    font-size:24px;
    margin:40px 0;
    color:#0B416A;
}

/* CTA SECTION */

.rcl-cta{
    background:linear-gradient(
        135deg,
        #942F6C,
        #0B416A
    );
    color:#fff;
    padding:60px;
    border-radius:16px;
    text-align:center;
    margin:60px 0;
    box-shadow:0 20px 50px rgba(0,0,0,.2);
}

.rcl-cta h2{
    color:#fff;
}

.rcl-cta h2:after{
    display:none;
}

.rcl-cta a{
    display:inline-block;
    background:#fff;
    color:#942F6C;
    padding:15px 35px;
    border-radius:50px;
    margin-top:20px;
    font-weight:700;
    transition:all .3s ease;
}

.rcl-cta a:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(255,255,255,.2);
}

/* FEATURE BOXES */

.feature-box{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* ACCORDION FAQ */

details{
    background:#fff;
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    border:1px solid #eee;
}

summary{
    cursor:pointer;
    padding:20px;
    font-size:18px;
    font-weight:600;
    color:#0B416A;
    transition:.3s;
}

summary:hover{
    background:#f9f2f6;
}

details p{
    padding:0 20px 20px;
}

details[open]{
    border-left:5px solid #942F6C;
}

/* BUTTONS */

.rcl-btn{
    display:inline-block;
    background:#942F6C;
    color:#fff !important;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
    transition:all .3s ease;
}

.rcl-btn:hover{
    background:#0B416A;
    transform:translateY(-3px);
}

/* TABLES */

table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

table th{
    background:#942F6C;
    color:#fff;
    padding:15px;
}

table td{
    padding:15px;
    border:1px solid #ddd;
}

table tr:nth-child(even){
    background:#fafafa;
}

/* IMAGES */

img{
    border-radius:12px;
    transition:all .4s ease;
}

img:hover{
    transform:scale(1.02);
}

/* SCROLL ANIMATION */

.fade-up{
    animation:fadeUp .8s ease;
}

@keyframes fadeUp{

from{
    opacity:0;
    transform:translateY(30px);
}

to{
    opacity:1;
    transform:translateY(0);
}

}

/* MOBILE */

@media(max-width:768px){

.rcl-blog-post h1{
    font-size:32px;
}

.rcl-blog-post h2{
    font-size:28px;
}

.rcl-blog-post h3{
    font-size:22px;
}

.rcl-blog-post p{
    font-size:16px;
}

.rcl-cta{
    padding:35px 20px;
}

}/* End custom CSS */