/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

/* .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
} */

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

element.style {
    color: #000;
    font-size: 14px;
}

* {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
}

/*- Home Page -*/

.common-card-right h2 {
    color: #4949ff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 50px;
}

.common-card-right h6 {
    color: #FE4439;
    font-weight: bold;
}

.common-card-right p {
    font-size: 15px;
}

.common-card-right h3 {
    color: #4949ff !important;
    font-size: 18px;
    font-weight: bold;
}

.common-card-right h4 {
    font-size: 16px;
    font-weight: bold;
}

.our-services-sc {
    background-color: #f7f7f7;
}

.our-services-sc {
    padding: 45px;
}

.our-services-card {
    background-color: #fff;
    margin-bottom: 20px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 10px 0px #D3D3D3;
    color: #000;
}

.our-services-card i {
    color: #4949ff;
}

.our-services-card h5 {
    color: #4949ff;
}



.our-services-card-text p {
    font-size: 14px;
}

.our-services-card-text {
    padding: 20px 25px;
}

.our-services-card-text {
    padding: 20px 25px;
}

.our-card i {
    color: #4949ff;
}

.our-card {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border: 3px dashed rgb(201, 201, 201);
    box-shadow: 0px 0px 10px 0px #D3D3D3;
    color: #000;
}

.our-card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.our-card h2 {
    font-weight: bold;
}

.btn {
    background-color: #4949ff;
    color: #fff;
}

.why-choose {
    padding: 15px;
    background-color: #F8FAFF;

}

.why h1 {
    font-size: 35px;
    padding: 15px;
    color: #4949ff;
    font-weight: bold;
}

.why p {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
}

.icons i {
    background-color: #4949ff;
}

.carousel-item img {
    height: 90vh;
    object-fit: cover;
}


.call-header {
    background: #f4f4f4;
    padding: 6px 15px;
    border-radius: 30px;
}

.call-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px dashed #28a745;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28a745;
    font-size: 14px;
}

.call-text small {
    display: block;
    font-size: 12px;
    color: #555;
    line-height: 1;
}

.call-text strong a {
    font-size: 16px;
    color: #f4a000;
    text-decoration: none;
}

.clint-feedback-card {
    color: #fff;
    text-align: center;
    padding: 35px 10px;
}

.clint-feedback-card h3 {
    font-weight: bold;
}

.background-one {
    background-color: #2DC0D1;
}

.background-two {
    background-color: #a9a9a9;
}

.background-three {
    background-color: #212442;
}

.background-four {
    background-color: #FE4439;
}

/*- header -*/
.container-fluid-sc {
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-custom {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #feffff !important;

}


.dropdown-menu-sc {
    width: 200px;
    text-align: center;
    border-radius: 0px !important;
    border-bottom: 2px solid #1967D2;
    margin-bottom: 15px;
}

.dropdown-item-sc:active {
    background-color: #4949ff;

}

.nav-link-custom {
    font-size: 16px;
    padding-left: 11px !important;
    padding-right: 11px !important;
    color: #202020;
    font-weight: 600;
}

.active {
    color: #4949ff !important;
}

.nav-link-custom:hover {
    color: #4949ff;
}

.form-control-header {
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #202124 !important;
    border-right: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 255px;
    color: #202124;
}

.btn-icon-search {
    padding: 0px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #202124;
    background-color: #fff;
    border-left: none;

}

.btn-header {
    font-size: 14px;

}

.btn-header-sc {
    font-size: 14px;
    padding: 12px 30px;
    background-color: #4949ff;
    color: #fff;
    border-radius: 8px;
}

.btn-header-sc:hover {

    background-color: #2cc4d4;
    color: #000;
}

/*- mobile -*/
.navbar-toggler {
    border: none !important;
}

.person-card-mobile {
    position: absolute;
    width: 21px;
    top: 27px;
    right: 62px;
    display: none;
}

.offcanvas-custom {
    width: 280px !important;
}

.offcanvas-header {
    border-bottom: 1px solid #f5f5f5;
}

.gap {

    margin-bottom: -1px;

}

.top-header {
    background-color: #4949ff;
}

.top-header-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0px;
}

.top-header-left ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.top-header-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0px;
}

.top-header-right ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.global-reach {
    background: #f3f3f3;
    padding: 80px 0;
    text-align: center;
}

.global-reach h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.global-reach h2 {
    color: #4949ff;
    font-size: 35px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 4px;
}

.global-reach p {
    max-width: 850px;
    font-size: 15px;
    margin: 0 auto 40px;
    color: #000;

}

.map-wrapper {
    position: relative;
    display: inline-block;
}

.map-wrapper img {
    max-width: 100%;
    opacity: 0.6;
}

/* Location Pin */
.pin {
    width: 18px;
    height: 18px;
    background: red;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 8px rgba(255, 0, 0, 0.2);
}

/* India Location */
.pin.india {
    top: 45%;
    left: 65%;
}

/* Africa Location */
.pin.africa {
    top: 60%;
    left: 52%;
}

/*- breadcumb -*/
.breadcumb-sc {
    background-color: #f5f7fe;
    padding: 45px 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 30px;
}

.breadcumb-sc h5 {
    color: #202124;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 15px;
}

.breadcumb-sc ul li {
    display: inline-block;
    color: #77838F !important;
    font-size: 14px;

}

.breadcumb-sc ul li a {
    font-size: 14px;
    color: #202124;

}

.contact-us-right-card {
    background-color: #fff;
    padding: 15px 35px;
    box-shadow: 0px 0px 7px 8px rgba(29, 28, 28, 0.25882352941176473);

}

.form-control-custom {
    border-radius: 10px;
    height: 50px;
    /* background-color: #f5f7fe; */
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #77838F;
    padding-right: 35px;
}

.form-control-custom-t {
    border-radius: 10px;

    /* background-color: #f5f7fe; */
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #77838F;
    padding-right: 35px;
}

.contact-usleft-card {
    padding: 25px 45px;

}

.contact-us-icon {
    width: 40px;
    height: 40px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: #fff;
}

.f-s-csutom-sc {
    background-color: #fff;

    border-radius: 10px;
}

.form-select-custom {
    height: 50px;
    color: #696969;
    border: 1px solid #dee2e6;

    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
}

/* ===== ABOUT HERO WITH BACKGROUND IMAGE ===== */


.about-hero {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* better control */
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(40%);
}

.about-hero h1 {
    font-size: 42px;
    font-weight: 800;
}

.about-hero p {
    margin-top: 15px;
    font-size: 18px;
    opacity: 0.9;
}

/* Responsive */
@media(max-width:768px) {
    .about-hero {
        padding: 80px 20px;
    }

    .about-hero h1 {
        font-size: 26px;
    }
}

/*- footer -*/
.footer-section {
    background-color: #131D3B;
    padding: 50px 0px;
    border-top-left-radius: 0px;

}

.footer-copyright {
    background-color: #4949ff;
    padding: 15px 2px;
}

.footer-copyright p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

/* ================= FOOTER SECTION ================= */

.footer-section {
    background: #14224a;
    padding: 70px 0 0 0;
    color: #fff;
}

/* ================= HEADINGS ================= */

.footer-main-heading {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}

/* ================= LINKS ================= */

.footer-link-sc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-sc ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}

.footer-link-sc ul li a {
    text-decoration: none;
    color: #dcdcdc;
    font-size: 14px;
    transition: 0.3s;
}

.footer-link-sc ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* ================= CONTACT INFO ================= */

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info img {
    width: 20px;
    height: 20px;
}

.contact-text {
    font-size: 15px;
    color: #dcdcdc;
}

.contact-text strong {
    color: #ffffff;
    margin-right: 5px;
}

/* ================= SOCIAL ICONS ================= */

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transition: 0.3s ease;
}

.social-icons a img {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.social-icons a:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.15);
}

/* First Large Icon (mart class) */
.social-icons .mart img {
    width: 90px;
    height: auto;
}

/* ================= COPYRIGHT ================= */

.footer-bottom {
    background: #4949ff;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 768px) {

    .footer-section {
        padding: 40px 15px 0 15px;
    }

    .footer-main-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-link-sc ul li {
        padding: 10px 0;
    }

    .footer-link-sc ul li a {
        font-size: 13px;
    }

    .contact-info li {
        gap: 10px;
        padding: 10px 0;
    }

    .contact-text {
        font-size: 13px;
    }

    .social-icons {

        gap: 12px;
    }

    .social-icons a {
        width: 45px;
        height: 45px;
    }

    .social-icons a img {
        width: 35px;
        height: auto;
    }

    .social-icons .mart img {
        width: 90px;
        height: auto;
    }

    .footer-bottom {
        font-size: 13px;
        padding: 12px;
    }

}




.top-header-right ul li a {

    color: #fff !important;


}

.f-s-csutom-sc {
    background-color: #fff;

    border-radius: 10px;
}

.form-select-custom {
    height: 50px;
    color: #696969;
    border: 1px solid #dee2e6;

    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
}

.hedding h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #4949ff !important;
}

.hedding h4 {
    font-size: 18px;
    font-weight: bold;

}

.about-us-sc {
    /*background-color: #F8FAFF;*/
    background-image: url(../images/bg-breadcrumb.png);
    background-position: top center;
    padding: 50px 0px;
    text-align: center;

}

.about-us-sc h2 {
    color: #202124;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 12px;
}

.about-us-sc ul {

    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.about-us-sc ul li {
    display: inline-block;
    color: #77838F !important;
    font-size: 14px;
}

.about-us-sc ul li a {
    color: #202124;
}

.rewarding-result {
    background-color: #F5F5F5;
    padding-bottom: 50px;
    padding-top: 10px;
}

.rewarding-card {
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 0px 10px 0px #D3D3D3;
    display: flex;
    margin-bottom: 25px;
}

.rewarding-card-right {
    padding-left: 15px;
}

.rewarding-card-right h5 {
    color: #000;
    font-weight: 600;
}

.rewarding-card-right p {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.about-icon {
    color: #4949ff;
    font-size: 30px;
}

.rewarding-card-sc {
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 10px 0px #D3D3D3;
    text-align: center;
}

.global-reach {
    background-color: #f7f8f9;
    padding: 25px 0px;
}

.dropdown-item.active,
.dropdown-item:active {

    text-decoration: none;
    background-color: #FE4439 !important;
}


.navbar-nav .nav-link.show {
    color: #FE4439 !important;
}

.dropdown-menu {
    border-radius: 0px;
    font-size: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #FE4439 !important;
}

.container-fluid-custom {
    padding-right: 60px;
    padding-left: 60px;
}

.divider-custom {
    color: #fff !important;
}

.footer-link-sc h5:before {
    position: absolute;
    content: " ";
    width: 68px;
    height: 2px;
    background-color: #fff;
    bottom: 0px;
}

.internship-left-card {
    padding: 25px 45px;
}

.accordion-body p {
    margin-bottom: 7px;
    font-size: 14px;
}

.accordion-button {
    background-color: transparent !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    color: #FE4439 !important;
    box-shadow: none !important;
    font-size: 18px;
    padding: 0px;
}

.accordion-button::after {
    display: none !important;
}

.accordion-body {
    border-left: 2px dotted #FE4439;
}

.internship-section {
    background-color: #fff;
    border-radius: 25px;

}

.internship-section-left {
    padding: 30px 60px;
}

.internship-section-left-main-heading {
    font-weight: 500;
    color: #212442;
}

.internship-section-left-sub-heading {
    color: #FE4439;
}

.popular-tag {
    background-color: #008060;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;

}

.rewarding-result-sc {
    padding-top: 50px;
}

.live-sc {
    border: 2px solid #FE4439;
    border-radius: 25px;
    padding: 45px 20px;
}

.live-card {
    border-right: 1px solid #cecece;
}

.live-card h3 {
    font-weight: bold;
    color: #FE4439;
    letter-spacing: 2px;
}

.live-card p {
    font-weight: 500;
    color: #212442;
    letter-spacing: 2px;
}

.live-sc .col:last-child .live-card {
    border: none;

}

.internship-left-card {
    padding: 25px 45px;
}

.accordion-body p {
    margin-bottom: 7px;
    font-size: 14px;
}

.accordion-button {
    background-color: transparent !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    color: #FE4439 !important;
    box-shadow: none !important;
    font-size: 18px;
    padding: 0px;
}

.accordion-button::after {
    display: none !important;
}

.accordion-body {
    border-left: 2px dotted #FE4439;
}

.internship-section {
    background-color: #fff;
    border-radius: 25px;

}

.internship-section-left {
    padding: 30px 60px;
}

.internship-section-left-main-heading {
    font-weight: 500;
    color: #212442;
}

.internship-section-left-sub-heading {
    color: #FE4439;
}

.popular-tag {
    background-color: #008060;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;

}

.rewarding-result-sc {
    padding-top: 50px;
}

.live-sc {
    border: 2px solid #FE4439;
    border-radius: 25px;
    padding: 45px 20px;
}

.live-card {
    border-right: 1px solid #cecece;
}

.live-card h3 {
    font-weight: bold;
    color: #FE4439;
    letter-spacing: 2px;
}

.live-card p {
    font-weight: 500;
    color: #212442;
    letter-spacing: 2px;
}

.live-sc .col:last-child .live-card {
    border: none;

}

.our-teams-card {

    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.our-teams-card h5 {
    font-weight: 500;
    color: #202124;
}

.our-teams-card p {
    color: #696969;
    margin-bottom: 0px;
    font-size: 15px;
}

.our-teams-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 5px;
    object-fit: cover;
    margin-bottom: 15px;
}

.internship-section-right {
    height: 100%;
}

.common-page-left-card h6 {
    font-weight: 500;
    color: #202124;
    font-size: 17px;
    margin-bottom: 15px;
}

.common-page-left-card p {
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 300;
    margin-bottom: 30px;
}

.wp-section {
    background-image: url(../images/wp-back.jpg);
    background-position: top center;
    padding: 0px 0px;
    border-radius: 10px;

}

.table-custom {
    background-color: #ffffff00 !important;
    font-size: 14px;

}

.table-custom th {
    color: #fff;

}

.table-custom td {
    color: #fff;

}

.top-header-mobile-right {
    text-align: end;
}

.navbar-toggler-icon {
    background-image: none !important;
    background-color: #000 !important;
    height: 3px;
    width: 25px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before {
    display: block;
    background-color: #000 !important;
    height: 3px;
    content: "";
    position: relative;
    top: -7px;
    transition: all 0.15s ease-out;
    /*taken down to hide quicker*/
    transform-origin: center;
}

.navbar-toggler-icon::after {
    display: block;
    background-color: #000 !important;
    height: 3px;
    content: "";
    position: relative;
    top: 4px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.btn-close {
    --bs-btn-close-bg: none !important;
    opacity: 10 !important;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 600px) {
    .navbar-nav .nav-link.show {
        color: #ffffff !important;
    }

    .nav-link-custom:hover {
        color: #fff;
    }

    /*.top-header-mobile{*/
    /*    text-align:center !important;*/
    /*}*/
    /*.top-header-mobile-right{*/
    /*    text-align:center !important;*/
    /*}*/
    .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px;
    }

    .offcanvas-header {
        background: #fff;
        border-bottom: 0px !important;
    }

    element.style {
        color: #000;
        margin-top: -15px;
    }



    .offcanvas-body {
        background: #4949ff;
    }

    /*- Navabr -*/
    .container-fluid-sc {
        padding-left: 5px;
        padding-right: 5px;
    }

    .active {
        color: #fff !important;

    }

    .person-card-mobile {
        display: block;
    }

    .btn-header {
        display: none;
    }


    .nav-link-custom {
        padding-left: 0px !important;
    }

    .form-control-header {
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

    /*.top-header-mobile{*/
    /*    text-align:center !important;*/
    /*}*/
    /*.top-header-mobile-right{*/
    /*    text-align:center !important;*/
    /*}*/
    .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px;
    }

    /*- navbar -*/
    .container-fluid-sc {
        padding-left: 5px;
        padding-right: 5px;
    }

    .person-card-mobile {
        display: block;
    }

    .btn-header {
        display: none;
    }



    .nav-link-custom {
        padding-left: 15px !important;
    }

    .form-control-header {
        width: 100%;
    }
}


/* ================= HERO ================= */

.services-hero {
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.services-hero h1 {
    font-weight: 700;
    font-size: 40px;
}

.services-hero p {
    font-size: 18px;
    opacity: 0.9;
}

/* ================= SERVICE CARDS ================= */

.service-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    padding: 35px 25px;
    background: #fff;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: #6c757d;
}

/* ================= MOBILE FIX ================= */

@media (max-width:768px) {

    .services-hero {
        padding: 50px 20px;
    }

    .services-hero h1 {
        font-size: 26px;
    }

    .services-hero p {
        font-size: 14px;
    }

    .service-card {
        padding: 25px 18px;
        text-align: center;
    }

    .service-icon {
        font-size: 35px;
    }

}

/* ================= PREMIUM SECTION ================= */

.digital-marketing-premium {
    padding: 90px 0;
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    color: #fff;
}

/* Title */
.premium-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}

.premium-subtitle {
    max-width: 650px;
    margin: 15px auto 0;
    font-size: 16px;
    opacity: 0.9;
}

/* Cards */
.premium-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 20px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    height: 100%;
}

.premium-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

/* Icon Animation */
.premium-icon {
    font-size: 45px;
    margin-bottom: 20px;
    transition: 0.4s ease;
}

.premium-card:hover .premium-icon {
    transform: scale(1.2) rotate(8deg);
}

/* Button */
.premium-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #4949ff;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.premium-btn:hover {
    background: #f8f9fc;
    color: #000;
    transform: scale(1.05);
}

/* Mobile */
@media (max-width:768px) {

    .digital-marketing-premium {
        padding: 60px 20px;
    }

    .premium-title {
        font-size: 24px;
    }

    .premium-subtitle {
        font-size: 14px;
    }

    .premium-card {
        padding: 25px 15px;
    }

    .premium-icon {
        font-size: 32px;
    }

}

/* ================= Reward Section ================= */

body {
    font-family: 'Poppins', sans-serif;
    background: #f4f6fb;
}

/* ===== SECTION ===== */

.reward {
    background: linear-gradient(135deg, #1f3bb3, #2f66ff);
}

.reward-section {

    border-radius: 40px;
    padding: 60px 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* LEFT SIDE */

.reward-title {
    font-weight: 600;
    font-size: 28px;
}

.reward-text {
    font-size: 14px;
    opacity: .9;
    margin: 15px 0 25px;
}

.stats-box {
    display: ruby-text;
    gap: 15px;
    flex-wrap: wrap;
}

.stat {
    background: #fff;
    color: #111;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 500;
    min-width: 120px;
}

.stat strong {
    color: #0a9c4b;
    font-size: 16px;
    display: block;
}

.know-btn {
    background: #ffc107;
    border: none;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 600;
    margin-top: 20px;
}

/* ===== CARD ===== */

.price-card {
    background: #f3f6ff;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.badge-best {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #ffc107;
    color: #000;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
}

.price-card h5 {
    color: #000;
    font-weight: 600;
}

.price {
    color: #000;
    font-size: 26px;
    font-weight: 700;
}

.price small {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.price-card {
    display: block;
    color: inherit;
}

/* ===== KEEP SAME LAYOUT ON MOBILE ===== */
@media (max-width:768px) {

    .price-card .d-flex {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
    }

    .price {
        white-space: nowrap;
    }

}

@media (max-width:400px) {
    .price-card h5 {
        font-size: 16px;
    }
}

/* Features list clean alignment */
.features {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
}

.features li {
    color: #202020;
    font-size: 13px;
    list-style: none;
    position: relative;
    padding-left: 28px;
    /* space for tick */
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #0a9c4b;
    font-weight: bold;
}

.get-btn {
    background: #1f3bb3;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 600;
}

/* ===== RESPONSIVE ===== */

@media(max-width:992px) {
    .reward-section {
        padding: 40px 25px;
    }
}

@media(max-width:768px) {
    .reward-section {
        text-align: left;
    }

    .stats-box {
        justify-content: center;
    }
}

.stats-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.stats-box {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollMarquee 18s linear infinite;
}

.stat {
    min-width: 220px;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
}

.stat strong {
    display: block;
    font-size: 20px;
    color: #00a651;
}

/* Animation */
@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Hover pe pause */
.stats-wrapper:hover .stats-box {
    animation-play-state: paused;
}

/* ===== Button Decorative Style ===== */

.btn-wrapper {
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.get-btn {
    position: relative;
    z-index: 2;
    background: #1f3bb3;
    color: #fff;
    border: none;
    width: 65%;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

@media(max-width:768px) {
    .get-btn {
        width: 60%;
    }
}

/* Yellow curve background */
.btn-wrapper::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 70px;

    border-top-left-radius: 60% 50px;
    border-top-right-radius: 60% 50px;
    z-index: 1;
}

/* Coin style */
.coin {
    position: absolute;
    top: -15px;
    width: 40px;
    height: 40px;
    background: #ffc107;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    font-size: 18px;
    margin-top: 26px;
}

.coin-left {
    left: 15px;
}

.coin-right {
    right: 15px;
}

/* Mobile adjust */
@media (max-width:768px) {
    .coin {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-top: 38px;
    }
}

/*=======================*/

