.top-area {
    position: fixed;
    background-color: white;
    z-index: 999;
}

/* Navbar default */
.mainmenu-area,
.navbar {
    background: #fff !important;
    /* hamesha white */
    padding: 0px 0;
    transition: none !important;
    box-shadow: none !important;
}

/* Scroll ke baad jo bhi class aaye sabko neutral karo */
.navbar-fixed-top,
.is-sticky .mainmenu-area,
.mainmenu-area.sticky {
    position: static !important;
    /* fixed hataya */
    top: auto !important;
    background: #fff !important;
    /* white hi rahe */
    padding: 20px 0 !important;
    box-shadow: none !important;
}

/* Logo same size */
.logo {
    height: 70px !important;
    width: auto;
}

/* Scroll ke baad bhi same */
.navbar-fixed-top .logo,
.is-sticky .logo,
.mainmenu-area.sticky .logo {
    height: 70px !important;
}

/* Menu links color (white bg ke liye) */
.navbar-nav li a {
    color: #000 !important;
}

/* Optional hover */
.navbar-nav li a:hover {
    color: #007bff !important;
}








/* Section */
.abt-pro-section {
    background: #fff;
    padding-top: 30px;
}

/* Image Box */
.abt-pro-image-box {
    position: relative;
}

.abt-pro-main-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Overlay */
.abt-pro-overlay {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

/* Experience Card */
.abt-pro-exp-card {
    position: absolute;
    bottom: -25px;
    left: 20px;
    background: #fff;
    padding: 18px 25px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.abt-pro-exp-card h3 {
    margin: 0;
    color: #e63946;
    font-size: 28px;
    font-weight: 700;
}

.abt-pro-exp-card p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* Content */
.abt-pro-subtitle {
    display: inline-block;
    color: #e63946;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.abt-pro-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.abt-pro-text {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.7;
}

/* Features */
.abt-pro-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.abt-pro-features div {
    font-size: 14px;
    color: #333;
}

.abt-pro-features i {
    color: #e63946;
    margin-right: 8px;
}

/* Buttons */
.abt-pro-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.abt-pro-btn-primary {
    background: #e63946;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.abt-pro-btn-primary:hover {
    background: #c92f3a;
}

.abt-pro-btn-outline {
    border: 2px solid #111;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    color: #111;
    transition: 0.3s;
}

.abt-pro-btn-outline:hover {
    background: #111;
    color: #fff;
}


@media (max-width:768px) {
    .abt-pro-content {
        margin-top: 50px;
    }
}









/* Section */
.srv-pro-section {
    background: #f8f9fa;
}

/* Header */
.srv-pro-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.srv-pro-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* Card */
.srv-pro-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.srv-pro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Icon */
.srv-pro-icon {
    font-size: 40px;
    color: #e63946;
    margin-bottom: 15px;
}

/* Heading */
.srv-pro-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Text */
.srv-pro-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Link */
.srv-pro-link {
    display: inline-block;
    margin-top: 10px;
    color: #e63946;
    font-weight: 500;
    text-decoration: none;
}

.srv-pro-link:hover {
    text-decoration: underline;
}


.testimonial-card-pro {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    height: 100%;
}

/* Hover effect (premium smooth) */
.testimonial-card-pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Quote icon (top corner) */
.testimonial-card-pro::before {
    content: "❝";
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: rgba(220, 53, 69, 0.15);
    /* soft red */
    font-weight: bold;
}

/* Client image */
.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* Name */
.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

/* Role */
.testimonial-role {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

/* Text */
.testimonial-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-top: 10px;
}

/* Rating */
.testimonial-rating {
    color: #ffc107;
    font-size: 14px;
    margin-top: 8px;
}








/* Premium Blog Card */
.premium-blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid #eee;
}

.premium-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Image */
.premium-blog-card .post-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Badge */
.blog-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff4d4d;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
}

/* Content */
.premium-blog-card .post-details {
    padding: 20px;
}

.premium-blog-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.premium-blog-card p {
    font-size: 14px;
    color: #666;
}

/* Footer */
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 13px;
}

.blog-footer a {
    color: #ff4d4d;
    font-weight: 500;
    text-decoration: none;
}











/* ===== FOOTER BASE ===== */
.rt-footer {
    /* background: #0f172a; */
    background: #182c48;
    color: #cbd5e1;
    font-size: 14px;
}

.rt-footer__top {
    padding: 80px 0 40px;
}

.rt-footer__box {
    margin-bottom: 30px;
}

/* Titles */
.rt-footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Description */
.rt-footer__desc {
    line-height: 1.7;
}

/* Highlights */
.rt-footer__highlights {
    list-style: none;
    padding: 0;
}

.rt-footer__highlights li {
    margin-bottom: 8px;
}

.rt-footer__highlights i {
    color: #ef4444;
    margin-right: 6px;
}

/* Links */
.rt-footer__links {
    list-style: none;
    padding: 0;
}

.rt-footer__links li {
    margin-bottom: 10px;
}

.rt-footer__links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.rt-footer__links a:hover {
    color: #ef4444;
    padding-left: 5px;
}

/* Contact */
.rt-footer__contact {
    list-style: none;
    padding: 0;
}

.rt-footer__contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.rt-footer__contact i {
    color: #ef4444;
    font-size: 18px;
    margin-top: 4px;
}

.rt-footer__contact span {
    display: block;
    font-weight: 600;
    color: #fff;
}

/* Social */
.rt-footer__social a {
    display: inline-block;
    margin-right: 10px;
    color: #cbd5e1;
    font-size: 16px;
    transition: 0.3s;
}

.rt-footer__social a:hover {
    color: #ef4444;
}

/* Bottom */
.rt-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0px;
    padding-top: 20px;
}

.rt-footer__bottom p {
    margin: 0;
}


.rt-footer__credit {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.rt-footer__credit:hover {
    color: #ef4444;
    text-decoration: underline;
}


.rt-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}

.rt-footer__social a:hover {
    color: white;
    background: #ff3b3b;
    transform: translateY(-4px);
}









.rt-footer__contact li i {
    color: #fff;
}

.rt-footer__contact li span {
    color: #fff;
}

.rt-footer__contact li p,
.rt-footer__contact li a {
    color: #fff;
    text-decoration: none;
}

.rt-footer__contact li a:hover {
    color: #ff3b3b;
    /* optional hover */
}




/* Footer Brand Logo Text */
.rt-footer__brand {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 15px;
}

.rt-footer__brand span {
    color: #ff3b3b;
    /* highlight word */
    font-weight: 600;
}

/* Optional premium effect */
.rt-footer__brand {
    position: relative;
    display: inline-block;
}


.bg-img-team img {
    height: 190px;
}






















.rtx-navbar {
    background: #fff;
    padding: 4px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Logo */
.rtx-logo img {
    width: 80px;
    height: auto;
}

/* Menu */
.rtx-menu .nav-link {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 0 12px;
    position: relative;
    transition: 0.3s;
}



.rtx-menu .nav-link:hover::after,
.rtx-menu .nav-link.active::after {
    width: 100%;
}

.rtx-menu .nav-link:hover {
    color: #ff3b3b;
}




/* Toggler Fix */
.rtx-toggler {
    border: none;
}

/* Mobile spacing */
@media (max-width: 991px) {
    .rtx-menu {
        margin-top: 15px;
    }

    .rtx-btn {
        display: inline-block;
        margin-top: 10px;
    }
}









/* contact us page */

/* Map */
.rt-contact__map iframe {
    display: block;
}





/* Left Box */
.rt-contact-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* Right Form Box */
.rt-contact-form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* Heading */
.rt-contact-heading {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Text */
.rt-contact-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.7;
}

/* List */
.rt-contact-list {
    list-style: none;
    padding: 0;
}

.rt-contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.rt-contact-list i {
    font-size: 18px;
    color: #ff3b3b;
    margin-top: 5px;
}

.rt-contact-list h6 {
    font-size: 15px;
    margin-bottom: 3px;
}

.rt-contact-list p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Inputs BIG + PREMIUM */
.rt-input {
    height: 55px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Textarea */
textarea.rt-input {
    height: auto;
}

/* FOCUS EFFECT 🔥 */
.rt-input:focus {
    border-color: #ff3b3b;
    box-shadow: 0 0 0 3px rgba(255, 59, 59, 0.1);
    outline: none;
}

/* Button */
.rt-contact-btn {
    background: #ff3b3b;
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.rt-contact-btn:hover {
    background: #d92c2c;
    transform: translateY(-2px);
}





































/* FLEX FIX */
.rtx-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.rtx-logo img {
    height: 70px;
}

/* TOGGLE RIGHT FIX */
.rtx-toggle-btn {
    border: none;
    background: transparent;
    margin-left: auto;
    /* 🔥 important */
}

.rtx-toggle-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #222;
    margin: 5px 0;
    border-radius: 2px;
}

/* CTA BUTTON */
/* .rtx-btn {
    background: #ff3b3b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
} */
.rtx-btn {
    background: #ff3b3b;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.3s;
    font-size: 15.4px;
}

.rtx-btn:hover {
    background: #d92c2c;
    color: white;
}

/* MOBILE PERFECT ALIGNMENT */
@media (max-width: 991px) {

    .rtx-nav-wrapper {
        flex-wrap: nowrap;
        /* 🔥 prevents breaking */
    }

    .rtx-logo {
        flex: 0 0 auto;
    }

    .rtx-toggle-btn {
        flex: 0 0 auto;
    }

    /* MENU DROPDOWN */
    .rtx-collapse {
        background: #fff;
        margin-top: 15px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .rtx-menu {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}




@media (max-width:768px) {
    .margin-top-all-page {
        margin-top: 40px;
    }
}







.single-fun-fact h3 {
    font-size: 36px;
    font-weight: 700;
}

.plus {
    font-size: 20px;
    margin-left: 3px;
    font-weight: 600;
    color: #ff3b3b;
}

















/* Section Background */
.rt-fact {
    /* background: linear-gradient(135deg, #0f5132, #198754); */
    /* background: linear-gradient(135deg, #2f3532, #FC7304);
    color: #fff; */
}

.rt-fact {
    background: linear-gradient(135deg, #0f1a51c9, #5dc394);
    background: linear-gradient(135deg, #4f9c76, #f77309);
    color: #fff;
}

/* Card */
.rt-fact__card {
    padding: 40px 25px;
    border-radius: 14px;
    background: rgba(11, 10, 10, 0.155);
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

/* Hover */
.rt-fact__card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
}

/* Icon */
.rt-fact__icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}

/* Number */
.rt-fact__number {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Plus sign */
.rt-plus {
    font-size: 22px;
    margin-left: 4px;
}

/* Text */
.rt-fact__card p {
    font-size: 15px;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .rt-fact__number {
        font-size: 28px;
    }
}





/* about us page */

.company-overview-pro {
    background: linear-gradient(135deg, #f8f9fa, #eef2f7);
}

.co-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.co-subtitle {
    color: #777;
    font-size: 16px;
}

.co-content h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.co-content p {
    color: #666;
    margin-bottom: 15px;
}

.co-features {
    margin: 20px 0;
}

.co-features div {
    margin-bottom: 10px;
    font-size: 15px;
}

.co-features i {
    color: #ff5e14;
    margin-right: 8px;
}

.co-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #ff5e14;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.co-btn:hover {
    background: #222;
}

/* Cards */
.co-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.co-card i {
    font-size: 35px;
    color: #ff5e14;
    margin-bottom: 10px;
}

.co-card h4 {
    font-size: 28px;
    font-weight: 700;
}

.co-card p {
    color: #777;
}

.co-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}








.mission-vision-pro {
    background: linear-gradient(135deg, #ffffff, #f1f3f6);
}

/* Heading */
.mv-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mv-subtitle {
    color: #777;
    font-size: 16px;
}

/* Card */
.mv-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Icon */
.mv-icon {
    width: 70px;
    height: 70px;
    background: #ff5e14;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Text */
.mv-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mv-card p {
    color: #666;
    font-size: 15px;
}

/* Bottom line animation */
.mv-line {
    width: 50px;
    height: 3px;
    background: #ff5e14;
    margin-top: 20px;
    transition: 0.3s;
}

.mv-card:hover .mv-line {
    width: 100px;
}

/* Different color effect */
.mission-card .mv-icon {
    background: #ff5e14;
}

.vision-card .mv-icon {
    background: #007bff;
}






.work-pro {
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

/* Heading */
.work-title {
    font-size: 36px;
    font-weight: 700;
}

.work-sub {
    color: #777;
}

/* Card */
.work-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 100%;
}

.work-card i {
    font-size: 40px;
    color: #ff5e14;
    margin-bottom: 15px;
}

.work-card h4 {
    font-size: 16px;
    font-weight: 600;
}

/* Hover Effect */
.work-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #ff5e14, #ff8c42);
    color: #fff;
}

.work-card:hover i {
    color: #fff;
}






/* Project Card */
.single-project-details {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.single-project-details:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image */
.project-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

/* Hover Zoom */
.single-project-details:hover img {
    transform: scale(1.1);
}




/* Section */
.breadcrumb-pro {
    position: relative;
    background: url('/img/about3.jpeg') center/cover no-repeat;
    padding: 180px 0 100px;
    color: #fff;
}

@media (max-width:768px) {
    .breadcrumb-pro {
        padding: 130px 0 50px;
    }
}

/* Overlay */
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* Content */
.breadcrumb-pro .container {
    position: relative;
    z-index: 2;
}

/* Title */
.breadcrumb-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Breadcrumb List */
.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 16px;
    color: #ddd;
}

/* Separator */
.breadcrumb-list li::after {
    content: "/";
    margin: 0 8px;
    color: #aaa;
}

.breadcrumb-list li:last-child::after {
    display: none;
}

/* Link */
.breadcrumb-list a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-list a:hover {
    color: #ff5e14;
}

/* Active */
.breadcrumb-list span {
    color: #ff5e14;
    font-weight: 500;
}















/* SECTION BG same as work-pro */
.ssp-faq-form {
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

/* HEADING (same as other sections) */
.ssp-title {
    font-size: 36px;
    font-weight: 700;
}

.ssp-sub {
    color: #777;
    font-size: 15px;
}

/* BOX (same as co-card / work-card feel) */
.ssp-box {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.ssp-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* ACCORDION */
.ssp-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.ssp-accordion .accordion-button {
    font-size: 15px;
    font-weight: 600;
    background: #f1f5f9;
    border-radius: 8px;
    box-shadow: none;
}

.ssp-accordion .accordion-button:not(.collapsed) {
    background: #ff5e14;
    color: #fff;
}

.ssp-accordion .accordion-body {
    font-size: 14px;
    color: #666;
}

/* INPUT */
.ssp-input {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

textarea.ssp-input {
    height: auto;
}

.ssp-input:focus {
    border-color: #ff5e14;
    box-shadow: 0 0 0 2px rgba(255, 94, 20, 0.1);
}

/* BUTTON (same theme color) */
.ssp-btn {
    background: #ff5e14;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 16px;
}

.ssp-btn:hover {
    background: #ef5107;
}

/* MOBILE */
@media (max-width:768px) {
    .ssp-box {
        padding: 25px;
    }
}