@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
------------------------ Root Variables ------------------------
--------------------------------------------------------------*/

:root {
    --primary-color: #EE4540;
    --secondary-color: #ffffff;
    --dark: #0C0C0E;
}

/*--------------------------------------------------------------
------------------------ Common Styling ------------------------
--------------------------------------------------------------*/

body {
    font-family: 'Rubik', sans-serif;
    color: var(--text-color);
    font-size: 14px;
    background-color: #000000;
}

a {
    text-decoration: none;
}

tr[visible=false] {
    display: none;
}

.search-services {
    margin-left: 135px;
    margin-top: 8px;
    width: 200px;
}

input:focus {
    background-color: inherit !important;
    border-color: var(--primary-color) !important;
}

a:hover {
    color: var(--primary-color);
}

.custom-headings {
    text-align: center;
    margin-bottom: 30px;
}

.text-primary {
    color: var(--primary-color) !important;
}

.heading-white {
    color: #ffffff;
}

.heading-red {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 500;
}

.bg-custom-dark {
    background-color: var(--dark);
}

.border-white-20 {
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.text-white-20 {
    color: rgba(255, 255, 255, 0.20);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.50);
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.80);
}

*:focus {
    box-shadow: none !important;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus {
    box-shadow: 2px 4px 6px rgba(238, 69, 64, 0.14) !important;
    background-color: #fff !important;
}

.sign-mail,
.sign-confirm {
    display: none;
}

.signs.sign-show .sign-mail,
.signs.sign-show .sign-confirm {
    display: block;
    transition: all .3s ease-in;
}


.signs.sign-show .shown {
    display: none;
}

.signs .shown {
    display: block;
}

.signs .hidden {
    display: none;
}

.signs.sign-show .hidden {
    display: block !important;
}

.signs.sign-show .direct-child {
    flex: 0 0 50%;
    /* transition: all .3s ease-in; */
}

.signs.sign-show .sign-submit {
    order: 10;
    margin-top: .8rem;
    flex: 0 0 calc(100% - 1.6rem);
    margin-left: .6rem;
    margin-right: .6rem;
}

@media (max-width: 600px) {
    .signs.sign-show>div {
        flex: 0 0 100%;
    }
}


.accordion-button::after {
    background: none !important;
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: none !important;
}

.placeholder-white-20::placeholder {
    color: rgba(255, 255, 255, 0.20);
}

.custom-headings p {
    color: #ffffff;
    margin: 20px 0;
}

/*--------------------------------------------------------------
------------------------ Banner Styling ------------------------
--------------------------------------------------------------*/

/********** Navbar Styling ************/

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-item {
    padding: 0 20px !important;
}

.nav-item:last-child,
.nav-item:last-child .nav-link {
    padding-right: 0 !important;
}

.nav-link {
    color: #ffffff;
    position: relative;
    display: inline-block;
}

header .nav-link.active::after,
header .nav-link:hover::after {
    content: '';
    position: absolute;
    height: 6px;
    bottom: 10px;
    left: 7px;
    right: 7px;
    background: rgba(238, 69, 64, 0.3);
    border-radius: 1px;
}

.border-red {
    border-color: var(--primary-color) !important;
}

.navbar-toggler-icon {
    width: 100% !important;
    height: auto !important;
    font-size: 40px;
    color: white;
}

.active:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: var(--primary-color);
}

/********** Banner Styling ************/

.banner {
    background-image: url(./../images/banner1.png), url(./../images/banner2.png), url(./../images/banner3.png);
    background-size: auto, auto, auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top left, top right;
}

.banner-inner {
    padding: 100px 0;
}

.banner-slogan {
    background: rgba(242, 244, 245, 0.3);
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

.banner-heading {
    font-size: 42px;
    font-weight: 500;
    line-height: 140.5%;
    margin: 1.5rem 0;
    color: var(--primary-color);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-text {
    font-size: 24px;
    line-height: 140.5%;
    color: var(--primary-color)
}

.banner-form {
    background: #F2F4F5;
    border-radius: 5px;
    padding: 20px;
    margin-top: 2rem;
}

.banner-input {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px rgba(199, 44, 65, 0.2);
    border-radius: 5px;
    border: none;
}

.banner-input-2 {
    width: 100%;
    font-size: 10px;
    padding: 10px;
    color: rgba(6, 40, 51, 0.3);
    background: #FFFFFF;
    box-shadow: 0px 5px 8px rgba(199, 44, 65, 0.2);
    border-radius: 5px;
    border: none;
    outline: none;
}

.banner-btn {
    padding: 10px;
    width: 100%;
    font-size: 12px;
    line-height: 140.5%;
    color: #FFFFFF;
    background-color: var(--primary-color);
    border-radius: 5px;
    border: none;
}

.btn-white {
    box-shadow: 0px 5px 8px rgba(199, 44, 65, 0.2);
    border-radius: 5px;
    width: 160px;
}

.form-bottom label,
.form-bottom p {
    font-size: 12px;
}

.form-bottom a {
    text-decoration: none;
    color: var(--primary-color);
}

.banner-info {
    padding: 5rem 0;
}

.info-box {
    display: flex;
    align-items: center;
}

.info-icon {
    padding: 12px;
    margin-right: 10px;
    background: var(--primary-color);
    box-shadow: 0px 5px 45px 4px rgba(238, 69, 64, 0.3);
    border-radius: 10px;

}

.info-icon img {
    width: 36px;


}

.info-text {
    color: #ffffff;
}

.info-text h5 {
    font-size: 18px;
}

.info-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.multi-images {
    background-image: url(./../images/services1.png), url(./../images/services2.png), url(./../images/frame3.png), url(./../images/frame2.png), url(./../images/frame1.png);
    background-size: 390px, auto, auto, auto, auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top right, top right, center left, center left, bottom right;
}

/*--------------------------------------------------------------
------------------------ SMM Services Styling ------------------
--------------------------------------------------------------*/

.services-content {
    padding: 100px 0;
    padding-top: 50px;
}


/* ================Terms Page====================== */
.terms {
    margin-top: 4rem;
    max-width: 1280px;
    width: 100%;
    margin: 4rem auto;
    padding: 0 15px;
}

.heading-sub {
    font-size: 24px;
    color: white;
    text-align: left;
    margin-bottom: 30px;
}

/* ================Terms Page====================== */
.blog {
    margin-top: 4rem;
    max-width: 1280px;
    width: 100%;
    margin: 4rem auto;
    padding: 0 15px;
}

.blog .table-responsive p {margin:10px 30px; color: #FFF;}

/*--------------------------------------------------------------
------------------------ SMM Benefits Styling ------------------
--------------------------------------------------------------*/

.benefits-smm {
    padding: 50px 0;
    padding-bottom: 100px;
}

.benefits-smm .nav {
    justify-content: center;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs .nav-item .nav-link {
    background: transparent !important;
    border: 0;
    border-bottom: 5px solid transparent;
    padding: 10px 5px;
    opacity: 0.5;
}

.nav-tabs .nav-link.active {
    opacity: 1;
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color) !important;
    border-bottom: 5px solid var(--primary-color);
}

.nav-tabs .nav-link:hover {
    color: #ffffff;
}

.tab-content {
    padding: 50px 0;
    color: #ffffff;
}

.usage-list {
    padding: 0;
    margin: 0;
}

.usage-list li {
    font-weight: 500;
    font-size: 18px;
    list-style-type: none;
    padding: 10px 0;
    color: var(--primary-color);
}

.usage-list li img {
    margin-right: 20px;
}

/*--------------------------------------------------------------
------------------------ How It Works Styling ------------------
--------------------------------------------------------------*/

.how-it-works {
    padding: 100px 0;
    background-image: url(./../images/arc.png);
    background-size: 100%;
    background-repeat: no-repeat;



}

.work-set {
    position: relative;
    bottom: -5vw;
}

.work-services {
    background-color: #000000;
    padding: 100px 50px;
    box-shadow: 0px 5px 45px 4px rgba(238, 69, 64, 0.3);
    border-radius: 3px;

}

.work-box {
    text-align: center;
    position: relative;
}

.work-box img {
    margin: 25px 0;
}

.work-number {
    position: relative;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 15px auto;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.work-number:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary-color);
}

.work-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px;
}

.with-line .work-number::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    height: 2px;
    width: 250%;
    right: -180px;
    background: #ee4440;
}

.work-box p {
    color: #ffffff;
}

.features-images {
    background-image: url(./../images/feature1.png), url(./../images/feature2.png), url(./../images/feature3.png);
    background-size: auto, 100px, auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0% 50%, 22% 45%, top right;
}

.features {
    padding: 100px 0;
    padding-top: 150px;
}

.customer-feedback {
    padding: 100px 0;
}

.qoutes-img {
    opacity: 0.1;
    margin-bottom: 20px;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    background: rgba(238, 69, 64, 0.3);
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: var(--primary-color);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    position: relative;
    background: #EE4540;
    box-shadow: 0px 10px 19px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 50px 30px;
    padding-bottom: 0;
    margin: 0 20px;
    flex-direction: row;
    /* width: 30rem; */

}

.gtco-testimonials .card-header {
    padding: 0;
    background: none;
    width: 100%;
    text-align: center;
    margin-right: 25px;
}

.gtco-testimonials .card-header h5 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

.gtco-testimonials .card .card-img-top {
    width: 72px;
    position: relative;
    z-index: 5;
    margin: auto;
}

.gtco-testimonials .card::before {
    content: '';
    width: 27px;
    height: 67px;
    top: 0;
    left: 65px;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}

.gtco-testimonials .card-body {
    position: relative;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0px 0px;
    padding: 25px 15px;
    color: #ffffff;
    font-size: 14px;

}

.gtco-testimonials .card-body::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    width: 25px;
    height: 18px;
    background: url(./../images/qoutes.png);
    background-size: 100%;
}

.gtco-testimonials .cloned,
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .active {
    opacity: 1;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.questions {
    padding: 100px 0;
    background: var(--primary-color);

}

.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
    margin: 30px 0;
    border: 1px solid #FFFFFF;
    padding: 27px 15px;
    margin: 0px auto 30px;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    border-radius: 5px;
}

.faq-list .faq-heading::before {
    content: '+';
    font-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: -15px;
    color: #ffffff;
}

.faq-list .the-active .faq-heading::before {
    content: '-';
}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-right: 20px;
}

.faq-heading:hover {
    color: var(--theme-color);
}

.faq-text {
    display: none;
}

.art-box svg {
    width: 100%;
}

.row {
    display: flex;
}

.row .col {
    flex-basis: 50%;
}

.read {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 25px;
}

.question-end {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 8px 20px 10px rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    padding: 30px 50px;
}

.footer {
    padding: 50px 0;
}

.footer .navbar-nav {
    flex-wrap: wrap;
}

.footer-bottom {
    padding: 50px 0;
    padding-bottom: 0;
    display: flex !important;
}

.skype {
    font-size: 18px;
    line-height: 21px;
    color: #00BAF7;
}

.whatsapp {
    font-size: 18px;
    line-height: 21px;
    color: #4AC858;
}

/*--------------------------------------------------------------
---------------------- Services Page Styling -------------------
--------------------------------------------------------------*/

.banner-inner .nav-tabs {
    background: #18181B;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-sizing: border-box;
    border-radius: 3px;
}

.banner-inner .tab-content {
    padding: 20px 0 !important;
}

.heading-row {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.banner-inner table thead th {
    background-color: var(--primary-color);
    font-size: 12px;
    padding: 15px 10px;
    font-weight: 600;
    border-bottom: 0;
}

.banner-inner table tbody td {
    vertical-align: middle;
    font-size: 10px;
}

.banner-inner .nav-tabs .nav-link.active {
    font-size: 14px;
}

.search-filter {
    display: flex;
    align-items: center;
}

.search-filter input {
    padding: 2px 10px;
    background-color: #0C0C0E;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.search-filter button {
    margin: 0 15px;
    border: 0;
    width: 22px;
    height: 22px;
    background: #18A14F;
    box-shadow: 0px 5px 45px 4px rgba(238, 69, 64, 0.3);
    border-radius: 5px;
}

.table-info-badge {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: var(--primary-color);
}

.table-info-badge img {
    width: 4px;
    height: 12px;
}

.table-badge {
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
}

.table-badge.green {
    background-color: #18A14F;
    box-shadow: 0px 3px 9px 2px rgba(24, 161, 79, 0.2);
}

.table-badge.red {
    background-color: #A11818;
    box-shadow: 0px 3px 9px 2px rgba(161, 24, 24, 0.2);
}

.table-badge.blue {
    background: #1857A1;
    box-shadow: 0px 3px 9px 2px rgba(24, 87, 161, 0.2);
}

.api-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.api-header {
    background-color: var(--primary-color);
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #ffffff;
}

.api-body {
    line-height: 30px;
    padding: 10px;
    text-align: center;
}

.api-body.post-method {
    font-weight: 500;
    font-size: 24px;
    color: #78D11D;
}

.api-body.json-method {
    font-weight: 500;
    font-size: 24px;
    color: #F7CA06;
}

.api-service-card {
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.api-service-card .header {
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px;
    background: #18181B;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.api-table {
    margin: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
}

.api-table thead th {
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: normal;
    font-size: 12px;
    padding: 15px 15px;
}

.api-table tbody td {
    font-weight: normal;
    font-size: 12px;
    padding: 15px;
    color: #FFFFFF;
}

.api-code {
    margin: 20px;
    padding: 15px;
    background: #18181B;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 3px;
}

.service-box {
    text-align: center;
    color: #ffffff;
    padding: 50px 40px;
    background-image: linear-gradient(180deg, rgba(199, 44, 65, 0.1) 0%, rgba(166, 39, 60, 0.1) 11.91%, rgba(134, 33, 56, 0.1) 23.4%, rgba(110, 30, 53, 0.1) 32.02%, rgba(95, 27, 51, 0.1) 40.99%, rgba(79, 24, 49, 0.1) 50.33%, rgba(72, 23, 48, 0.1) 60.74%, rgba(63, 22, 46, 0.1) 73.67%, rgba(58, 21, 46, 0.1) 80.85%, rgba(50, 20, 45, 0.1) 91.98%, rgba(45, 19, 44, 0.1) 100%);
}

.service-box img {
    margin-bottom: 15px;
}

.service-box h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.service-box p {
    font-size: 14px;
}


/* [YOUTUBE VIDEO] */
.youtube-video {
    border: 12px solid rgba(238, 69, 64, 0.24);
}

.youtube-video iframe {
    height: 250px !important;
}

.flex {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

/*--------------------------------------------------------------
-------------------- Responsive Media Queries ------------------
--------------------------------------------------------------*/

@media (max-width: 1200px) {
    .menu-navbar .navbar-nav {
        padding-left: 0px;
    }

    .menu-navbar .nav-item {
        padding-left: 0px;
    }

    .with-line .work-number::before {
        width: 200%;
        right: -136px;
    }
}

@media (max-width: 992px) {
    .with-line .work-number::before {
        display: none;
    }

    .banner-inner,
    .services-content,
    .benefits-smm,
    .features,
    .customer-feedback,
    .how-it-works {
        padding: 50px 0 !important;
    }

    .work-services {
        padding: 30px 15px;
    }

    .how-it-works {
        padding-top: 10px !important;
    }
}

.mobileshowthis {
    display:none;
}

@media (max-width: 768px) {

    .mobilehidethis {
        display:none;
      }
    

    .mobileshowthis {
        display:block;
    }

    .heading-red {
        font-size: 24px !important;
    }

    .top-navbar .navbar-nav {
        flex-direction: row;
        justify-content: space-around;
    }

    .benefits-smm {
        padding-top: 0 !important;
    }

    .banner-input-2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .top-navbar .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .service-box {
        padding: 25px
    }

    .flex {
        flex-direction: column;
        align-items: center !important;
    }

    .item-center {
        margin-top: 20px;
        justify-content: center;
    }

    .question-end {
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0px 8px 20px 10px rgba(255, 255, 255, 0.12);
        border-radius: 5px;
        padding: 30px 10px;
    }

    .question-end .fs-5 {
        font-size: 15px !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .m-left {
        margin-left: 0 !important;
    }

}

@media (max-width: 500px) {
    .gtco-testimonials .card {
        flex-direction: column !important;
        margin: 0 !important;
    }

    .info-icon {
        width: 48px !important;
        height: 48px;
    }

    .info-box {
        flex-direction: column;
        gap: .7rem;
        align-items: flex-center;
    }

    .info-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .banner-heading {
        font-size: 24px;
        text-align: center;
    }
    .banner-form {
    background: #F2F4F5;
    border-radius: 5px;
    padding: 20px;
    margin-top: 1rem;
}

    .banner-text {
        font-size: 17px;
        text-align: center;
    }

    .banner-info {
        padding-bottom: 20px;
    }


    .gtco-testimonials .card::before {
        left: 47%;
    }

    .how-it-works {
        background-size: cover;
        padding-top: 80px !important;
        padding-bottom: 150px !important;
    }

    .text-width {
        padding: 0 10px !important;
    }

}


/* =========================General Classes================== */
.opacity-rem {
    opacity: .7;
}

.text-width {
    max-width: 1270px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;

}

.max-730 {
    max-width: 730px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.max-1000 {
    max-width: 1000px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.img-width {
    transform: translateY(-5rem);
    max-width: 350px;
    width: 100%;
    height: 470px;
    object-fit: contain;
}

.bg-custom {
    background-image: url('../images/bg-card.png');
    width: 100%;
    height: 100%;

}


.tns-item {
    opacity: .5;
    transform: scale(.9);
    transition: all .3s ease-in;
}

.tns-item.tns-slide-active {
    opacity: 1;
    transform: scale(1);
}

.tiny-dots {
    gap: 7px;
    transform: translateX(-23%);
}

.tiny-dots button {
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    background-color: rgba(238, 69, 64, 0.5);
    margin: 0 !important;
    transition: all .2s ease-in;
    padding: 0 !important;
}

@media (max-width: 992px) {
    .tiny-dots {
        transform: translateX(0%);
    }
}

.tiny-dots button.tns-nav-active {
    background-color: var(--primary-color) !important;
    width: 12px;
    height: 12px;
}

.nav-link.active {
    border-bottom: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.dropdown-toggle::after {
    display: none;
}

.language-select img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.language-select .dropdown-menu img {
    width: 17px;
    height: 17px;
}

.language-select .dropdown-menu li a:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}

.form-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #e2e2e2;
    font-size: 0.9rem;
    margin: 1.5rem 0;
}

.form-divider::before, .form-divider::after {
    content: '';
    flex-grow: 1;
    border-bottom: 1px solid #e2e2e2;
}

.form-divider span {
    flex-shrink: 0;
    padding: 0 0.75rem;
}

.google-signin-container {
    display: flex;
    justify-content: center;
}