﻿@import 'variables';
/* ************************
   01.1: Reset
   ********************* */
* {
    outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
    text-shadow: none;
    color: #ffffff;
}

::selection {
    text-shadow: none;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #808080 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #808080 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #808080 !important;
    opacity: 1 !important;
}

::-ms-input-placeholder {
    color: #808080 !important;
    opacity: 1 !important;
}

::placeholder {
    color: #808080 !important;
    opacity: 1 !important;
}

iframe {
    max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

button,
button[type="submit"],
input[type="submit"] {
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
}

select {
    width: 100%;
    max-width: 100%;
    color: #808080;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3f3f3f;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

/* a:hover {
    color: #fb4275;
} */

a,
/* a:hover, */
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #3f3f3f;
    font-weight: 700;
    line-height: 1;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #fb4275;
}

p:last-child {
    margin: 0;
}

h1 {
    font-size: 3.000rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.000rem;
}

h6 {
    font-size: 0.875rem;
}

table {
    width: 100%;
    max-width: 100%;
}

table th,
table td {
    border: 0.062rem solid #818181;
}

pre {
    border: 0.062rem solid;
    border-radius: 0.250rem;
    font-size: 1.000rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em 1.6em;
}

code {
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 0.188rem;
    font-size: 85%;
    margin: 0;
    padding: .2em .4em;
}

body {
    overflow-x: hidden !important;
    font-size: 1.000rem;
    line-height: 1.625;
    color: #818181;
}

/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-0 {
    padding-top: 0.000rem;
}

.pt-10 {
    padding-top: 0.625rem;
}

.pt-20 {
    padding-top: 1.250rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.pt-40 {
    padding-top: 2.500rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.pt-60 {
    padding-top: 3.750rem;
}

.pt-70 {
    padding-top: 4.375rem;
}

.pt-80 {
    padding-top: 5.000rem;
}

.pt-90 {
    padding-top: 5.625rem;
}

.pt-100 {
    padding-top: 6.250rem;
}

.pt-110 {
    padding-top: 6.875rem;
}

.pt-120 {
    padding-top: 7.500rem;
}

.pt-130 {
    padding-top: 8.125rem;
}

.pt-140 {
    padding-top: 8.750rem;
}

.pt-150 {
    padding-top: 9.375rem;
}

.pb-0 {
    padding-bottom: 0.000rem;
}

.pb-10 {
    padding-bottom: 0.625rem;
}

.pb-20 {
    padding-bottom: 1.250rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.pb-40 {
    padding-bottom: 2.500rem;
}

.pb-50 {
    padding-bottom: 3.125rem;
}

.pb-60 {
    padding-bottom: 3.750rem;
}

.pb-70 {
    padding-bottom: 4.375rem;
}

.pb-80 {
    padding-bottom: 5.000rem;
}

.pb-90 {
    padding-bottom: 5.625rem;
}

.pb-100 {
    padding-bottom: 6.250rem;
}

.pb-110 {
    padding-bottom: 6.875rem;
}

.pb-120 {
    padding-bottom: 7.500rem;
}

.pb-130 {
    padding-bottom: 8.125rem;
}

.pb-140 {
    padding-bottom: 8.750rem;
}

.pb-150 {
    padding-bottom: 9.375rem;
}

.mt-0 {
    margin-top: 0.000rem;
}

.mt-10,
.section-title h2 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 1.250rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mt-40 {
    margin-top: 2.500rem;
}

.mt-50 {
    margin-top: 3.125rem;
}

.mt-60 {
    margin-top: 3.750rem;
}

.mt-70 {
    margin-top: 4.375rem;
}

.mt-80 {
    margin-top: 5.000rem;
}

.mt-90 {
    margin-top: 5.625rem;
}

.mt-100 {
    margin-top: 6.250rem;
}

.mt-110 {
    margin-top: 6.875rem;
}

.mt-120 {
    margin-top: 7.500rem;
}

.mt-130 {
    margin-top: 8.125rem;
}

.mt-140 {
    margin-top: 8.750rem;
}

.mt-150 {
    margin-top: 9.375rem;
}

.mb-0 {
    margin-bottom: 0.000rem;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.mb-20,
.pricing-navtab .nav-tabs .nav-link h4 {
    margin-bottom: 1.250rem;
}

.mb-30,
.single-project-item {
    margin-bottom: 1.875rem;
}

.mb-40,
.about-nav-tab .nav-tabs {
    margin-bottom: 0.750rem;
}

.about-nav-tab .nav-tabs .mobile{
    margin-bottom: 0.938rem;
}

.mb-50 {
    margin-bottom: 3.125rem;
}

.mb-60 {
    margin-bottom: 3.750rem;
}

.mb-70 {
    margin-bottom: 4.375rem;
}

.mb-80 {
    margin-bottom: 5.000rem;
}

.mb-90 {
    margin-bottom: 5.625rem;
}

.mb-100 {
    margin-bottom: 6.250rem;
}

.mb-110 {
    margin-bottom: 6.875rem;
}

.mb-120 {
    margin-bottom: 7.500rem;
}

.mb-130 {
    margin-bottom: 8.125rem;
}

.mb-140 {
    margin-bottom: 8.750rem;
}

.mb-150 {
    margin-bottom: 9.375rem;
}

.pt-250 {
    padding-top: 15.625rem;
}

@media only screen and (max-width: 61.938rem) {
    .pt-120 {
        padding-top: 5.000rem;
    }

    .pb-120 {
        padding-bottom: 5.000rem;
    }

    .pb-90 {
        padding-bottom: 3.125rem;
    }

    .pb-70 {
        padding-bottom: 1.875rem;
    }
}

/* ************************
   01.3: Color
   ********************* */
.c1,
.list-check li i,
.theme-input-group button,
.btn.btn-white span,
.vdo-btn,
.section-title h3,
.page-title li,
.appointment-modal .modal-dialog .modal-content .form-title,
.header .header-main.style--one .main-menu #menu-button,
.header .header-main.style--one .main-menu .nav li.current-menu-item>a,
.header .header-main.style--one .main-menu .nav li.current-menu-parent>a,
.header .header-main.style--one .main-menu .nav li ul li:hover>a,
.offcanvas-wrapper .offcanvas-content .widget.widget_contact_info .single-info span,
.single-blog-style--two .blog-content .post-meta li a:hover,
.blog-details .post-meta li a:hover,
.blog-details .post-tags li a:hover,
.not-found-content p a,
.coming-soon-content h1,
#countdown li .single-countdown h4,
#countdown li.seperator,
.single-feature:hover .content h3,
.single-process:hover .content h3,
.about-nav-tab .nav-tabs .nav-link.active,
.single-service .icon,
.single-service:hover h4,
.service-details .title,
.pricing-navtab .nav-tabs .nav-link h4,
.project-nav li.active,
.single-team-member .team-info h4 {
    color: #4A454F;
}

.c1-bg,
::selection,
.bg-overlay:after,
.btn-inline:hover:after,
#menu-button.menu-opened span::before,
#menu-button.menu-opened span::after,
-thumb.offcanvas-wrapper::-webkit-scrollbar,
.single-blog-item .blog-hover {
    background-color: #ff0077;
}

.c1-bo,
.owl-carousel .owl-nav button:before,
.pagination li a:hover,
.pagination li a.active,
.pagination li span:hover,
.pagination li span.active,
blockquote,
.widget.widget_tag_cloud .tagcloud a:hover,
.about-nav-tab .nav-tabs .nav-link.active {
    border-color: #511631 !important;
    font-size: 1.875rem;
}

.heading,
blockquote,
.btn-inline,
.page-title li:not(:last-child):after,
.widget.widget_contact_info .single-info p,
.back-to-top .back-toop-tooltip span,
.header .header-main.sticky .main-menu .nav>li>a,
.single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span,
.blog-details .post-meta li,
.blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child,
.about-nav-tab .nav-tabs .nav-link,
.single-process:hover .content h3,
.single-project-item .project-body .project-meta span {
    color: #4A454F;
}

.heading-bg,
.btn-inline:after,
.header .header-main.style--one .main-menu .offcanvas-trigger span {
    background-color: #3f3f3f;
}

.heading-bo {
    border-color: #3f3f3f !important;
}

.text-color,
.header .header-main.style--one .main-menu .nav li ul li a,
.blog-details .post-meta li a,
.blog-details .post-tags li a {
    color: #818181;
}

/* Default styles — sticky header everywhere */
#menu-button span,
#menu-button span:before,
#menu-button span:after {
    background-color: rgb(255, 255, 255);
}

/* When you're at the top of Inicio — make the icon white */
.inicio-top #menu-button span,
.inicio-top #menu-button span:before,
.inicio-top #menu-button span:after {
    background-color: white !important;
}

.text-color-bo {
    border-color: #818181 !important;
}

/* ************************
   02.1: Common Classes
   ********************* */
/* Transitions */
.trans2,
.theme-input-group button,
.btn:before,
.btn:after,
.btn span:before,
.btn span:after,
.back-to-top .back-toop-tooltip,
.header .header-main.style--one .main-menu .nav li ul li ul,
.single-blog-item .blog-hover,
.single-blog-item .blog-button,
.brand-logo img {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.trans3,
.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button svg,
.owl-carousel .owl-nav button:before,
.owl-carousel button.owl-dot,
.bg-hover-gradient,
.pagination li a,
.pagination li span,
.widget.widget_tag_cloud .tagcloud a,
.single-service.style--two,
.pricing-navtab .nav-tabs .nav-link,
.bg-hover-gradient:after,
.pagination li a:after,
.pagination li span:after,
.widget.widget_tag_cloud .tagcloud a:after,
.single-service.style--two:after,
.pricing-navtab .nav-tabs .nav-link:after,
.theme-input-style,
.btn-inline:after,
.header .header-main.style--one .main-menu .offcanvas-trigger span,
#menu-button span,
#menu-button span:before,
#menu-button span:after,
.offcanvas-overlay,
.single-blog-style--two .blog-content,
.single-feature,
.single-process,
.single-feature .content h3,
.single-process .content h3,
.single-service,
.single-service h4,
.single-service.style--two svg path,
.post-pagination .single-post-pagination .media-body a svg {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.trans4,
.vdo-btn svg,
.header .header-main .logo,
.video-area.style--two .vdo-btn-two svg {
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

/* Font Family */
h1,
h2,
h3,
h4,
h5,
h6,
.rubik,
blockquote,
.btn,
.vdo-btn,
.btn-inline,
.page-title li,
.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category,
.single-blog-style--two .posted-on,
.single-blog-style--two .blog-content .category,
#countdown li .single-countdown,
#countdown li.seperator,
.about-nav-tab .nav-tabs .nav-link,
.single-counter p,
.testimonial-slider .single-testimonial-slide .testimonial-content p,
.project-nav li,
.single-project-item .project-body .project-meta,
.project-details .project-meta li {
    font-family: "Rubik", sans-serif;
}

body,
.muli {
    font-family: "Muli", sans-serif;
}

/* Gradient Background
.gradient-bg,
.owl-carousel button.owl-dot.active,
.bg-overlay:after,
.bg-hover-gradient:after,
.pagination li a:after,
.pagination li span:after,
.widget.widget_tag_cloud .tagcloud a:after,
.single-service.style--two:after,
.pricing-navtab .nav-tabs .nav-link:after,
.theme-input-group input,
.btn:before,
.btn:after,
.btn span:before,
.btn span:after,
.back-to-top,
-thumb.offcanvas-wrapper::-webkit-scrollbar,
.coming-soon-content h1 {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fb4275), color-stop(100%, #f35d46));
    background: -webkit-linear-gradient(45deg, #fb4275 0%, #f35d46 100%);
    background: -o-linear-gradient(45deg, #fb4275 0%, #f35d46 100%);
    background: linear-gradient(45deg, #fb4275 0%, #f35d46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb4275', endColorstr='#f35d46', GradientType=1);
}*/

/* Text White */
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #ffffff;
}

/* Section Bg */
.section-pattern {
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-bg {
    background-position: center;
}

/* Box Shadow */
.box-shadow,
.offcanvas-wrapper.active,
.single-blog-item,
.single-blog-style--two:hover .border-hover,
#countdown li .single-countdown,
.single-feature,
.single-process,
.single-service,
.single-service.style--three:hover,
.pricing-navtab .nav-tabs .nav-link,
.pricing-navtab .tab-content .tab-pane,
.single-project-item,
.single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
    -webkit-box-shadow: 0 0.312rem 2.500rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.312rem 2.500rem rgba(0, 0, 0, 0.05);
}

/* Border Radius */
.radius-5,
.theme-input-group,
.theme-input-group input {
    border-radius: 0.312rem;
}

.radius-10,
.vdo-btn,
#countdown li .single-countdown,
.single-feature,
.single-process,
.video-area.style--two,
.single-service,
.pricing-navtab .nav-tabs .nav-link,
.pricing-navtab .tab-content .tab-pane,
.single-project-item,
.single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
    border-radius: 0.625rem;
}

/* Box Shadow */
.box-shadow,
.offcanvas-wrapper.active,
.single-blog-item,
.single-blog-style--two:hover .border-hover,
#countdown li .single-countdown,
.single-feature,
.single-process,
.single-service,
.single-service.style--three:hover,
.pricing-navtab .nav-tabs .nav-link,
.pricing-navtab .tab-content .tab-pane,
.single-project-item,
.single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
    -webkit-box-shadow: 0 0.312rem 2.500rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.312rem 2.500rem rgba(0, 0, 0, 0.05);
}

.no-shadow,
.single-process,
.single-service.style--three {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* List Style */
.list-inline {
    margin-bottom: 0;
}

.list-inline li {
    display: inline-block;
}

.list-check {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.list-check li {
    font-size: 1.125rem;
    font-style: italic;
    padding-left: 2.188rem;
    position: relative;
}

.list-check li:not(:last-child) {
    margin-bottom: 1.250rem;
}

.list-check li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
}

.social_icon_list li:not(:last-child) {
    margin-right: 0.938rem;
}

.social_icon_list li a {
    font-size: 1.000rem;
}

.social_icon_list li a .fa-facebook {
    color: #1d65e8;
}

.social_icon_list li a .fa-twitter {
    color: #18bbea;
}

.social_icon_list li a .fa-linkedin {
    color: #3862ae;
}

.social_icon_list li a .fa-instagram {
    color: #fb3958;
}

/* Custom Owl */
.custom-owl {
    margin: -1.250rem;
}

.custom-owl .owl-stage-outer {
    padding: 1.250rem;
    margin-right: -1.875rem;
}



/* Owl Nav */
.owl-carousel .owl-nav button {
    position: relative;
    height: 2.500rem;
    width: 2.812rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-carousel .owl-nav button:before,
.owl-carousel .owl-nav button:after {
    position: absolute;
    content: '';
}

.owl-carousel .owl-nav button:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.owl-carousel .owl-nav button:after {
    height: 1.125rem;
    width: 0.062rem;
    background-color: #ffffff;
    right: 0;
    z-index: -1;
    border-radius: 1.250rem;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: 0.938rem;
    background-color: #E83E8C;
    color: white;
    border-radius: 3.125rem;
}

.owl-carousel .owl-nav button.owl-next:after {
    right: auto;
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 0.938rem;
    background-color: #E83E8C;
    color: white;
    border-radius: 3.125rem;
}

.owl-carousel .owl-nav button:hover path {
    fill: #fb4275;
}

/* Owl Dots */
.owl-carousel button.owl-dot {
    display: inline-block;
    height: 1.250rem;
    width: 0.625rem;
    border-radius: 0.312rem;
}

.owl-carousel button.owl-dot.active {
    height: 2.375rem;
}

.owl-carousel.dots-horizontal button.owl-dot {
    height: 0.625rem;
    width: 1.250rem;
    margin: 0 0.312rem;
}

.owl-carousel.dots-horizontal button.owl-dot.active {
    width: 2.375rem;
}
.owl-carousel .owl-nav .svg {
    filter: brightness(0) invert(1); /* Makes dark icons white */
    width: 1.500rem; /* optional: size */
    height: 1.500rem;
}


/* BG Overlay */
.bg-overlay {
    padding-top: 12.500rem !important;
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: -1;
}

/* Bg Hover Gradient */
.bg-hover-gradient,
.pagination li a,
.pagination li span,
.widget.widget_tag_cloud .tagcloud a,
.single-service.style--two,
.pricing-navtab .nav-tabs .nav-link {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-hover-gradient:after,
.pagination li a:after,
.pagination li span:after,
.widget.widget_tag_cloud .tagcloud a:after,
.single-service.style--two:after,
.pricing-navtab .nav-tabs .nav-link:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.bg-hover-gradient:hover,
.pagination li a:hover,
.pagination li span:hover,
.widget.widget_tag_cloud .tagcloud a:hover,
.single-service.style--two:hover,
.pricing-navtab .nav-tabs .nav-link:hover,
.bg-hover-gradient.active,
.pagination li a.active,
.pagination li span.active,
.widget.widget_tag_cloud .tagcloud a.active,
.active.single-service.style--two,
.pricing-navtab .nav-tabs .active.nav-link {
    color: #ffffff;
    /* border: 0.125rem solid #fb4275; */
    background-color: transparent;
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 0.625rem rgba(185, 52, 90, 0.6);
}



.bg-hover-gradient:hover *,
.pagination li a:hover *,
.pagination li span:hover *,
.widget.widget_tag_cloud .tagcloud a:hover *,
.single-service.style--two:hover *,
.pricing-navtab .nav-tabs .nav-link:hover *,
.bg-hover-gradient:hover a,
.pagination li a:hover a,
.pagination li span:hover a,
.widget.widget_tag_cloud .tagcloud a:hover a,
.single-service.style--two:hover a,
.pricing-navtab .nav-tabs .nav-link:hover a,
.bg-hover-gradient.active *,
.pagination li a.active *,
.pagination li span.active *,
.widget.widget_tag_cloud .tagcloud a.active *,
.active.single-service.style--two *,
.pricing-navtab .nav-tabs .active.nav-link *,
.bg-hover-gradient.active a,
.pagination li a.active a,
.pagination li span.active a,
.widget.widget_tag_cloud .tagcloud a.active a,
.active.single-service.style--two a,
.pricing-navtab .nav-tabs .active.nav-link a {
    color: #ffffff;
}

.bg-hover-gradient:hover:after,
.pagination li a:hover:after,
.pagination li span:hover:after,
.widget.widget_tag_cloud .tagcloud a:hover:after,
.single-service.style--two:hover:after,
.pricing-navtab .nav-tabs .nav-link:hover:after,
.bg-hover-gradient.active:after,
.pagination li a.active:after,
.pagination li span.active:after,
.widget.widget_tag_cloud .tagcloud a.active:after,
.active.single-service.style--two:after,
.pricing-navtab .nav-tabs .active.nav-link:after {
    opacity: 1;
    visibility: visible;
}

/* Widget Small Text */
.small_text,
.widget.widget_contact_info .single-info span,
.widget.widget_recent_entries .single-post .post-content .posted-on,
.widget.widget_related_post .single-post .post-content .posted-on {
    font-size: 0.750rem;
    line-height: 1.2;
    margin-bottom: 0.312rem;
    display: block;
}

/* Theme Input Group */
.theme-input-group {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0.250rem 2.500rem rgba(251, 67, 116, 0.4);
    box-shadow: 0 0.250rem 2.500rem rgba(251, 67, 116, 0.4);
}

.theme-input-group input {
    width: 100%;
    height: 3.125rem;
    border: none;
    padding-left: 0.938rem;
    padding-right: 3.125rem;
    color: #ffffff;
}

.theme-input-group input::-webkit-input-placeholder {
    color: #ffffff !important;
}

.theme-input-group input::-moz-placeholder {
    color: #ffffff !important;
}

.theme-input-group input:-ms-input-placeholder {
    color: #ffffff !important;
}

.theme-input-group input::-ms-input-placeholder {
    color: #ffffff !important;
}

.theme-input-group input::placeholder {
    color: #ffffff !important;
}

.theme-input-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
}

.theme-input-group button i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.theme-input-group button:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* Theme Input Style */
.theme-input-style {
    border: 0.062rem solid #cccccc;
    border-radius: 0.625rem !important;
    height: 3.125rem;
    width: 100%;
    padding: 0 1.250rem;
}

.theme-input-style:focus {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
}

textarea.theme-input-style {
    height: 12.500rem;
    padding: 1.250rem 1.250rem;
}

/* Border */
.border-bottom {
    border-bottom: 0.062rem solid #e0e0e0 !important;
}

/* Others */
.ov-hidden,
.single-project-item {
    overflow: hidden;
}

.ovx-hidden {
    overflow-x: hidden;
}

/* Pagination*/
.pagination {
    margin-top: 1.250rem;
}

.pagination li {
    margin: 0 0.312rem;
}

.pagination li a,
.pagination li span {
    padding: 0.688rem 1.062rem;
    border: 0.062rem solid #e0e0e0;
    line-height: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li.nav-btn a {
    border: none;
    padding: 0.688rem;
}

.pagination li a {
    position: relative;
}

.pagination li a svg:first-child {
    position: absolute;
}

.pagination li a:hover svg:last-child path {
    stroke: #ffffff;
    fill: #ffffff;
}

/* Blockquote */
blockquote {
    padding: 0.938rem 1.250rem;
    border-left: 0.125rem solid;
    font-size: 1.125rem;
    font-style: italic;
}

/* Form Response */
.form-response {
    background-color: rgba(251, 66, 117, 0.2);
}

.form-response span {
    display: block;
    margin-top: 1.250rem;
    margin-bottom: 1.875rem;
    padding: 0.625rem 0.938rem;
}

/* ************************
   02.2: Animations
   ********************* */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2.500rem, 0);
        transform: translate3d(0, -2.500rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2.500rem, 0);
        transform: translate3d(0, -2.500rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2.500rem, 0);
        transform: translate3d(0, 2.500rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2.500rem, 0);
        transform: translate3d(0, 2.500rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ************************
   02.3: Preloader
   ********************* */
.preloader {
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    top:-0.625rem;
}

.preloader .loader {
    height: 4.375rem;
    width: 4.375rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader .loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.062rem;
    top: -0.062rem;
    height: 100%;
    width: 100%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 0.062rem solid #fb4275;
    border-top: 0.062rem solid transparent;
    border-radius: 100%;
}

.preloader .loader .icon {
    -webkit-animation: wink 1s ease-in-out infinite alternate;
    animation: wink 1s ease-in-out infinite alternate;
}

/* ************************
   02.4: Buttons
   ********************* */


/* .btn span {
    display: block;
    padding: 0 1.875rem;
}

.btn:before,
.btn:after,
.btn span:before,
.btn span:after {
    content: "";
    position: absolute;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn:before,
.btn:after {
    width: 0;
    height: 0.125rem;
}

.btn span:before,
.btn span:after {
    width: 0.125rem;
    height: 0;
}

.btn:before {
    left: 50%;
    top: 0;
}

.btn:after {
    left: 50%;
    bottom: 0;
}

.btn span:after {
    top: 50%;
    left: 0;
}

.btn span:before {
    top: 50%;
    right: 0;
} */

/* .btn:hover:before,
.btn:hover:after {
    width: 100%;
    left: 0;
} */

/* .btn:hover span:before,
.btn:hover span:after {
    height: 100%;
    top: 0;
} */

/* .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
} */

.btn.btn-white {
    background-color: #f8f8f8 !important;
}

/* Video Button */
.vdo-btn {
    display: inline-block;
    background-color: #ffffff;
    padding: 1.875rem 2.500rem;
    -webkit-box-shadow: 0 0.250rem 0.750rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.250rem 0.750rem rgba(0, 0, 0, 0.05);
    font-size: 1.125rem;
    white-space: nowrap;
    font-weight: 500;
}

.vdo-btn svg {
    margin-right: 0.938rem;
}

.vdo-btn:hover svg {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Button Inline */
.btn-inline {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-inline:after {
    position: absolute;
    left: calc(100% + 0.625rem);
    height: 0.062rem;
    width: 1.250rem;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-inline:hover:after {
    left: calc(100% + 0.938rem);
}

/* Button White */
/* ************************
   02.5: Section Title
   ********************* */
.section-title {
    margin-bottom: 3.875rem;
}

.section-title h3 {
    font-weight: 500;
}

.section-title h2 {
    font-size: 2.750rem;
    line-height: 1.23;
}

.section-title p {
    font-size: 1.125rem;
    line-height: 1.67;
    max-width: 55.625rem;
    margin-top: 2.375rem;
}

.section-title.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.section-title.text-right p {
    margin-left: auto !important;
}

@media only screen and (max-width: 61.938rem) {
    .section-title br {
        display: none;
    }
}

@media only screen and (max-width: 47.938rem) {
    .section-title {
        margin-bottom: 2.625rem;
    }

    .section-title h2 {
        font-size: 2.500rem;
    }

    .section-title p {
        margin-top: 1.750rem;
    }
}

@media only screen and (max-width: 23.688rem) {
    .section-title h3 {
        font-size: 1.250rem;
    }

    .section-title h2 {
        font-size: 1.875rem;
    }
}

/* ************************
   02.6: Page Title
   ********************* */
.page-title-bg {
    background-size: cover;
    background-position: center;
}

.page-title h2 {
    margin-top: -0.562rem;
    margin-bottom: 0.625rem;
    font-size: 2.750rem;
    line-height: 1.3;
}

@media only screen and (max-width: 61.938rem) {
    .page-title h2 br {
        display: none;
    }
}

.page-title li {
    font-size: 1.125rem;
    font-weight: 500;
}

.page-title li:not(:last-child) {
    position: relative;
    padding-right: 0.938rem;
    margin-right: 0.625rem;
}

.page-title li:not(:last-child):after {
    right: 0;
    position: absolute;
    content: '/';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ************************
   02.7: Widget
   ********************* */
.widget:not(:last-child) {
    margin-bottom: 3.750rem;
}

.widget ul:not(.social_icon_list) {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget ul.underlaying li {
    text-decoration: underline !important;
}

.widget ul:not(.social_icon_list) li:not(:last-child) {
    margin-bottom: 0.938rem;
}

.widget ul:not(.social_icon_list) li a {
    position: relative;
}


.widget>ul {
    margin-top: -0.500rem;
}

.widget .widget-logo,
.widget .widget-title {
    margin-bottom: 2.500rem;
    color: #511631;
    font-size: 1.125rem;
    font-family: Raleway;
    font-weight: 700;
    line-height: 0.938rem;
    letter-spacing: 0.006rem;
}

.widget .widget-title * {
    font-weight: 500;
    text-transform: uppercase;
}

.widget.widget_contact_info .single-info:not(:last-child) {
    margin-bottom: 0.938rem;
}

.widget.widget_contact_info .single-info p {
    line-height: 1.5;
}

.widget.widget_contact_info .single-info p a {
    display: block;
}

.widget.widget_contact_info .single-info p a:not(:last-child):after {
    content: ',';
}

.widget.widget_recent_entries .single-post:not(:last-child),
.widget.widget_related_post .single-post:not(:last-child) {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 0.062rem solid #e0e0e0;
}

.widget.widget_recent_entries .single-post .post-image,
.widget.widget_related_post .single-post .post-image {
    margin-right: 1.250rem;
}

.widget.widget_recent_entries .single-post .post-content h5,
.widget.widget_related_post .single-post .post-content h5 {
    font-weight: 500;
    line-height: 1.5;
}

.widget.widget_newsletter .newsletter-content p {
    margin-top: -0.500rem;
    margin-bottom: 25PX;
}

.widget.widget_flicker ul {
    margin-bottom: -0.938rem;
    margin-right: -1.375rem;
    max-width: 100%;
}

.widget.widget_flicker ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
}

.widget.widget_flicker ul li a {
    padding: 0;
}

.widget.widget_flicker ul li a:before {
    display: none;
}

.widget.widget_related_post .single-post:not(:last-child) {
    padding-bottom: 1.250rem;
    margin-bottom: 1.250rem;
}

.widget.widget_tag_cloud .tagcloud {
    margin-right: -0.375rem;
    margin-bottom: -0.938rem;
}

.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 0.500rem 0.312rem;
    border: 0.062rem solid #e0e0e0;
    line-height: 1;
    margin-right: 0.125rem;
    margin-bottom: 0.500rem;
}

.widget.widget_search .input-group {
    position: relative;
    z-index: 1;
}

.widget.widget_search .input-group .theme-input-style {
    padding-right: 2.500rem;
}

.widget.widget_search .input-group .submit-btn {
    position: absolute;
    right: 1.250rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.widget.widget_search .input-group .submit-btn:hover svg path {
    fill: #fb4275;
}

/* ************************
   02.8: Back to Top
   ********************* */
.back-to-top {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    width: 2.188rem;
    height: 2.188rem;
    -webkit-box-shadow: 0 0.250rem 2.500rem rgba(251, 67, 116, 0.4);
    box-shadow: 0 0.250rem 2.500rem rgba(251, 67, 116, 0.4);
    font-size: 1.000rem;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 2.188rem;
    bottom: 10%;
    right: 4%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    background-color: #fb4275;
}

.back-to-top.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.back-to-top .back-toop-tooltip {
    position: absolute;
    top: -4.062rem;
    -webkit-transform: rotate(-90deg) translateX(1.250rem);
    -ms-transform: rotate(-90deg) translateX(1.250rem);
    transform: rotate(-90deg) translateX(1.250rem);
    width: 6.250rem;
    left: -2.062rem;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.back-to-top .back-toop-tooltip span {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.back-to-top .top-arrow {
    border-bottom: 0.125rem solid #ffffff;
    border-left: 0.125rem solid #ffffff;
    height: 0.500rem;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.500rem;
    position: absolute;
    left: 0.875rem;
    top: 0.812rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.back-to-top .top-line {
    background-color: #ffffff;
    height: 0.625rem;
    left: 1.125rem;
    position: absolute;
    top: 0.875rem;
    width: 0.125rem;
    margin-left: -0.062rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.back-to-top:hover .back-toop-tooltip {
    -webkit-transform: rotate(-90deg) translateX(0.312rem);
    -ms-transform: rotate(-90deg) translateX(0.312rem);
    transform: rotate(-90deg) translateX(0.312rem);
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover .top-line {
    height: 0.875rem;
    top: 0.750rem;
}

.back-to-top:hover .top-arrow {
    top: 0.688rem;
}

/* ************************
   02.9: Modal
   ********************* */
.appointment-modal .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}

.appointment-modal .modal-dialog .modal-content {
    padding: 2.500rem 3.750rem;
    position: relative;
    border: none;
}

@media only screen and (max-width: 23.688rem) {
    .appointment-modal .modal-dialog .modal-content {
        padding: 2.500rem;
    }
}

.appointment-modal .modal-dialog .modal-content .close {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
}

.appointment-modal .modal-dialog .modal-content .form-title {
    font-size: 2.750rem;
    font-weight: 500;
    margin-bottom: 2.500rem;
}

.appointment-modal .modal-dialog .modal-content .theme-input-style {
    margin-bottom: 1.875rem;
}

/* ************************
   03.1: Header
   ********************* */
.header {
    min-height: 5.438rem;
}

.header .header-main.sticky {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.250rem 0.750rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.250rem 0.750rem rgba(0, 0, 0, 0.05);
}

.header .header-main.sticky .logo .default-logo {
    display: none;
}

.header .header-main.sticky .logo .sticky-logo {
    display: block;
}

.for-mobile-header .header .header-main.sticky .logo .sticky-logo {
    display: block;
    width: 3rem;
    height: 5rem;
}

.header .header-main .logo .sticky-logo {
    display: none;
}

.header .header-main.style--one .main-menu #menu-button {
    display: none;
    font-size: 1.750rem;
    cursor: pointer;
}

.header .header-main.style--one .main-menu .nav {
    margin-right: 1.062rem;
}

.header .header-main.style--one .main-menu .nav li {
    position: relative;
}

.header .header-main.style--one .main-menu .nav li a {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.header .header-main.style--one .main-menu .nav li ul {
    position: absolute;
    left: 0;
    top: -125.000rem;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    width: 13.125rem;
    /* padding: 0.938rem 0; */
    -webkit-box-shadow: 0 0.312rem 1.250rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.312rem 1.250rem rgba(0, 0, 0, 0.05);
    -webkit-transform: translate3d(0, -0.312rem, 0);
    transform: translate3d(0, -0.312rem, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    z-index: 9;
}

.header .header-main.style--one .main-menu .nav li ul li {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 1.000rem;
}

.header .header-main.style--one .main-menu .nav li ul li:hover>a {
    margin-left: 0.312rem;
}

.header .header-main.style--one .main-menu .nav li ul li a {
    padding: 0.625rem 1.875rem;
}

.header .header-main.style--one .main-menu .nav li ul li ul {
    top: 0;
    left: calc(100% + 1.250rem);
}

.header .header-main.style--one .main-menu .nav li ul li:hover>ul {
    /* opacity: 1;
    visibility: visible;
    top: 0;
    left: 100%; */
}

.header .header-main.style--one .main-menu .nav>li {
    display: inline-block;
    padding: 0 1.062rem;
}

.header .header-main.style--one .main-menu .nav>li>a {
    line-height: 6.250rem;
    position: relative;
}

.header .header-main.style--one .main-menu .nav>li:hover>ul {
    /* opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); */
}

.header .header-main.style--one .main-menu .offcanvas-trigger {
    display: inline-block;
    width: 1.875rem;
    cursor: pointer;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span {
    display: block;
    height: 0.188rem;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(2) {
    margin: 0.312rem 0;
    margin-left: 0.312rem;
}

.header .header-main.style--one .main-menu .offcanvas-trigger span:nth-child(3) {
    margin-left: 0.625rem;
}

.header .header-main.style--one .main-menu .offcanvas-trigger:hover span {
    margin-left: 0 !important;
}

.header .header-main:not(.sticky).text-white .main-menu #menu-button span,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:before,
.header .header-main:not(.sticky).text-white .main-menu #menu-button span:after {
    background-color: #000000;
}

.header .header-main:not(.sticky).text-white .main-menu .nav>li.current-menu-item>a,
.header .header-main:not(.sticky).text-white .main-menu .nav>li.current-menu-parent>a,
.header .header-main:not(.sticky).text-white .main-menu .nav>li:hover>a {
    /* opacity: .8; */
    /* color: #ffffff; */
}

.header .header-main:not(.sticky).text-white .main-menu .offcanvas-trigger span {
    background-color: #fff;
}

/* Mobile Menu */
@media only screen and (max-width: 61.938rem) {
    .header .header-main.style--one {
        /* padding: 1.250rem 0; */
        background-color: white;
    }

    .header .header-main.style--one .row {
        position: relative;
    }

    .header .header-main.style--one .row div:nth-child(2) {
        position: static;
    }

    .header .header-main.style--one .main-menu {
        text-align: right;
        position: initial;
    }

    .header .header-main.style--one .main-menu #menu-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 1.562rem;
        width: 1.562rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .header-main.style--one .main-menu ul.nav {
        position: absolute;
        top: calc(100% + 1.188rem);
        left: 50%;
        right: 50%;
        width: calc(100% - 1.875rem);
        background: #fff;
        -webkit-box-shadow: 0 0.312rem 0.625rem rgba(0, 0, 0, 0.05);
        box-shadow: 0 0.312rem 0.625rem rgba(0, 0, 0, 0.05);
        max-height: 21.875rem;
        overflow-y: auto;
        padding: 0.938rem 1.250rem;
        max-width: 50.000rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99999;
        margin-right: 0;
    }

    .header .header-main.style--one .main-menu ul.nav>li {
        padding: 0;
    }

    .header .header-main.style--one .main-menu ul.nav>li>a {
        font-size: 1.125rem;
    }

    .header .header-main.style--one .main-menu ul.nav ul {
        position: relative;
        left: 0;
        right: auto;
        top: 0;
        width: 100%;
        display: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
        text-align: left;
        z-index: 99999;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header .header-main.style--one .main-menu ul.nav ul li {
        overflow: hidden;
    }

    .header .header-main.style--one .main-menu ul.nav ul li:hover>a {
        margin-left: 0;
    }

    .header .header-main.style--one .main-menu ul.nav ul ul {
        position: relative;
        margin-left: 1.875rem;
        left: 0 !important;
        opacity: 1;
        visibility: visible;
    }

    .header .header-main.style--one .main-menu ul {
        text-align: left;
    }

    .header .header-main.style--one .main-menu ul li {
        display: block;
        width: 100%;
    }

    .header .header-main.style--one .main-menu ul li a {
        line-height: 1 !important;
        padding: 0.750rem 0.938rem;
        color: #3f3f3f;
    }

    .header .header-main.style--one .main-menu ul li.current-menu-item>a {
        color: #fb4275 !important;
    }

    .header .header-main.style--one .main-menu .submenu-button {
        display: block;
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0.938rem;
        width: 2.500rem;
        height: inherit;
        line-height: 2.500rem;
        text-align: center;
        color: initial;
    }

    .header .header-main.style--one .main-menu .submenu-button:before {
        font-family: 'FontAwesome';
        content: "";
    }

    .header .header-main.style--one .main-menu .submenu-button.submenu-opened:before {
        content: '\f106';
        color: #f35d46;
    }

    .header .header-main.style--one.text-white .main-menu .nav>li.current-menu-item>a,
    .header .header-main.style--one.text-white .main-menu .nav>li.current-menu-parent>a,
    .header .header-main.style--one.text-white .main-menu .nav>li:hover>a {
        /* color: initial !important; */
    }
}

/* Menu Button */
#menu-button span {
    position: relative;
}

#menu-button span:before,
#menu-button span:after {
    position: absolute;
    content: '';
}

#menu-button span,
#menu-button span:before,
#menu-button span:after {
    display: block;
    width: 1.562rem;
    height: 0.125rem;
}

#menu-button span::before {
    top: -0.438rem;
}

#menu-button span::after {
    top: 0.438rem;
}

#menu-button.menu-opened span {
    background-color: transparent !important;
}

#menu-button.menu-opened span::before {
    -webkit-transform: translateY(0.438rem) rotate(45deg);
    -ms-transform: translateY(0.438rem) rotate(45deg);
    transform: translateY(0.438rem) rotate(45deg);
}

#menu-button.menu-opened span::after {
    -webkit-transform: translateY(-0.438rem) rotate(-45deg);
    -ms-transform: translateY(-0.438rem) rotate(-45deg);
    transform: translateY(-0.438rem) rotate(-45deg);
}

/* ************************
   03.2: Offcanvas
   ********************* */
/* Offcanvas Overlay */
.offcanvas-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Offcanvas */
.offcanvas-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 25.000rem;
    width: 100%;
    right: -100%;
    left: auto;
    -webkit-transition: 0.5s cubic-bezier(0, 0.97, 0.07, -0.11);
    -o-transition: 0.5s cubic-bezier(0, 0.97, 0.07, -0.11);
    transition: 0.5s cubic-bezier(0, 0.97, 0.07, -0.11);
}

.offcanvas-wrapper.active {
    right: 0;
}

.offcanvas-wrapper::-webkit-scrollbar {
    width: 0.500rem;
}

.offcanvas-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.offcanvas-wrapper .offcanvas-close {
    cursor: pointer;
    z-index: 999;
    top: 1.875rem;
    right: 1.875rem;
}

.offcanvas-wrapper .offcanvas-content {
    padding: 3.750rem 1.875rem 3.750rem 3.750rem;
    margin-top: 2.500rem;
}

.offcanvas-wrapper .offcanvas-content .widget {
    margin-bottom: 3.125rem;
}

.offcanvas-wrapper .offcanvas-content .widget .widget-title,
.offcanvas-wrapper .offcanvas-content .widget .widget-logo {
    margin-bottom: 1.875rem;
}

/* ************************
   03.3: Footer
   ********************* */
.footer .widget {
    margin-bottom: 1.875rem;
}

.footer .widget:last-child {
    margin-bottom: 3.750rem;
}

.footer .widget ul:not(.social_icon_list) li:not(:last-child) {
    margin-bottom: 0.625rem;
}

.footer .footer-bottom {
    padding: 2.000rem 0 0.938rem;
}

/* ************************
   03.4: Banner
   ********************* */
.banner {
    padding-top: 12.500rem;
    min-height: 55.625rem;
    position: relative;
    overflow: hidden;
}

.banner .banner-content h1 {
    font-size: 4.000rem;
    line-height: 1.1;
}

@media only screen and (max-width: 61.938rem) {
    .banner .banner-content h1 br {
        display: none;
    }
}

@media only screen and (max-width: 47.938rem) {
    .banner .banner-content h1 {
        font-size: 3.500rem;
    }
}

@media only screen and (max-width: 23.688rem) {
    .banner .banner-content h1 {
        font-size: 2.500rem;
    }
}

.banner .banner-content p {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.67;
}

.banner .banner-content .banner-btn {
    margin-top: 1.875rem;
}

.banner .banner-slider .owl-dots {
    position: absolute;
    right: 0.938rem;
}

@media only screen and (min-width: 75.000rem) {
    .banner .banner-slider .owl-dots {
        right: 6.250rem;
    }
}

.banner .banner-slider .owl-dots .owl-dot {
    display: block;
    margin: 0.438rem 0;
}

.banner .banner-slider .banner-image img {
    width: auto !important;
}

@media only screen and (max-width: 61.938rem) {
    .banner .banner-slider .banner-image img {
        margin: 0 auto;
    }
}

.banner .wave-shape {
    position: absolute;
    left: 0;
    width: calc(100% + 0.062rem);
    bottom: 0;
}

/* ************************
   03.5: Blog
   ********************* */
/* Single Blog */
.single-blog-item {
    padding: 1.250rem 1.875rem 3.750rem;
    margin-bottom: 1.875rem;
}

.single-blog-item .date-bg-shape {
    top: 0;
    left: 0;
    z-index: -3;
}

.single-blog-item .blog-content .posted-on,
.single-blog-item .blog-content .category {
    font-weight: 700;
}

.course-column-container-full-w {
    display: flex;
    justify-content: center;
    width: 100%;
}


.course-column-container {
    display: flex; flex-direction: column; align-items: center;
}

.single-blog-item .blog-content .posted-on {
    color: #ffffff;
    margin-bottom: 4.375rem;
}

.single-blog-item .blog-content .category {
    margin-bottom: 0.625rem;
}

.single-blog-item .blog-content .blog-title {
    margin-bottom: 1.562rem;
}

.single-blog-item .blog-content .blog-excerpt {
    font-size: 1.125rem;
}

.single-blog-item .blog-hover {
    padding: 3.125rem;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
}

.single-blog-item .blog-hover .blog-title a {
    color: #ffffff;
    line-height: 1.2;
}

.single-blog-item .blog-button {
    left: 0;
    bottom: 0;
    height: 5.312rem;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.single-blog-item .blog-button svg {
    position: absolute;
    left: -0.062rem;
    top: 0.062rem;
    width: calc(100% + 0.125rem);
    height: 100%;
}

.single-blog-item:hover .blog-hover,
.single-blog-item:hover .blog-button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Single Blog Style Two */
.single-blog-style--two {
    margin-bottom: 1.875rem;
}

.single-blog-style--two .date-bg-shape {
    top: 0;
    left: 0;
}

.single-blog-style--two .posted-on {
    color: #ffffff;
    font-weight: 500;
    left: 1.750rem;
    top: 1.875rem;
}

.single-blog-style--two .blog-image img {
    width: 100%;
}

.single-blog-style--two .blog-content {
    padding: 2.125rem 1.875rem 2.000rem;
}

.single-blog-style--two .blog-content.border {
    border: 0.062rem solid #f3f3f3 !important;
}

.single-blog-style--two .blog-content .category {
    font-weight: 500;
    font-size: 1.000rem;
    margin-bottom: 0.625rem;
}

.single-blog-style--two .blog-content .blog-title {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.625rem;
}

.single-blog-style--two .blog-content .post-meta {
    margin-bottom: 0.625rem;
}

.single-blog-style--two .blog-content .post-meta li:not(:last-child) {
    margin-right: 1.875rem;
}

.single-blog-style--two .blog-content .post-meta li a,
.single-blog-style--two .blog-content .post-meta li span {
    font-weight: 700;
}

.single-blog-style--two:hover .border-hover {
    border-color: transparent !important;
}

/* Blog Slider */
.blog-slider .single-blog-item {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0.375rem 0.938rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.375rem 0.938rem rgba(0, 0, 0, 0.05);
}

.blog-slider .owl-dots {
    text-align: center;
    margin-top: 1.250rem;
}

/* Blog Details */
.blog-details .blog-details-image {
    margin-bottom: 3.375rem;
}

.blog-details .post-meta {
    margin-bottom: 2.125rem;
}

.blog-details .post-meta li:not(:last-child) {
    margin-right: 3.750rem;
}

.blog-details .post-meta li a:not(:last-child):after {
    content: ',';
}

.blog-details .blog-details-content p,
.blog-details .blog-details-content img,
.blog-details .blog-details-content blockquote {
    margin-bottom: 3.125rem;
}

.blog-details .blog-details-content blockquote p {
    margin-bottom: 0;
}

.blog-details .blog-details-content h3 {
    font-weight: 500;
    margin-bottom: 2.500rem;
}

.blog-details .post-tags li a:not(:last-child):after {
    content: ',';
}

.blog-details .post-tags li:first-child,
.blog-details .post-share li:first-child {
    margin-right: 0.312rem;
}

.blog-details .post-comments-wrap h4 {
    font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper {
    padding-bottom: 3.750rem;
    border-bottom: 0.062rem solid #f7f7f7;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment {
    margin-top: 3.750rem;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-author-image {
    margin-right: 1.250rem;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content h6 {
    font-weight: 500;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content span {
    font-size: 0.750rem;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content p {
    font-size: 0.875rem;
    line-height: 1.85;
}

.blog-details .post-comments-wrap .single-comment-wrapper .single-post-comment .comment-content .reply-btn {
    font-size: 1.000rem;
    text-transform: lowercase;
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
    margin-left: 7.500rem;
}

@media only screen and (max-width: 35.938rem) {
    .blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply {
        margin-left: 1.875rem;
    }
}

.blog-details .post-comments-wrap .single-comment-wrapper .post-comment-reply .post-comment-reply .post-comment-reply {
    margin-left: 0;
}

.blog-details .comments-form h4 {
    font-weight: 500;
    margin-bottom: 2.500rem;
    text-transform: capitalize;
}

.blog-details .comments-form .theme-input-style {
    margin-bottom: 1.875rem;
}

/* ************************
   03.6: 404
   ********************* */
.bg-404 {
    background-size: cover;
    background-position: center;
}

.not-found-content p {
    font-size: 1.625rem;
    max-width: 42.500rem;
    margin: 3.750rem auto;
}

.not-found-form form input,
.coming-soon-form form input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: calc(70% - 2.500rem);
    margin-right: 0.625rem;
}


.navigation-button-active {
    color: #E83E8C !important;
}

@media only screen and (max-width: 23.688rem) {

    .not-found-form form input,
    .coming-soon-form form input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.250rem;
        margin-right: 0 !important;
    }
}

.not-found-form form button,
.coming-soon-form form button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.not-found-form form button span,
.coming-soon-form form button span {
    padding: initial !important;
}

.footer-text {
    font-size:1.250rem !important; color:white; text-align: justify;
}

@media only screen and (max-width: 23.688rem) {

    .not-found-form form button,
    .coming-soon-form form button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ************************
   03.7: Coming Soon
   ********************* */
.coming-soon-content h1 {
    font-size: 7.500rem;
    margin: 2.500rem 0;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 61.938rem) {
    .coming-soon-content h1 {
        font-size: 5.625rem;
    }
}

@media only screen and (max-width: 35.938rem) {
    .coming-soon-content h1 {
        font-size: 4.375rem;
    }
}

.coming-soon-content h3 {
    margin-bottom: 2.500rem;
    font-weight: 500;
}

.coming-soon-content .coming-soon-form {
    max-width: 42.500rem;
    margin: 0 auto;
}

#countdown {
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 61.938rem) {
    #countdown {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#countdown li {
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 61.938rem) {
    #countdown li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0.938rem;
    }
}

@media only screen and (max-width: 29.938rem) {
    #countdown li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#countdown li .single-countdown {
    padding: 1.875rem 3.125rem;
    background-color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 29.938rem) {
    #countdown li .single-countdown {
        padding: 3.125rem;
    }
}

#countdown li .single-countdown h4 {
    font-weight: 500;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

#countdown li .single-countdown h2 {
    font-size: 2.250rem;
}

#countdown li.seperator {
    font-size: 2.250rem;
}

@media only screen and (max-width: 61.938rem) {
    #countdown li.seperator {
        display: none;
    }
}

/* ************************
   04.1: Feature
   ********************* */
.single-feature,
.single-process {
    padding: 3.750rem 1.875rem;
    background-color: #ffffff;
    margin-bottom: 1.875rem;
}

.single-feature .content h3,
.single-process .content h3 {
    margin: 1.875rem 0 1.062rem;
}

@media only screen and (max-width: 23.688rem) {

    .single-feature .content h3,
    .single-process .content h3 {
        font-size: 1.375rem;
    }
}

.feature-style-two {
    position: relative;
    z-index: 10;
    margin-top: -10.625rem;
}

.feature-style-two .single-feature-wrapper:nth-child(odd) {
    margin-top: 2.500rem;
}

@media only screen and (max-width: 61.938rem) {
    .feature-style-two .single-feature-wrapper:nth-child(odd) {
        margin-top: 0;
    }
}

/* ************************
   04.2: About
   ********************* */
/* About Nav Tabs */
.about-nav-tab .nav-tabs,
.about-nav-tab .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    border-bottom: 0.062rem solid #FEEBF4;
}

.about-nav-tab .nav-tabs .nav-link {
    font-weight: 500;
    padding: 1.250rem 2.188rem;
    line-height: 1;
    border-bottom: 0.125rem solid;
    border-color: #f0f0f0;
    font-size: 1.625rem;
}

@media only screen and (max-width: 23.688rem) {
    .about-nav-tab .nav-tabs .nav-link {
        padding: 0.625rem 0.938rem;
    }
}

.about-nav-tab .tab-content .tab-pane {
    font-size: 1.125rem;
}

.about-nav-tab .tab-content .tab-pane p {
    margin-bottom: 1.562rem;
}

.about-nav-tab .tab-content .tab-pane ul {
    margin-bottom: 2.688rem;
}

/* Video Area */
.video-area img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media only screen and (max-width: 61.938rem) {
    .video-area img {
        max-width: 100%;
    }
}

.video-area .vdo-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

@media only screen and (max-width: 61.938rem) {
    .video-area .vdo-btn {
        bottom: 3.125rem;
    }
}

.video-area.style--two {
    z-index: 3;
    overflow: hidden;
}

.video-area.style--two>img {
    max-width: 100%;
    width: 100%;
}

.video-area.style--two .vdo-btn-two {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media only screen and (max-width: 23.688rem) {
    .video-area.style--two .vdo-btn-two {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
    }
}

.video-area.style--two .vdo-btn-two:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.video-area.style--two.bg-overlay:after {
    z-index: 1;
}

/* About Text */
.about-text p {
    font-size: 1.125rem;
}

/* ************************
   04.3: Working Process
   ********************* */
.single-process {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    margin-bottom: 3.125rem;
}

.process-bg {
    background-position: 55% 20%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 74.938rem) {
    .process-bg {
        background-position: 55% 5%;
        background-size: 85%;
    }
}

@media only screen and (max-width: 61.938rem) {
    .process-bg {
        background-image: none !important;
    }
}

.single-process-wrapper:nth-child(even) {
    margin-top: 14.062rem;
}

@media only screen and (max-width: 61.938rem) {
    .single-process-wrapper:nth-child(even) {
        margin-top: 0;
    }
}

/* ************************
   04.4: Service
   ********************* */
.single-service {
    padding: 0.625rem 1.250rem;
    background-color: #ffffff;
    margin-bottom: 1.875rem;
}

.single-service .icon {
    font-size: 3.125rem;
}

.single-service h4 {
    margin: 1.250rem 0 0.812rem 0;
}

.single-service.style--two:hover svg path {
    fill: #ffffff;
}

.single-service.style--two:hover .btn-inline:after {
    background-color: #ffffff;
}

.single-service.style--three {
    border: 0.062rem solid #e0e0e0;
    border-radius: 0;
}

.single-service.style--three:hover {
    border-color: transparent;
}

.single-service-wrapper .single-service {
    margin-bottom: 0;
}

@media only screen and (max-width: 61.938rem) {
    .single-service-wrapper .single-service {
        margin-top: 1.875rem;
    }
}

.single-service-wrapper:nth-child(even) {
    margin-top: 1.875rem;
}

@media only screen and (max-width: 61.938rem) {
    .single-service-wrapper:nth-child(even) {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Service Details */
.service-details .title {
    font-weight: 500;
    margin-bottom: 2.188rem;
    line-height: 1.2;
}

.service-details p {
    font-size: 1.125rem;
    margin-top: -0.438rem;
}

.service-details p:not(:last-child) {
    margin-bottom: 3.125rem;
}

.service-details p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 47.938rem) {
    .service-details p:last-child {
        margin-bottom: 3.125rem;
    }
}

.service-details>p:last-child {
    margin-bottom: 0;
}

.service-details h4 {
    font-size: 1.250rem;
    margin-bottom: 1.250rem;
    font-weight: 500;
    line-height: 1.3;
}

@media only screen and (max-width: 47.938rem) {
    .service-details h4 {
        margin-top: 3.125rem;
    }
}

.service-details>h4 {
    margin-top: 3.125rem;
    margin-bottom: 1.562rem;
}

.service-details .list-check li {
    font-style: normal;
}

/* ************************
   04.5: Counter
   ********************* */
.single-counter {
    margin-bottom: 3.125rem;
}

.single-counter h2 {
    font-size: 2.750rem;
    margin-bottom: 0.625rem;
    margin-top: -0.375rem;
}

@media only screen and (max-width: 47.938rem) {
    .single-counter h2 {
        font-size: 2.500rem;
    }
}

@media only screen and (max-width: 23.688rem) {
    .single-counter h2 {
        font-size: 1.875rem;
    }
}

.single-counter p {
    line-height: 1;
    font-size: 1.625rem;
    font-weight: 500;
}

@media only screen and (max-width: 47.938rem) {
    .single-counter p {
        font-size: 1.250rem;
    }
}

/* ************************
   04.6: Pricing
   ********************* */
/* Pricing Navtab */
.pricing-navtab .nav-tabs,
.pricing-navtab .nav-tabs .nav-link {
    border: none;
}

.pricing-navtab .nav-tabs {
    margin-bottom: 1.250rem;
}

.pricing-navtab .nav-tabs .nav-link {
    margin-bottom: 0.312rem;
    padding: 1.562rem 0.938rem 1.562rem 0.938rem;
    overflow: hidden;
}

.pricing-navtab .nav-tabs .nav-link.active,
.pricing-navtab .nav-tabs .nav-link:hover {
    -webkit-box-shadow: 0 0.250rem 2.500rem rgba(251, 66, 117, 0.4);
    box-shadow: 0 0.250rem 2.500rem rgba(251, 66, 117, 0.4);
}

.pricing-navtab .nav-tabs .nav-link h4 {
    font-weight: 500;
}

.pricing-navtab .nav-tabs .nav-link h2 {
    font-size: 2.250rem;
}

@media only screen and (max-width: 23.688rem) {
    .pricing-navtab .nav-tabs .nav-link h2 {
        font-size: 1.875rem;
    }
}

.pricing-navtab .tab-content .tab-pane {
    padding: 3.750rem 2.500rem;
    background-color: #ffffff;
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text .list-check {
    margin-bottom: 0;
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text h3 {
    margin-bottom: 2.500rem;
    font-weight: 500;
}

@media only screen and (max-width: 23.688rem) {
    .pricing-navtab .tab-content .tab-pane .tab-pane-text h3 {
        font-size: 1.375rem;
    }
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text p {
    margin-bottom: 1.875rem;
}

.pricing-navtab .tab-content .tab-pane .tab-pane-text .btn {
    margin-top: 1.875rem;
}

/* ************************
   04.7: Testimonial
   ********************* */
.testimonial-slider .single-testimonial-slide .testimonial-image img {
    width: auto;
}

.testimonial-slider .single-testimonial-slide .testimonial-content p {
    font-size: 1.625rem;
    font-style: italic;
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 23.688rem) {
    .testimonial-slider .single-testimonial-slide .testimonial-content p {
        font-size: 1.250rem;
    }
}

.testimonial-slider .single-testimonial-slide .testimonial-content h4 {
    font-weight: 500;
    margin-bottom: 0.312rem;
}

.testimonial-slider .owl-nav {
    position: absolute;
    left: 15.625rem;
    bottom: 2.500rem;
}

@media only screen and (max-width: 61.938rem) {
    .testimonial-slider .owl-nav {
        left: 9.375rem;
    }
}

@media only screen and (max-width: 47.938rem) {
    .testimonial-slider {
        text-align: center;
    }

    .testimonial-slider .single-testimonial-slide {
        margin-bottom: 3.125rem;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-image img {
        margin: 0 auto;
    }

    .testimonial-slider .owl-nav {
        position: static;
    }
}

/* Partners */
.brand-logo img {
    width: auto !important;
    margin: 0 auto;
    opacity: .4;
}

.brand-logo img:hover {
    opacity: 1;
}

/* ************************
   04.8: Project
   ********************* */
/* Project Nav */
.project-nav li {
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0.938rem;
    cursor: pointer;
    margin-bottom: 1.250rem;
}

/* Single Project */
.single-project-item .image img {
    width: 100%;
}

.single-project-item .project-body {
    padding: 2.500rem 1.875rem;
}

.single-project-item .project-body h3 {
    margin-bottom: 0.938rem;
    line-height: 1.2;
}

@media only screen and (max-width: 23.688rem) {
    .single-project-item .project-body h3 {
        font-size: 1.375rem;
    }
}

.single-project-item .project-body .project-meta {
    font-weight: 500;
    line-height: 1;
    font-size: 1.000rem;
}

.single-project-item .project-body .project-meta span {
    margin-left: 0.312rem;
}

.single-project-item .project-body p {
    font-size: 1.125rem;
    line-height: 1.67;
}

/* Project Details */
.project-details .project-image img {
    width: 100%;
}

.project-details .project-meta {
    margin: 3.125rem 0;
}

.project-details .project-meta li {
    font-weight: 500;
}

.project-details .project-meta li:not(:last-child) {
    margin-right: 3.125rem;
}

.project-details .project-meta li a:not(:last-child):after {
    content: ',';
}

.project-details .project-details-content h3 {
    margin-bottom: 1.875rem;
    font-weight: 500;
}

.project-details .project-details-content p {
    margin-bottom: 3.125rem;
    font-size: 1.125rem;
}

.project-details .project-details-content .list-check li {
    font-style: normal;
}

/* Project Pagination */
.post-pagination {
    padding: 1.875rem;
    border: 0.062rem solid #e0e0e0;
}

.post-pagination .single-post-pagination {
    max-width: 21.875rem;
}

@media only screen and (max-width: 47.938rem) {
    .post-pagination .single-post-pagination {
        max-width: 100%;
    }
}

.post-pagination .single-post-pagination .pagination-image {
    margin-right: 1.250rem;
}

.post-pagination .single-post-pagination .media-body a svg {
    margin-right: 0.625rem;
}

.post-pagination .single-post-pagination .media-body a:hover path {
    fill: #fb4275;
}

.post-pagination .single-post-pagination .media-body h6 {
    margin-top: 0.312rem;
    font-weight: 400;
    line-height: 1.4;
}

.post-pagination .single-post-pagination.next .pagination-image {
    margin-right: 0;
    margin-left: 1.250rem;
}

.post-pagination .single-post-pagination.next .media-body a svg {
    margin-left: 0.625rem;
    margin-right: 0;
}

/* ************************
   04.9: Team
   ********************* */
.single-team-member {
    margin-bottom: 3.125rem;
}

.single-team-member .image {
    z-index: 1;
}

.single-team-member .image svg {
    position: absolute;
    width: calc(100% + 0.125rem);
    height: calc(100% + 0.125rem);
    top: -0.062rem;
    left: -0.062rem;
    z-index: 1;
}

.single-team-member .team-info {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    margin-bottom: -2.625rem;
    -webkit-perspective: 62.500rem;
    perspective: 62.500rem;
}

.single-team-member .team-info h4 {
    font-weight: 500;
}

.single-team-member .team-info .info-front,
.single-team-member .team-info .info-back {
    padding: 1.250rem 2.188rem;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 61.938rem) {

    .single-team-member .team-info .info-front,
    .single-team-member .team-info .info-back {
        padding: 1.250rem;
    }
}

.single-team-member .team-info .info-front {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity .3s, -webkit-transform .7s;
    transition: opacity .3s, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .3s;
    transition: transform .7s, opacity .3s;
    transition: transform .7s, opacity .3s, -webkit-transform .7s;
}

.single-team-member .team-info .info-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.single-team-member .team-info .info-back .social_icon_list li {
    margin-right: 0;
}

.single-team-member .team-info:hover .info-front {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 0;
}

.single-team-member .team-info:hover .info-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

/* ************************
   04.10: CTA
   ********************* */
.cta-content h2 {
    font-size: 2.750rem;
    line-height: 1.23;
    margin-top: -0.688rem;
}

.cta-content p {
    font-size: 1.125rem;
    margin: 1.562rem auto 0;
    max-width: 60.000rem;
}

.cta-content .btn {
    margin-top: 2.500rem;
}

@media only screen and (max-width: 61.938rem) {
    .cta-content br {
        display: none;
    }

    .cta-content h2 {
        font-size: 2.500rem;
    }
}

@media only screen and (max-width: 23.688rem) {
    .cta-content h2 {
        font-size: 1.875rem;
    }
}

/* ************************
   04.11: Contact
   ********************* */
.contact-info .single-contact-info:not(:last-child) {
    margin-bottom: 3.125rem;
}

@media only screen and (max-width: 61.938rem) {
    .contact-info .single-contact-info:last-child {
        margin-bottom: 3.125rem;
    }
}

.contact-info .single-contact-info .image {
    margin-right: 1.875rem;
}

.contact-info .single-contact-info h4 {
    font-weight: 500;
    margin-bottom: 0.938rem;
}

.contact-info .single-contact-info p a {
    display: block;
}

.contact-info .single-contact-info p a:not(:last-child):after {
    content: ',';
}

.contact-info h3,
.contact-form-wrapper h3 {
    font-weight: 500;
    margin-bottom: 0.938rem;
}

.contact-info>p,
.contact-form-wrapper>p {
    font-size: 1.125rem;
    margin-bottom: 2.500rem;
}

.contact-form .theme-input-style {
    margin-bottom: 1.875rem;
}

.pink {
    color: #fb4275;
}


.btn {
    border-radius: 0.500rem;
    padding: 0.625rem 1.000rem;
    font-size: 1.000rem;
    font-weight: 500;
    position: relative;
    width: auto;
    height: 2.188rem;
    text-transform: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    z-index: 9;
    color: white !important;
    background-color: #E83E8C !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.000rem;
    line-height: normal;
    letter-spacing: 0.006rem;
    word-wrap: break-word;
    cursor: pointer;
    border: none !important;
}

.btn-alternative {
    border-radius: 0.500rem;
    padding: 0.625rem 1.000rem;
    font-size: 1.000rem;
    font-weight: 500;
    position: relative;
    width: auto;
    height: 2.188rem;
    text-transform: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    z-index: 9;
    color: #E83E8C !important;
    background-color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.000rem;
    line-height: normal;
    letter-spacing: 0.006rem;
    word-wrap: break-word;
    cursor: pointer;
    border: none !important;
}


.btn:hover {
    background-color: #F8C3DB !important;
    color: #AE2F69 !important;
    border: 0.062rem solid #F8C3DB;
}

.btn-secondary {
    border: 0.062rem solid #E83E8C !important;
    border-radius: 0.250rem;
    padding: 0.625rem;
    font-size: 1.000rem;
    font-weight: 500;
    position: relative;
    width: 18.750rem;
    /* text-transform: uppercase; */
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    z-index: 9;
    color: #E83E8C !important;
    background-color: white !important;

    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.000rem;
    line-height: 0.938rem;
    letter-spacing: 0.006rem;
    word-wrap: break-word;
    text-decoration: none; /* Ensures no text underline on hover */

}

.btn-secondary-alternative{
    border: 0.062rem solid white !important;
    border-radius: 0.250rem;
    padding: 0.625rem;
    font-size: 1.000rem;
    font-weight: 500;
    position: relative;
    width: 18.750rem;
    /* text-transform: uppercase; */
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    z-index: 9;
    color: white !important;
    background-color: #E83E8C !important;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.000rem;
    line-height: 0.938rem;
    letter-spacing: 0.006rem;
    word-wrap: break-word;
    text-decoration: none; /* Ensures no text underline on hover */
}

.btn-negative {
    border-radius: 0.500rem;
    padding: 0.625rem 1.000rem;
    font-size: 1.000rem;
    font-weight: 500;
    position: relative;
    width: auto;
    height: 2.188rem;
    text-transform: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    z-index: 9;
    color: #E83F8B !important;
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.000rem;
    line-height: normal;
    letter-spacing: 0.006rem;
    word-wrap: break-word;
    cursor: pointer;
    border: none !important;
    text-decoration: none !important;
}




.btn-negative:hover {
    background-color: #F8C3DB !important;
    color: #AE2F69 !important;
    border: 0.062rem solid #F8C3DB;
}

.btn-secondary:hover {
    border: 0.062rem solid #8B2554 !important;
    color: #8B2554 !important;
    text-decoration: none; /* Ensures no text underline on hover */

}

.btn-course-clean-filters {
    border-radius: 0.500rem !important;
    width: auto !important;
}

.btn-primary-disabled {
    border-radius: 0.500rem;
    color: rgb(0, 0, 0) !important;
    border-color: #E1E1E2 !important;
    background-color: #E1E1E2 !important;
}

.btn-primary-disabled:hover {
    color: rgb(0, 0, 0) !important;
    border-color: #E1E1E2 !important;
    background-color: #E1E1E2 !important;
}

.btn-secondary:active {
    border: 0.062rem solid #D1387E !important;
    color: #D1387E !important;
    text-decoration: none; /* Ensures no text underline on hover */

}

/* Pagination dynamic colors */
.pagination .pagination-btn {
    border-color: var(--company-color) !important;
    color: var(--company-color) !important;
    background-color: transparent !important;
    transition: all 0.3s ease;
}

.pagination .pagination-btn:hover,
.pagination .pagination-btn:focus {
    background-color: var(--company-color) !important;
    color: white !important;
    border-color: var(--company-color) !important;
}

.pagination .pagination-btn-active {
    background-color: var(--company-color) !important;
    color: white !important;
    border-color: var(--company-color) !important;
}

.pagination .pagination-btn-disabled {
    border-color: var(--company-color) !important;
    color: var(--company-color) !important;
    background-color: transparent !important;
    opacity: 0.5;
}

.pagination .pagination-btn-disabled:hover {
    background-color: transparent !important;
    color: var(--company-color) !important;
}


/* Not active: Black text, turns bold on hover */
.a-not-active {
    font-size: 1.000rem;
    font-weight: 400; /* Normal weight */
    color: black !important; /* Default text color */
    text-decoration: none; /* Remove underline */
    /* transition: font-weight 0.3s ease; */
}

.a-not-active:hover {
    font-weight: 700; /* Turns bold */
}

/* Active: Same color as .btn, with an underline */
.a-active {
    font-size: 1.000rem;
    font-weight: 500;
    color: #E83E8C !important; /* Same as .btn background */
    text-decoration: none;
    position: relative;
}

/* Underline effect for active links */
.a-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.188rem;
    background-color: #E83E8C; /* Same color as text */
    position: absolute;
    left: 0;
    bottom: -0.188rem;
}

/* Optional: Slightly darken on hover */
.a-active:hover {
    color: #D5307D; /* Slightly darker */
}

.a-active:hover::after {
    background-color: #D5307D; /* Darker underline */
}

.footer-display {
    display: flex;
    flex-direction: column;
}

.footer-widget {
    width: 100%;
}

.footer-socials {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.subcontainer-landing {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}
.general-content {
    padding-top: 9.375rem;
    min-height: 55.625rem;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: -4.500rem;
}

.landing-header {
    color: black;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: Raleway;
    line-height: 1.2;
    padding: 0.938rem 0.000rem;
    word-break: normal;      /* Prevents breaking words */
    overflow-wrap: normal;   /* Allows natural wrapping */
    white-space: normal;     /* Ensures lines can wrap */
}

.landing-header span {
    color: #E83E8C;
}

.landing-sub-header {
    color: black;
    font-size: 1.250rem;
    font-weight: 300;
    font-family: Mulish;
    line-height: 1.5;
    word-wrap: break-word;
    padding: 0.625rem 0.000rem;
}

.services-landing-sub-header {
    font-size: 1.000rem;
}

.landing-sub-sub-header {
    color: black;
    font-size: 2.812rem;
    font-weight: 700;
    font-family: Raleway;
    line-height: 1.2;
    padding: 0.938rem 0.000rem;
    word-break: normal;      /* Prevents breaking words */
    overflow-wrap: normal;   /* Allows natural wrapping */
    white-space: normal;     /* Ensures lines can wrap */
}

.landing-sub-sub-header span {
    color: #E83E8C;
}

.landing-sub-sub-header span {
    color: #E83E8C;
}

.moga-info-message {
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.h1-v2 {
    color: #511631;
    font-size: 1.562rem;
    font-weight: 700;
    font-family: Raleway;
    word-wrap: break-word;
    line-height: 1.2;
    padding: 0.938rem 0.000rem;
}



.h2_v2 {
    font-size: 1.125rem;
    font-weight: 300;
    font-family: Mulish;
    word-wrap: break-word;
    padding: 0.625rem 0.000rem;
}

.h1-text-for-cercle-backgroud {
    color: white !important;
    font-size: 1.375rem;
    font-weight: 400;
    padding-left: 0.625rem;
    word-wrap: break-word
}
.h2-text-for-cercle-backgroud  {
    color: white !important;
    font-size: 0.750rem;
    font-weight: 300;
    word-wrap: break-word;
    line-height: 1.2;
    padding: 0.625rem 0.000rem;
}
.statistics-content {
    height: 51.250rem;
    margin-top: 3.750rem;
    padding: 0.000rem 4.062rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.statistics-hr {
    border: 0.031rem solid white; width: 80%; margin: 0.625rem 0;
}

.statistics-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vh;
    min-height: 100vh;
    margin: 0 auto;
}

.statistics-columns {
    flex: 1; text-align: left;
}

.docente-font {
    font-size: 0.9rem
}

.centro-font {
    font-size: 1rem
}

.h1_for_services {
    color: black;
    font-size: 1.000rem;
    font-weight: 600;
    font-family: Raleway;
    word-wrap: break-word;
    margin-top: 1.250rem;
}
.h2_for_services {
    color: black;
    font-size: 0.938rem;
    font-family: Raleway;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 0.625rem;
    line-height: 1.1;
    margin-top: 1.250rem;
}



.divider {
    border: 0;
    height: 0.062rem;
    background: white;
    margin: 0.625rem auto;
    opacity: 0.4;
    margin-bottom: 3.000rem;
}

.moga-card {
    background-color: #FFFBFD;
    border-radius: 0.625rem;
    box-shadow: 0.062rem 0.188rem 0.500rem rgba(0, 0, 0, 0.1);
    padding: 1.250rem;
    margin-top: 6.250rem;
    position: relative;
    max-width: 31.250rem;
}



.moga-card-2 {
    display: flex;
    flex-direction: column;
    width: 100%; /* Adjust as needed */
    height: 100%; /* Ensures all cards have equal height */
    background-color: white;
    border-radius: 0.938rem;
    overflow: hidden;
    box-shadow: 0 0.000rem 0.125rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.625rem;
}
.moga-card-2 img {
    width: 100%; /* Make sure images take full width */
    /* height: 12.500rem; */
    object-fit: cover; /* Ensures images scale properly without distortion */
    border-top-right-radius: 0.938rem;
    border-top-left-radius: 0.938rem;
}
.moga-card-3 {
    background-color: #FFFBFD;
    border-radius: 0.625rem;
    box-shadow: 0.062rem 0.188rem 0.500rem rgba(0, 0, 0, 0.1);
    margin-top: 6.250rem;
    position: relative;
}


.moga-card-content {
    margin:1.562rem
}

.moga_card_img {
    top: -5.312rem;
    left: 11.812rem;
    position: absolute;
    width: 52%;
    height: 83%;
}



.h1_opinion_card {
    color: #511631;
    font-size: 0.812rem;
    font-family: Mulish;
    font-weight: 600;
    line-height: 1.1;
    word-wrap: break-word
}

.h2-opinion-card {
    color: black;
    font-size: 0.875rem;
    font-family: Raleway;
    font-weight: 300;
    line-height: 1.1;
    word-wrap: break-word;

}

.opinion_card_img {
    width: 2.500rem; height: 2.500rem; position: absolute; top: -0.5vh; left: 0.5vh; z-index: 9999;
}

.opinion-card {
    border: 0.188rem solid rgb(244 244 244); border-radius: 0.312rem; padding: 1.250rem; position: relative; box-shadow: 0 0.250rem 0.625rem rgba(0, 0, 0, 0.1); height: 100%;
}

.banner-img-mobile {
    margin-top: 0.625rem;
    width: 100%;
    border-radius: 0.500rem;

}

.banner-img-desktop {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
}


.header-landing{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-landing {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    margin-right: auto;
    margin-left: auto;
  }

  .bg-color-primary {
    background-color: #E83E8C !important;
  }
  .bg-color-secondary {
    background-color: white !important;
  }
  .color-primary {
    color: #E83E8C;
  }

  .color-secondary {
    color: white !important;
  }
  .policies-text {
    text-decoration: underline;
  }
  .copyright-text {
    margin-top: 1.250rem; color: white;
  }
  .statistics-bg-img {
    height: 50.000rem;
    width: 100%; transform: scaleY(0.5); display: block;
  }

  .statistics-info {
    position: absolute; top: -4.000rem; left: 0; width: 100%; height: 50%;
  }

  .for-mobile {
      display: block;
  }
  .for-desktop {
      display: none;
  }

  .divisor {
    margin-top: 7.500rem;
  }

  .margin-bottom-section {
    margin-bottom: 11vh;
  }

  .section-stiles {
    padding-left: 5vw; padding-right: 5vh;
  }

  .for-mobile-header {
        background: transparent;
      display: block;
  }
  .mobile-header {
    background: transparent;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-top: 0.000rem;
    padding-bottom: 0.000rem;
  }
  .header-mobile-logo {
    height: 4rem !important; width: 4rem !important;
    object-fit: contain !important;
  }
  .for-desktop-header {
      display: none;
  }
  .header-logo {
    width: 20%;
  }

  .header-middle-menu-buttons-container {
    margin-right: 4rem;
    width: 100%; display: flex !important; justify-content: center; align-items: center;
    color: white;
  }

  .header-middle-menu-buttons-container ul {
    display: flex; justify-content: center;
  }

  .header-right-menu-buttons-container {
    gap: 0.625rem;
    display: flex; justify-content: end;
  }

  .headder-access-btn {
    border: 0.062rem solid white !important;
    border-radius: 0.938rem;
  }

  .card-text {
    color: black;
    font-size: 1.062rem !important;
    font-family: Raleway;
    font-weight: 500;
    word-wrap: break-word;
    line-height: 1.1;
  }

  .services {
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    padding-left: 4.062rem;
    padding-right: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.250rem;
    gap: 1.250rem;
    }

    .nav-web-menu {
        width: 100%;
        justify-self: center;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        display: flex;
        flex-direction: row;
    }

    .nav-item-color{
        color: #511631 !important;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .service-card {
        max-width: 15.625rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.625rem;
    }

    .clients-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .banner-title-desktop {
        position: absolute;
        top: -36.750rem;
        left: 10%;
        width: 45%;
        height: 100%;
        z-index: 1;
        padding-left: 2.812rem,
    }
    .banner-title-tutor-desktop {
        position: absolute;
        top: -36.750rem;
        left: 10%;
        width: 45%;
        height: 100%;
        z-index: 1;
        padding-left: 2.812rem,
    }

    .main-title {
        width: 82%;
    }

    .stiled-cards-desktop {
        display: none;
    }

    .opinion_bg_img {
        width: 105%;
        position: absolute;
        left: 0.625rem;
    }

    .stiled-cards-mobile{
        display: block;
    }

    .blog-section {
        display: block;
    }

    .content_opinion_card {
        position: absolute;
        top: 1.250rem;
        left: 4.688rem;
        width: 59%;
    }
    .author_opinion_card {
        position: absolute;
        top: 8.438rem;
        left: 3.625rem;
        width: 40%;
        background-color: #E83E8C;
        border-radius: 0.625rem;
        padding-left: 0.625rem;
        padding-bottom: 0.125rem;
    }
    .stars_opinion_card {
        position: absolute;
        top: 10.500rem;
        left: 0.188rem;
        width: 36% !important;
    }
    /* Default height for all carousels */
    .custom-carousel .owl-stage-outer {
        height: 15.625rem !important;
    }

    /* Override only for the taller one */
    .custom-carousel.taller-carousel .owl-stage-outer {
        height: 40.625rem !important;
    }

    .statistics-content {
        margin-top: 7.188rem;
        padding-left: 11vw;
    }
    .placa_img {
        width: 40%;
        text-align: right;
        margin-top: 1.250rem;
    }

    .input-primary {
        border-radius: 0.625rem !important;
        padding: 0.625rem;
        border: 0.062rem solid #ccc;
        outline: none;
        transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        width: 100%;
    }
    .select-primary {
        border-radius: 0.625rem !important;
        border-color: black
    }

    .input-primary:focus {
        border-color: rgb(185, 52, 90); /* Changes border color */
        box-shadow: 0 0 0.625rem rgba(185, 52, 90, 0.6); /* Pink shadow effect */
    }

    .icon-primary {
        width: 1.250rem;
        height: 1.250rem;
    }

    .p-centros {
        color: #511631;
    }

    .course-page-header {
        padding-left: 2rem; padding-right: 2rem; margin-top: 9rem !important
    }

    .course-page-content {
        padding-left: 2rem; padding-right: 2rem; margin-top: 1rem !important;
    }

    .courses-page-company-margin {
        margin-bottom: 7rem !important;
    }

    .course-page-content-bg {
        background-color: #E83E8C; margin-top: -5rem !important;
    }

    .course-page-footer {
        display: flex;
        align-items: center;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        flex-direction: column-reverse;
        gap: 3.125rem;
    }
    .course-icon {
        color: #E83E8C !important;
    }
    .course-page-p {
        font-size: 1.125rem; line-height: 2rem; word-spacing: 0.2rem; color:#4D4D4D;
    }

    .course-page-div p {
        font-size: 1.125rem; line-height: 2rem; word-spacing: 0.2rem; color:#4D4D4D;
    }

    .course-page-footer-content {
        display: flex; justify-content: space-between; align-items: center; padding-top: 0.250rem; padding-bottom: 0.250rem;
    }

    .course-page-footer-content h1 {
        color:white !important; padding-top: 0.000rem !important; padding-bottom: 0.312rem !important
    }
    .course-page-footer-content p {
        font-size: 1.125rem; line-height: 2rem; word-spacing: 0.2rem; color:#4D4D4D; color:white !important;
    }
    .course-page-footer-content button {
        background-color: white !important; color:#E83E8C !important; border-radius: 0.938rem
    }

    .course-page-img-content {
        display: flex !important; justify-content: space-between !important; align-items: center !important; padding-bottom: 0.000rem !important; padding-top: 0.000rem !important
    }

    .course-page-img-content-image-1 {
        display: none;
    }

    .header-main.style--one.sticky {
        background-color: white;
    }

    /* Default link color (e.g. white for transparent header) */
    .header-main.style--one .nav-link {
        color: white;
        transition: color 0.3s ease;
    }

    /* Change to black when sticky */
    .header-main.style--one.sticky .nav-link {
        color: black;
    }

    /* Show white logo by default, hide black one */
    .logo .logo-white {
        display: inline;
    }
    .logo .logo-black {
        display: none;
    }

    .logo-company {
        width: 6rem;
        height: 6rem;
        object-fit: contain;
    }

    .menu-item-company {
        font-size: 1.3rem !important;
    }

    .spacer-company {
        height: 4rem;
    }

    /* When sticky: show black, hide white */
    .header-main.style--one.sticky .logo .logo-white {
        display: none;
    }
    .header-main.style--one.sticky .logo .logo-black {
        display: inline;
    }

    .nav-link-hover:hover {
        color: #E83E8C !important;
    }

    .course-content-desktop {
        display: none;
    }

    .fixed-form {
        position: fixed;
        top: 9.375rem;
        right: 12.500rem;
        z-index: 1000;
        width: 25vw !important;
    }
    .form-wrapper {
        z-index: 1000;
    }

    .no-fixed-form {
        max-width: 100%; /* valor neutral por defecto (móviles) */
    }
    .no-fixed-form-company {
        max-width: 100% !important;
    }

    .course-main-img {
        border-radius: .3rem;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        max-width: 77.25rem !important;
    }

    @media screen and (min-width: 48.000rem) {
        .no-fixed-form {
            max-width: 50vw !important;
        }
        /* .no-fixed-form-company {
            max-width: 80% !important;
        } */
    }

    .course-main-img-container {
        text-align: center;
    }

    .sticky-active {
        background-color: #E83E8C !important;
        transition: all 0.3s ease;
    }

        .sticky-active .nav-link {
            color: white !important;
        }

        .sticky-active .logo-black {
            display: inline !important;
        }

        .sticky-active .logo-white {
            display: none !important;
        }

        /* Transparent header (Inicio when at the top) */
        .inicio-header {
            background-color: transparent;
        }

        .inicio-header .nav-link {
            color: white !important;
        }

        .inicio-header .logo-black {
            display: none !important;
        }

        .inicio-header .logo-white {
            display: inline !important;
        }

        .landing-button-mobile {
            margin-top: 1.250rem;
            width: 100%;
            height: 2.188rem
        }
        .landing-button-desktop {
            margin-top: 2.188rem;
            width: 45%;
            height: 2.188rem;
            border-radius: 0.938rem;
            display:inline-block !important;
            width:auto !important;
            padding:0.5em 1em;
        }

        .docente-centro-section {
            display: flex; flex-direction: column-reverse;
        }

        .docente-centro-button {
            width: 50%;
        }


        /* Default (black logo everywhere) */
.sticky-active .logo-black,
.sticky-active .sticky-logo {
    display: inline !important;
}

.sticky-active .logo-white,
.sticky-active .default-logo {
    display: none !important;
}

/* At top of Inicio only (show white logo) */
.inicio-top .logo-black,
.inicio-top .sticky-logo {
    display: none !important;
}

.inicio-top .logo-white,
.inicio-top .default-logo {
    display: inline !important;
}

.inicio-top {
    background-color: transparent !important;
}

.sticky-active {
    background-color: white;
    transition: background-color 0.3s ease;
}


.testimonial-card-container {
    display: flex;
    gap: 1.250rem;
    align-items: stretch;
}

.testimonial-card {
    position: relative;
    padding: 1.875rem;
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
}

.quotes-icon {
    width: 2.500rem !important;
    height: 2.500rem;
    position: absolute;
    top: -0.5vh;
    left: 0.5vh;
    z-index: 9999;
}

.h2-opinion-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.625rem;
}

.testimonial-container{
    position: relative; padding: 1.875rem; height: 100%; box-sizing: border-box;
}

.testimonial-author {
    display: flex; justify-content: space-between; align-items: center; margin-top: 0.625rem; font-size: 0.938rem !important;
}
.blog-title {
    margin-bottom: 1.250rem;
}
.blog-container {
    display: flex; gap:1.250rem;
}

.blog-img {
    border-top-right-radius: 0.938rem; border-top-left-radius: 0.938rem;
}
.blog-title {
    margin-top: -0.938rem !important;
}
.banner-subheader-stiles {
    margin-top: 1.250rem; margin-bottom: 0.625rem; width: 80vw;
}
.blog-button {
    margin-top: 0.938rem;
}
.blog-icon-button {
    width: 1.250rem !important; height: 1.250rem !important;
}
.blog-card {
    width: 100%;
}
.testimonial-title {
    margin-bottom: 1.250rem;
}
.base-margin {
    margin-top: 20vh !important;
}
.statistics-section {
    position: relative; margin-top: -8.375rem
}
.statistics-divisor {
    width: 0.125rem !important;
    height: 9.375rem !important;
    background-color: white !important;
    margin: 0 1.250rem !important;
}

.course-objectives {
    padding: 2rem 2rem;
    background-color: #E83E8C;
    border-radius: 0.938rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
}

.course-objectives-2 {
    width: 100%;
    border-radius: 0.938rem;
    max-width: 21.875rem;
}


.course-objectives-2-img {
    width: 100%;
    border-radius: 0.938rem;
}

.tab-pane2 {
    display: none;
}

.tab-pane2.show.active {
    display: block;
}

.accordion-content {
    display: none;
    margin-top: 0.625rem;
}
.accordion-tab.active + .accordion-content {
    display: block;
}

.accordion-tab {
}

.accordion-tabs li:not(:last-of-type) {
    margin-bottom: 1rem;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: url('owl.carousel/assets/owl.carousel.prev.svg');
}


.accordion-tab.active {
    background-color: #E83E8C !important;
    color: white !important;
    border: none !important;
}

.accordion-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.course-description-container {
    padding-left: 2vw; padding-right: 2vw; padding-top: 2rem;
}
.course-description-container-company {
    padding-left: 2vw; padding-right: 4vw; padding-top: 2rem; max-width: 81.250rem;
}

.course-company-logo {
    height: 65%;
}

.course-main-container {
    padding-bottom: 14vh; padding-top: 14vh; padding-bottom: 10vh;
}
.course-main-container-2 {
    padding-bottom: 10vh !important; padding-top: 10vh !important;
}
.course-info-form-container {
    padding-bottom: 2vh;
}
.course-info-form {
    width: 100%; padding: 0 5vw !important; padding-bottom: 4vh !important;
}
.course-text-field {
    text-transform: uppercase;
}
.course-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.125rem;
}

.course-form-button-style {
    border-radius: 0.938rem;
}
.course-column-container-main {
    display: flex;
    align-items: flex-start;
    gap: 2rem !important;
}
.course-column-container-main.company {
    justify-content: center;
}
.course-sidebar {
    width: 17.500rem; /* o el ancho que necesites */

}

.course-column-sub-container-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course-text-title-name {
    font-size: 3.125rem;
    font-weight: 900;
    font-family: "Rubik", sans-serif;
}
.course-text-title-name-phone {
    font-size: 1.250rem;
    font-weight: 900;
    font-family: "Rubik", sans-serif;
}
.course-column-sub-container {
    /* min-width: 23vw; */
}
.course-info-main-button {
    text-align: center; width: 100%;
}
.course-main-description {
    text-align: justify; text-justify: inter-word; line-height: 1.6;
}
.nav-button-style {
    border: 0.062rem solid #ddd; background-color: white; color: black; font-weight: bold;
}
.nav-desktop-container {
    padding-bottom: 14vh;
}
.reservar-plaza-button-1-container {
    text-align: center; width: 100%;
}

.nav-container {
    background-color: #f8f8f8; border-radius: 0.938rem;
}
.finish-btn.mobile-button {
    width: 100% !important;
}
.img-preview-container {
    border-radius: 0.500rem;
}
.img-preview-container-2 {
    border-radius: 0.500rem;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}
.course-img-preview-container {
    aspect-ratio: 16 / 9;
}
.course-img-preview-container-2 {
    aspect-ratio: 4 / 5;
}
.nav-container-2 {
    gap: 0.625rem; border-top: 0.125rem solid #ddd; border-bottom: 0.125rem solid #ddd; padding: 0.625rem 0;
}
.nav-contents {
    font-size: 1.250rem !important;
    font-weight: bold;
    color: black;
    margin-top: 0.188rem !important;
    margin-bottom: 0.250rem !important;
}
.reservar-plaza-button-1 {
    width: 60% !important;
}
.reservar-plaza-button-2 {
    width: 100%;
}
.reservar-plaza-button-3 {
    border-radius: 1.562rem; width: 100%;
}
.desktop-form-container {
    width: 70%
}
.goals-content {
    background-color: #f48fb1;  margin-bottom: 0.312rem;
}
.course-objectives-card-column {
    margin-top: 1.250rem !important;
}

.footer-extra-padding {
    padding-bottom: 9vh;
}

.more-info-course-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-color: #E83E8C;
    color: white;
    text-align: center;
    font-size: 1.250rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
a.more-info-course-button:hover {
    color: white !important;
    text-decoration: none !important;
}

.why-card {
    background-color: white;
    border-radius: 1.000rem;
    padding: 1.875rem;
    max-width: 50.000rem;
    text-align: center;
    position: relative;
    padding-top: 4.5rem;
    gap: 5rem;
}

.icon-tutors-page {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0 auto 1.250rem auto;
    background-color: #f48fb1; /* color rosa temporal */
    border-radius: 50%;
}

.why-title {
    font-weight: bold;
    font-size: 1.000rem;
    margin-bottom: 1rem;
}

.why-description {
    color: black;
    font-size: 0.875rem;
    font-family: Raleway;
    font-weight: 300;
    line-height: 1.3rem;
    word-wrap: break-word;
}

.tutor-steps {
    display: flex; justify-content: space-around;
    flex-direction: column; gap: 3rem;
}

.tutor-step-container {
    display: flex; justify-content: center; flex-direction: column; align-items: flex-start;
}
.tutor-step-header {
    color: white !important; padding-bottom: 4rem !important;
}
.tutor-step-number {
    color: white !important; padding-bottom: 0rem !important;
}
.tutor-step-title {
    font-weight: bold;
}

.tutor-faq-section {
    display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 10rem 0; max-width: 56.250rem; margin: 0 auto; text-align: center;
}
.tutor-faq-question {
    cursor: pointer; font-weight: bold; font-size: 1.125rem; margin-top: 1.250rem; color: black;
}
.tutor-faq-answer {
    margin-top: 1rem; font-size: 1.000rem; display: none;
}
.tutor-faq-divisor {
    width: 80% !important; margin-top: 2rem !important; margin-bottom: 1rem !important; border: none !important; border-top: 0.062rem solid #333 !important; border-color: black !important;
}
.tutor-call-to-action-section {
    padding-bottom: 12rem;
}
.tutor-call-to-action {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.tutor-reasons-card-section {
    padding: 8rem 0 10rem 0 !important; background-color: #F8F9FA;
}
.tutor-reasons-card-header {
    padding-bottom: 7.5rem !important;
}
.tutor-reasons-card-container {
    display: flex ; flex-direction: column; gap: 5rem; align-items: center;
}
.tutor-reasons-card-img {
    width: 6rem; position: absolute; top: -2.312rem; left: 50%; transform: translateX(-50%);
}
.tutor-reason-steps-section {
    display: flex ; justify-content: center; flex-direction: column; padding: 6rem 0;
}

.services-add-section {
    padding: 3rem 0;
}
.services-add-header {
    font-weight: 600;
}
.services-reasons-card-container {
    /* display: flex ; flex-direction: column; gap: 5rem; align-items: center; */

    display: grid;
    grid-template-columns: 1fr; /* 1 columna por defecto */
    gap: 6rem;
}
.services-step-container {
    display: flex; justify-content: center; flex-direction: column; align-items: flex-start;
}
.services-step-img-container {
    text-align: center; width: 100%; padding-bottom: 1rem;
}
.services-step-img {
    width: 5rem;
}

.services-button {
    width: 30%;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-0.312rem); }
    to { opacity: 1; transform: translateY(0); }
}


.accordion-container {
    max-height: 500px !important;
    overflow-y: scroll !important;
}

    @media (min-width: 23.750rem) {
        .author_opinion_card {
            top: 8.875rem;
            left: 3.812rem;
        }
    }

    @media (min-width: 25.938rem) {
        .author_opinion_card {
            top: 9.188rem;
            left: 3.812rem;
        }
    }

    @media (min-width: 26.875rem) {
        .author_opinion_card {
            top: 9.750rem;
            left: 3.812rem;
        }
        .banner-title-desktop {
            top: -88vh;
        }
        .banner-title-tutor-desktop {
            top: -91vh;
        }
    }

    @media (min-width: 28.125rem) {
        .author_opinion_card {
            top: 11.250rem;
            left: 4.562rem;
        }
    }
    @media (min-width: 31.250rem) {
        .author_opinion_card {
            top: 11.250rem;
            left: 4.562rem;
        }
        .landing-header {
            color: black;
            font-size: 4.250rem;
            font-weight: 700;
            font-family: Raleway;
            line-height: 1.2;
            padding: 0.938rem 0.000rem;
            word-break: normal;      /* Prevents breaking words */
            overflow-wrap: normal;   /* Allows natural wrapping */
            white-space: normal;     /* Ensures lines can wrap */
            width: 60vw;
        }
        .footer-extra-padding {
            padding-bottom: 8vh;
        }
    }
    @media (min-width: 32.500rem) {
        .author_opinion_card {
            top: 11.625rem;
            left: 4.750rem;
        }

        .content_opinion_card {
            top: 2.188rem;
            left: 5.375rem;
            width: 59%;
        }

        .h1_opinion_card {
            font-size: 0.938rem;
        }
    }
    @media (min-width: 34.062rem) {
        .author_opinion_card {
            top: 12.125rem;
            left: 5.000rem;
        }
    }
    @media (min-width: 35.000rem) {
        .author_opinion_card {
            top: 12.625rem;
            left: 5.000rem;
        }
    }


  @media (min-width: 36.000rem) {

    .container-landing {
      max-width: 100vh;
      padding: 0;
      margin: 0 auto;

    }
    .banner-img-mobile {
        width: 35%; height: auto;
    }

    .statistics-section {
        width: 100%;
    }

    .text-banner-desktop {
        position: absolute;

    }
    .content-landing {
        padding-left: 4.062rem;
        padding-right: 3.125rem;
        margin-top: 4.375rem;
    }
    .statistics-content {
        margin-top: 7.188rem;

    }

    .moga_card_img {
        top: -5.812rem;
        left: 12.812rem;
        width: 81%;
        height: 94%;
    }

    .content_opinion_card {
        top: 2.688rem;
        left: 6.250rem;
    }

    .author_opinion_card {
        top: 9.438rem;
        left: 7.375rem;
    }

    .h1_opinion_card {
        font-size: 0.938rem;
    }
    .footer-display {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .footer-widget {
        width: 50%;
    }

    .footer-widget-2 {
        display: flex;
        justify-content: center;
    }
    .banner-img-mobile {
        width: 53%;
        height: auto;
    }


  }

  @media (min-width: 48.000rem) {
    .moga-info-message {
        margin-top: 0;
        height: 15vh;
        border-radius: 0;
    }
    .landing-button-desktop {
        width: 20%;
    }

    .nav-web-menu {
        width: 50%;
    }
    .nav-item-color{
        font-size: 1rem;
    }

    .course-page-header {
        padding-left: 6rem; padding-right: 6rem; margin-top: -2rem !important
    }
    .course-page-img-content {
        padding-top: 3.125rem !important; padding-top: 0.625rem !important;
    }
    .course-page-img-content-image-1 {
        display: block !important;
        height: 25.000rem; width: auto; border-radius: 0.938rem; position: absolute; top: -1.250rem; left: 1.250rem; opacity: 0.5; z-index: 0;
    }

    .course-page-content {
        padding-left: 6rem; padding-right: 6rem;
    }

    .course-page-footer {
        justify-content: space-around !important; flex-direction: row; padding-top: 5.000rem;
    }
    .for-mobile {
        display: none;
    }
    .for-desktop {
        display: block;
    }
    .divisor {
        margin-top: 11.250rem;
    }
    .container-landing {
      max-width: 45.000rem;
    }
    .docente-centro-section {
        width: 80%; display: flex; justify-content: center; align-items: center; margin: 0 auto; flex-direction: row;
    }

    .docente-img {
        width: 35%; height: auto;
    }

    .mission-vision-section {
        display: flex;
        justify-content: space-around;
        gap: 1.250rem;
    }
    .blog-section {
        display: flex;
        justify-content: space-between;
        gap: 0.625rem; /* Ensures equal spacing */
        align-items: stretch; /* Ensures all cards stretch to the same height */
    }
    .statistics-bg-img {
        height: auto;
      }

    .services {
        justify-content: space-around;
        flex-direction: row;
        margin-top: 2.500rem;
    }

    .tutor-centro-info {
        margin-left: 15rem; text-align: left;
    }


    .clients-content {
        justify-content: space-evenly;
    }

    .owl-nav {
        top: 106%;
        left: 45% !important;
    }
    .container-landing {
        max-width: 100%;
        width: 100%;
      }


    .statistics-section {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding-left: 9.375rem !important;
        padding-right: 4.375rem !important;
        max-width: 62.500rem !important;
    }


    .leadFormWrapper {
        overflow: hidden;
        transition: max-height 0.3s ease;
        max-height: 0;
    }
    .leadFormWrapper.show {
        max-height: 62.500rem;
    }


    .h2-opinion-card {
        font-size: 1.125rem;
        line-height: 1.2;
    }

    .h1-text-for-cercle-backgroud {
        font-size: 1.500rem;
    }
    .h2-text-for-cercle-backgroud {
        font-size: 0.875rem;
    }
    .statistics-content {
        margin-top: 1.250rem;
        padding-left: 0;
    }

    .content_opinion_card {
        top: 2.500rem;
        left: 7.812rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 11.875rem;
        left: 21.875rem;
        width: 26%;
    }

    .custom-carousel .owl-stage-outer {
        height: 21.875rem !important; /* Example override */
    }
    .moga_card_img {
        top: -6.375rem;
        left: 6.625rem;
    }
    .h1_for_services {
        font-size: 1.250rem;
        margin-top: 2.188rem;
    }
    .h2_for_services {
        font-size: 1.000rem;
        margin-top: 2.500rem;
        text-align: center;
    }
    .banner-title-desktop {
        top: -80vh;
        width: 43%;
    }
    .banner-title-tutor-desktop {
        top: -80vh;
        width: 61%;
    }
    .main-title {
        width: 61%;
    }
    .banner-img-mobile {
        width: 35%;
        height: auto;
    }
    .footer-extra-padding {
        padding-bottom: 7vh;
    }
    .course-container-main {
        margin-top: 4rem !important;
    }
  }

  @media (min-width: 48.125rem) {
    .tutor-centro-info {
        margin-left: 4rem; text-align: left;
    }
  }

  @media (min-width: 62.000rem) {

    .for-mobile-header {
        display: none;
    }
    .for-desktop-header {
        height: 5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 10%;
        padding-right: 10%;
        margin: 0.000rem;
    }
    .banner-subheader-stiles {
        /* width: 100vw; */
    }
    .course-column-container {
        display: flex; align-items: center; flex-direction: row; gap: 3.5rem;
    }

    .course-column-container.company {
        max-width: 62.500rem;
    }
    .general-content {
        margin-top: -3.875rem;
    }

    .course-content-mobile {
        display: none !important;
    }
    .course-content-desktop {
        display: block;
    }


    .statistics-content {
        margin-top: 7.500rem;
    }


    .h1-text-for-cercle-backgroud {
        color: white;
        font-size: 1.875rem;
        font-weight: 400;
        padding-left: 0.625rem;
        word-wrap: break-word
    }
    .h2-text-for-cercle-backgroud  {
        color: white;
        font-size: 1.250rem;
        font-weight: 300;
        word-wrap: break-word;
        line-height: 1.2;
        padding: 0.625rem 0.000rem;
    }
    .content_opinion_card {
        top: 4.375rem;
        left: 10.000rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 14.375rem;
        left: 28.125rem;
        width: 26%;
    }
    .moga_card_img {
        top: -6.938rem;
        left: 9.500rem;
    }
    .custom-carousel.taller-carousel .owl-stage-outer {
        height: 43.000rem !important;
    }
    .placa_img {
        width: 100%;
    }
    .course-objectives {
        flex-direction: row;
    }
    .course-objectives-2 {
        display: flex;
        max-width: 62.500rem;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 2rem;
    }
    .course-objectives-2-img {
        width:unset
        }
    .banner-title-desktop {
        top: -69vh;
    }
    .banner-title-tutor-desktop {
        top: -75vh;
    }
    .course-objectives-card-column {
        margin-top: 0 !important;
    }
    .course-description-container {
        padding-top: 0;
    }
    .course-description-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%;
    }
    .footer-extra-padding {
        padding-bottom: 1vh;
    }
    .more-info-course-button {
        display: none;
    }
    .tutor-steps {
        flex-direction: row;
    }
    .tutor-call-to-action{
        flex-direction: row;
        gap: 5rem;
    }
    .services-reasons-card-container {
        grid-template-columns: 1fr 1fr; /* 1 columna por defecto */
    }
    .services-reasons-card-container > .why-card:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .navigation-button-active {
        color: #e5afc8 !important;
    }
    .finish-btn.mobile-button {
        width: auto !important;
    }
  }

  @media (min-width: 62.500rem) {
    .banner-img-mobile {
        width: 35%;
        height: auto;
    }
  }

  @media (min-width: 72.312rem) {
    .tutor-centro-info {
        margin-left: 15rem; text-align: left;
    }

    }


  @media (min-width: 75.000rem) {


    .h1-v2 {
        font-size: 2.250rem;
    }

    .landing-header {
        color: black;
        font-size: 4.250rem;
        font-weight: 700;
        font-family: Raleway;
        line-height: 1.2;
        padding: 0.938rem 0.000rem;
        word-break: normal;      /* Prevents breaking words */
        overflow-wrap: normal;   /* Allows natural wrapping */
        white-space: normal;     /* Ensures lines can wrap */
    }

    .tutor-centro-info {
        margin-left: 5rem; text-align: left;
        max-width: 80%;
    }

    .landing-sub-sub-header {
        color: black;
        font-size: 2.812rem;
        font-weight: 700;
        font-family: Raleway;
        line-height: 1.2;
        padding: 0.938rem 0.000rem;
        word-break: normal;      /* Prevents breaking words */
        overflow-wrap: normal;   /* Allows natural wrapping */
        white-space: normal;     /* Ensures lines can wrap */
    }
    .h2_v2 {
        font-size: 1.500rem;
        font-weight: 300;
        word-wrap: break-word
    }
    .banner-title-desktop {
        width: 45%;
    }
    .banner-title-tutor-desktop {
        width: 64%;
    }
    .main-title {
        width: 82%;
    }
    .content_opinion_card {
        top: 5.312rem;
        left: 12.500rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 15.938rem;
        left: 38.938rem;
    }
    .statistics-content {
        margin-top: 10.625rem;
    }

    .moga_card_img {
        top: -6.812rem;
        left: 16.500rem;
        width: 81%;
        height: 94%;
    }
    /* .header {
        min-height: 6.562rem;
    } */
    .course-page-content-bg {
        background-color: #E83E8C; margin-top: 5rem !important;
    }
  }

  @media (min-width: 81.250rem) {
    .stiled-cards-desktop {
        display: block;
    }
    .stiled-cards-mobile{
        display: none;
    }

    .testimonial-container {
        position: relative; padding: 1.875rem; width: 33.33%; height: 100%; box-sizing: border-box;
    }

    .statistics-content {
        margin-top: 11.875rem;
    }
    .content_opinion_card {
        top: 2.500rem;
        left: 7.500rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 11.750rem;
        left: 21.250rem;
        width: 24%;
    }
    .statistics-content {
        margin-top: 14.125rem;
    }
    .stars_opinion_card {
        position: absolute;
        top: 10.500rem;
        left: 0.188rem;
        width: 36% !important;
    }
  }

  @media (min-width: 87.500rem) {

    .content_opinion_card {
        top: 2.500rem;
        left: 7.500rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 12.500rem;
        left: 21.250rem;
        width: 24%;
    }
    .stars_opinion_card {
        top: 11.250rem;
    }
    .custom-carousel .owl-stage-outer {
        height: 25.000rem !important; /* Example override */
    }

  }


  @media (min-width: 93.750rem) {

    .content_opinion_card {
        top: 3.750rem;
        left: 8.125rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 13.125rem;
        left: 23.750rem;
        width: 24%;
    }
    .stars_opinion_card {
        top: 11.875rem;
    }
    .statistics-content {
        margin-top: 16.250rem;
    }

  }

  @media (min-width: 100.000rem) {

    .content_opinion_card {
        top: 3.750rem;
        left: 8.125rem;
        width: 55%;
    }
    .author_opinion_card {
        top: 13.750rem;
        left: 23.750rem;
        width: 24%;
    }
    .stars_opinion_card {
        top: 12.125rem;
    }
    .statistics-content {
        margin-top: 21.250rem;
    }
    .h1-text-for-cercle-backgroud {
        font-size: 1.875rem;
    }
    .h2-text-for-cercle-backgroud  {
        font-size: 1.250rem;
    }
    .custom-carousel .owl-stage-outer {
        height: 25.000rem !important; /* Example override */
    }
  }

  @media (min-width: 103.125rem) {
    .stars_opinion_card {
        top: 12.812rem;
        left: 0.188rem;
    }
  }

  @media (min-width: 106.250rem) {
    .author_opinion_card {
        top: 15.000rem;
        left: 25.938rem;
        width: 24%;
    }
    .statistics-content {
        margin-top: 20.000rem;

    }
    .stars_opinion_card {
        top: 13.438rem;
    }
  }

  @media (min-width: 112.500rem) {
    .statistics-content {
        margin-top: 23.125rem;
    }
    .stars_opinion_card {
        top: 14.688rem;
    }
  }

  .inicio-scrolled #main-header {
    background-color: white !important;
}

.inicio-scrolled #main-header .nav-link {
    color: black !important;
}

.inicio-scrolled #main-header .logo-black {
    display: inline !important;
}

.inicio-scrolled #main-header .logo-white {
    display: none !important;
}

.course-card {
    border: 0.062rem solid transparent;
    border-radius: 0.375rem;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 100.000rem) {
    .statistics-section {
        margin-bottom: 5.000rem;
    }
}
@media (min-width: 106.250rem) {
    .statistics-section {
        margin-bottom: 0.000rem;
    }
}
@media (min-width: 109.375rem) {
    .statistics-section {
        margin-bottom: -2.500rem;
    }
}
@media (min-width: 112.500rem) {
    .statistics-section {
        margin-bottom: 0.000rem;
    }
}
@media (min-width: 115.625rem) {
    .statistics-section {
        margin-bottom: -1.562rem;
    }
}
@media (min-width: 118.750rem) {
    .statistics-section {
        margin-bottom: -1.562rem;
    }
}
@media (min-width: 125.000rem) {
    .statistics-section {
        margin-bottom: -6.250rem;
    }

    .course-column-container.company {
        max-width: 93.750rem;
    }
}
@media (min-width: 131.250rem) {
    .statistics-section {
        margin-bottom: -12.500rem;
    }
}
@media (min-width: 137.500rem) {
    .statistics-section {
        margin-bottom: -18.750rem;
    }
}
@media (min-width: 143.750rem) {
    .statistics-section {
        margin-bottom: -25.000rem;
    }
}
@media (min-width: 112.500rem) {
    .logo-img {
        width: 80%;
    }
}
@media (min-width: 121.875rem) {
    .logo-img {
        width: 70%;
    }
}

.card {
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}

