/* ============================================
   COMBINED STYLESHEET
   All styles merged from: stylesheet.css,
   subscribe.css, om-custom.css, slick.css
   ============================================ */

/* ============================================
   MAIN STYLESHEET (from stylesheet.css)
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

* {
    padding: 0px;
    margin: 0px;
}

/*Global css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
}

.clear {
    clear: both;
}

button,
input[type="submit"],
input[type="search"],
a,
i {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: "Oswald", sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #ffc80a;
}

a:focus {
    outline: none !important;
    outline-offset: none !important;
    text-decoration: none !important;
}

button:focus {
    outline: none;
}

a,
img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

label {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0 0 15px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #000000;
    position: relative;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

p {
    display: block;
    line-height: 22px;
    margin: 0;
    padding: 0 0 15px;
}

select,
select.form-control,
select.input-field {
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    background: url(../images/down-arrow.svg) 97% center no-repeat;
    background-size: 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

select:focus,
select.form-control:focus {
    outline: none;
}

select option,
select.form-control option {
    color: #323232;
    padding: 5px 15px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.relative {
    position: relative;
}

.red {
    color: #f72743 !important;
}

.theme-color {
    color: #c1fc2e !important;
}

.margin-0 {
    margin: 0px !important;
}

.br-btn {
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}


/* ----------  || Subscribe page CSS Start Here  || -----------*/
.dark-bg {
    background: #212121;
}

.c-container {
    width: 100%;
    padding: 0 25px;
}

.main-outer {
    height: 100%;
    min-height: 100vh;
    max-width: 640px;
    text-align: center;
    margin: auto;
}

.bg-subscribe:after {
    content: '';
    background: #1b1f2b url(../images/subscribe_bg2.png) center top no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.top-bar {
    margin: 0 -25px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
}

.tpinfo {
    font-size: 14px;
    text-align: left;
    line-height: 100%;
}

.exit-button {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    background: #f7ab3e;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
}

.exit-button:hover {
    background: #c92b45;
    color: #fff;
}

.m-header {
    text-align: center;
    padding-top: 20px;
}

.logo {
    display: inline-block;
    max-width: 64%;
}


.Subscribe-info {
    font-size: 21px;
}

.Subscribe-info span {
    border-bottom: 2px solid #b8b9c0;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.Subscribe-info p {
    font-size: 17px;
    margin: 5px auto 15px;
    padding: 0;
}

.footer-main {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 15px auto 0;
    padding: 0 25px 15px;
}

.sb-btn {
    display: block;
    text-align: center;
    padding: 16px 85px;
    font-size: 31px;
    color: #fff;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    position: relative;
    border: none;
    text-transform: uppercase;
    background: #c92b45;
    font-weight: 500;
}

.cs-icon {
    width: 17px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 35px;
    background: url(../images/Play.png) center center no-repeat;
    top: 23px;
    background-size: 100%;
}

.site-info {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
}

.footer-links {
    padding: 0px;
    margin: 5px auto 0;
    list-style: none;
    display: flex;
    justify-content: center;

}

.footer-links li {
    font-size: 15px;
    border-right: 2px solid #fff;
    padding: 0 10px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
}

.footer-links li:last-child {
    border: none;
}

.footer-links li a {
    display: block;
    color: #fff;
}



/* ----------  || App Design Start Here  || -----------*/
.ym-app {
    background: #111318;
}

.new-fix.ym-app {
    background: #111318 !important;
}

.ym-justify-content-between {
    justify-content: space-between;
}

.ym-app-main {
    height: 100%;
    min-height: 947px;
    max-width: 640px;
    text-align: center;
    margin: auto;
    position: relative;
    background: url('../images/main-bg.jpg') center bottom no-repeat;
    background-size: cover;
}

.ym-container {
    padding: 0 25px;
}

.ym-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ym-app-header {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

.ym-col-logo {
    width: 45%;
    
}

.new-fix .ym-col-logo {
    width: 45%;
    filter: invert(1);
}

.ym-app-header .ym-row {
    align-items: center;
}

/* -- Header  ---*/


/* -- App Menu  ---*/
#nav-icon {
    margin: 0 auto;
    width: 45px;
    height: 30px;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
    z-index: 15;
}

#nav-icon span {
    background: #fff;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon.animate-icon span {
    background: #fff;
}

#nav-icon span:nth-child(1) {
    top: 0;
    width: 100%;
}

#nav-icon span:nth-child(2) {
    top: 12px;
    width: 80%;
}

#nav-icon span:nth-child(3) {
    top: 24px;
    width: 60%;
}

#nav-icon:hover span:nth-child(1),
#nav-icon:hover span:nth-child(2),
#nav-icon:hover span:nth-child(3) {
    width: 100%;
}



#nav-icon.animate-icon span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.animate-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.animate-icon span:nth-child(3) {
    top: 15px;
    width: 93%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


#overlay {
    display: flex;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 11;
}

#overlay div {
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#overlay ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
}

#overlay ul li {
    margin: 20px auto;
}

#overlay ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}


.search {
    background: #ebecf1;
    padding: 8px 25px;
    display: flex;
    align-items: center;
}

.search input[type="text"] {
    padding: 10px;
    border: 0;
    background: transparent;
    width: calc(100% - 30px);
    font-size: 18px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

.search input[type="text"]:focus {
    box-shadow: none;
    border: none;
    outline: none;
}


.ym-hd-text {
    margin: 35px 0 15px;
}

.ym-hd-text h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.new-fix .ym-hd-text h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    
}

.ym-hd-text h2::after {
    content: '';
    display: block;
    border-top: 5px solid #ff7a21;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 45px;
    margin: 10px auto 12px;
}

.ym-hd-text p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.new-fix .ym-hd-text p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: white !important;
}

/*  Yoga level page */

.ym-level {
    padding: 4em 0;
}

.ym-level ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ym-level ul li {
    margin-bottom: 25px;
    width: 48%;
}

.ym-level ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
    background: hsl(240deg 36% 4% / 70%);
    border: 1px solid #6e6e6e;
    overflow: hidden;
    padding: 20px;

}

.ym-level ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
    background: hsl(240deg 36% 4% / 70%);
    border: 1px solid #6e6e6e;
    overflow: hidden;
    padding: 20px;
 color: white !important;
}

.ym-level ul li a:hover,
.ym-level ul li a:active {
    border: 1px solid #ff7a21;
}

.ym-level ul li a img {
    margin-right: 25px;
    border-radius: 10px;
}

.ym-level ul li a b {
    font-weight: 500;
}


/*  Yoga types page */
.ym-types {
    padding: 4em 0;
}

.ym-types ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ym-types ul li {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}


/*   list page */
.b-game-box {
    background: #292845;
    border-radius: 8px;
    margin-bottom: 15px;
    max-width: 280px;
    overflow: hidden;
    transition: all linear 0.1s;

}

.b-game-box .g-thumbs-img {
    height: 177px;
}

.b-game-box figcaption {
    text-align: center;
    padding: 20px;
}

.b-game-box figcaption h6 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

.new-fix .b-game-box figcaption h6 {
    font-size: 21px;
    font-weight: 400;
    color: #fff !important;
}

.b-game-box figcaption p {
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0 20px;
}

.b-game-box .btn-secondary {
    font-weight: 500;
    color: #fff;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    padding: 12px 40px;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
}

/* Video play page  */

.ym-video {
    padding: 2em 0 4em;
    min-height: 622px;
}

#video-elm {
    width: 100%;
}

.video-i-t {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.video-info h5 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.video-info p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}


.statics-page {
    background: transparent;
}

.content-page {
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.content-page h2 {
    color: #ff7400;
    font-size: 20px;
    padding-bottom: 10px;
}

.new-fix .content-page h2 {
    color: #ff7400 !important;
    font-size: 20px;
    padding-bottom: 10px;
}

.content-page p {
    font-size: 13px;
    padding-bottom: 10px;
}

.content-page ul {
    padding: 0 0 0 20px;
}

.content-page ul li {
    list-style: lower-alpha;
    font-size: 13px;
    line-height: 19px;
    padding: 0 0 10px 6px;
}

.header.cp-head {
    box-shadow: 0 10px 12px -12px #2a2a2a;
    -webkit-box-shadow: 0 10px 12px -12px #2a2a2a;
    -moz-box-shadow: 0 10px 12px -12px #2a2a2a;
    background: #000;
    padding: 10px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.header.cp-head .page-title {
    display: block;
    flex: 1;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

.header.cp-head a.back img {
    height: 25px;
    margin-right: 15px;
}

/* ----------  ||  bottom buttons  || -----------*/

.bottom-btns {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

#p-back {
    background: #33cbcc;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-style: italic;
    border-radius: 0px 50px 50px 0px;
}

#p-next {
    margin-left: auto;
    background: #ff7a21;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    border-radius: 50px 0px 0px 50px;
}


#p-next img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    transform: rotate(180deg);
}

#p-back img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}


.buttons {
    text-align: center;
}

.round-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #292845;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    transition: background-color 0.3s;
    position: relative;
}

.round-btn:hover {
    background-color: #0d0e1b;
}

.round-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
}

#prevBtn::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid white;
}

#nextBtn::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid white;
}


/* ----------  ||  Progress Bar  || -----------

.ft-progressbar{ background: #d1dae1;  overflow: hidden;}
#progressbar{  
        background: #43ada8;
        overflow: hidden;
        height: 8px;
        transition: all ease-in 0.5s;
        -moz-transition: all ease-in 0.5s;
        -webkit-transition: all ease-in 0.5s;       
}
*/


/* ----------  ||  Footer  || -----------*/

#app-footer {
    background: #120819;
    color: #9698b0;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.27)
}

.app-info {
    font-size: 14px;
    color: #9698b0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.app-info a {
    color: #9698b0;
    text-decoration: none;
}

/* ----------  ||  Error page  || -----------*/
.error {
    margin: 2em auto;
}

.error img {
    margin-bottom: 15px;
}

/* ----------  || Responsive Screen CSS Start Here  || -----------*/

@media only screen and (max-width: 639px) {
    body {
        min-height: 100vw
    }

    .bg-subscribe:after {
        background-size: 100%;
        position: fixed;
    }

    /* ---------- || App Css ||-----------*/
    .ym-app-main {
        height: auto;
        min-height: calc(100vh);
        padding-bottom: 109px;
    }

    .ym-container {
        padding: 0 15px;
    }

    #overlay ul li {
        margin: 12px auto;
    }

    #overlay ul li a {
        font-size: 18px;
    }

    .ym-hd-text h2 {
        padding-bottom: 5px;
    }

    .ym-hd-text {
        font-size: 17px;
    }

    .ym-level,
    .ym-types,
    .ym-video-list {
        padding: 2em 0;
    }

    .ym-video-list,
    .ym-video {
        min-height: auto;
    }

    .ym-level ul li,
    .ym-video-list ul li {
        margin-bottom: 20px;
        width: 45%;
    }

    .ym-level ul li a {
        font-size: 26px;
    }

    .ym-level ul li a img,
    .ym-video-list ul li .vdo-play {
        margin-right: 20px;
        width: 27%;
    }

    .ym-video-list ul li .vdo-list b {
        font-size: 21px;
    }

    .ym-video-list ul li .vdo-list span {
        font-size: 15px;
    }

    .ym-video {
        padding: 2em 0;
    }

    .content-page {
        padding: 15px 10px 0;
    }

    .content-page h2 {
        font-size: 18px;
    }

    .header.cp-head .page-title {
        font-size: 28px;
    }

    .ym-app-bottom {
        position: fixed;
        bottom: 0px;
        left: auto;
        right: auto;
        width: 100%;
    }

}

@media only screen and (max-width: 592px) {

    .sb-btn {
        font-size: 26px;
    }

    .cs-icon {
        width: 15px;
        right: 31px;
        top: 16px;
    }

    /* ---------- || App Css ||-----------*/
    .ym-app-header {
        padding: 10px 0;
    }

    #nav-icon {
        width: 25px;
        height: 20px;
    }

    #nav-icon span {
        height: 3px;
    }

    #nav-icon span:nth-child(2) {
        top: 7px;
    }

    #nav-icon span:nth-child(3) {
        top: 14px;
    }

    .app-info {
        font-size: 13px;
    }

    .ym-level ul li a {
        font-size: 22px;
    }

    .search {
        padding: 3px 15px;
    }

    .ym-types ul li a b {
        font-size: 16px;
    }

    .video-i-t {
        font-size: 13px;
        padding: 10px 0;
    }

    .video-info h5 {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .video-info p {
        font-size: 14px;
    }

    .error img {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .error p {
        font-size: 13px;
    }

    .bottom-btns {
        font-size: 14px;
    }

    .bottom-btns a img {
        max-height: 12px;
    }

}

@media only screen and (max-width:480px) {
    .top-bar {
        padding: 8px 15px;
    }

    .Subscribe-info {
        font-size: 19px;
    }

    .Subscribe-info p {
        font-size: 15px;
    }

    .sb-btn {
        font-size: 25px;
    }

    .cs-icon {
        width: 13px;
        top: 17px;
    }

    .site-info,
    .footer-links li {
        font-size: 14px;
    }

    /* ---------- || App Css ||-----------*/
    #overlay ul li a {
        font-size: 15px;
    }

    .ym-hd-text h2 {
        font-size: 18px;
        padding-bottom: 2px;
    }

     .new-fix .ym-hd-text h2 {
        font-size: 18px;
        padding-bottom: 2px;
        color: white !important;
    }

    .ym-hd-text p {
        font-size: 16px;
        padding: 0px 20px;
        margin-top: 20px;
    }
    
     .new-fix .ym-hd-text p {
        font-size: 16px;
        padding: 0px 20px;
        margin-top: 20px;
         color: white !important;
    }
    .ym-level,
    .ym-types,
    .ym-video-list {
        padding: 1em 0;
    }

    .ym-level ul li,
    .ym-video-list ul li {
        margin-bottom: 15px;
    }

    .ym-level ul li a {
        font-size: 19px;
    }

    .search input[type="text"] {
        padding: 7px 10px;
        font-size: 15px;
    }

    .search img {
        height: 16px;
    }

    .ym-types ul li a b {
        font-size: 15px;
    }


    .ym-video-list ul li .vdo-list b {
        font-size: 19px;
    }

    .ym-video-list ul li .vdo-list span {
        font-size: 14px;
    }

    .ym-video-list ul li .vdo-play i {
        height: 30px;
        width: 30px;
        padding: 9px;
    }

    .ym-video {
        padding: 0em 0 1em;
    }

    .video-info h5 {
        font-size: 17px;
        padding-bottom: 5px;
    }

    .video-info p {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .content-page h2 {
        font-size: 16px;
        padding: 0 0 5px;
    }

    .content-page ul li {
        font-size: 12px;
    }

    .header.cp-head .page-title {
        font-size: 21px;
    }

    .header.cp-head a.back img {
        height: 15px;
    }


    .bottom-btns {
        margin-bottom: 10px;
    }

    .bottom-btns a#p-back,
    .bottom-btns a#p-next {
        padding: 10px 13px;
    }

    #progressbar {
        height: 5px;
    }

    .app-info {
        font-size: 11px;
        letter-spacing: 0px;
    }

}

@media only screen and (max-width: 440px) {

    .tpinfo {
        font-size: 13px;
    }


    .Subscribe-info {
        font-size: 17px;
    }

    .sb-btn {
        font-size: 19px;
        height: 50px;
        line-height: 42px;
        padding: 5px 55px;
    }

    .cs-icon {
        width: 11px;
        height: 26px;
        top: 12px;
        right: 21px;
    }

    .footer-links li {
        font-size: 11px;
        padding: 0 7px;
    }


    /* ---------- || App Css ||-----------*/
    .ym-types ul li a b {
        font-size: 13px;
    }

    .ym-level ul li,
    .ym-video-list ul li {
        margin-bottom: 8px;
    }

    .ym-video-list ul li .vdo-list b {
        font-size: 14px;
    }

    .ym-video-list ul li .vdo-list span {
        font-size: 11px;
    }


}

@media only screen and (max-width: 380px) {

    .tpinfo {
        font-size: 10px;
    }

    .exit-button {
        padding: 1px 12px;
    }

    .Subscribe-info p {
        font-size: 12px;
    }

    .site-info,
    .footer-links li {
        font-size: 12px;
    }

    /* ---------- || App Css ||-----------*/
    #nav-icon span {
        height: 2px;
    }

    .ym-types ul li a b {
        font-size: 12px;
    }

    .app-info {
        font-size: 10px;
    }
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

a.control_prev,
a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}


select#langTrans {
    color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    -moz-appearance: initial;
    -webkit-appearance: auto;
    -ms-appearance: initial;
    -o-appearance: initial;
    appearance: Â auto;
}



/* Pagination container */
.pagignation .pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

/* Pagination links */
.pagignation .pagination li a {
    display: block;
    padding: 8px 14px;
    text-decoration: none;
    color: #333;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Active page */
.pagignation .pagination li.active a {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

/* Hover effect */
.pagignation .pagination li a:hover {
    background-color: #0056b3;
    color: white;
}

/* Icon support */
.pagignation .pagination li a i {
    font-size: 14px;
}

/* Optional: hide empty <li> */
.pagignation .pagination li:empty {
    display: none;
}




.sb-btn,
.succsess-btn {
    background: #bb1051;
    background: -moz-linear-gradient(top, #bb1051 0, #550d31 100%);
    background: -webkit-linear-gradient(top, #bb1051 0, #550d31 100%);
    background: linear-gradient(to bottom, #bb1051 0, #550d31 100%);
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 6px;
    color: #110d1e;

    font-family: arial;
    font-size: 32px;
    font-weight: 700;
    margin: auto;
    border: 0;
}

.sb-btn:hover {
    background: #bb1051;
    background: -moz-linear-gradient(top, #550d31 0, #bb1051 100%);
    background: -webkit-linear-gradient(top, #550d31 0, #bb1051 100%);
    background: linear-gradient(to bottom, #550d31 0, #bb1051 100%);
    color: #fff
}

.succsess-btn {
    background: url(../images/btn-bg.png) center center no-repeat;
    background-size: contain;
    max-width: 518px;

}

.succsess-btn:hover {}


.Subscribe-main {
    margin: 15px auto 15px
}

/* ============================================
   SUBSCRIBE STYLES (from subscribe.css)
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%
}

.clear {
    clear: both
}

a,
button,
input[type=search],
input[type=submit] {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none;
    color: #f6cd40
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #b81366
}

a:focus {
    outline: 0 !important;
    outline-offset: none !important;
    text-decoration: none !important
}

button:focus {
    outline: 0
}

a,
img {
    border: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

label {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0 0 15px;
    font-family: Poppins, sans-serif;
    color: #333;
    position: relative
}

ol,
ul {
    list-style: none;
    margin: 0
}

ol li,
ul li {
    list-style: none
}

p {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0 0 10px
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');


body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif
}



.form-group {
    display: block;
    position: relative
}

.form-control {
    border-radius: 0;
    box-shadow: none !important;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap
}

select,
select.form-control {
    background: #fff url(../img/arw.png) no-repeat scroll right center !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    padding-left: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto
}



.relative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}




.wrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto
}



.wrapper_pad {
    padding: 0 5%
}

.theme-color {
    color: #ffcb19
}

.content-main {
    text-align: center;
    font-size: 14px;
    padding: 0 15px;

}

.main-outer {
    height: 100%;
    min-height: 100vh;
    max-width: 640px;
    text-align: center;
    margin: auto
}

.bg-subscribe {
    background: #000 url(../images/subscribe-bg.jpg) center top no-repeat;
    padding-top: 0;
    height: 100%;
    min-height: 947px;
    background-size: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.logo {
    display: block;
    padding: 15px 0 15px;
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}

.about_subscribe_text {
    font-size: 36px;
    margin-top: 15px;
    font-weight: 600;
}

.about_subscribe_text span {
    color: #9efc06;
}

.about_subscribe_text1 {
    font-size: 30px;
    color: #9efc06;
    font-weight: 600;
    margin-bottom: 15px;
}

.about_subscribe_text2 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
}

.form-main {
    background: url(../images/bg.png) center top no-repeat;
    background-size: cover;
    margin: 15px -15px 0;
    padding: 20px 15px;
}

.cstmr_suprt_n {
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 600;
}

.input-main {
    position: relative;
    width: 100%;
    max-width: 518px;
    font-size: 21px;
    color: #fff;
    background: #281444;
    border: 1px solid #9075cf;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    direction: ltr;
}

.code {
    background: #492b71;
    width: 70px;
    font-size: 20px;
    height: 48px;
    padding: 13px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.csf-control {
    padding: 15px 10px;
    margin-bottom: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.csf-control:focus {
    border: 0px;
    outline: 0px;
}

.sb-btn,
.succsess-btn {
    background: #bb1051;
    background: -moz-linear-gradient(top, #bb1051 0, #550d31 100%);
    background: -webkit-linear-gradient(top, #bb1051 0, #550d31 100%);
    background: linear-gradient(to bottom, #bb1051 0, #550d31 100%);
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 6px;
    color: #110d1e;

    font-family: arial;
    font-size: 32px;
    font-weight: 700;
    margin: auto;
    border: 0;
}

.sb-btn:hover {
    background: #bb1051;
    background: -moz-linear-gradient(top, #550d31 0, #bb1051 100%);
    background: -webkit-linear-gradient(top, #550d31 0, #bb1051 100%);
    background: linear-gradient(to bottom, #550d31 0, #bb1051 100%);
    color: #fff
}

.succsess-btn {
    background: url(../images/btn-bg.png) center center no-repeat;
    background-size: contain;
    max-width: 518px;

}

.succsess-btn:hover {}


.Subscribe-main {
    margin: 15px auto 15px
}

.cstmr_suprt {
    font-size: 16px;
    padding-bottom: 50px;
}

.cstmr_suprt1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.cstmr_suprt2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;

}

.cstmr_suprt3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
}

.cstmr_suprt a {
    color: #fff
}

.cstmr_suprt a:hover {
    color: #f6cd40
}


.input {
    border: medium none;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    width: 200px;
    margin-top: 5px
}


.page-title {
    background: #efefef;
    color: #323232;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px
}

.ym-hd {
    background: #3c3651;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.ym-hd h2 {
    width: 90%;
    margin-bottom: 0px;
    font-size: 21px;
    color: #fff;
    padding: 0;
}

.ym-bottom {
    background: #120819;
    border-top: 1px solid #3c3651;
    width: 100%;
    padding: 15px 5px;
    color: #fff;
    text-align: center;

}

.bottom {
    background: #120819;
    border-top: 1px solid #3c3651;
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0;
    padding: 15px 5px;
    color: #fff;
    max-width: 640px;
    right: auto;
    transform: translateX(-50%);
}

.bottom a {
    color: #fff
}

.foot-links {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase
}

.foot-links a {
    display: inline-block;
    margin: 0 5px;
    color: #fff
}

.foot-links a:hover {
    color: #6979ad;
    text-decoration: underline
}

.pagignation {
    display: block;
    text-align: center;
    padding: 15px 0
}

.pagignation ul li {
    display: inline-block;
    vertical-align: middle
}

.pagignation ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 2px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-decoration: none
}

.pagignation ul li a:hover {
    background: #fff;
    color: #000
}

.pagignation ul li.active a {
    background: #fff;
    color: #000
}


/* Terms and Condtions and privacy policy  */
.inner_header {

    padding: 25px 30px;
    display: table;
    width: 100%;
    background: #0e2750;
}

.c-container {
    width: 100%;
    padding: 0 25px;
}

.btn_back {
    display: table-cell;
    text-align: left;
    width: 25px;
    vertical-align: middle;
}

.inner_title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.content-page {
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;

}

.content-page h2 {
    color: #bbb700;
    font-size: 20px;
    padding-bottom: 10px;
}

.content-page p {
    font-size: 13px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.new-fix .content-page p {
    font-size: 13px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    color: white !important;
}

@media only screen and (max-width:639px) {
    .bg-subscribe {
        height: 100%;
        min-height: 100vh;
    }

    .about_subscribe_text,
    .cstmr_suprt_n {
        font-size: 24px;
        line-height: 30px;
    }


    .csf-control,
    .code {
        font-size: 16px
    }

    .Subscribe-main {
        margin: 15px auto 21px;
    }

    .new-fix select#langTrans {
    
    margin-right: 54px !important;
    margin-top: -6px !important;
}

    .sb-btn,
    .succsess-btn {
        padding: 13px 15px;
        font-size: 31px
    }

    .cstmr_suprt {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 50px;
    }

    .bottom {
        position: fixed;
        left: 0;
        transform: inherit;
    }

    .inner_header {
        padding: 12px 30px;
    }

    .btn_back {
        width: 14px;
    }

    .inner_title {
        font-size: 23px;
    }

    .content-page {
        padding: 15px 10px 0;
    }

}

@media only screen and (max-width:580px) {

    .logo {
        width: 70%;
    }

    .about_subscribe_text,
    .cstmr_suprt_n {
        font-size: 18px;
        line-height: 25px;
    }

    .about_subscribe_text {
        font-size: 16px
    }

    .about_subscribe_text1 {
        font-size: 21px
    }

    .about_subscribe_text2 {
        font-size: 18px
    }

    .csf-control,
    .code {
        font-size: 14px
    }

    .Subscribe-main {
        margin: 10px auto 15px;
    }

    .sb-btn,
    .succsess-btn {
        padding: 12px 15px;
        font-size: 26px
    }

    .succsess-btn:after {
        border-width: 8px 0 8px 12px;
    }

    .cstmr_suprt1 {
        font-size: 21px;
    }

    .cstmr_suprt2 {
        font-size: 16px;
    }

    .cstmr_suprt3 {
        font-size: 14px;
    }

    .cstmr_suprt {
        font-size: 14px;
        line-height: 18px;
    }

    .cs-checkbox {
        font-size: 13px
    }

    .cs-checkbox input {
        margin-top: 0
    }

    .pagignation ul li a {
        font-size: 14px;
        height: 27px;
        line-height: 28px;
        width: 27px
    }
}

@media only screen and (max-width:480px) {
    .logo {
        width: 270px;
        padding: 18px 0 15px;
    }

    .about_subscribe_text {
        margin-top: 10px
    }

    .succsess-btn {
        padding: 12px 15px;
        font-size: 21px;
    }

    .csf-control,
    .code {
        font-size: 14px;
        padding: 12px 10px
    }

    p {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0 0 5px;
        line-height: 18px
    }

    .free_text {
        color: #000;
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        width: 100%
    }

    .content-page h2 {
        font-size: 16px;
        padding: 0 0 5px
    }

    .content-page p {
        font-size: 12px;
        line-height: 20px
    }

    .bottom,
    .foot-links {
        font-size: 10px
    }


    .inner_title {
        font-size: 19px;
    }
}

@media only screen and (max-width:360px) {
    .logo {
        width: 75%;
        padding: 10px 0 10px;
    }

    .about_subscribe_text,
    .cstmr_suprt_n {
        font-size: 15px;
        line-height: 20px;
    }

    .csf-control {
        font-size: 14px
    }

    .cstmr_suprt {
        font-size: 13px;
        line-height: 15px;
    }

    p {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0 0 5px;
        line-height: 17px
    }

    .button {
        padding: 5px 8%
    }


}


select#langTrans {
    color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    -moz-appearance: initial;
    -webkit-appearance: auto;
    -ms-appearance: initial;
    -o-appearance: initial;
    appearance: auto;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    background: #000 url(../img/arw.png) no-repeat scroll right center !important;
    background-size: 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 15px;
}

/* ============================================
   OMAN CUSTOM STYLES (from om-custom.css)
   ============================================ */
/* ======================================
   Oman Custom Styles (om-custom.css)
   Shared across index.php, msisdn.php, otp.php
   ====================================== */

/* Pricing Banner - appears above the banner image */
.pricing-banner {
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
}

.pricing-banner .operator-name {
    color: #e5243b;
    font-weight: 700;
}

/* Subscribe Instruction Text - appears after the banner */
.subscribe-instruction {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 15px 15px 0;
    font-weight: 500;
    line-height: 1.5;
}

/* Outer wrapper override for pages with pricing header */
.main-outer-om {
    background: #3a1c62;
    height: 100%;
    min-height: 100vh;
    max-width: 640px;
    text-align: center;
    margin: auto;
}

/* Inner bg-subscribe when used as a child */
.main-outer-om .bg-subscribe {
    min-height: auto;
}

/* Responsive adjustments */
@media only screen and (max-width: 580px) {
    .pricing-banner {
        font-size: 11px;
        padding: 6px 10px;
    }

    .subscribe-instruction {
        font-size: 14px;
        padding: 10px 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .pricing-banner {
        font-size: 10px;
        padding: 5px 8px;
    }

    .subscribe-instruction {
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .pricing-banner {
        font-size: 9px;
        line-height: 1.4;
    }

    .subscribe-instruction {
        font-size: 12px;
    }
}

/* ============================================
   SLICK SLIDER STYLES (from slick.css)
   ============================================ */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ============================================
   WEBT-ICON PROGRESS ANIMATION
   ============================================ */
:root {
    --progress-bg: rgba(0, 0, 0, .15);
    --progress-filled: #ff9900;
    --proggress-text: #ff9900;
}

.webt-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 10px;
    position: relative;
}

.icon-progress {
    width: 100%;
    height: 100%;
    position: relative;
}

.icon-progress__bg {
    stroke-width: 14px;
    stroke: var(--progress-bg);
    fill: transparent;
}

.webt-icon .progress_arrow {
    width: 120px;
    height: auto;
    opacity: 0;
    transition: all 1s;
    animation: bounceUpDown 2s ease-in-out infinite;
}

@keyframes bounceUpDown {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0%);
    }
}

.webt-icon__value {
    color: var(--proggress-text);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    font-size: 46px;
    font-weight: 600;
    top: 0;
    left: 0;
}

.meter-1 {
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
    stroke: var(--progress-filled);
    stroke-width: 14px;
    fill: transparent;
    animation: progress-1 4s ease-out;
}

@keyframes progress-1 {
    from {
        stroke-dashoffset: 800;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* ============================================
   WHITE THEME OVERRIDES
   Background: white, Text: black, No images
   ============================================ */

/* --- Body & Global --- */
body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* --- Main Outer Wrappers --- */
.main-outer,
.main-outer-om {
    background: #ffffff !important;
}

/* --- Remove background images from .bg-subscribe --- */
.bg-subscribe {
    background: #ffffff !important;
    background-image: none !important;
}

.bg-subscribe:after {
    background: #ffffff !important;
    background-image: none !important;
    content: none !important;
}

/* --- Content area --- */
.content-main {
    color: #000000 !important;
}

/* --- Form area - remove bg image --- */
.form-main {
    background: #ffffff !important;
    background-image: none !important;
}

.new-fix .form-main {
    background: transparent !important;
    background-image: none !important;
}

/* --- Logo section --- */
.logo {
    color: #000000 !important;
}

/* --- About / Subscribe Text --- */
.about_subscribe_text,
.about_subscribe_text span {
    color: #000000 !important;
}

.about_subscribe_text1 {
    color: #000000 !important;
}

.about_subscribe_text2 {
    color: #000000 !important;
}

/* --- Pricing Banner --- */
.pricing-banner {
    color: #000000 !important;
}

/* --- Subscribe Instruction --- */
.subscribe-instruction {
    margin: 13px;
    color: #000000 !important;
}

/* --- Input fields --- */
.input-main {
    background: #f5f5f5 !important;
    border: 1px solid #cccccc !important;
    color: #000000 !important;
}

.code {
    background: #e0e0e0 !important;
    color: #000000 !important;
}

.csf-control {
    color: #000000 !important;


}

 .description {
               max-width: 700px;
             margin: 0 auto;
                font-size: 16px;
              line-height: 1.6;
              text-align: justify;
              hyphens: auto;
              overflow-wrap: break-word;
            }

/* --- Buttons - keep visible with dark style on white bg --- */
.sb-btn,
.succsess-btn {
    background: #1a1a2e !important;
    background-image: none !important;
    color: #ffffff !important;
}

.new-fix .succsess-btn {
    background: #ff7a21 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.sb-btn:hover,
.succsess-btn:hover {
    background: #16213e !important;
    color: #ffffff !important;
}

/* --- Customer Support / Terms text --- */
.cstmr_suprt,
.cstmr_suprt1,
.cstmr_suprt2,
.cstmr_suprt3 {
    color: #000000 !important;
}

.cstmr_suprt a {
    color: #0056b3 !important;
}

.cstmr_suprt a:hover {
    color: #003d80 !important;
}

/* --- Subscribe Main --- */
.Subscribe-main {
    color: #000000 !important;
}

/* --- Footer / Bottom bar --- */
.bottom {
    background: #f0f0f0 !important;
    border-top: 1px solid #dddddd !important;
    color: #000000 !important;
}

.bottom a {
    color: #000000 !important;
}

/* --- Language selector --- */
select#langTrans {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    
}

.new-fix select#langTrans {
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    margin-right: 91px;
    margin-top: 10px;
}


/* --- Headings --- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000 !important;
}

/* --- Links --- */
a {
    color: #0056b3 !important;
}

a:hover {
    color: #003d80 !important;
}

/* --- Pricing banner operator name stays red for visibility --- */
.pricing-banner .operator-name {
    color: #e5243b !important;
}

/* --- Error messages stay red --- */
p[style*="color:#bd5e5e"] {
    color: #cc0000 !important;
}