@charset "UTF-8";


.popup-mobile-menu .mainmenu li,
form,
html,
li>ul {
    margin: 0
}

body {
    position: relative
}


.rbt-btn,
a,
ul li a {
    text-decoration: none
}

:root {
    --color-primary: #2f57ef;
    --color-secondary: #b966e7;
    --color-coral: #E9967A;
    --color-violet: purple;
    --color-pink: #DB7093;
    --color-darker: #192335;
    --color-white-dark: #D9D9D9;
    --gradient-dark: linear-gradient(90deg, #2f57efbf 0%, #c586eeab 100%);
    --gradient-dark-2: linear-gradient(90deg, #2f57ef7d 0%, #c586ee52 100%);
    --color-primary-100: #323F92;
    --color-heading: #192335;
    --color-body: #6b7385;
    --color-white: #fff;
    --color-white-off: #FFFFFFAB;
    --color-bodyest: #273041;
    --color-bodyest-2: #324059b3;
    --color-bodyest-opacity: #2730415e;
    --color-dark: #27272E;
    --color-darkest: #232d40;
    --color-black: #111113;
    --color-grey: rgba(207, 207, 207, .24);
    --color-grey2: #f4f5f7;
    --color-gray: #A1A9AC;
    --color-gray-light: #F6F6F6;
    --color-gray-lighter: #ebebeb;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --primary-opacity: #2f57ef21;
    --secondary-opacity: #b966e721;
    --coral-opacity: #E9967A21;
    --violet-opacity: #80008021;
    --pink-opacity: #DB709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #FF000310;
    --warning-opacity: #FF8F3C10;
    --success-opacity: #3EB75E10;
    --black-opacity: rgba(0, 0, 0, .04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024D1;
    --color-card-6: #3B3B46;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-primary-alt: #D1EBE6;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #EEF;
    --color-secondary-alt: #fef4f4;
    --dark-color-border: #ffffff1a;
    --dark-color-border-2: #474F5D;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-border: #e6e3f1;
    --color-border-2: #e6e3f14f;
    --bs-border-color: #dee2e6;
    --color-badge-1: #303F5B;
    --color-badge-2: #F2C94C;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 700;
    --f-extra-bold: 800;
    --f-black: 900;
    --dark-shadow-1: 0 4px 26px 0 rgba(2, 5, 17, .14);
    --dark-shadow-2: 0 4px 52px 0 rgba(2, 5, 17, .15);
    --dark-shadow-3: 0 4px 52px 0 rgba(2, 5, 17, .2);
    --dark-shadow-4: 0 4px 52px rgba(2, 5, 17, .2);
    --dark-shadow-5: 0 4px 27.9px rgba(47, 87, 239, .15);
    --shadow-primary: 0 4px 10px rgba(37, 47, 63, .1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, .05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, .2);
    --shadow-1: 0 6px 34px rgba(215, 216, 222, .41);
    --shadow-slide-item: 0 0 10px 0 rgba(215, 216, 222, .2);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, .32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, .37);
    --shadow-5: 0 20px 70px 0 rgba(0, 0, 0, .1);
    --shadow-7: 0 15px 30px -2px rgba(0, 0, 0, .1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, .4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, .44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, .05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, .06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645, .045, .355, 1);
    --font-primary: "Euclid Circular";
    --font-secondary: "Euclid Circular";
    --font-alt: "Source Serif Pro", serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --h1: 52px;
    --h2: 44px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --div-gap-1: 10px;
    --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg, #fff, #f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(251, 199, 226, .15), rgba(220, 217, 254, .15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
    --gradient-10: linear-gradient(180deg, #353e54d9 0%, #27304117 100%)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box
}


footer,
header,
nav,
section {
    display: block
}


[hidden],
input[disabled] {
    display: none
}

a {
    color: var(--color-heading);
    outline: 0;
    transition: .3s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--color-primary)
}

a:focus {
    outline: 0
}


strong {
    font-weight: 700
}


.team .content .title a {
    color: #fff
}

body {
    color: var(--color-body)
}

dl {
    margin-top: 0;
    margin-bottom: 10px
}

menu,
ul {
    padding: 0 0 0 40px
}


nav ul {
    list-style: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
p,
ul {
    margin: 0 0 20px
}


ul li {
    margin-bottom: 10px
}


ul li {
    margin-top: 10px
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}


.rbt-btn.rbt-marquee-btn,
svg:not(:root) {
    overflow: hidden
}

button,
input,
select {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}


button[disabled],
input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.footer-widget .ft-link li span {
    font-weight: 500
}


q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}


q:after,
q:before {
    content: "";
    content: none
}


.rbt-round-btn i {
    margin-right: 0
}

html {
    padding: 0;
    font-size: 10px
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-primary);
    font-weight: 400;
    scroll-behavior: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    color: var(--color-heading)
}

.h1,
h1 {
    font-size: var(--h1);
    line-height: 1.19
}

.h2,
h2 {
    font-size: var(--h2);
    line-height: 1.23
}

.h3,
h3 {
    font-size: var(--h3);
    line-height: 1.14
}

.h4,
h4 {
    font-size: var(--h4);
    line-height: 1.25
}

.h5,
h5 {
    font-size: var(--h5);
    line-height: 1.24
}

.h6,
h6 {
    font-size: var(--h6);
    line-height: 1.25
}


.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-weight: var(--f-bold)
}

.h6,
h6 {
    font-weight: var(--f-medium)
}

p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px
}

p.has-medium-font-size {
    font-size: 20px;
    line-height: 36px
}

p:last-child {
    margin-bottom: 0;
    display: none !important
}


ul {
    margin-bottom: 30px
}


ul li {
    color: var(--color-body)
}

var {
    font-family: "Courier 10 Pitch", Courier, monospace
}


ul {
    padding-left: 18px
}

ul {
    list-style: disc;
    padding-left: 20px
}


ul li a {
    color: var(--color-heading)
}

.popup-mobile-menu .mainmenu .single-mega-item .rbt-short-title {
    margin-top: 8px
}


.rbt-author-meta .rbt-author-info a:hover,
.rbt-round-btn.open,
.rbt-round-btn:hover,
ul li a:hover {
    color: var(--color-primary)
}


ul ul {
    margin-bottom: 0
}


.copyright-style-1 .copyright-link,
.course-feature-list,
.footer-widget .ft-link,
.rbt-meta {
    padding: 0;
    margin: 0;
    list-style: none
}

.rbt-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.form-group input,
.form-group input[type=submit],
.rbt-author-meta .rbt-author-info a,
.rbt-card .rbt-card-body .rbt-card-title a,
.rbt-cat-box-1,
.rbt-cat-box-1 .inner,
.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb img,
.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::after,
.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::before,
.rbt-testimonial-box .inner,
.team .thumbnail img,
ul li a {
    transition: var(--transition)
}


.footer-widget .ft-link li a:hover,
.popup-mobile-menu .mainmenu li a.active,
.rbt-header .mainmenu-nav .mainmenu>li.active>a,
.rbt-header .mainmenu-nav .mainmenu>li:hover>a,
a.rbt-btn-link:hover,
button.rbt-btn-link:hover,
span.rbt-btn-link:hover {
    color: var(--color-primary) !important
}

.bg-color-white {
    background-color: var(--color-white) !important
}

.bg-color-primary-opacity {
    background: var(--primary-opacity) !important
}


.rbt-link-hover a {
    position: relative
}

.bg-gradient-1 {
    background: var(--gradient-1) !important
}

.bg-primary-opacity {
    background: var(--primary-opacity) !important;
    color: var(--color-primary) !important
}

.bg-secondary-opacity {
    background: var(--secondary-opacity) !important;
    color: var(--color-secondary) !important
}

.bg-pink-opacity {
    background: var(--pink-opacity) !important;
    color: var(--color-pink) !important
}

@-webkit-keyframes edu_bounce_loop {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
}

@-webkit-keyframes edu_rotatation_round {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.bg-color-extra2 {
    background: var(--color-extra2)
}

.bg-color-white {
    background: var(--color-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    p {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .h1,
    h1 {
        font-size: 38px
    }
    .h2,
    h2 {
        font-size: 32px
    }
    .h3,
    h3 {
        font-size: 28px
    }
    .h4,
    h4 {
        font-size: 24px
    }
    .h5,
    h5 {
        font-size: 18px
    }
    p {
        font-size: 16px
    }
    p.has-medium-font-size {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 16px;
        line-height: 1.5
    }
    .h1,
    h1 {
        font-size: 34px
    }
    .h2,
    h2 {
        font-size: 28px
    }
    .h3,
    h3 {
        font-size: 24px
    }
    .h4,
    h4 {
        font-size: 20px
    }
    .h5,
    h5 {
        font-size: 18px
    }
    
    p,
    p.has-medium-font-size {
        font-size: 16px;
        line-height: 28px
    }
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row--35 {
    margin-left: -35px;
    margin-right: -35px
}

.row--35>[class*=col-],
.row--35>[class*=col] {
    padding-left: 35px;
    padding-right: 35px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .row--35 {
        margin-left: -35px;
        margin-right: -35px
    }
    .row--35>[class*=col-],
    .row--35>[class*=col] {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .row--35 {
        margin-left: -17.5px;
        margin-right: -17.5px
    }
    .row--35>[class*=col-],
    .row--35>[class*=col] {
        padding-left: 17.5px;
        padding-right: 17.5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .row--35 {
        margin-left: -17.5px;
        margin-right: -17.5px
    }
    .row--35>[class*=col-],
    .row--35>[class*=col] {
        padding-left: 17.5px !important;
        padding-right: 17.5px !important
    }
}

@media only screen and (max-width:767px) {
    .row--35 {
        margin-left: -17.5px !important;
        margin-right: -17.5px !important
    }
    .row--35>[class*=col-],
    .row--35>[class*=col] {
        padding-left: 17.5px !important;
        padding-right: 17.5px !important
    }
}

input:-moz-placeholder {
    opacity: 1
}

input::-webkit-input-placeholder {
    opacity: 1
}

input::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder {
    opacity: 1
}


.rbt-feature .number span {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}


.rbt-arrow-between:hover .rbt-swiper-arrow,
.team:hover::after {
    opacity: 1
}

.rbt-section-gap {
    padding: 120px 0
}

.rbt-section-gapBottom {
    padding-bottom: 120px
}

.mt_dec--50 {
    margin-top: -50px !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-section-gap {
        padding: 80px 0
    }
    
    .rbt-section-gapBottom {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .rbt-section-gap {
        padding: 80px 0
    }
    
    .rbt-section-gapBottom {
        padding-bottom: 80px
    }
}

.mt--0 {
    margin-top: 0 !important
}

.mb--0 {
    margin-bottom: 0 !important
}

.mt--10 {
    margin-top: 10px !important
}

.mb--10 {
    margin-bottom: 10px !important
}

.mt--20 {
    margin-top: 20px !important
}

.mb--20 {
    margin-bottom: 20px !important
}

.mt--25 {
    margin-top: 25px !important
}

.mt--30 {
    margin-top: 30px !important
}

.mt--50 {
    margin-top: 50px !important
}

.mb--60 {
    margin-bottom: 60px !important
}


.scroll-animation-wrapper {
    position: relative;
    z-index: 1
}


.social-default li {
    margin: 5px
}

.rbt-round-btn {
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: 0 0;
    padding: 0;
    border: 0;
    display: block
}


.theme-gradient {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-text-fill-color: rgba(255, 255, 255, .001)
}


.rbt-round-btn::after {
    background: var(--color-gray-light);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .4s;
    opacity: 0;
    transform: scale(.8);
    border-radius: 100%;
    z-index: -1
}


.rbt-round-btn.open::after,
.rbt-round-btn:hover::after {
    opacity: 1;
    transform: scale(1)
}

.rbt-hover {
    transition: var(--transition-2)
}

.rbt-hover:hover {
    transform: scale(1.02)
}

.rbt-hover-03 {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}


.footer-widget .ft-link li a:after,
.rbt-link-hover a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s
}

.footer-widget .ft-link li a:hover:after,
.rbt-link-hover a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.theme-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text
}

.gutter-swiper-30 {
    margin: -15px
}

.gutter-swiper-30 .single-slide {
    padding: 15px
}


.footer-style-1 .logo a,
.rating a {
    display: inline-block
}

.rating a i {
    color: var(--color-warning);
    font-style: normal
}


.modern-course-features-box .inner,
.rbt-author-meta,
.rbt-testimonial-box .clint-info-wrapper {
    display: flex;
    align-items: center
}


.rbt-author-meta .rbt-avater {
    margin-right: 10px
}


.logo a,
.modern-course-features-box.one-colume-grid .inner,
.rbt-author-meta .rbt-avater a,
.rbt-card .rbt-card-img a,
.rbt-cat-box-1,
.rbt-counterup .inner .content .subtitle,
.rbt-feature.active .feature-description,
.rbt-team-tab-thumb li a {
    display: block
}

.rbt-author-meta .rbt-avater img {
    width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid var(--primary-opacity);
    padding: 2px
}


.rbt-author-meta .rbt-author-info,
.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
    font-size: 14px
}

.rbt-author-meta .rbt-author-info a {
    color: var(--color-heading);
    font-weight: 500
}

.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
    border-bottom: 1px solid var(--color-border)
}


.popup-mobile-menu .mainmenu li+li {
    border-top: 1px solid var(--color-border)
}


.form-group input:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus {
    border-color: var(--color-primary)
}


.rbt-radius {
    border-radius: 6px !important
}

.radius-round {
    border-radius: 500px !important
}

.w-600 {
    font-weight: 600 !important
}


.bg-color-white .course-feature-list li .feature-content .featute-title,
.bg-color-white .modern-course-features-box .inner .content .title,
.rbt-card .rbt-card-body .rbt-card-title a {
    color: var(--color-heading)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mt_md--10 {
        margin-top: 10px !important
    }
}

@media only screen and (max-width:767px) {
    .mt_sm--10 {
        margin-top: 10px !important
    }
    .mb_sm--50 {
        margin-bottom: 50px !important
    }
    .rbt-round-btn {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

input,
select {
    width: 100%;
    transition: .3s
}

input {
    height: 40px;
    padding: 0 15px
}

select {
    transition: .3s;
    height: 60px;
    padding: 10px 30px 10px 20px;
    outline: 0;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    background: url(../images/icons/arrow.png) center right 20px no-repeat #fff
}


input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=time] {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 28px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: 0;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: var(--color-body);
    box-shadow: var(--shadow-10)
}


input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder {
    color: var(--body-color);
    opacity: 1
}


input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder {
    color: var(--body-color);
    opacity: 1
}


input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder {
    color: var(--body-color);
    opacity: 1
}

.form-group input {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    height: 50px;
    font-size: 16px;
    width: 100%
}

input[type=submit] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: .3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    height: 60px;
    margin-top: 30px
}

input[type=submit]:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, .1);
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, .1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}


.rbt-header .mainmenu-nav .mainmenu li:first-child a {
    padding-left: 0
}


.avatar,
.hanger-line>.col-lg-3,
.rbt-arrow-between,
.rbt-card .rbt-card-img,
.rbt-header .rbt-header-wrapper .container,
.video-popup-wrapper {
    position: relative
}


.rbt-feature.feature-style-2:hover .number::before,
.team:hover::before {
    opacity: 0
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1
    }
}



@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0);
        opacity: 1
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0
    }
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -moz-transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0)
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0)
    }
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0)
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg)
    }
    100% {
        -moz-transform: rotateY(0)
    }
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}


.logo a img,
.rbt-header .logo a img {
    max-height: 50px;
    object-fit: cover
}

.rbt-information-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin: -2px -7px;
    flex-wrap: wrap
}

.rbt-information-list li {
    margin: 2px 7px;
    color: var(--color-body)
}

.rbt-information-list li a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-body);
    display: flex;
    align-items: center;
    transition: .4s;
    font-weight: 400
}

.rbt-information-list li a i {
    margin-right: 10px;
    font-size: 14px;
    margin-top: 2px
}

.rbt-information-list li a span {
    margin-left: 4px
}


.copyright-style-1 .copyright-link li a:hover,
.rbt-card .rbt-card-body .rbt-card-title a:hover,
.rbt-feature .icon.bg-primary-opacity i,
.rbt-header .mainmenu-nav .mainmenu>li>a.active,
.rbt-information-list li a:hover,
.rbt-progress-parent:hover::after,
.rbt-round-icon.bg-primary-opacity i {
    color: var(--color-primary)
}

.rbt-header .mainmenu-nav .mainmenu>li.active>a i,
.rbt-header .mainmenu-nav .mainmenu>li:hover>a i {
    transform: rotate(180deg);
    margin-top: 2px
}


.popup-mobile-menu .nav-quick-access li a i {
    display: flex
}


.rbt-testimonial-box.style-2 .inner {
    text-align: center
}


.rbt-header .mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}


.rbt-feature.feature-style-2 {
    padding: 20px
}

@keyframes headerSticky {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

.rbt-counterup-area {
    overflow: visible !important
}


.bg-theme-gradient-even:nth-child(2n) .rbt-testimonial-box .description p,
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .description p,
.rbt-feature.feature-style-2:hover .number,
.social-default li a:hover {
    color: var(--color-white)
}


.rbt-header .mainmenu-nav .mainmenu>li>a i {
    transition: .3s
}


.rbt-review {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}


.rbt-team-tab-content .inner {
    display: flex;
    align-items: center;
    position: relative
}


.team .thumbnail img {
    width: 100%
}

.mainbar-row,
.popup-mobile-menu .inner-wrapper .content,
.popup-mobile-menu .inner-wrapper .inner-top .content {
    display: flex;
    justify-content: space-between
}

.mainbar-row .rbt-main-navigation {
    flex: 1;
    display: flex;
    margin: 0 30px;
    justify-content: center
}

.rbt-header {
    position: relative;
    z-index: 99
}

.rbt-header .rbt-header-wrapper {
    background-color: #fff;
    box-shadow: 0 20px 34px rgba(0, 0, 0, .0509803922)
}

.rbt-header .rbt-header-wrapper .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.rbt-header .rbt-megamenu .wrapper {
    max-height: 685px;
    overflow-y: scroll !important;
    scrollbar-width: none
}

.rbt-header .rbt-megamenu .wrapper::-webkit-scrollbar {
    display: none
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.rbt-header .mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center
}

.rbt-header .mainmenu-nav .mainmenu>li>a {
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 500;
    padding: 0 17px;
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    
    .rbt-header .rbt-megamenu .wrapper {
        max-height: 600px
    }
    .rbt-header .mainmenu-nav .mainmenu>li>a {
        padding: 0 10px
    }
}


.rbt-header .mainmenu-nav .mainmenu li:last-child a {
    padding-right: 0
}


.rbt-team-tab-content .rbt-team-details .rbt-information-list li a {
    font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .rbt-header .mainmenu-nav .mainmenu>li>a {
        padding: 0 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .rbt-header .mainmenu-nav .mainmenu>li>a {
        padding: 0 12px
    }
}

.rbt-badge-card {
    background: 0 0;
    padding: 1px 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 2;
    letter-spacing: .5px
}

.rbt-badge-card::before {
    background: linear-gradient(90deg, var(--color-primary) 15%, var(--color-secondary) 45%, var(--color-secondary) 75%, var(--color-primary) 100%) 95%/200% 100%;
    content: "";
    opacity: .5
}

.rbt-badge-card::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 100px;
    background-size: 400% 100%
}

.popup-mobile-menu {
    z-index: 9999;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-out
}

@media only screen and (min-width:1200px) {
    .popup-mobile-menu {
        display: none
    }
}

.popup-mobile-menu .inner-wrapper {
    width: 400px;
    z-index: 999;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: .5s ease-out;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow-y: auto
}

@media only screen and (max-width:767px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .rbt-header .rbt-header-wrapper .header-right {
        justify-content: flex-end;
        flex-basis: 60%
    }
    .rbt-header .rbt-header-wrapper .header-left {
        flex-basis: 40%
    }
    .popup-mobile-menu .inner-wrapper {
        padding: 30px
    }
}

.popup-mobile-menu .inner-wrapper .inner-top {
    border-bottom: 1px solid var(--primary-opacity);
    padding-bottom: 25px;
    margin-bottom: 25px
}

.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
    max-height: 45px
}

.popup-mobile-menu .inner-wrapper .inner-top .close-button {
    background: var(--color-white);
    border: 0;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.popup-mobile-menu .inner-wrapper .description {
    padding-right: 18%;
    margin-top: 20px
}

.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1
}

.popup-mobile-menu.active .inner-wrapper {
    opacity: 1;
    left: 0;
    overflow-y: auto
}

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 15px 0;
    margin: 0
}

.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500
}


.popup-mobile-menu .mainmenu li a i,
.scroll-animation-wrapper.no-overlay::after,
.scroll-animation-wrapper.no-overlay::before {
    display: none
}


.popup-mobile-menu .mainmenu .rbt-megamenu {
    padding: 0 0 0 14px;
    max-width: 100%;
    list-style: none;
    display: none
}


.popup-mobile-menu .mainmenu .mega-menu-item li a {
    font-size: 15px
}


.popup-mobile-menu .mainmenu .mega-menu-item {
    list-style: none;
    padding: 0;
    margin: 0
}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
    border-bottom-color: transparent
}

.popup-mobile-menu .mainmenu .single-mega-item+.single-mega-item {
    margin-top: 15px
}

.popup-mobile-menu .mega-top-banner {
    margin: 10px 0 9px;
    background-image: inherit;
    background-color: var(--color-dark);
    border-radius: 4px
}

.modern-course-features-box.grid-content-reverse .inner .rbt-image-gallery-wrapper,
.popup-mobile-menu .mega-top-banner .content {
    width: 100%;
    display: block
}

.popup-mobile-menu .nav-quick-access {
    display: block;
    margin: 20px 0 20px -20px;
    padding: 6px 17px;
    overflow: hidden
}

.popup-mobile-menu .nav-quick-access li a {
    display: flex;
    font-size: 14px
}


.popup-mobile-menu .rbt-btn i {
    display: block !important
}

@media only screen and (max-width:767px) {
    .popup-mobile-menu .inner-wrapper .inner-top {
        padding-bottom: 15px;
        margin-bottom: 0
    }
    .popup-mobile-menu .inner-wrapper .content {
        display: block
    }
    .popup-mobile-menu .inner-wrapper .description {
        padding-right: 0
    }
}
@media only screen and (max-width:767px) {
    .popup-mobile-menu .inner-wrapper .inner-top {
        padding-bottom: 15px;
        margin-bottom: 0
    }
    .popup-mobile-menu .inner-wrapper .content {
        display: block
    }
    .popup-mobile-menu .inner-wrapper .description {
        padding-right: 0
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title.text-center .description,
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%
    }
    .section-title.text-xl-start .description {
        padding: 0
    }}
    @media only screen and (min-width:768px) and (max-width:991px) {
    .section-title.text-center .description,
    .section-title.text-xl-start .description {
        padding: 0
    }
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%
    }
    .section-title-2 .title {
        font-size: 48px
    }
}
 .section-title.text-center .description,
    .section-title.text-center .description.has-medium-font-size,
    .section-title.text-xl-start .description {
        padding: 0
    }
    .rbt-breadcrumb-style-3 .description {
        margin-bottom: 20px
    }
    .rbt-feature-card .description {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px
}
.rbt-feature-card-two .description {
    font-size: 17px;
    line-height: 28px
}

.blog-content-wrapper .tagcloud,
.hanger-line .col-lg-2,
.pricing-table .pricing-body,
.rbt-default-tab.style-two .tab-button,
.rbt-splite-style .split-inner .description {
    margin-bottom: 30px
}

.close_side_menu {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1091;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}


.team:hover .content {
    opacity: 1;
    visibility: visible
}

.my_switcher ul li {
    margin: 0;
    padding: 0
}


.rbt-testimonial-box .description,
.rbt-testimonial-box .description .rbt-btn-link {
    margin-top: 20px
}


.rbt-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -10px
}


.rbt-button-group a,
.rbt-button-group button {
    margin: 10px
}

.disabled,
.rbt-btn:disabled {
    pointer-events: none !important;
    opacity: .65 !important
}

.rbt-btn {
    padding: 0 26px;
    background: var(--color-primary);
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
    border-radius: 6px;
    border: 0;
    outline: 0
}

.rbt-btn.btn-border {
    background: 0 0;
    border: 2px solid var(--color-border);
    color: var(--color-heading);
    line-height: 57px
}

.rbt-btn.btn-border:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

:root {
    --color-primary: #1f4fd8;
    --color-secondary: #3bb54a;
    --color-white: #fff
}

.rbt-btn.btn-gradient {
    color: var(--color-white);
    background-size: 200% 100%;
    background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary));
    border: none;
    transition: .4s ease-in-out
}

.rbt-btn.btn-gradient:hover {
    background-position: right center;
    box-shadow: 0 10px 25px rgba(31, 79, 216, .35)
}

.rbt-btn.rbt-marquee-btn span {
    display: inline-flex;
    position: relative;
    z-index: 3;
    line-height: 1.2
}

.rbt-btn.rbt-marquee-btn span::after {
    content: attr(data-text);
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%)
}

.rbt-btn.hover-icon-reverse .icon-reverse-wrapper,
.rbt-testimonial-box.style-2 .icons {
    display: flex;
    align-items: center;
    justify-content: center
}

.rbt-btn.hover-icon-reverse .btn-text {
    display: inline-block;
    transition: transform .6s cubic-bezier(.1, .75, .25, 1) 125ms;
    margin-inline-start: -19px
}

.rbt-btn.hover-icon-reverse .btn-icon {
    display: inline-block;
    transition: opacity .4s .25s, transform .6s .25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1)
}

.rbt-btn.hover-icon-reverse .btn-icon+.btn-icon {
    margin-inline-start: 8px;
    display: inline-block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition-delay: 0s;
    order: -2
}

.rbt-btn.hover-icon-reverse .btn-icon+.btn-icon i {
    padding-left: 0;
    padding-right: 6px
}

.rbt-btn:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    transform: translate3d(0, -2px, 0);
    box-shadow: var(--shadow-7)
}


.rbt-btn.btn-border-gradient {
    background: linear-gradient(90deg, #1f4fd8, #3bb54a) !important
}

.rbt-btn:hover.hover-icon-reverse .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px)
}

.rbt-btn:hover.hover-icon-reverse .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10px)
}

.rbt-btn:hover.hover-icon-reverse .btn-icon+.btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms
}

.rbt-btn:hover.rbt-marquee-btn span {
    animation: 2s linear infinite btnTxtMarqueeX
}

.rbt-btn.btn-sm {
    padding: 0 22px;
    font-size: var(--font-size-b3);
    height: 45px;
    line-height: 43px
}

.rbt-btn.btn-md {
    padding: 0 25px;
    font-size: var(--font-size-b3);
    height: 50px;
    line-height: 48px
}
/* ========== DOWNLOAD BROCHURE BUTTON FIX ========== */

/* Desktop styles */
.more-author-text {
    width: auto !important;
    margin-left: 10px !important;
}

#downloadBrochureBtn {
    white-space: nowrap !important;
    padding: 0 20px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 14px !important;
    min-width: 160px !important;
}

.brochure-btn-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}

.brochure-btn {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Mobile fixes */
@media (max-width: 768px) {
    .profile-share {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px !important;
    }

    .more-author-text {
    width: 100% !important;
    text-align: center !important;
    margin: 20px auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
}
.avatar {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f0f0f0 !important;
}

.avatar:hover {
    transform: scale(1.1) !important;
}

.avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}   

/* Download Brochure button */
#downloadBrochureBtn {
    width: auto !important;
    min-width: 220px !important;
    max-width: 90% !important;
    height: 50px !important;
    padding: 0 25px !important;
    background: linear-gradient(90deg, #1f4fd8, #3bb54a) !important;
    color: white !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(31,79,216,0.3) !important;
}

/* Button hover effect */
#downloadBrochureBtn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(31,79,216,0.4) !important;
}

/* Button text wrapper */
.brochure-btn-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
}

.icon-reverse-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.btn-text {
    white-space: normal !important;
    word-break: keep-all !important;
}

.btn-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Print button (if needed) */
.brochure-btn-wrap a[onclick*="print"] {
    display: inline-block !important;
    margin-top: 10px !important;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

/* Mobile specific centering */
@media (max-width: 768px) {
    .profile-share {
        justify-content: center !important;
        padding: 0 15px !important;
    }
    
    .avatar {
        width: 60px !important;
        height: 60px !important;
    }
    
    #downloadBrochureBtn {
        min-width: 280px !important;
        font-size: 15px !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 480px) {
    .avatar {
        width: 50px !important;
        height: 50px !important;
    }
    
    #downloadBrochureBtn {
        min-width: 90% !important;
        font-size: 14px !important;
        height: 45px !important;
    }
    
    .profile-share {
        gap: 10px !important;
    }
}


.rbt-btn i {
    padding-left: 6px;
    display: inline-block;
    top: 2px;
    position: relative;
    font-size: 17px
}

.rbt-btn.btn-border-gradient {
    border: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: var(--color-heading);
    box-shadow: 0 10px 13px 0 rgba(209, 211, 237, .39);
    border-radius: 0
}

.rbt-btn.btn-border-gradient::before {
    content: "";
    z-index: -1;
    top: 3px;
    left: 3px;
    position: absolute;
    background: #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px)
}


.rbt-btn.btn-border-gradient.radius-round,
.rbt-btn.btn-border-gradient.radius-round::before {
    border-radius: 500px
}

.rbt-btn.hover-transform-none:hover {
    transform: none
}

a.bg-primary-opacity:hover,
button.bg-primary-opacity:hover {
    background: var(--color-primary) !important;
    color: var(--color-white) !important
}

a.bg-secondary-opacity:hover,
button.bg-secondary-opacity:hover {
    background: var(--color-secondary) !important;
    color: var(--color-white) !important
}

a.bg-pink-opacity:hover,
button.bg-pink-opacity:hover {
    background: var(--color-pink) !important;
    color: var(--color-white) !important
}

@keyframes btnTxtMarqueeX {
    100% {
        transform: translateX(-200%)
    }
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right:hover i.rbt-icon-top,
.rbt-arrow-between .rbt-swiper-arrow:hover i.rbt-icon-top {
    transform: translateX(0)
}

a.rbt-btn-link,
button.rbt-btn-link,
span.rbt-btn-link {
    color: var(--color-heading);
    position: relative;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block
}

a.rbt-btn-link i,
button.rbt-btn-link i,
span.rbt-btn-link i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 4px
}

a.rbt-btn-link::after,
button.rbt-btn-link::after,
span.rbt-btn-link::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: .3s;
    right: 0
}

a.rbt-btn-link:hover::after,
button.rbt-btn-link:hover::after,
span.rbt-btn-link:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }
    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0
    }
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }
    100% {
        opacity: 0
    }
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }
    100% {
        opacity: 0
    }
}

.rbt-badge-6,
.section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-primary)
}


.rbt-card .rbt-card-top .rbt-review,
.rbt-testimonial-box .description p,
.section-title .title {
    margin-bottom: 0
}

.section-title.text-center .description,
.section-title.text-center .description.has-medium-font-size {
    padding: 0 23%;
    letter-spacing: -.5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title.text-center .description,
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title.text-center .description {
        padding: 0
    }
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%
    }
}

@media only screen and (max-width:767px) {
    .rbt-btn.btn-sm {
        padding: 0 10px
    }
    .rbt-btn.btn-md {
        padding: 0 15px
    }
    .section-title.text-center .description,
    .section-title.text-center .description.has-medium-font-size {
        padding: 0
    }
}

.rbt-short-title {
    font-size: 12px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    opacity: .5;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--color-border)
}


.bg-color-white .course-feature-list li .feature-content .featute-title span,
.bg-color-white .modern-course-features-box .inner .content p,
.bg-color-white .modern-course-features-box .inner ul li,
.rbt-arrow-between .rbt-swiper-arrow,
.rbt-card .rbt-card-body .rbt-card-text,
.rbt-meta li {
    color: var(--color-body)
}

@media only screen and (max-width:575px) {
    .rbt-header .logo a {
        height: auto;
        line-height: initial
    }
    .popup-mobile-menu .inner-wrapper {
        width: 300px;
        padding: 30px 20px
    }
    .rbt-btn {
        padding: 0 20px;
        height: 52px;
        line-height: 52px
    }
    .rbt-btn.btn-border {
        line-height: 48px
    }
}


.rbt-cat-box-1 .inner .icons,
.rbt-team-tab-content .author-info {
    margin-bottom: 20px
}

.rbt-card {
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
    border-radius: var(--radius);
    background: var(--color-white);
    position: relative;
    height: 100%
}

.rbt-card .rbt-card-img a img {
    width: 100%;
    transition: .5s;
    object-fit: cover;
    border-radius: var(--radius)
}

.rbt-card .rbt-card-body {
    padding-top: 30px
}

.rbt-card .rbt-card-body .rbt-meta {
    margin-bottom: 14px
}

.rbt-card .rbt-card-body .rbt-card-title {
    margin-bottom: 10px;
    font-size: 26px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-card {
        padding: 20px
    }
    .rbt-card .rbt-card-body {
        padding-top: 20px
    }
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-card {
        padding: 20px
    }
    .rbt-card .rbt-card-body {
        padding-top: 20px
    }
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .rbt-card {
        padding: 15px
    }
    .rbt-card .rbt-card-body {
        padding-top: 20px
    }
    
    .rbt-card .rbt-card-body .rbt-meta {
        margin-bottom: 8px
    }
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 20px
    }
}

.rbt-card .rbt-card-body .rbt-card-text {
    margin-bottom: 20px
}

@media only screen and (max-width:1199px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 14px
    }
    .rbt-card .rbt-card-body .rbt-author-meta {
        margin-bottom: 10px !important
    }
}

.rbt-card .rbt-card-body .rbt-review {
    margin-bottom: 12px
}

.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.rbt-card .rbt-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-top: -10px
}

@media only screen and (max-width:767px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .rbt-card .rbt-card-top {
        margin-bottom: 10px;
        margin-top: 0
    }
   
}



.rbt-cat-box-1 .inner .content .title {
    margin-bottom: 10px
}


.rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 25px
}

.modern-course-features-box .inner ul li i {
    background: var(--primary-opacity);
    color: var(--color-primary)
}

.rbt-meta {
    margin: -7px
}

.rbt-meta li {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin: 7px
}

.rbt-meta li i {
    margin-right: 5px
}

.rbt-review .rating {
    display: flex;
    align-items: center;
    margin-right: 6px
}

.rating i,
.rbt-review .rating i {
    font-size: 13px;
    color: #ff9747;
    transition: .3s
}

.rbt-review .rating-count {
    display: inline-block;
    font-size: 14px;
    font-weight: 500
}


.modern-course-features-box .inner .thumbnail {
    flex-basis: 50%
}

.rbt-arrow-between .rbt-swiper-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 0;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background-color: var(--color-white);
    z-index: 3;
    cursor: pointer
}

.rbt-arrow-between .rbt-swiper-arrow .custom-overfolow {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.rbt-arrow-between .rbt-swiper-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -9px;
    margin-left: -9px;
    z-index: 1
}

.rbt-arrow-between .rbt-swiper-arrow i.rbt-icon-top {
    position: absolute;
    transform: translateX(300%)
}

.rbt-arrow-between .rbt-swiper-arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: -1
}

.rbt-arrow-between .rbt-swiper-arrow:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.rbt-arrow-between .rbt-swiper-arrow:hover::after {
    transform: scale(1.2)
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right i.rbt-icon-top,
.rbt-arrow-between .rbt-swiper-arrow:hover i.rbt-icon {
    transform: translateX(-300%)
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 30px
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 30px
}

.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right:hover i.rbt-icon {
    transform: translateX(300%)
}

.rbt-feature .number::after,
.rbt-feature .number::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--color-primary) 0, var(--color-secondary) 100%);
    content: ""
}

.rbt-feature,
.rbt-feature .number,
.rbt-feature .number::after,
.rbt-feature .number::before {
    transition: var(--transition-3)
}

.swiper .rbt-cat-box-1 .inner,
.swiper .rbt-cat-box-1.variation-2 .inner {
    box-shadow: var(--shadow-light)
}

.rbt-feature .icon,
.rbt-feature .number,
.rbt-round-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 100%;
    display: flex
}

.rbt-feature {
    display: flex;
    cursor: pointer
}

.rbt-feature .icon,
.rbt-round-icon {
    background: var(--color-secondary);
    align-items: center;
    justify-content: center
}

.rbt-feature .icon i,
.rbt-round-icon i {
    color: var(--color-white);
    font-size: 24px
}

.rbt-feature .icon.bg-pink-opacity i,
.rbt-round-icon.bg-pink-opacity i {
    color: var(--color-pink)
}


.rbt-feature .icon.bg-secondary-opacity i,
.rbt-round-icon.bg-secondary-opacity i {
    color: var(--color-secondary)
}

.rbt-feature .number {
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: var(--f-medium);
    font-size: var(--font-size-b3);
    line-height: 26px;
    color: var(--color-heading)
}

.rbt-feature .number::before {
    position: absolute;
    border-radius: 100%;
    opacity: .1
}

.rbt-feature .number::after {
    position: absolute;
    border-radius: 100%;
    transform: scale(0)
}

.rbt-feature .feature-content .feature-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0
}

.rbt-feature .feature-content .feature-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 5px
}


.rbt-feature+.rbt-feature {
    margin-top: 30px
}

.rbt-feature.feature-style-2:hover {
    box-shadow: var(--shadow-5);
    transform: scale(1.1)
}

.rbt-feature.feature-style-2:hover .number::after {
    transform: scale(1)
}


.footer-widget .ft-link li+li,
.rbt-feature.feature-style-2+.feature-style-2 {
    margin-top: 10px
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-meta {
        margin: -3px
    }
    .rbt-meta li {
        margin: 3px
    }
   
    .rbt-feature.rv-scale-lg:hover {
        transform: scale(1)
    }
}

@media only screen and (max-width:767px) {
    .rbt-meta {
        margin: -3px
    }
    .rbt-meta li {
        margin: 3px;
        font-size: var(--font-size-b4)
    }
    .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
        left: 20px
    }
    .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
        left: auto;
        right: 20px
    }
    .rbt-feature+.rbt-feature {
        margin-top: 20px
    }
}


.modern-course-features-box .inner .thumbnail img {
    border-radius: 10px;
    width: 100%
}


.rbt-cat-box-1 .inner .icons i,
.rbt-cat-box-1 .inner .icons img {
    border-radius: var(--radius-10)
}


.bg-theme-gradient-even:nth-child(2n) .rbt-testimonial-box .clint-info-wrapper .client-info .title,
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .clint-info-wrapper .client-info .title,
.modern-course-features-box .inner ul li {
    color: var(--color-white-off)
}

.rbt-counterup {
    background: var(--color-white);
    box-shadow: var(--shadow-1);
    border-radius: 5px;
    text-align: center;
    padding: 30px 30px 50px;
    z-index: 2;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-counterup {
        padding: 30px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-counterup {
        padding: 30px 15px
    }
}

@media only screen and (max-width:767px) {
    .rbt-counterup {
        padding: 30px 15px
    }
}

.rbt-counterup .inner .icon,
.rbt-counterup .inner .rbt-round-icon {
    margin: 0 auto 20px
}


.rbt-counterup .inner .icon img,
.rbt-counterup .inner .rbt-round-icon img {
    max-height: 100px
}

.rbt-counterup .inner .rbt-round-icon {
    margin-bottom: 20px;
    position: relative;
    background: var(--color-white);
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    line-height: 100px;
    padding: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-10)
}

.rbt-counterup .inner .content .counter {
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    position: relative;
    display: inline-block;
    padding: 0 24px;
    margin-left: -20px;
    margin-bottom: 9px
}

.rbt-counterup .inner .content .counter::after {
    position: absolute;
    content: "+";
    right: 0;
    font-size: 42px
}

.rbt-counterup.style-2 {
    background: 0 0;
    box-shadow: none;
    padding: 0
}

.rbt-counterup.style-2 .inner .content .counter {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 0
}

.rbt-counterup.style-2 .inner .content .subtitle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px
}

.rbt-counterup .top-circle-shape {
    position: absolute;
    width: 243px;
    top: -47%;
    height: 243px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #cfa2e8, #637fea);
    opacity: .09;
    border-radius: 100%;
    box-sizing: border-box
}

.rbt-counterup .top-circle-shape::before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 100%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px
}

.rbt-counterup.border-bottom-gradient {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rbt-counterup.border-bottom-gradient::before {
    background: linear-gradient(90deg, #cfa2e8, #637fea);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px
}

.hanger-line {
    position: relative;
    padding-top: 30px;
    overflow: visible !important
}

.hanger-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: radial-gradient(ellipse at center, var(--color-primary) 0, rgba(255, 255, 255, 0) 70%)
}

.hanger-line>.col-lg-3::after,
.hanger-line>.col-lg-3::before,
.rbt-counterup::after,
.rbt-counterup::before {
    left: 50%;
    transform: translateX(-50%)
}

.rbt-counterup::after {
    content: "";
    position: absolute;
    top: -60px;
    width: 3px;
    height: 60px;
    background: #2563eb
}

.rbt-counterup::before {
    content: "";
    position: absolute;
    top: -70px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #2563eb
}

.hanger-line>.col-lg-3::before {
    content: "";
    width: 3px;
    height: 32px;
    background-image: linear-gradient(var(--color-primary), rgba(255, 255, 255, 0));
    bottom: 100%;
    position: absolute
}

.hanger-line>.col-lg-3::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid var(--color-primary);
    border-radius: 100%;
    bottom: calc(100% + 23px);
    background: #f9f9ff
}


.hanger-line .col-lg-2 {
    margin-bottom: 30px
}



@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-counterup.variation-01 .inner .content .counter {
        font-size: 35px
    }
   
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-counterup.variation-01 .inner .content .counter {
        font-size: 35px
    }
   
}

@media only screen and (max-width:767px) {
    .rbt-counterup .inner .content .counter {
        font-size: 40px;
        line-height: 1
    }
    
    .rbt-counterup.style-2 .inner .content .counter {
        font-size: 36px
    }
    .rbt-counterup.variation-01 .inner .content .counter {
        font-size: 35px
    }
    
}


.rbt-cat-box-1.variation-2 .inner .icons img,
.rbt-testimonial-box.style-2 .icons img {
    max-height: 50px
}


.rbt-team-tab-content .rbt-team-details .team-form {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: .6px;
    font-style: italic
}


.rbt-team-tab-content .rbt-team-details .team-form img {
    padding-right: 10px;
    max-height: 18px
}

.team {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    transition: transform .65s cubic-bezier(.05, .2, .1, 1), box-shadow .65s cubic-bezier(.05, .2, .1, 1)
}

.team::before {
    position: absolute;
    left: 0
}

.team::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
    cursor: pointer;
    opacity: 0
}



.team .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 40px;
    z-index: 2
}

.team .content .title {
    color: #fff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.25s;
    transform: translateY(10px);
    transition: .45s cubic-bezier(.23, .88, .34, .99)
}

.team .content .designation,
.team ul.social-icon li {
    transition: .45s cubic-bezier(.23, .88, .34, .99);
    opacity: 0;
    visibility: hidden
}

.team .content .designation {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    transform: translateY(10px)
}

.team ul.social-icon {
    position: absolute;
    top: 25px;
    left: 35px;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0 -10px
}

.team ul.social-icon li {
    margin: 0 10px;
    transform: translateY(8px) scale(.8)
}

.team ul.social-icon li a {
    color: #fff;
    font-size: 15px;
    transition: .3s
}

.team ul.social-icon li a svg {
    transition: .3s;
    fill: #fff;
    height: 18px;
    width: 18px
}

.team ul.social-icon li a:hover svg {
    transform: scale(1.3)
}


.team:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(253, 71, 102, .0022)
}

.team:hover .content .title {
    transition-delay: 0.25s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.team:hover .content .designation {
    transition-delay: 0.33s;
    opacity: .7;
    visibility: visible;
    transform: translateY(0)
}


.team:hover ul.social-icon li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.team:hover ul.social-icon li:first-child {
    -webkit-transition-delay: 76.92ms;
    transition-delay: 76.92ms
}

.team:hover ul.social-icon li:nth-child(2) {
    -webkit-transition-delay: 0.15385s;
    transition-delay: 0.15385s
}

.team:hover ul.social-icon li:nth-child(3) {
    -webkit-transition-delay: 0.23077s;
    transition-delay: 0.23077s
}

.team:hover ul.social-icon li:nth-child(4) {
    -webkit-transition-delay: 0.33077s;
    transition-delay: 0.23077s
}

.team:hover ul.social-icon li:nth-child(5) {
    -webkit-transition-delay: 0.43077s;
    transition-delay: 0.23077s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .team .content {
        padding: 10px
    }
    .team .content .title {
        font-size: 22px
    }
    .team ul.social-icon {
        left: 10px
    }
}

.rbt-team-tab-thumb {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -30px;
    outline: 0;
    border: 0
}

.rbt-team-tab-thumb li {
    padding-left: 5px;
    padding-right: 5px;
    flex-basis: 33.33%;
    margin-bottom: 10px;
    outline: 0;
    cursor: pointer;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .team .content {
        padding: 20px
    }
    .team ul.social-icon {
        left: 20px
    }
    .rbt-team-tab-thumb li {
        flex-basis: 33.33%;
        margin-bottom: 14px;
        padding-left: 7px;
        padding-right: 7px
    }
}

.rbt-team-tab-thumb li .rbt-team-thumbnail {
    padding: 10px;
    background: var(--color-white);
    box-shadow: var(--shadow-2);
    border-radius: 6px
}


.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb {
    position: relative;
    display: inline-block;
    width: 100%
}

.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb img {
    border-radius: 6px;
    width: auto;
    object-fit: cover;
    height: 206px;
    max-width: 100%
}


.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--gradient-7);
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    border-radius: 6px;
    opacity: 0
}


.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::before {
    content: "\e94b";
    position: absolute;
    font-family: feather !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    z-index: 2;
    font-size: 28px;
    opacity: 0;
    margin-left: 15px
}


.rbt-team-tab-thumb li a.active .thumb::after {
    background: var(--gradient-7);
    opacity: .5
}

.rbt-team-tab-thumb li a.active .thumb::before {
    opacity: 1;
    margin: 0
}

.rbt-team-tab-thumb li a.active .thumb img {
    border-radius: 6px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1)
}

.top-circle-shape {
    position: absolute;
    width: 240px;
    top: -96px;
    height: 240px;
    right: -96px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #cfa2e8, #637fea);
    opacity: .09;
    border-radius: 100%;
    box-sizing: border-box
}

.top-circle-shape::before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 100%;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px
}

.rbt-team-tab-content {
    background: var(--color-white);
    box-shadow: var(--shadow-1);
    padding: 26px;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-team-tab-thumb li .rbt-team-thumbnail .thumb img {
        width: 100%;
        height: 270px
    }
    .rbt-team-tab-content .author-info {
        margin-bottom: 10px
    }
}


.rbt-team-tab-content .author-info .title {
    margin-bottom: 7px
}


.rbt-team-tab-content .author-info .designation {
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 12px
}

.rbt-team-tab-content .rbt-team-thumbnail {
    flex-basis: 44%
}

.rbt-team-tab-content .rbt-team-thumbnail .thumb img {
    border-radius: 6px;
    height: auto;
    object-fit: cover;
    width: 100%
}

.rbt-team-tab-content .rbt-team-details {
    flex-basis: 56%;
    padding-left: 30px
}

.rbt-team-tab-content .rbt-team-details p {
    line-height: 28px;
    margin-bottom: 25px
}

.social-default {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -5px;
    list-style: none;
    justify-content: center
}

.social-default li a {
    width: 48px;
    background-color: var(--color-gray-light);
    height: 48px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: .3s;
    color: var(--color-body);
    z-index: 2;
    position: relative
}

.social-default li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--color-primary);
    transform: scale(.5);
    opacity: 0;
    transition: .3s;
    border-radius: 100%
}

.social-default li a:hover::after {
    transform: scale(1);
    opacity: 1
}

.social-default li a i {
    vertical-align: middle
}

.social-default.transparent-with-border li a {
    line-height: 41px;
    background: 0 0;
    border: 2px solid var(--color-border)
}

.social-default.transparent-with-border li a:hover {
    border-color: transparent !important
}


.social-default.transparent-with-border li a::after {
    border: 1px solid var(--color-primary)
}

@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}


.rbt-cat-box-1.variation-2 .inner .content .title,
.rbt-testimonial-box .clint-info-wrapper .client-info .title {
    margin-bottom: 5px
}

.newsletter-form {
    height: auto !important;
    overflow: visible !important
}

.newsletter-form p.description {
    display: block;
    color: #6b7280;
    margin-top: 8px;
    line-height: 1.6
}

.newsletter-form input {
    flex-grow: 1;
    width: auto;
    margin-right: 7px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 500px
}

.rbt-brand-title-wrap::after,
.rbt-brand-title-wrap::before {
    height: 1px;
    background: linear-gradient(90deg, rgba(81, 99, 255, .5) 0, rgba(25, 35, 53, 0) 100%);
    content: ""
}

@media only screen and (max-width:767px) {
    .rbt-team-tab-thumb li .rbt-team-thumbnail .thumb img {
        width: 100%;
        height: auto
    }
    .rbt-team-tab-content .inner {
        display: block
    }
    .rbt-team-tab-content .author-info,
    .rbt-team-tab-content .rbt-team-details p {
        margin-bottom: 10px
    }
    .rbt-team-tab-content .rbt-team-details {
        padding-left: 0;
        margin-top: 20px
    }
}

@media only screen and (max-width:575px) {
    
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 18px
    }
    .rbt-counterup {
        padding: 25px 15px
    }
    
    .rbt-team-tab-thumb {
        margin-bottom: -10px
    }
    .rbt-team-tab-thumb li {
        flex-basis: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
}

.rbt-brand-title-wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.rbt-brand-title-wrap::before {
    flex: 1;
    transform: rotate(180deg)
}

.rbt-brand-title-wrap::after {
    flex: 1
}

.rbt-brand-title {
    font-size: var(--font-size-b1)
}

.rbt-contact-form.contact-form-style-1 {
    padding: 50px 50px 50px 60px;
    position: relative;
    max-width: 490px;
    z-index: 2;
    background: var(--color-white);
    box-shadow: var(--shadow-1);
    border-radius: var(--radius)
}

.form-group {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    display: block
}

.form-group input {
    border: 0;
    border-bottom: 2px solid var(--color-border);
    background-color: transparent;
    border-radius: 0;
    padding: 20px 0 8px
}

.form-group input[type=submit] {
    border: 2px solid var(--color-heading);
    background: #fff;
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 44px;
    padding: 0;
    text-transform: capitalize
}

.form-group input[type=submit]:hover {
    background: var(--color-heading);
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-contact-form.contact-form-style-1 {
        padding: 30px 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-contact-form.contact-form-style-1 {
        max-width: inherit
    }
}

.bg-theme-gradient-even:nth-child(2n) .rbt-testimonial-box .inner,
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .inner {
    background: var(--gradient-7)
}

@media only screen and (max-width:767px) {
    .rbt-contact-form.contact-form-style-1 {
        padding: 30px 20px;
        max-width: inherit
    }
}

.scroll-animation-wrapper::after,
.scroll-animation-wrapper::before {
    position: absolute;
    height: 100%;
    width: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: -moz-linear-gradient(left, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    z-index: 2;
    content: ""
}


.scroll-animation-wrapper::before {
    top: 0;
    left: 0
}


.scroll-animation-wrapper::after {
    top: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.scroll-animation {
    display: flex;
    width: 7200px;
    position: relative
}

.scroll-animation.scroll-right-left {
    -webkit-animation: 80s linear infinite forwards scroll;
    -moz-animation: 80s linear infinite forwards scroll;
    animation: 80s linear infinite forwards scroll
}

.scroll-animation.scroll-left-right {
    -webkit-animation: 80s linear infinite forwards scrollLeft;
    -moz-animation: 80s linear infinite forwards scrollLeft;
    animation: 80s linear infinite forwards scrollLeft
}

.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px
}

.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    border-radius: var(--radius)
}

.rbt-testimonial-box .inner {
    position: relative;
    padding: 50px 40px;
    z-index: 2;
    background: var(--color-white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-9)
}

.rbt-testimonial-box .inner::before {
    position: absolute;
    content: "";
    right: 40px;
    top: 40px;
    z-index: -1;
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px
}


.rbt-testimonial-box .inner.bg-color-primary-opacity::before {
    filter: grayscale(1)
}

.rbt-testimonial-box .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    padding: 3px;
    background: var(--color-white);
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px solid var(--primary-opacity)
}

.rbt-testimonial-box .clint-info-wrapper .thumb img,
.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 100%
}

.rbt-testimonial-box .clint-info-wrapper .client-info span {
    line-height: 28px;
    display: inline-block;
    font-size: 16px
}

.rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 22px;
    justify-content: center
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb {
    height: 40px;
    padding: 2px;
    min-width: 40px
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 15px
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title span {
    line-height: inherit;
    display: inline-block;
    font-size: inherit
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

.nav-tabs {
    border-bottom: 0
}

.progress {
    border-radius: 10px;
    overflow: visible
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .rbt-testimonial-box .inner {
        padding: 10px 22px
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info {
        padding-left: 15px
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info .title {
        font-size: 18px
    }
}

.progress {
    height: 6px;
    background-color: var(--color-gray-light)
}

.rbt-cat-box-1 .inner,
.rbt-cat-box-1.variation-2 .inner {
    background-color: var(--color-white);
    box-shadow: var(--shadow-1);
    border-radius: var(--radius-10)
}

.rbt-cat-box-1 .inner {
    padding: 50px 40px
}

.rbt-cat-box-1 .inner .icons img {
    max-height: 80px
}

.rbt-cat-box-1 .inner .icons i {
    font-size: 34px
}



.rbt-cat-box-1.list-style .inner {
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-7);
    background: var(--color-white)
}

.rbt-cat-box-1.list-style .inner .thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px 0 0 6px;
    overflow: hidden
}

.rbt-cat-box-1.list-style .inner .thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.rbt-cat-box-1.list-style .inner .content {
    flex-grow: 1;
    text-align: left;
    padding-left: 20px
}

.rbt-cat-box-1.list-style .inner .content .title {
    margin-bottom: 1px;
    font-size: 16px
}

.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rbt-testimonial-box .inner {
        padding: 10px 20px
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info,
    .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
        padding-left: 10px
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info .title {
        font-size: 18px
    }
    .rbt-cat-box-1 .inner .content .title {
        margin-bottom: 5px;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rbt-testimonial-box .inner {
        padding: 12px 18px
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info,
    .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
        padding-left: 10px
    }
    .rbt-cat-box-1 .inner .content .title {
        margin-bottom: 5px;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .scroll-animation-wrapper::after,
    .scroll-animation-wrapper::before {
        width: 50px
    }
    .scroll-animation .single-column-20 {
        width: 310px;
        padding: 0 10px
    }
    .rbt-testimonial-box .inner {
        padding: 15px
    }
    .rbt-testimonial-box .inner::before {
        right: 20px;
        top: 20px
    }
    .rbt-testimonial-box .clint-info-wrapper,
    .rbt-testimonial-box.style-2 .clint-info-wrapper {
        display: block
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info,
    .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
        padding-left: 0;
        margin-top: 15px
    }
    .rbt-testimonial-box .clint-info-wrapper .client-info .title {
        font-size: 20px
    }
    .rbt-testimonial-box .description {
        margin-top: 8px
    }
    .rbt-testimonial-box .description .rbt-btn-link {
        margin-top: 10px
    }
    .rbt-cat-box-1 .inner .content .title {
        margin-bottom: 5px;
        font-size: 16px
    }
}


.my_switcher ul li a.active,
.my_switcher ul li button.active {
    display: none
}

.rbt-list-style-2 {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: -10px;
    list-style: none;
    margin-bottom: 40px
}

.rbt-list-style-2 li {
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center
}

.rbt-list-style-2 li i {
    width: 30px;
    height: 30px;
    background: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 100%;
    color: var(--color-primary);
    display: inline-block;
    line-height: 29px;
    margin-right: 10px;
    font-weight: 700;
    text-align: center
}

.modern-course-features-box {
    background: var(--primary-opacity);
    border-radius: 20px;
    padding: 40px
}

@media only screen and (max-width:767px) {
    .modern-course-features-box {
        padding: 30px
    }
    .modern-course-features-box .inner {
        display: block
    }
}

.modern-course-features-box .inner .content {
    flex-basis: 50%;
    padding-left: 30px
}

.modern-course-features-box .inner .content .title {
    color: var(--color-white);
    font-size: 36px;
    padding-right: 14%;
    margin-bottom: 20px;
    margin-top: -11px
}

.modern-course-features-box .inner .content p {
    color: var(--color-white-off);
    margin-bottom: 35px
}

.modern-course-features-box.one-colume-grid .inner .content {
    padding-left: 0;
    padding-top: 34px
}

.modern-course-features-box.grid-content-reverse .inner {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%
}

.modern-course-features-box.grid-content-reverse .inner .thumbnail {
    flex-basis: 100%;
    width: 100%;
    margin-top: 30px
}

.modern-course-features-box.grid-content-reverse .inner .content {
    flex-basis: 100%;
    padding-left: 0
}

.bg-color-white .modern-course-features-box {
    background: var(--secondary-opacity)
}

.course-feature-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -20px
}

.course-feature-list li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 0
}

.course-feature-list li .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 12px
}

.course-feature-list li .feature-content .featute-title {
    color: var(--color-white);
    margin-bottom: 0;
    font-size: 20px
}

.course-feature-list li .feature-content .featute-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-white-off)
}

.close_side_menu,
.popup-mobile-menu {
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(15px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .modern-course-features-box {
        padding: 30px
    }
    .modern-course-features-box .inner {
        display: block
    }
    .modern-course-features-box .inner .content {
        padding-left: 0;
        padding-top: 30px
    }
    .modern-course-features-box .inner .content p {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .modern-course-features-box .inner .content {
        padding-left: 0;
        padding-top: 30px
    }
    .modern-course-features-box .inner .content .title {
        font-size: 26px;
        padding-right: 0;
        margin-top: 0
    }
    .modern-course-features-box .inner .content p {
        margin-bottom: 20px
    }
    .modern-course-features-box.grid-content-reverse .inner {
        flex-direction: column
    }
    .course-feature-list {
        margin: -10px
    }
    .course-feature-list li {
        padding: 10px
    }
    .course-feature-list li .feature-content .featute-title {
        font-size: 16px
    }
    .course-feature-list li .feature-content .featute-title span {
        font-size: 14px
    }
}

.my_switcher {
    position: fixed;
    left: 30px;
    transform: rotate(90deg);
    z-index: 99;
    bottom: 30px
}

.my_switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border: 2px solid var(--color-border);
    border-radius: 100px;
    line-height: 40px
}

.my_switcher ul li a,
.my_switcher ul li button {
    position: relative;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: .4s;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    width: 40px;
    height: 40px
}

.my_switcher ul li a img,
.my_switcher ul li button img {
    width: 15px
}

.my_switcher ul li a span,
.my_switcher ul li button span {
    transform: rotate(-180deg);
    display: none
}

.my_switcher ul li a.dark,
.my_switcher ul li button.dark {
    color: #18191a;
    background: 0 0;
    outline: 0;
    border: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .my_switcher {
        left: 10px
    }
}

@media only screen and (max-width:767px) {
    .my_switcher {
        left: 4px
    }
}

.rbt-banner-area .social-default.transparent-with-border li a {
    color: var(--color-white);
    border: 2px solid var(--white-opacity)
}

.profile-share a {
    position: relative;
    z-index: 1;
    transition: var(--transition);
    animation: 4s ease-in-out infinite floatIcon
}
/* Avatar section centering */
.profile-share {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;  /* Center on mobile */
    gap: 15px !important;
    margin: 20px auto !important;
    width: 100% !important;
}

.profile-share a img {
    max-width: 60px;
    border-radius: 50%;
    border: 3px solid #e3eefb;
    transition: var(--transition);
    box-shadow: var(--shadow-1)
}

.profile-share a:nth-child(2) {
    animation-delay: .3s
}

.profile-share a:nth-child(3) {
    animation-delay: .6s
}

.profile-share a:nth-child(4) {
    animation-delay: .9s
}



.profile-share a.more-author-text {
    color: var(--color-body);
    display: inline-block;
    padding-left: 7px
}

.profile-share a.more-author-text:hover {
    transform: none;
    color: var(--color-primary)
}

.profile-share a:hover {
    z-index: 2;
    transform: translateY(-3px) scale(1.1)
}

.more-author-text .rbt-btn {
    animation: 2.5s infinite pulseGlow
}
.more-author-text {
    width: auto !important;
    margin-left: 10px !important;
}

.profile-share .more-author-text {
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    margin-top: 21px;
    max-width: 275px;
    margin-left: 184px
}

.profile-share .more-author-text .subtitle {
    font-size: 16px;
    letter-spacing: -.5px
}

.avatar::after,
.avatar::before {
    --scale: 0;
    --arrow-size: 8px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
    transition: transform 150ms;
    transform-origin: bottom center
}

.avatar::before {
    --translate-y: calc(-100% - var(--arrow-size));
    content: attr(data-tooltip);
    color: var(--color-white);
    padding: 5px 8px;
    background: var(--color-primary);
    width: max-content;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    margin: 1px
}

.avatar::after {
    --translate-y: calc(-1 * var(--arrow-size));
    content: "";
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--color-primary)
}

.avatar:hover::after,
.avatar:hover::before {
    --scale: 1
}

.copyright-style-1 .copyright-link li a {
    color: var(--color-body);
    transition: .4s
}

.footer-style-1 .footer-top {
    padding-top: 80px;
    padding-bottom: 10px;
    border: 2px solid #fbf5f5
}

.footer-style-1 .ft-title {
    color: var(--color-heading);
    margin-bottom: 20px
}

.footer-style-1 .description {
    font-size: 16px;
    line-height: 25px
}

.footer-style-1 .newsletter-form input {
    min-width: 100%
}

.footer-widget .ft-link li {
    margin: 0;
    color: var(--color-body);
    font-size: 16px;
    line-height: 25px
}

.footer-widget .ft-link li a {
    color: var(--color-body);
    display: inline-block;
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-style-1 .ft-title {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .footer-style-1 .footer-top {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.copyright-style-1 p {
    color: var(--color-body);
    font-size: 16px;
    line-height: 25px
}

.copyright-style-1 .copyright-link {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -10px
}

.copyright-style-1 .copyright-link li {
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px
}

.copyright-style-1 .copyright-link li+li::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    background: var(--color-border);
    left: -1px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:1199px) {
    .rbt-cat-box-1 .inner {
        padding: 20px
    }
}

@media only screen and (max-width:575px) {
    .rbt-list-style-2 {
        display: block;
        text-align: left
    }
    .rbt-list-style-2 li {
        text-align: left
    }
    .modern-course-features-box {
        padding: 20px
    }
}


.privacy-policy {
    padding: 60px 0
}

.privacy-policy h1 {
    font-size: 34px;
    margin-bottom: 20px
}

.privacy-policy h2 {
    margin-top: 30px;
    font-size: 22px
}

.privacy-policy li,
.privacy-policy p {
    line-height: 1.7;
    font-size: 16px
}


.privacy-policy ul {
    padding-left: 20px
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important
}

.popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative
}

@keyframes scaleIn {
    from {
        transform: scale(.8);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: 0 0;
    border: none;
    font-size: 26px;
    cursor: pointer
}

.floating-call,
.floating-whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
    z-index: 9999;
    transition: transform .3s
}

.floating-call img,
.floating-whatsapp img {
    width: 28px;
    height: 28px
}

.floating-call {
    bottom: 83px;
    left: 30px;
    background: #fff;
    animation: 2.5s infinite phone-ring;
    transform-origin: center
}

.floating-whatsapp {
    bottom: 83px;
    right: 30px;
    background: #25d366;
    animation: 2s infinite pulse
}

@keyframes phone-ring {
    0%,
    100%,
    25% {
        transform: rotate(0)
    }
    15%,
    5% {
        transform: rotate(15deg)
    }
    10%,
    20% {
        transform: rotate(-15deg)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(31, 79, 216, .7);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .6)
    }
    70% {
        box-shadow: 0 0 0 12px rgba(31, 79, 216, 0);
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(31, 79, 216, 0);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

.rbt-feature .feature-description {
    display: none;
    margin-top: 10px
}
.rbt-page-banner-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    padding: 60px 0 235px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #1f4fd8, #3bb54a) !important
}
.rbt-section-overlayping-top {
    margin: -175px auto 0;
    position: relative;
    z-index: 2;
}
.rbt-short-item .course-index {
    color: white;
    font-size: 16px
}
.rbt-cta-default.style-4 .content-wrapper .thumbnail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21%
}
@media only screen and (max-width:767px) {
    .about-style-4.version-04 .enrolled {
        left: 0
    }
    .rbt-cta-default.style-2 .content-wrapper,
    .rbt-cta-default.style-3 .content-wrapper {
        padding: 40px 30px
    }
    .rbt-cta-default.style-3 .content .title {
        font-size: 22px;
        line-height: 1.5
    }
    .rbt-cta-default.style-4 {
        position: relative;
        padding: 30px 10px;
        margin-top: 0 !important
    }
    .rbt-cta-default.style-4 .content .title {
        font-size: 24px
    }
    .rbt-cta-default.style-4 .content-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0
    }
    .rbt-cta-default.style-4 .content-wrapper .inner {
        padding-left: 0
    }
    .rbt-cta-default.style-4 .content-wrapper .thumbnail {
        display: none
    }
    .rbt-cta-5 .title {
        font-size: 34px;
        padding-right: 0
    }
    .rbt-call-to-action-5 .shape-images {
        right: 4%;
        max-width: 53%
    }
    .rbt-accordion-style .card .card-header {
        padding-left: 20px
    }
    .rbt-accordion-style .card .card-body {
        padding: 20px
    }
    .rbt-accordion-style.for-right-content .card .card-header button {
        display: flex
    }
    .rbt-image-gallery-1 {
        padding-right: 40px
    }
}
.rbt-banner-8.variation-02, .rbt-lesson-rightsidebar .inner, .rbt-section-gap3 {
    padding: 100px 0;
}
.rbt-drop-menu-hidden .rbt-header,
.video-popup-with-text.video-popup-wrapper .position-to-top {
    z-index: 2
}
.video-popup-wrapper .position-to-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0
}
.rbt-btn.rounded-player-2 .play-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.rbt-btn.rounded-player-2 .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--color-primary)
}
.border-color-primary,
.form-group input:focus,
.form-group textarea:focus,
.input-active input[type=date],
.input-active input[type=email],
.input-active input[type=number],
.input-active input[type=password],
.input-active input[type=tel],
.input-active input[type=text],
.input-active input[type=time],
.rbt-btn.rounded-player-2.btn-theme-color::after,
.rbt-btn.rounded-player-2.btn-theme-color::before,
.rbt-lesson-rightsidebar .rbt-checkbox-wrapper input[type=checkbox]:checked~label,
.rbt-lesson-rightsidebar .rbt-checkbox-wrapper input[type=radio]:checked~label,
.rbt-lesson-rightsidebar .rbt-form-check input[type=checkbox]:checked~label,
.rbt-lesson-rightsidebar .rbt-form-check input[type=radio]:checked~label,
.rbt-search-dropdown .wrapper form input:focus,
input[type=date].input-active,
input[type=date].p-holder__active,
input[type=date]:focus,
input[type=email].input-active,
input[type=email].p-holder__active,
input[type=email]:focus,
input[type=number].input-active,
input[type=number].p-holder__active,
input[type=number]:focus,
input[type=password].input-active,
input[type=password].p-holder__active,
input[type=password]:focus,
input[type=tel].input-active,
input[type=tel].p-holder__active,
input[type=tel]:focus,
input[type=text].input-active,
input[type=text].p-holder__active,
input[type=text]:focus,
input[type=time].input-active,
input[type=time].p-holder__active,
input[type=time]:focus,
textarea.input-active,
textarea.p-holder__active,
textarea:focus {
    border-color: var(--color-primary)
}
.rbt-btn.rounded-player-2.btn-theme-color .play-icon::before {
    border-left: 15px solid var(--color-white)
}
.rbt-btn.rounded-player-2 .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-6px, -9px);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--color-primary)
}
.rbt-btn.with-animation::after,
.rbt-btn.with-animation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1.5px solid var(--color-white)
}
.rbt-btn.with-animation::after {
    -webkit-animation: 2s linear 1s infinite ripple;
    animation: 2s linear 1s infinite ripple
}
.rbt-btn.with-animation::after {
    -webkit-animation: 2s linear 1s infinite ripple;
    animation: 2s linear 1s infinite ripple
}
.rbt-btn.rounded-player-2.btn-theme-color:hover {
    color: inherit;
    background: var(--color-primary)
}
.about-author .media-body .content .social-icon,
.about-style-4.version-04 .enrolled .profile-share,
.footer-widget .ft-link li+li,
.rbt-banner-17 .banner-wrap .enrolled .profile-share,
.rbt-banner-18 .banner-wrap .enrolled .profile-share,
.rbt-feature.feature-style-2+.feature-style-2,
.rbt-single-widget ul.rbt-sidebar-list-wrapper li+li,
.wp-block-coblocks-click-to-tweet cite,
.wp-block-pullquote blockquote cite,
.wp-block-quote cite,
.wp-block-quote.has-text-align-right cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
blockquote cite,
blockquote.has-text-align-right cite {
    margin-top: 10px
}.about-style-4.version-04 .enrolled-cont,
.course-sidebar .inner .course-item .rating,
.rbt-banner-17 .banner-wrap .enrolled-cont,
.rbt-banner-18 .banner-wrap .enrolled-cont,
.rbt-banner-23 .wrapper .content-wrap .inner .action .sucess,
.rbt-banner-26-team .team-cont {
    display: flex;
    align-items: center;
    gap: 10px
}
.rbt-banner-18 .banner-wrap .enrolled-title,
.rbt-banner-18 .banner-wrap .feature-title,
.rbt-banner-25-satisfied .cont .satis-title,
.rbt-banner-26-album .cont .satis-title,
.rbt-banner-26-satisfied .cont .satis-title,
.rbt-banner-26-team .team-cont .cont .satis-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--color-heading);
    margin-bottom: 0
}
.rbt-banner-18 .banner-wrap .enrolled-description,
.rbt-banner-18 .banner-wrap .feature-description,
.rbt-banner-25-satisfied .cont .satis-subtitle,
.rbt-banner-26-album .cont .satis-subtitle,
.rbt-banner-26-satisfied .cont .satis-subtitle,
.rbt-banner-26-team .team-cont .cont .satis-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}
.rbt-banner-18 .banner-wrap .enrolled .profile-share a:nth-child(4),
.rbt-banner-25-team .profile-share a:nth-child(4),
.rbt-banner-26-team .profile-share a:nth-child(4) {
    margin-left: -12px
}
.rbt-banner-18 .inner {
    max-width: 705px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.rbt-banner-18 .inner .line-arrow {
    position: absolute;
    bottom: 85px;
    right: 117px
}.rbt-banner-18 .inner .sec-title {
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2
}.rbt-banner-18 .inner .button-group {
    display: flex;
    align-items: center;
    gap: 15px 10px;
    flex-wrap: wrap
}
.rbt-banner-18 .brand-box-wrap .brand-box {
    box-shadow: 0 4px 65.6px rgba(25, 35, 53, .05);
    border-radius: 12px;
    padding: 50px 35px 60px;
    position: relative
}

.rbt-banner-18 .brand-box-wrap .brand-box::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 60px;
    width: calc(100% - 120px);
    z-index: -1
}

.rbt-banner-18 .brand-box-wrap .brand-box::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: -1
}

.rbt-banner-18 .brand-box-wrap .brand-box .brand-list {
    max-width: 1110px;
    margin: 0 auto
}
.rbt-banner-18 .brand-box-wrap .brand-box .brand-list li,
.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vertical-nav-item,
.rbt-category-update .update-category-dropdown .inner .dropdown-parent-wrapper .dropdown-parent-list,
.rbt-default-tab .tab-button .tabs__tab,
.rbt-default-tab-button li,
.rbt-sorting-list .course-switch-layout li,
.rbt-user-menu-list-wrapper .user-list-wrapper li,
figure,
form,
html,
li>ol,
li>ul {
    margin: 0
}
.brand-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
}

/* Title */
.brand-box span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #6c757d;
}

/* Logo list */
.brand-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* responsive */
    gap: 30px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

/* Each logo */
.brand-list li {
    flex: 1;
    text-align: center;
}

/* Images */
.brand-list img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
}

/* Hover effect */
.brand-list img:hover {
    opacity: 1;
    transform: scale(1.05);
}
.placed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0 60px;
    max-height: 660px;
    overflow: hidden;
    transition: max-height .5s
}
.placed-grid.expanded {
    max-height: 5000px;
    overflow: visible
}
.placed-card {
    height: 300px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.placed-card img {
    border-radius: 19px;
    width: 209px;
    height: 273px;
    object-fit: contain;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}
.placed-grid.expanded {
    max-height: 5000px;
    overflow: visible
}

.view-more-wrap {
    text-align: center;
    margin-bottom: 20px;
    align-items: center;
    margin-top: 30px
}
#viewMoreBtn,
.rbt-single-product .product-action {
    display: inline-flex
}
#viewMoreBtn {
    padding: 12px 36px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    align-items: center;
    gap: 10px;
    animation: 1.8s infinite pulse;
    transition: .3s
}

#viewMoreBtn.active {
    animation: none
}

#viewMoreBtn::after {
    content: "⬇";
    font-size: 18px;
    transition: transform .3s
}

#viewMoreBtn.active::after {
    content: "⬆"
}
#viewMoreBtn,
.rbt-single-product .product-action {
    display: inline-flex
}
.placed-grid.expanded {
    max-height: 5000px;
    overflow: visible
}
/* .rbt-accordion-style .card .card-header button[aria-expanded=true]::before,
.theme-gradient {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-text-fill-color: rgba(255, 255, 255, .001)
} */
#viewMoreBtn,
.rbt-btn.btn-border-gradient {
    background: linear-gradient(90deg, #1f4fd8, #3bb54a) !important
}
.placed-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 50px
}
.about-style-1 .thumbnail-wrapper .thumbnail.image-1 img {
    max-height: 490px;
    object-fit: cover
}
.about-style-1 .thumbnail-wrapper .thumbnail.image-3 img {
    max-height: 530px;
    object-fit: cover;
}
.about-style-1 .thumbnail-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.about-style-1 .thumbnail-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.about-style-1 .thumbnail-wrapper.style_2 .image-1 {
    left: 0 !important
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-1 {
    left: -100px;
    position: relative
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-1 img {
    max-height: 490px;
    object-fit: cover
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-2,
.rbt-minicart-wrapper .minicart-item .close-btn {
    position: absolute;
    right: 0;
    top: 0
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-2 img {
    max-height: 250px;
    object-fit: cover
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
    position: relative;
    left: 150px;
    top: -179px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-style-1 .thumbnail-wrapper .thumbnail.image-1 {
        left: 0
    }
    .about-style-1 .thumbnail-wrapper .thumbnail.image-2 {
        top: -33px
    }
    .about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
        left: 88px;
        top: -193px
    }
    .rbt-cta-default.style-4 {
        position: relative;
        padding: 30px 40px
    }
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-3 img {
    max-height: 530px;
    object-fit: cover
}
.rbt-badge-6,
.section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-primary)
}
.bg-coral-opacity {
    background: var(--coral-opacity) !important;
    color: var(--color-coral) !important;
}
.color-white {
    color: var(--color-white) !important;
}
    .placement-section {
        max-width: 1200px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 40px;
        box-shadow: 0 30px 60px rgba(0, 20, 40, 0.12);
        overflow: hidden;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
    }
    
    /* logo area */
    .logo-container {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    
    .techpanda-logo {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: linear-gradient(135deg, #0f2b3d, #1b3a4f);
        padding: 10px 24px 10px 20px;
        border-radius: 60px;
        box-shadow: 0 12px 18px -8px rgba(20, 60, 90, 0.4);
        border: 1px solid rgba(80, 180, 255, 0.3);
    }
    
    .logo-icon {
        position: relative;
        width: 46px;
        height: 46px;
        background: #3ccf91;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #0a1f2c;
        box-shadow: 0 6px 12px rgba(60, 207, 145, 0.4);
    }
    
    .logo-dot {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #ffe484;
        border-radius: 10px;
        top: 8px;
        right: 8px;
        border: 2px solid #0f2b3d;
    }
    
    .logo-text {
        display: flex;
        flex-direction: column;
    }
    
    .logo-name {
        font-weight: 800;
        font-size: 1.6rem;
        letter-spacing: 1px;
        color: white;
        line-height: 1.2;
    }
    
    .logo-tagline {
        font-size: 0.7rem;
        font-weight: 500;
        color: #b2e0ff;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }
    
    /* header typography */
    .placement-header {
        padding: 40px 40px 20px 40px;
        background: linear-gradient(115deg, #f8fcff 0%, #ffffff 80%);
        border-bottom: 1px solid #e9f0f5;
    }
    
    .subtitle {
        color: #2563eb;
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: 2.5px;
        margin-bottom: 12px;
        text-transform: uppercase;
    }
    
    .sec-title {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.2;
        color: #0b2b40;
        max-width: 900px;
        margin-bottom: 25px;
    }
    
    .theme-gradient {
        background: linear-gradient(145deg, #1f4e8c, #2b6ca3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        display: inline-block;
    }
    
    /* .description {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #2c4556;
        max-width: 950px;
        margin-top: 10px;
    } */
    
    /* features grid */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        padding: 50px 40px 30px 40px;
        background: #ffffff;
    }
    
    .feature-card {
        background: #f8fafd;
        padding: 30px 22px;
        border-radius: 28px;
        transition: 0.2s ease;
        box-shadow: 0 8px 16px -12px rgba(0,35,70,0.2);
        border: 1px solid #e7edf4;
    }
    
    .feature-card:hover {
        background: #ffffff;
        border-color: #b6d6ff;
        box-shadow: 0 20px 28px -16px #2a6b9e55;
        transform: translateY(-4px);
    }
    
    .feature-card h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #003153;
        margin-bottom: 12px;
    }
    
    .feature-card p {
        color: #3a5670;
        font-weight: 400;
        line-height: 1.5;
    }
    
    /* support section + numbered list */
    .support-section {
        padding: 30px 40px 20px 40px;
        background: #f1f6fb;
        border-radius: 50px 50px 0 0;
        margin-top: 20px;
    }
    
    .support-title {
        font-size: 2.1rem;
        font-weight: 700;
        color: #122c3e;
        margin-bottom: 40px;
        letter-spacing: -0.3px;
    }
    
    .list-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 18px 30px;
        margin-bottom: 30px;
    }
    
    .list-item {
        font-size: 1.15rem;
        font-weight: 500;
        color: #163a50;
        display: flex;
        align-items: center;
        gap: 15px;
        background: #ffffffd0;
        backdrop-filter: blur(2px);
        padding: 12px 18px;
        border-radius: 60px;
        border: 1px solid #cbddea;
        transition: 0.15s;
        box-shadow: 0 3px 10px rgba(0,0,0,0.02);
    }
    
    .list-item:hover {
        border-color: #3f9eff;
        background: white;
    }
    
    .list-number {
        background: #113855;
        color: white;
        width: 36px;
        height: 36px;
        border-radius: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.1rem;
        flex-shrink: 0;
        box-shadow: 0 6px 12px #0f355030;
    }
    
    /* cta box */
    .cta-box {
        background: linear-gradient(102deg, #162b3c, #1f3f58);
        margin: 30px 40px 40px 40px;
        padding: 40px 40px;
        border-radius: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        color: white;
        box-shadow: 0 30px 30px -20px #0f2f44;
    }
    
    .cta-content h3 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .cta-content p {
        font-size: 1.1rem;
        opacity: 0.85;
    }
    
    .cta-button {
        background: #3ccf91;
        color: #0b2d40;
        text-decoration: none;
        padding: 16px 40px;
        border-radius: 60px;
        font-weight: 700;
        font-size: 1.2rem;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: 0.2s;
        box-shadow: 0 16px 24px -10px #1f3b4e;
        border: 1px solid #83e7b5;
    }
    
    .cta-button:hover {
        background: #adeac9;
        color: #0a2a3b;
        transform: scale(1.02);
        box-shadow: 0 20px 28px -8px black;
    }
    
    /* responsive */
    @media (max-width: 700px) {
        .sec-title { font-size: 2rem; }
        .placement-header { padding: 30px 20px; }
        .features-grid { padding: 30px 20px; }
        .support-section { padding: 30px 20px; }
        .cta-box { margin: 20px; padding: 30px 20px; flex-direction: column; text-align: center; gap: 20px; }
        .cta-button { width: 100%; justify-content: center; }
        .list-container { grid-template-columns: 1fr; }
    }
    .rbt-address .icon {
    color: var(--color-primary);
    border-radius: 100%;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 12px;
}
.bg-pink-opacity {
    background: var(--pink-opacity) !important;
    color: var(--color-pink) !important;
}
p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, address, blockquote, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, table, ul {
    margin: 0 0 20px;
}
/* ===== FIX ALL ISSUES - ADD THIS AT THE VERY END ===== */

/* FIX 1: Override the p:last-child hiding rule */
.course-card-section p:last-child,
.rbt-card p:last-child,
.rbt-card-text,
.rbt-author-info {
    display: block !important;
    margin-bottom: 10px !important;
}

/* FIX 2: Fix the card body display */
.rbt-card .rbt-card-body {
    display: block !important;  /* Change from flex to block */
    padding: 1.5rem !important;
    width: 100%;
}

/* FIX 3: Fix the card top section */
.rbt-card .rbt-card-top {
    display: block !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

/* FIX 4: Fix the review section */
.rbt-card .rbt-review {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
}

/* FIX 5: Fix the meta list */
.rbt-card .rbt-meta {
    display: flex !important;
    gap: 15px !important;
    margin: 10px 0 !important;
    padding: 0 !important;
}

.rbt-card .rbt-meta li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.rbt-card .rbt-meta li i {
    margin-right: 5px !important;
}

/* FIX 6: Fix the author meta */
.rbt-card .rbt-author-meta {
    display: flex !important;
    align-items: center !important;
    margin: 15px 0 !important;
}

/* FIX 7: Fix the card bottom */
.rbt-card .rbt-card-bottom {
    display: block !important;
    margin-top: 15px !important;
}

/* FIX 8: Ensure images display correctly */
.rbt-card-img {
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
}

.rbt-card-img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

/* FIX 9: Override any remaining flex issues */
.rbt-card .rbt-card-body .rbt-card-title {
    margin-bottom: 10px !important;
    font-size: 2.5rem !important;
    line-height: 1.4 !important;
}

.rbt-card .rbt-card-body .rbt-card-title a {
    color: #192335 !important;
    text-decoration: none !important;
}

.rbt-card .rbt-card-body .rbt-card-title a:hover {
    color: #2f57ef !important;
}

/* FIX 10: Fix the rating stars */
.rating i {
    color: #ff9747 !important;
    font-size: 13px !important;
    margin-right: 2px !important;
}

.rating-count {
    font-size: 13px !important;
    color: #6b7385 !important;
}

/* FIX 11: Add container for the cards section */
.course-card-section {
    padding: 60px 0;
    background: #f8fafd;
}

.course-card-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course-card-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.course-card-section [class*="col-"] {
    padding: 0 12px;
    margin-bottom: 24px;
}

/* FIX 12: Ensure responsive grid */
@media (max-width: 768px) {
    .course-card-section .col-lg-4 {
        width: 100%;
    }
    
    .rbt-card-img img {
        height: 180px !important;
    }
}

/* FIX 13: Override any !important rules from the main CSS */
.rbt-card .rbt-card-body .rbt-card-text a {
    color: #6b7385 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.rbt-card .rbt-card-body .rbt-card-text a:hover {
    color: #2f57ef !important;
}

/* FIX 14: Fix the feather icons */
.feather {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    vertical-align: middle;
}

/* FIX 15: Ensure all paragraphs in cards are visible */
.rbt-card p {
    display: block !important;
    margin-bottom: 10px !important;
}
.terms-nav-right .login-btn:hover,
[data-black-overlay="9"]:before,
[data-gradient-overlay="9"]:before,
[data-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: .9
}



.tp-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 100000;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Popup content box */
.tp-popup-content {
  background: #fff;
  width: 90%;
  max-width: 420px;
  padding: 30px 25px 35px;
  border-radius: 16px;
  position: relative;
  animation: tpFadeIn 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Close button */
.tp-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
  z-index: 1;
}

.tp-close:hover {
  color: #1f4fd8;
}

/* Popup title */
.tp-title {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1e293b;
  text-align: center;
  background: linear-gradient(90deg, #1f4fd8, #3bb54a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Animation */
@keyframes tpFadeIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 480px) {
  .tp-popup-content {
    padding: 25px 20px 30px;
  }
  .tp-title {
    font-size: 24px;
  }
}

/* Register button styling (already in your code, but ensure it's there) */
.login-btn {
  background: linear-gradient(90deg, #1f4fd8, #3bb54a);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(31, 79, 216, 0.2);
}

.login-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 18px rgba(31, 79, 216, 0.3);
  color: #fff;
}

.legal-wrapper h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #053891
}

.legal-wrapper p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px
}

.terms-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb
}

.terms-nav-left .brand {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937
}



