/* ===============================
   FOOTER V5 COMPACT
=============================== */

.rtt-footer-v5{
    position:relative;
    overflow:hidden;
    color:#fff;
    background:
    radial-gradient(circle at top left,rgba(37,99,235,.20),transparent 25%),
    radial-gradient(circle at top right,rgba(16,185,129,.15),transparent 25%),
    linear-gradient(135deg,#020617,#071a33,#0f172a);
}

.rtt-footer-v5 .rtt-container{
    max-width:1600px;
    margin:auto;
    padding:0 20px;
    position:relative;
    z-index:2;
}

/* ===============================
   GLOW EFFECTS
=============================== */

.rtt-footer-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.15;
}

.glow-1{
    width:250px;
    height:250px;
    background:#2563eb;
    left:-80px;
    top:-80px;
}

.glow-2{
    width:220px;
    height:220px;
    background:#10b981;
    right:-80px;
    bottom:-80px;
}

/* ===============================
   COMPANY
=============================== */

.rtt-footer-company{
    padding:25px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.rtt-company-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.rtt-company-logo img{
    width:140px;
    background:#fff;
    padding:8px;
    border-radius:14px;
}

.rtt-company-content{
    flex:1;
}

.rtt-company-content h2{
    font-size:28px;
    margin:0 0 8px;
    color:#fff;
}

.rtt-company-content p{
    margin:0;
    color:#cbd5e1;
    line-height:1.7;
}

.rtt-company-contact{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.rtt-company-contact a{
    color:#fff;
    text-decoration:none;
}

/* ===============================
   4 COLUMNS
=============================== */

.rtt-footer-main{
    padding:25px 0;
}

.rtt-footer-main .rtt-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    align-items:start;
}

.rtt-footer-column h3{
    color:#fff;
    font-size:18px;
    margin:0 0 18px;
    position:relative;
}

.rtt-footer-column h3:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:45px;
    height:3px;
    background:#fbbf24;
    border-radius:50px;
}

.rtt-footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.rtt-footer-column li{
    margin-bottom:10px;
}

.rtt-footer-column a{
    color:#dbe4f0;
    text-decoration:none;
    transition:.3s;
}

.rtt-footer-column a:hover{
    color:#fff;
}

/* ===============================
   CTA
=============================== */

.rtt-footer-contact-strip{
    padding:0 0 20px;
}

.rtt-contact-content{
    background:
    linear-gradient(
    135deg,
    rgba(37,99,235,.12),
    rgba(16,185,129,.10)
    );

    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;

    padding:18px 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.rtt-contact-left h3{
    font-size:20px;
    margin:0 0 5px;
    color:#fff;
}

.rtt-contact-left p{
    margin:0;
    color:#dbe4f0;
}

.rtt-contact-buttons{
    display:flex;
    gap:10px;
}

.rtt-call-btn,
.rtt-whatsapp-btn,
.rtt-book-btn{
    min-width:130px;
    height:46px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
}

.rtt-call-btn{
    background:#2563eb;
    color:#fff;
}

.rtt-whatsapp-btn{
    background:#16a34a;
    color:#fff;
}

.rtt-book-btn{
    background:#fbbf24;
    color:#111;
}

/* ===============================
   BOTTOM
=============================== */

.rtt-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:15px 0;
}

.rtt-footer-bottom .rtt-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}

.rtt-footer-policy{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.rtt-footer-policy a{
    color:#dbe4f0;
    text-decoration:none;
}

/* ===============================
   DEVELOPER
=============================== */

.rtt-developer-credit{
    text-align:center;
    padding:12px;
    border-top:1px solid rgba(255,255,255,.05);
}

.rtt-developer-credit a{
    color:#cbd5e1;
    text-decoration:none;
}

.rtt-developer-credit strong{
    color:#fbbf24;
}

/* ===============================
   TABLET
=============================== */

@media(max-width:1100px){

.rtt-company-wrapper{
    flex-direction:column;
    text-align:center;
}

.rtt-footer-main .rtt-container{
    grid-template-columns:repeat(2,1fr);
}

.rtt-contact-content{
    flex-direction:column;
    text-align:center;
}

}

/* ===============================
   MOBILE
=============================== */

@media(max-width:767px){

.rtt-footer-main .rtt-container{
    grid-template-columns:1fr 1fr;
    gap:20px 15px;
}

.rtt-company-content h2{
    font-size:24px;
}

.rtt-contact-content{
    padding:16px;
}

.rtt-contact-buttons{
    width:100%;
    flex-direction:column;
}

.rtt-call-btn,
.rtt-whatsapp-btn,
.rtt-book-btn{
    width:100%;
}

.rtt-footer-bottom .rtt-container{
    flex-direction:column;
    text-align:center;
}

.rtt-footer-policy{
    justify-content:center;
}

}
