.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5b31aba *//*=========================
RGB OFFER FOOTER
=========================*/

.offer-footer{

padding:60px 20px;

background:#0b1020;

}

.offer-box{

max-width:1100px;

margin:auto;

padding:45px;

border-radius:25px;

text-align:center;

position:relative;

overflow:hidden;

background:#101828;

border:2px solid transparent;

animation:rgbBorder 4s linear infinite;

box-shadow:0 0 35px rgba(0,255,255,.25);

}

/* RGB Border */

@keyframes rgbBorder{

0%{

box-shadow:0 0 25px #00ffff;

}

25%{

box-shadow:0 0 25px #ff00ff;

}

50%{

box-shadow:0 0 25px #00ff66;

}

75%{

box-shadow:0 0 25px #ff6600;

}

100%{

box-shadow:0 0 25px #00ffff;

}

}

.offer-box h2{

color:#ffffff;

font-size:18px;

letter-spacing:3px;

margin-bottom:15px;

}

.offer-box h1{

font-size:42px;

color:#ffffff;

margin-bottom:20px;

}

.price{

font-size:30px;

color:#ffffff;

margin-bottom:20px;

}

.price span{

font-size:58px;

font-weight:700;

color:#FFD700;

text-shadow:0 0 20px #FFD700;

}

.offer-box p{

font-size:18px;

line-height:1.8;

color:#E2E8F0;

margin-bottom:35px;

}

.offer-btn{

display:inline-block;

padding:18px 45px;

background:#FF7A00;

color:#ffffff;

font-size:18px;

font-weight:700;

text-decoration:none;

border-radius:50px;

transition:.3s;

box-shadow:0 15px 35px rgba(255,122,0,.35);

}

.offer-btn:hover{

background:#0B63F6;

transform:translateY(-4px);

}

@media(max-width:768px){

.offer-box{

padding:30px 20px;

}

.offer-box h1{

font-size:28px;

}

.price{

font-size:22px;

}

.price span{

font-size:42px;

}

.offer-box p{

font-size:15px;

}

.offer-btn{

width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1313974 *//*=========================
FOOTER
=========================*/

.main-footer{

background:#08111F;

color:#fff;

padding:70px 25px 25px;

}

.footer-container{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:50px;

padding-bottom:40px;

border-bottom:1px solid rgba(255,255,255,.10);

}

.footer-logo img{

height:60px;

margin-bottom:20px;

}

.footer-logo p{

color:#CBD5E1;

line-height:1.8;

max-width:350px;

}

.footer-contact h3,
.footer-links h3{

font-size:22px;

margin-bottom:20px;

color:#fff;

}

.footer-contact p{

margin-bottom:12px;

color:#CBD5E1;

}

.footer-links ul{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

color:#CBD5E1;

transition:.3s;

cursor:pointer;

}

.footer-links li:hover{

color:#FF7A00;

padding-left:8px;

}

.footer-bottom{

max-width:1200px;

margin:25px auto 0;

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:20px;

}

.footer-bottom p{

color:#94A3B8;

}

.footer-bottom a{

background:#25D366;

color:#fff;

padding:14px 28px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.footer-bottom a:hover{

background:#1EBE5D;

transform:translateY(-3px);

}

@media(max-width:768px){

.footer-container{

grid-template-columns:1fr;

text-align:center;

}

.footer-logo p{

margin:auto;

}

.footer-bottom{

flex-direction:column;

text-align:center;

}

}/* End custom CSS */